From b54c3521bff16c0096b9a25b54b72b0a5f712789 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:33:57 +0200 Subject: [PATCH] [skip-changelog] Updated translation files (#2281) Related to #2301 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- i18n/data/ar.po | 312 ++-- i18n/data/de.po | 301 ++-- i18n/data/es.po | 301 ++-- i18n/data/fr.po | 301 ++-- i18n/data/he.po | 301 ++-- i18n/data/it_IT.po | 327 ++-- i18n/data/ja.po | 301 ++-- i18n/data/kk.po | 3523 +++++++++++++++++++++++++++++++++++++++++++ i18n/data/ko.po | 301 ++-- i18n/data/lb.po | 3527 +++++++++++++++++++++++++++++++++++++++++++ i18n/data/ne.po | 3527 +++++++++++++++++++++++++++++++++++++++++++ i18n/data/pl.po | 301 ++-- i18n/data/pt.po | 303 ++-- i18n/data/ru.po | 301 ++-- i18n/data/zh.po | 303 ++-- i18n/data/zh_TW.po | 3539 ++++++++++++++++++++++++++++++++++++++++++++ 16 files changed, 15885 insertions(+), 1884 deletions(-) create mode 100644 i18n/data/kk.po create mode 100644 i18n/data/lb.po create mode 100644 i18n/data/ne.po create mode 100644 i18n/data/zh_TW.po diff --git a/i18n/data/ar.po b/i18n/data/ar.po index f3c85b4cf1e..84c2feda122 100644 --- a/i18n/data/ar.po +++ b/i18n/data/ar.po @@ -3,10 +3,11 @@ # CLI team , 2022 # Mark Asaad, 2022 # Osama Breman, 2023 +# طارق عبد الفتاح, 2023 # msgid "" msgstr "" -"Last-Translator: Osama Breman, 2023\n" +"Last-Translator: طارق عبد الفتاح, 2023\n" "Language-Team: Arabic (https://app.transifex.com/arduino-1/teams/108174/ar/)\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" @@ -15,7 +16,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s %[2]s النسخة : %[3]s commit : %[4]s التاريخ : %[5]s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "الملف %[1]s اصبح غير مدعوما! راجع %[2]s للمزيد من المعلومات" @@ -27,7 +28,7 @@ msgstr "%[1]s غير صالح . جار اعادة بناء كل شيء" msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]s مطلوب و لكن %[2]s مثبت حاليا" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]s التنسيق مفقود" @@ -51,7 +52,7 @@ msgstr "%[1]s, نسخة البوتوكول : %[2]d" msgid "%s already downloaded" msgstr "تم تنزيل %s مسبقا" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%s و %s لا يمكن استخدامهما معا" @@ -160,7 +161,7 @@ msgstr "كل الانوية محدثة باخر اصدار مسبقا" msgid "Already installed %s" msgstr "%s مثبت مسبقا" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "البدائل ل %[1]s : %[2]s" @@ -168,7 +169,7 @@ msgstr "البدائل ل %[1]s : %[2]s" msgid "An error occurred adding prototypes" msgstr "حدث خطأ اثناء اضافة النماذج الاولية" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "حدث خطأ اثناء الكشف عن المكتبات" @@ -186,7 +187,7 @@ msgstr "المعمارية : %s" msgid "Archive already exists" msgstr "الارشيف موجود مسبقا" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "جار ارشفة built core (caching) في : %[1]s" @@ -275,7 +276,7 @@ msgstr "اسم اللوحة" msgid "Board version:" msgstr "نسخة اللوحة :" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "ملف محمل الإقلاع (Bootloader) تم تحدديده لكنه مفقود: %[1]s" @@ -326,11 +327,11 @@ msgstr "تعذر كتابة ملف التهيئة : %v" msgid "Can't write debug log: %s" msgstr "تعذر كتابة سجل مصحح الاخطاء : %s" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "تعذر انشاء مجلد لل \"build cache\"" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "تعذر انشاء مسار البناء" @@ -370,7 +371,7 @@ msgstr "تعذر تثبيت المنصة" msgid "Cannot install tool %s" msgstr "تعذر تثبيت الاداة %s" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "تعذر اجراء اعادة تشغيل المنفذ : %s" @@ -415,7 +416,7 @@ msgid "" "a change." msgstr "الامر يبقى قيد التشغيل و يطبع قائمة للوحات المتصلة عندما يوجد تغيير" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "المشروع المترجم لم يتم ايجاده في %s" @@ -423,19 +424,19 @@ msgstr "المشروع المترجم لم يتم ايجاده في %s" msgid "Compiles Arduino sketches." msgstr "يترجم مشاريع الاردوينو" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "يتم ترجمة النواة" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "يتم ترجمة المكتبات" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "يتم ترجمة المكتبة \"%[1]s\"" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "ترجمة الشيفرة البرمجية..." @@ -453,11 +454,11 @@ msgstr "تمت كتابة ملف التهيئة في : %s" msgid "Configuration options for %s" msgstr "اعدادات الضبط ل %s" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." -msgstr "" +msgstr "تكوين إعدادات منفذ الاتصال. التنسيق هو =[,=]" #: arduino/cores/packagemanager/install_uninstall.go:174 msgid "Configuring platform." @@ -471,7 +472,7 @@ msgstr "جار تهيئة الاداة" msgid "Connected" msgstr "متصل" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "متصل الى %s ! اضغط CTRL-C للخروج" @@ -487,11 +488,11 @@ msgstr "تعذر الاتصال بواسطة HTTP" msgid "Could not create index directory" msgstr "تعذر انشاء فهرس داخل المسار" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "تعذر القيام بـ deeply cache لــ core build : %[1]s" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "تعذر معرفة حجم البرنامج" @@ -519,7 +520,7 @@ msgstr "" "انشاء او تحديث ملف الضبط في مسار البيانات او في مسار مخصص مع اعدادات التهيئة" " الحالية" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -557,7 +558,7 @@ msgstr "تصحيح الاخطاء (Debugging) غير مدعوم للوحة %s" msgid "Debugging supported:" msgstr "تصحيح الاخطاء (Debugging) مدعوم :" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "إفتراضي" @@ -593,7 +594,7 @@ msgstr "تبعيات : %s" msgid "Description" msgstr "الوصف" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "الكشف عن المكتبات المستخدمة ..." @@ -712,7 +713,7 @@ msgid "Error adding file to sketch archive" msgstr "" "خطأ اثناء اضافة الملف لارشيف المشروع (Error adding file to sketch archive)" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "خطا اثناء ارشفة built core (caching) في %[1]s : %[2]s" @@ -729,11 +730,11 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "خطأ اثناء تنظيف الكاش : %v" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "تعذر تحويل المسار الى مطلق : %v" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "خطا اثناء نسخ ملف الخرج %s" @@ -741,7 +742,7 @@ msgstr "خطا اثناء نسخ ملف الخرج %s" msgid "Error creating instance: %v" msgstr "خطا اثناء انشاء النسخة %v" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "خطا اثناء انشاء مسار الخرج" @@ -794,7 +795,7 @@ msgstr "خطا اثناء تنزيل الاداة %s" msgid "Error during Debug: %v" msgstr "خطا اثناء التصحيح : %v" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "خطا اثناء اكتشاف FBQN : %v" @@ -804,8 +805,8 @@ msgstr "خطا اثناء ترميز JSON الخاص بالخرج : %v" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "خطا اثناء الرفع : %v" @@ -813,7 +814,7 @@ msgstr "خطا اثناء الرفع : %v" msgid "Error during YAML encoding of the output: %v" msgstr "خطأ اثناء القيام بYAML econding للخرج : %v" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "خطأ اثناء بناء : %v" @@ -833,7 +834,7 @@ msgstr "خطا اثناء تطوير : %v" msgid "Error extracting %s" msgstr "خطأ اثناء استخراج %s" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "خطا اثناء البحث عن build artifacts" @@ -849,11 +850,11 @@ msgstr "خطا اثناء جلب المسار المطلق لارشيف المش msgid "Error getting board details: %v" msgstr "خطأ اثناء الحصول على معلومات اللوحة %v" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "خطأ اثناء الحصول على المسار الحالي من اجل قاعدة بيانات الترجمة %s" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "خطأ اثناء الحصول على المعلومات للمكتبة %s" @@ -865,12 +866,12 @@ msgstr "خطا اثناء جلب بيانات المكتبة : %v" msgid "Error getting port metadata: %v" msgstr "خطأ اثناء جلب البيانات الوصفية (metadata) للمنفذ : %v" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" "خطأ اثناء الحصول على بيانات اعدادات المنفذ (port settings details) : %s" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "تعذر الحصول على مدخلات المستخدم" @@ -934,15 +935,15 @@ msgstr "خطأ اثناء فتح %s" msgid "Error opening debug logging file: %s" msgstr "تعذر فتح الملف الذي يحوي سجلات التصحيح (debug logging file) : %s" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "خطا اثناء فتح الكود المصدر الذي يتجاوز ملف البيانات : %v" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "تعذر تقطيع علامة show-properties-- : %v" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "خطا اثناء قراءة مسار البناء" @@ -987,7 +988,7 @@ msgstr "خطا اثناء البحث عن مكتبات : %v" msgid "Error searching for platforms: %v" msgstr "خطأ اثناء البحث عن المنصة : %v" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" "تعذر القيام بسلسلة قاعدة بيانات الترجمة (Error serializing compilation " @@ -1017,17 +1018,17 @@ msgstr "خطا اثناء تطوير المنصة : %s" msgid "Error verifying signature" msgstr "تعذر التحقق من التوقيع" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "تعذر العثور على المكتبات التي ضُمِّنَت (included) من قبل : %[1]s" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "خطأ اثناء تحديد حجم المشروع : %s" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "خطأ اثناء كتابة قاعدة بيانات الترجمة (compilation database) : %s" @@ -1035,7 +1036,7 @@ msgstr "خطأ اثناء كتابة قاعدة بيانات الترجمة (com msgid "Error: command description is not supported by %v" msgstr "خطأ : وصف الامر غير مدعوم من قبل %v" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "خطأ : كود مصدري خاطئ سيقوم بالكتابة فوق ملف البيانات : %v" @@ -1055,7 +1056,7 @@ msgstr "الامثلة : " msgid "Executable to debug" msgstr "الملف التنفيذي الذي سيتم تصحيحه (Executable to debug)" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "توقعت وجود المشروع المترجم في المسار %s . لكنني وجدت ملفا بدلا عن ذلك" @@ -1069,15 +1070,15 @@ msgstr "FQBN" msgid "FQBN:" msgstr "FQBN:" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "فشل محي الشريحة" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "فشل المبرمجة" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "فشل حرق محمل الاقلاع" @@ -1105,7 +1106,7 @@ msgstr "تعذر الاستماع على منفذ TCP : %[1]s . خطأ غير م msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "تعذر الاستماع على منفذ TCP : %s . العناوين قيد الاستخدام مسبقا" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "تعذر الرفع" @@ -1113,7 +1114,7 @@ msgstr "تعذر الرفع" msgid "File:" msgstr "الملف : " -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1144,12 +1145,8 @@ msgid "" msgstr "تخطي سكربت POST-install اجباريا (تستخدم اذا كان CLI يعمل بشكل متفاعل)" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" -"تم ايجاد منصة من اجل المرجع (refrence) \"%s\" :\n" -"%s " #: internal/cli/arguments/fqbn.go:37 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" @@ -1180,7 +1177,7 @@ msgstr "يولد سكربت الاكمال" msgid "Generates completion scripts for various shells" msgstr "يولد سكربتات اكمال من اجل مختلف ال shells" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "يتم توليد النماذج الاولية للتوابع :" @@ -1188,7 +1185,7 @@ msgstr "يتم توليد النماذج الاولية للتوابع :" msgid "Global Flags:" msgstr "علامات عامة :" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1196,12 +1193,12 @@ msgstr "" "المتغيرات العامة تستخدم %[1]s بايت (%[3]s%%) من الرام ، تبقى %[4]s بايت " "للمتغيرات المحلية. الحجم الاقصى %[2]s بايت." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "المتغيرات العامة تستخدم %[1]s بايت من الذاكرة المتغيرة." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "ID" @@ -1277,7 +1274,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "يقوم بتثبيت مكتبة او اكثر تم تحديدها مسبقا على النظام" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "خطأ داخلي في الكاش (Internal error in cache)" @@ -1316,15 +1313,15 @@ msgstr "ارشيف غير صالح : الملف %{1}s غير موجود في ا msgid "Invalid argument passed: %v" msgstr "تم اعطاء وسيط غير صالح %v" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "خصائص البناء غير صالحة" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "data size regexp غير صالح : %s" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "eeprom size regexp غير صالح %s" @@ -1372,7 +1369,7 @@ msgstr "ملف تعريف غير صالح" msgid "Invalid recipe in platform.txt" msgstr "وصفة غير صالحة ضمن platform.txt" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "size regexp غير صالح : %s" @@ -1413,7 +1410,7 @@ msgstr "اسم المكتبة" msgid "Latest" msgstr "الأخير" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "المكتبة %[1]s تم تحديدها بانها precompiled" @@ -1439,7 +1436,7 @@ msgstr "تعذر ايجاد المكتبة %s" msgid "Library '%s' not found" msgstr "المكتبة '%s' غير موجودة" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1458,7 +1455,7 @@ msgstr "المكتبة مثبتة" msgid "License: %s" msgstr "رخصة" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "جار ربط كل شيء مع بعضه" @@ -1519,7 +1516,7 @@ msgstr "جار تحميل ملف الفهرس : %v" msgid "Location" msgstr "الموقع" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "ذاكرة منخفضة متبقية، مشاكل عدم إستقرار قد تحدث." @@ -1537,7 +1534,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "الرسائل بهذه المرحلة و ما فوق سيتم تسجيلها . المراحل الصالحة هي : %s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "'%[1]s' مفقود من المكتبة في %[2]s" @@ -1561,7 +1558,7 @@ msgstr "يوجد بروتوكول منفذ مفقود" msgid "Missing programmer" msgstr "المبرمج مفقود" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr " size regexp مفقود" @@ -1577,7 +1574,7 @@ msgstr "المراقب '%s' غير موجود" msgid "Monitor port settings:" msgstr "اعدادات منفذ المراقبة " -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "العثور على عدة مكتبات لـ\"%[1]s\"" @@ -1591,9 +1588,9 @@ msgstr "الاسم" msgid "Name: \"%s\"" msgstr "الاسم\"%s\"" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" -msgstr "" +msgstr "منفذ التحميل الجديد: %[1]s(%[2]s)" #: internal/cli/board/list.go:122 msgid "No boards found." @@ -1637,13 +1634,13 @@ msgstr "لا يوجد مكتبات او منصات قديمة" #: internal/cli/core/list.go:86 msgid "No platforms installed." -msgstr "" +msgstr "لا توجد منصات مثبتة" #: internal/cli/core/search.go:110 msgid "No platforms matching your search." msgstr "ﻻ يوجد منصات تطابق بحثك" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "تعذر ايجاد منفذ رفع , باستخدام %s كرجوع احتياطي fallback" @@ -1651,11 +1648,11 @@ msgstr "تعذر ايجاد منفذ رفع , باستخدام %s كرجوع ا msgid "No valid dependencies solution found" msgstr "تعذر ايجاد حل تبعيات صالح" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "الذاكرة غير كافية؛ راجع %[1]s لنصائح حول استخدامها بكفائة" -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "غير مستخدم : %[1]s" @@ -1675,7 +1672,7 @@ msgstr "" "ازالة تفاصيل المكتبة في كل النسخ عدا اخر نسخة (يعطي اخراج json مضغوط بشكل " "اكبر)" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "فتح منفذ تواصل مع اللوحة" @@ -1763,7 +1760,7 @@ msgstr "موقع الحزمة على الويب" msgid "Paragraph: %s" msgstr "المقطع : %s" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "المسار" @@ -1795,7 +1792,7 @@ msgstr "" "المسار الذي يتم فيه حفظ الملفات التي تمت ترجمتها , اذا تم ازالته , سيتم " "انشاء مجلد داخل المسار المؤقت الافتراضي في نظام التشغيل" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "جار تفعيل 1200-bps touch reset على المنفذ التسلسلي %s" @@ -1807,7 +1804,7 @@ msgstr "المنصة %s مثبتة سابقا" msgid "Platform %s installed" msgstr "تم تثبيت المنصة: %s" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1831,7 +1828,7 @@ msgstr "المنصة '%s' غير موجودة" msgid "Platform ID" msgstr "Platform ID" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "id المنصة غير صحيح" @@ -1883,7 +1880,7 @@ msgstr "" msgid "Port" msgstr "منفذ" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "المنفذ %v مغلق" @@ -1891,8 +1888,7 @@ msgstr "المنفذ %v مغلق" msgid "Port monitor error" msgstr "خطا في مراقب المنفذ" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "تعذر ايجاد المكتبة التي تمت ترجمتها مسبقا في \"%[1]s\"" @@ -1968,7 +1964,7 @@ msgstr "الادوات المطلوبة :" msgid "Run as a daemon on port: %s" msgstr "التشغيل كناطر على المنفذ : %s" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "التشغيل ضمن الوضع الصامت , يظهر فقط شاشة الادخال و الاخراج " @@ -1978,7 +1974,7 @@ msgid "" "once." msgstr "يعمل كناطر من اجل تهيئة النوى و المكتبات و يتم مرة واحدة" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "جار تشغيل البناء العادي من النواة" @@ -2018,6 +2014,10 @@ msgstr "الجملة : %s" msgid "Server responded with: %s" msgstr "استجابة السيرفر : %s" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "تحديد قيمة للاعداد" @@ -2034,7 +2034,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "تحديد مكان حفظ ملف الضبط" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "اعداد" @@ -2046,7 +2046,7 @@ msgstr "مفتاح الاعداد غير موجود" msgid "Show all available core versions." msgstr "اظهار كل النوى المتوفرة" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "اظهار كل اعدادات منفذ التواصل" @@ -2136,7 +2136,7 @@ msgstr "عرض رقم نسخة Arduino CLI" msgid "Size (bytes):" msgstr "الحجم (بالبايت) :" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2150,13 +2150,13 @@ msgstr "تم انشاء المشروع في : %s" msgid "Sketch profile to use" msgstr "ملف التعريف للمشروع الذي سيتم استخدامه" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" "الشيفرة البرمجية كبير جدا; راجع %[1]s\n" "لنصائح لاختصارها." -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2171,23 +2171,23 @@ msgid "" msgstr "" "المشاريع ذوي اللاحقة pde. في حالة تقاعد , الرجاء تغيير لاحقة الملف الى ino." -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "تخطي ربط البرنامج النهائي القابل للتنفيذ" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "جار تخطي 1200bps touch reset لانه لم يتم تحديد منفذ تسلسلي" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "جار تخطي انشاء الارشيف لـ : %[1]s" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "جار تخطي ترجمة : %[1]s" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "جار تخطي الكشف عن توابع المكتبة %[1]s التي تمت ترجمتها مسبقا" @@ -2244,7 +2244,7 @@ msgstr "" "المفتاح '%[1]v' ليس قائمة من الاشياء , لا يمكن ازالته \n" "ربما يمكنك استخدام %[2]s" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "يوجد عدة نسخ مثبتة من المكتبة %s" @@ -2276,7 +2276,7 @@ msgstr "" "المسار الى المجلد للبحث عن مفتاح خاص لتوقيع و تشفير الملف الثنائي , يتم " "استخدامه من قبل المنصات التي تدعم ذلك فقط" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "المنصة لا تدعم '%[1]s' من اجل المكتبات الغير مترجمة" @@ -2328,7 +2328,7 @@ msgstr "بادئة مجموعة الادوات " msgid "Toolchain type" msgstr "نوع مجموعة الادوات" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "جرب تشغيل %s" @@ -2348,7 +2348,7 @@ msgstr "الأنواع: %s" msgid "URL:" msgstr "URL:" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2455,15 +2455,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "يرفع مشاريع الاردوينو , و لا يقوم بترجمة المشروع قبل الرفع مطلقا !" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "عنوان منفذ الرفع : مثال , COM3 او /dev/ttyACM2" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "تم ايجاد منفذ الرفع في %s" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "بروتوكول منفذ الرفع , مثال : serial \"تسلسلي\"" @@ -2479,7 +2479,7 @@ msgstr "يرفع محمل الاقلاع على اللوحة باستخدام م msgid "Upload the bootloader." msgstr "يرفع محمل الاقلاع" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2501,27 +2501,27 @@ msgstr "الاستخدام" msgid "Use %s for more information about a command." msgstr "استخدم %s من اجل المزيد من المعلومات حول امر معين" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "المكتبة المستخدمة" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "المنصة المستخدمة" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "مستخدم : %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "يتم استخدام اللوحة '%[1]s' من منصة داخل المجلد %[2]s" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "يتم استخدام توابع المكتبة التي تم تخزينها مؤقتا من اجل الملف : %[1]s" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "يتم استخدام النواة '%[1]s' من منصة داخل الملف %[2]s " @@ -2533,17 +2533,15 @@ msgstr "استخدام المكتبة %[1]s الإصدار %[2]s في المجل msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "استخدام المكتبة %[1]s في المجلد: %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "يتم استخدام النواة التي تم ترجمتها مسبقا %[1]s" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "يتم استخدام المكتبة التي تم ترجمتها مسبقا %[1]s" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "استخدام الملف المترجم سابقا: %[1]s" @@ -2555,7 +2553,7 @@ msgstr "النسخة" msgid "VERSION_NUMBER" msgstr "رقم النسخة" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "القيم" @@ -2564,7 +2562,7 @@ msgstr "القيم" msgid "Verify uploaded binary after the upload." msgstr "التاكد من الملف الثنائي الذي سيتم رفعه قبل الرفع" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "النسخة" @@ -2581,7 +2579,7 @@ msgstr "تحذير , تعذرت تهيئة المنصة %s" msgid "WARNING cannot configure tool: %s" msgstr "تحذير , تعذر تهيئة الاداة %s" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "تحذير : المشروع سيترجم باستخدام مكتبة خاصة او اكثر . " @@ -2593,11 +2591,11 @@ msgstr "" "تحذير: المكتبة %[1]s تعمل على معمارية %[2]s وقد لا تتوافق مع لوحتك الحالية " "التي تعمل على معمارية %[3]s." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "يتم انتظار منفذ الرفع (upload port) ... " -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2643,11 +2641,11 @@ msgstr "الارشيف غير صالح : لا يوجد اي ملفات داخل msgid "archivePath" msgstr "مسار الارشيف" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "نمط arduino-preprocessor مفقود" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "الكشف التلقائي عن بقايا البناء : %s" @@ -2655,7 +2653,7 @@ msgstr "الكشف التلقائي عن بقايا البناء : %s" msgid "available only in text format" msgstr "متوفر في الوضع النصي حصرا" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "تعذر ايجاد الملف الثنائي (Binary file) داخل %s" @@ -2701,11 +2699,11 @@ msgstr "تعذر استعادة standard error stream %s" msgid "can't retrieve standard output stream: %s" msgstr "تعذر استعادة standard error stream %s" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "المرشحون" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "تعذر تشغيل اداة الرفع : %s" @@ -2751,7 +2749,7 @@ msgstr "جار حوسبة التلبيد \"hash\" : %s" msgid "copying library to destination directory:" msgstr "جار نسخ المكتبة الى مجلد الوجهة" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "تعذر ايجاد ادوات صالحة للبناء (valid build artifact)" @@ -2768,7 +2766,7 @@ msgstr "تعذر ازالة المكتبة القديمة" msgid "could not update sketch project file" msgstr "تعذر تحديث ملف المشروع" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "جار انشاء ملف تخزن مؤقت للنواة : %s" @@ -2780,7 +2778,7 @@ msgstr "جار انشاء installed.json داخل %[1]s : %[2]s" msgid "creating temp dir for extraction: %s" msgstr "جار انشاء مسار مؤقت للاستخراج : %s" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" "قسم البيانات تخطى الحجم المتوفر في اللوحة (data section exceeds available " @@ -2790,7 +2788,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "التبعية (dependency) '%s' غير متوفرة" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "الوجهة موجودة مسبقا" @@ -3095,7 +3093,7 @@ msgstr "قيمة الضبط الخاصة بالمنفذ غير صالحة : %s:% msgid "invalid port configuration: %s" msgstr "اعدادات الضبط للمنفذ غير صالحة" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "وصفة غير صالحة %[1]s : %[2]s" @@ -3240,7 +3238,7 @@ msgstr "تعذر ايجاد اصدار المراقب : %s" msgid "moving extracted archive to destination dir: %s" msgstr "جار نقل الارشيف الذي تم استخراجه الى مجلد الوجهة : %s" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "تم ايجاد اكثر من build artifacts : '%[1]s' و '%[2]s'" @@ -3264,7 +3262,7 @@ msgstr "لم يتم تحديد اي برنامج قابل للتنفيذ (execut msgid "no instance specified" msgstr "لا يوجد نسخ محددة" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "لم يتم تحديد مجلد/ملف المشروع او البناء " @@ -3276,7 +3274,7 @@ msgstr "لا يوجد ملف او مجلد مشابه" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "لا يوجد مجلد اصلي في الارشيف , تم ايجاد %[1]s و %[2]s" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "لم يتم تحديد اي منفذ للرفع" @@ -3352,7 +3350,7 @@ msgstr "المنصة %s غير مثبتة" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "المنصة غير مثبتة" @@ -3368,7 +3366,7 @@ msgstr "تم اضافة الكشف عن الاشياء القابلة للوصل msgid "port" msgstr "المنفذ" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "تعذر ايجاد المنفذ : %[1]s %[2]s" @@ -3403,7 +3401,7 @@ msgstr "جار قراءة المجلد %s" msgid "reading directory %s content: %w" msgstr "جار قراءة المجلد %w الذي يحوي %s" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "جار قراءة الملف %[1]s : %[2]s" @@ -3431,7 +3429,7 @@ msgstr "جار قراءة library_index.json : %s" msgid "reading package root dir: %s" msgstr "جار قراءة المجلد الاصلي للحزمة : %s" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "تعذر ايجاد الوصفة '%s'" @@ -3501,7 +3499,7 @@ msgstr "مسار المشروع غير صالح" msgid "sketchPath" msgstr "مسار المشروع" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "المصدر \"source \" ليس مجلدا" @@ -3525,12 +3523,12 @@ msgstr "جار فحص ما اذا كان الارشيف تم تخزينه مؤق msgid "testing local archive integrity: %s" msgstr "جار فحص تكامل ملف الارشيف المحلي : %s" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "القسم النصي تخطى المساحة المتوفرة في اللوحة" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "ربما قاعدة بيانات الترجمة ناقصة او غير دقيقة" @@ -3582,19 +3580,15 @@ msgid "" msgstr "" "يجب ان يكون هناك اصدارين من نفس المكتبة %[1]s , هذا %[2]s و هذا %[3]s" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "تعذر حوسبة المسار النسبي للمشروع من اجل العنصر" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "تعذر انشاء مجلد لحفظ المشروع" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "تعذر انشاء مجلد لحفظ ملفات المشروع" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "تعذر انشاء مجلد يحوي العنصر" @@ -3602,19 +3596,15 @@ msgstr "تعذر انشاء مجلد يحوي العنصر" msgid "unable to marshal config to YAML: %v" msgstr " %v : unable to marshal config to YAML" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "تعذر قراءة محتويات العنصر الهدف" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "تعذر قراءة محتويات العنصر الاصل" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "تعذر حفظ المشروع على القرص" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "تعذر الكتابة الى المجلد الوجهة" @@ -3642,7 +3632,7 @@ msgstr "جار تحديث arduino:samd لاخر اصدار" msgid "upgrade everything to the latest version" msgstr "تحديث كل شيء الى اخر اصدار" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "خطا اثناء الرفع %s" @@ -3650,11 +3640,11 @@ msgstr "خطا اثناء الرفع %s" msgid "user directory not set" msgstr "مجلد المستخدم غير محدد" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "ادخال المستخدم لا يدعم تنسيق الخرج '%s'" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "ادخال المستخدم غير مدعوم في الوضع الغير تفاعلي" diff --git a/i18n/data/de.po b/i18n/data/de.po index fcce0a4667d..95af913300d 100644 --- a/i18n/data/de.po +++ b/i18n/data/de.po @@ -20,7 +20,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s %[2]s Version: %[3]s Commit: %[4]s Datum: %[5]s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" "Der Ordner %[1]s wird nicht länger unterstützt! Siehe %[2]s für weitere " @@ -34,7 +34,7 @@ msgstr "%[1]s ungültig, alles wird neu gebaut" msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]s wird benötigt, aber %[2]s ist aktuell installiert." -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "Muster %[1]s fehlt" @@ -58,7 +58,7 @@ msgstr "%[1]s, Protokollversion: %[2]d" msgid "%s already downloaded" msgstr "%s bereits heruntergeladen" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%s und %s können nicht gemeinsam verwendet werden" @@ -171,7 +171,7 @@ msgstr "Alle Kerne sind bereits auf der neuesten Version" msgid "Already installed %s" msgstr "Bereits installiert %s" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "Alternativen für %[1]s: %[2]s" @@ -179,7 +179,7 @@ msgstr "Alternativen für %[1]s: %[2]s" msgid "An error occurred adding prototypes" msgstr "Beim Hinzufügen von Prototypen ist ein Fehler aufgetreten" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "Ein Fehler trat beim erkennen der Bibliotheken auf" @@ -195,7 +195,7 @@ msgstr "Architektur: %s" msgid "Archive already exists" msgstr "Archiv existiert bereits" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "Gebauter Kern wird archiviert (zwischengespeichert) in: %[1]s" @@ -284,7 +284,7 @@ msgstr "Platinenname:" msgid "Board version:" msgstr "Platinenversion:" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "Bootloader-Datei angegeben, aber nicht vorhanden: %[1]s" @@ -333,11 +333,11 @@ msgstr "Konfigurationsdatei kann nicht geschrieben werden: %v" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "" @@ -377,7 +377,7 @@ msgstr "Plattform kann nicht installiert werden" msgid "Cannot install tool %s" msgstr "Werkzeug %s kann nicht installiert werden" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "" @@ -421,7 +421,7 @@ msgstr "" "Befehl läuft weiter und gibt die Liste der verbundenen Platinen aus, sobald " "sich eine Änderung ergibt." -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "" @@ -429,19 +429,19 @@ msgstr "" msgid "Compiles Arduino sketches." msgstr "Kompiliert Arduino-Sketche." -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "Kern wird kompiliert ..." -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "Bibliotheken werden kompiliert ..." -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "Bibliothek \"%[1]s\" wird kompiliert" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "Sketch wird kompiliert ..." @@ -458,7 +458,7 @@ msgstr "Konfigurationsdatei geschrieben nach: %s" msgid "Configuration options for %s" msgstr "Konfigurationsoptionen für %s" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -476,7 +476,7 @@ msgstr "" msgid "Connected" msgstr "Verbunden" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "Verbunden mit %s! Zum Beenden STRG-C drücken." @@ -492,11 +492,11 @@ msgstr "Konnte nicht über HTTP verbinden" msgid "Could not create index directory" msgstr "Indexverzeichnis konnte nicht erstellt werden" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "Programmgröße konnte nicht ermittelt werden" @@ -522,7 +522,7 @@ msgid "" "directory with the current configuration settings." msgstr "" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -558,7 +558,7 @@ msgstr "Debugging für Board %s nicht unterstützt" msgid "Debugging supported:" msgstr "Debugging unterstützt:" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "Standard" @@ -593,7 +593,7 @@ msgstr "Abhängigkeiten: %s" msgid "Description" msgstr "Beschreibung" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "Verwendete Bibliotheken erkennen ..." @@ -713,7 +713,7 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "Fehler beim Hinzufügen einer Datei zum Sketch-Archiv" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -729,11 +729,11 @@ msgstr "Fehler beim Berechnen des relativen Dateipfads" msgid "Error cleaning caches: %v" msgstr "" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "Fehler beim Kopieren der Ausgabedatei %s" @@ -741,7 +741,7 @@ msgstr "Fehler beim Kopieren der Ausgabedatei %s" msgid "Error creating instance: %v" msgstr "Fehler beim Erstellen der Instanz: %v" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "Fehler beim Erstellen des Ausgabeverzeichnisses" @@ -794,7 +794,7 @@ msgstr "Fehler beim Herunterladen des Werkzeugs %s" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "Fehler während FQBN-Bestimmung: %v" @@ -804,8 +804,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "Fehler während dem Hochladen: %v" @@ -813,7 +813,7 @@ msgstr "Fehler während dem Hochladen: %v" msgid "Error during YAML encoding of the output: %v" msgstr "Fehler während der YAML-Kodierung der Ausgabe: %v" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -833,7 +833,7 @@ msgstr "" msgid "Error extracting %s" msgstr "Fehler beim Extrahieren von %s" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -849,11 +849,11 @@ msgstr "Fehler beim Abrufen des absoluten Pfads des Sketch-Archivs" msgid "Error getting board details: %v" msgstr "Fehler beim Abrufen von Platinendetails: %v" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "Fehler beim Abrufen von Informationen für die Bibliothek %s" @@ -865,11 +865,11 @@ msgstr "Fehler beim Abrufen von Bibliotheksinformationen: %v" msgid "Error getting port metadata: %v" msgstr "Fehler beim Abrufen von Port-Metadaten: %v" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "Fehler beim Abrufen von Details zu Port-Einstellungen: %s" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -933,15 +933,15 @@ msgstr "Fehler beim Öffnen von %s" msgid "Error opening debug logging file: %s" msgstr "Fehler beim Öffnen der Debug-Protokollierungsdatei: %s" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -985,7 +985,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "Fehler bei der Suche nach Plattformen: %v" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "Fehler bei der Serialisierung der Kompilierungsdatenbank: %s" @@ -1013,17 +1013,17 @@ msgstr "" msgid "Error verifying signature" msgstr "Fehler beim Verifizieren der Signatur" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "Fehler während der Bestimmung der Sketch-Größe: %s" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "Fehler beim Schreiben der Kompilierungsdatenbank: %s" @@ -1031,7 +1031,7 @@ msgstr "Fehler beim Schreiben der Kompilierungsdatenbank: %s" msgid "Error: command description is not supported by %v" msgstr "Fehler: Befehlsbeschreibung wird nicht unterstützt von %v" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1051,7 +1051,7 @@ msgstr "Beispiele:" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1065,15 +1065,15 @@ msgstr "FQBN" msgid "FQBN:" msgstr "FQBN:" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "Fehlgeschlagene Programmierung" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1105,7 +1105,7 @@ msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" "Fehler beim Überwachen von TCP-Port: %s. Adresse wird bereits benutzt." -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "Fehlgeschlagenes Hochladen" @@ -1113,7 +1113,7 @@ msgstr "Fehlgeschlagenes Hochladen" msgid "File:" msgstr "Datei:" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1142,9 +1142,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1176,7 +1174,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "Funktionsprototypen werden generiert ..." @@ -1184,7 +1182,7 @@ msgstr "Funktionsprototypen werden generiert ..." msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1192,12 +1190,12 @@ msgstr "" "Globale Variablen verwenden %[1]s Bytes (%[3]s%%) des dynamischen Speichers," " %[4]s Bytes für lokale Variablen verbleiben. Das Maximum sind %[2]s Bytes." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "Globale Variablen verwenden %[1]s Bytes des dynamischen Speichers." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "ID" @@ -1271,7 +1269,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "Installiert eine oder mehrere angegebene Bibliotheken in das System." -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "" @@ -1310,15 +1308,15 @@ msgstr "Ungültiges Archiv: Datei %{1}s nicht in Archiv %{2}s gefunden" msgid "Invalid argument passed: %v" msgstr "Ungültiges Argument übergeben: %v" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1366,7 +1364,7 @@ msgstr "Ungültiges Profil" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1405,7 +1403,7 @@ msgstr "BIBLIOTHEKSNAME" msgid "Latest" msgstr "Neueste" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "Bibliothek %[1]s wurde als vorkompiliert angegeben:" @@ -1433,7 +1431,7 @@ msgstr "Bibliothek %s nicht gefunden" msgid "Library '%s' not found" msgstr "Bibliothek '%s' nicht gefunden" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1450,7 +1448,7 @@ msgstr "Bibliothek installiert" msgid "License: %s" msgstr "Lizenz: %s" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1505,7 +1503,7 @@ msgstr "Indexdatei wird geladen: %v" msgid "Location" msgstr "Ort" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "" "Wenig Arbeitsspeicher verfügbar, es können Stabilitätsprobleme auftreten." @@ -1523,7 +1521,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "'%[1]s' aus der Bibliothek in %[2]s fehlt" @@ -1547,7 +1545,7 @@ msgstr "Fehlendes Port-Protokoll" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1563,7 +1561,7 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "Mehrere Bibliotheken wurden für \"%[1]s\" gefunden" @@ -1577,7 +1575,7 @@ msgstr "Name" msgid "Name: \"%s\"" msgstr "" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1629,7 +1627,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1637,13 +1635,13 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" "Nicht genug Arbeitsspeicher; unter %[1]s finden sich Hinweise, um die Größe " "zu verringern." -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "Nicht benutzt: %[1]s" @@ -1661,7 +1659,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "Einen Kommunikations-Port mit einer Platine öffnen." @@ -1744,7 +1742,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "Pfad" @@ -1770,7 +1768,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1782,7 +1780,7 @@ msgstr "Plattform %s bereits installiert" msgid "Platform %s installed" msgstr "Plattform %s installiert" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1804,7 +1802,7 @@ msgstr "Plattform '%s' nicht gefunden" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1856,7 +1854,7 @@ msgstr "" msgid "Port" msgstr "Port" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "Port geschlossen: %v" @@ -1864,8 +1862,7 @@ msgstr "Port geschlossen: %v" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "Vorkompilierte Bibliothek in \"%[1]s\" nicht gefunden" @@ -1941,7 +1938,7 @@ msgstr "Erforderliches Werkzeug:" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1951,7 +1948,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1991,6 +1988,10 @@ msgstr "" msgid "Server responded with: %s" msgstr "" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -2007,7 +2008,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "Einstellung" @@ -2019,7 +2020,7 @@ msgstr "" msgid "Show all available core versions." msgstr "Zeige alle verfügbare Core-Versionen." -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2102,7 +2103,7 @@ msgstr "" msgid "Size (bytes):" msgstr "Größe (Bytes):" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2116,13 +2117,13 @@ msgstr "Sketch erstellt in: %s" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" "Der Sketch ist zu groß; unter %[1]s finden sich Hinweise, um die Größe zu " "verringern." -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2136,23 +2137,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2204,7 +2205,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2230,7 +2231,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2277,7 +2278,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2297,7 +2298,7 @@ msgstr "Typen: %s" msgid "URL:" msgstr "URL:" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2403,15 +2404,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2427,7 +2428,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2446,27 +2447,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "Benutze %s für mehr Informationen über einen Befehl." -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "Benutzte Bibliothek" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "Benutzt: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2479,17 +2480,15 @@ msgstr "" msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "Bibliothek %[1]s im Ordner: %[2]s %[3]s wird verwendet" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "Benutze vorkompilierte Bibliothek in %[1]s" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "Zuvor kompilierte Datei wird verwendet: %[1]s" @@ -2501,7 +2500,7 @@ msgstr "VERSION" msgid "VERSION_NUMBER" msgstr "VERSION_NUMMER" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "Werte" @@ -2510,7 +2509,7 @@ msgstr "Werte" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "Version" @@ -2527,7 +2526,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2540,11 +2539,11 @@ msgstr "" "werden zu können und ist möglicherweise inkompatibel mit Ihrer derzeitigen " "Platine, welche auf %[3]s Architektur(en) ausgeführt wird." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "Warten auf Upload-Port ..." -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2589,11 +2588,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2601,7 +2600,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2647,11 +2646,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "Kandidaten" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2695,7 +2694,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "kopiere Bibliothek in Zielordner:" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2712,7 +2711,7 @@ msgstr "konnte alte Bibliothek nicht entfernen" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2724,7 +2723,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "Datenbereich überschreitet den verfügbaren Platz auf der Platine" @@ -2732,7 +2731,7 @@ msgstr "Datenbereich überschreitet den verfügbaren Platz auf der Platine" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "Zielordner existiert bereits" @@ -3036,7 +3035,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "ungültige Port-Konfiguration: %s" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3174,7 +3173,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3196,7 +3195,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3208,7 +3207,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3284,7 +3283,7 @@ msgstr "Plattform %s ist nicht installiert" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "Plattform nicht installiert" @@ -3300,7 +3299,7 @@ msgstr "" msgid "port" msgstr "Port" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "Port nicht gefunden: %[1]s %[2]s" @@ -3335,7 +3334,7 @@ msgstr "Verzeichnis %s wird gelesen" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "Datei %[1]s wird gelesen: %[2]s" @@ -3363,7 +3362,7 @@ msgstr "lese library_index.json: %s" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3433,7 +3432,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "Quelle ist kein Verzeichnis" @@ -3457,12 +3456,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "Textbereich überschreitet den verfügbaren Platz auf der Platine" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3515,19 +3514,15 @@ msgstr "" "zwei verschiedene Versionen der Bibliothek %[1]s sind erforderlich: %[2]s " "und %[3]s" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3535,19 +3530,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "Schreiben in Zieldatei unmöglich" @@ -3575,7 +3566,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "Hochladefehler: %s" @@ -3583,11 +3574,11 @@ msgstr "Hochladefehler: %s" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/es.po b/i18n/data/es.po index 8c07805255b..136cb0b45bf 100644 --- a/i18n/data/es.po +++ b/i18n/data/es.po @@ -20,7 +20,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "¡%[1]s ya no es compatible con la carpeta! %[2]s Para más información" @@ -32,7 +32,7 @@ msgstr "%[1]s inválido, reconstruyendo todo" msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]s es requerido pero %[2]s está actualmente instalado." -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "No se encuentra patrón %[1]s" @@ -56,7 +56,7 @@ msgstr "%[1]s, versión del protocolo: %[2]d" msgid "%s already downloaded" msgstr "%s ya está descargado" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%s y %s no se pueden usar juntos" @@ -165,7 +165,7 @@ msgstr "Todos los núcleos están en su última versión" msgid "Already installed %s" msgstr "Ya está instalado %s" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "Alternativas para %[1]s: %[2]s" @@ -173,7 +173,7 @@ msgstr "Alternativas para %[1]s: %[2]s" msgid "An error occurred adding prototypes" msgstr "Ocurrió un error añadiendo prototipos" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "Ocurrió un error detectando librerías" @@ -189,7 +189,7 @@ msgstr "Arquitectura: %s" msgid "Archive already exists" msgstr "El archivo ya existe" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "Archivando el núcleo construido (cacheado) en: %[1]s" @@ -274,7 +274,7 @@ msgstr "Nombre de la placa:" msgid "Board version:" msgstr "Versión de la placa:" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "Fichero Bootloader especificado pero ausente: %[1]s" @@ -325,11 +325,11 @@ msgstr "No se puede escribir el archivo de configuración: %v" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "No se puede crear el directorio de caché de compilación" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "No se puede crear el directorio de caché de compilación" @@ -369,7 +369,7 @@ msgstr "No se puede instalar la plataforma" msgid "Cannot install tool %s" msgstr "No se puede instalar la herramienta %s" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "No se puede realizar el reinicio del puerto: %s" @@ -414,7 +414,7 @@ msgstr "" "El comando sigue ejecutándose e imprime la lista de placas conectadas cada " "vez que hay un cambio." -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "Proyecto compilado no encontrado en %s" @@ -422,19 +422,19 @@ msgstr "Proyecto compilado no encontrado en %s" msgid "Compiles Arduino sketches." msgstr "Compila los sketch de Arduino" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "Compilando el núcleo..." -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "Compilando librerías..." -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "Compilando librería \"%[1]s\"" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "Compilando el sketch..." @@ -453,7 +453,7 @@ msgstr "Archivo de configuración escrito en: %s" msgid "Configuration options for %s" msgstr "Opciones de configuración para %s" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -471,7 +471,7 @@ msgstr "" msgid "Connected" msgstr "Conectado" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "¡Conectado a %s! Pulse CTRL-C para salir." @@ -487,11 +487,11 @@ msgstr "No se pudo conectar vía HTTP" msgid "Could not create index directory" msgstr "No se ha podido crear el directorio índice." -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "No se pudo determinar el tamaño del programa" @@ -519,7 +519,7 @@ msgstr "" "Crea o actualiza el archivo de configuración en el directorio de datos o " "directorio personalizado con los ajustes actuales." -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -555,7 +555,7 @@ msgstr "Depuración no soportada para la tarjeta: %s" msgid "Debugging supported:" msgstr "Debugging soportado:" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "Por defecto" @@ -589,7 +589,7 @@ msgstr "Dependencias: %s" msgid "Description" msgstr "Descripción" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "Detectando las librerías usadas..." @@ -707,7 +707,7 @@ msgstr "Introducir la url de git para librerías alojadas en repositorios" msgid "Error adding file to sketch archive" msgstr "Error añadiendo sketch al archivo de sketch" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -723,11 +723,11 @@ msgstr "Error calculando la ruta de archivo relativa" msgid "Error cleaning caches: %v" msgstr "Error limpiando caches: %v" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "Error copiando el archivo de salida %s" @@ -735,7 +735,7 @@ msgstr "Error copiando el archivo de salida %s" msgid "Error creating instance: %v" msgstr "Error creando la instancia: %v" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "Error al crear el directorio de salida" @@ -788,7 +788,7 @@ msgstr "Error descargando la herramienta %s" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "" @@ -798,8 +798,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "Error durante la carga: %v" @@ -807,7 +807,7 @@ msgstr "Error durante la carga: %v" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -827,7 +827,7 @@ msgstr "Error durante la actualización: %v" msgid "Error extracting %s" msgstr "Error extrayendo %s" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -843,12 +843,12 @@ msgstr "Error obteniendo la ruta absoluta del archivo de sketch" msgid "Error getting board details: %v" msgstr "Error obteniendo los detalles de la placa: %v" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" "Error obteniendo el directorio actual para la base de datos de compilación%s" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "Error obteniendo información para la librería %s" @@ -860,11 +860,11 @@ msgstr "Error obteniendo información de las librerías: %v" msgid "Error getting port metadata: %v" msgstr "" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -928,15 +928,15 @@ msgstr "" msgid "Error opening debug logging file: %s" msgstr "" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -980,7 +980,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" @@ -1008,17 +1008,17 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" @@ -1026,7 +1026,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "Ejemplos:" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1060,15 +1060,15 @@ msgstr "FQBN" msgid "FQBN:" msgstr "FQBN:" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "Borrado del chip fallida" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1096,7 +1096,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "" @@ -1104,7 +1104,7 @@ msgstr "" msgid "File:" msgstr "Archivo:" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1133,9 +1133,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1167,7 +1165,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "" @@ -1175,7 +1173,7 @@ msgstr "" msgid "Global Flags:" msgstr "Banderas globales:" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1183,12 +1181,12 @@ msgstr "" "Las variables Globales usan %[1]s bytes (%[3]s%%) de la memoria dinámica, " "dejando %[4]s bytes para las variables locales. El máximo es %[2]s bytes." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "Variables globales usan %[1]s bytes de memoria dinamica." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "ID" @@ -1258,7 +1256,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "Error interno en la cache" @@ -1297,15 +1295,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1353,7 +1351,7 @@ msgstr "Perfil inválido" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1392,7 +1390,7 @@ msgstr "" msgid "Latest" msgstr "Última" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "" @@ -1419,7 +1417,7 @@ msgstr "Librería %s no encontrada" msgid "Library '%s' not found" msgstr "La librería '%s' no fue encontrada" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1436,7 +1434,7 @@ msgstr "Librería instalada" msgid "License: %s" msgstr "Licencia: %s" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1491,7 +1489,7 @@ msgstr "" msgid "Location" msgstr "Ubicación" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "" "Hay poca memoria disponible; pueden producirse problemas de estabilidad." @@ -1509,7 +1507,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "Falta '%[1]s' de la biblioteca en %[2]s" @@ -1533,7 +1531,7 @@ msgstr "Falta el protocolo del puerto" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1549,7 +1547,7 @@ msgstr "Monitor '%s' no encontrado" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "Se encontraron varias bibliotecas para \"%[1]s\"" @@ -1563,7 +1561,7 @@ msgstr "Nombre" msgid "Name: \"%s\"" msgstr "Nombre: \"%s\"" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1615,7 +1613,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "No hay plataformas que coincidan con su búsqueda." -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1623,13 +1621,13 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" "No hay suficiente memoria, ver %[1]s para obtener consejos sobre cómo " "optimizar su código." -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "No utilizado: %[1]s" @@ -1647,7 +1645,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "Abre un puerto de comunicación con una placa." @@ -1730,7 +1728,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "" @@ -1756,7 +1754,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1768,7 +1766,7 @@ msgstr "La plataforma %s ya está instalada" msgid "Platform %s installed" msgstr "Plataforma %s instalada" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1790,7 +1788,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1838,7 +1836,7 @@ msgstr "" msgid "Port" msgstr "Puerto" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "Puerto cerrado: %v" @@ -1846,8 +1844,7 @@ msgstr "Puerto cerrado: %v" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "" @@ -1923,7 +1920,7 @@ msgstr "Herramienta requerida:" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1933,7 +1930,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1975,6 +1972,10 @@ msgstr "Sentencia: %s" msgid "Server responded with: %s" msgstr "El servidor respondió con: %s" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -1989,7 +1990,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "" @@ -2001,7 +2002,7 @@ msgstr "" msgid "Show all available core versions." msgstr "Muestra todos los núcleos disponibles." -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2084,7 +2085,7 @@ msgstr "" msgid "Size (bytes):" msgstr "Tamaño (bytes):" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2098,11 +2099,11 @@ msgstr "" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "Programa muy grando: visite %[1]s para ver cómo reducirlo." -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2116,23 +2117,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2184,7 +2185,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2210,7 +2211,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2259,7 +2260,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2279,7 +2280,7 @@ msgstr "Tipos: %s" msgid "URL:" msgstr "URL:" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2387,15 +2388,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2411,7 +2412,7 @@ msgstr "Cargar el bootloader en la placa usando un programador externo." msgid "Upload the bootloader." msgstr "Cargar el bootloader." -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2430,27 +2431,27 @@ msgstr "Uso:" msgid "Use %s for more information about a command." msgstr "Use %spara más información acerca de un comando." -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "Usado: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2462,17 +2463,15 @@ msgstr "Usando librería %[1]s con versión %[2]s en la carpeta: %[3]s %[4]s" msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "Utilizando biblioteca %[1]s en carpeta: %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "Utilizando archivo previamente compilado: %[1]s" @@ -2484,7 +2483,7 @@ msgstr "VERSIÓN" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2493,7 +2492,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2510,7 +2509,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2523,11 +2522,11 @@ msgstr "" "y puede ser incompatible con tu actual tarjeta la cual corre sobre " "arquitectura(s) %[3]s." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2570,11 +2569,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2582,7 +2581,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2628,11 +2627,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "Candidatos" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2676,7 +2675,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2693,7 +2692,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2705,7 +2704,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2713,7 +2712,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -3017,7 +3016,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3155,7 +3154,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3177,7 +3176,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3189,7 +3188,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3265,7 +3264,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3281,7 +3280,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3316,7 +3315,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3344,7 +3343,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3414,7 +3413,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3438,12 +3437,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3494,19 +3493,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3514,19 +3509,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "" @@ -3554,7 +3545,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "" @@ -3562,11 +3553,11 @@ msgstr "" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/fr.po b/i18n/data/fr.po index ca000469a3c..ce591d8b4bd 100644 --- a/i18n/data/fr.po +++ b/i18n/data/fr.po @@ -15,7 +15,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" "le dossier %[1]sn'est plus supporté ! Consulter%[2]s pour plus " @@ -29,7 +29,7 @@ msgstr "" msgid "%[1]s is required but %[2]s is currently installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]s est un schéma manquant" @@ -53,7 +53,7 @@ msgstr "" msgid "%s already downloaded" msgstr "%s déjà téléchargé" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%set%sne peuvent pas être téléchargé." @@ -158,7 +158,7 @@ msgstr "Tous les cœurs sont à jours vers la dernière version." msgid "Already installed %s" msgstr "Déjà installé %s" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "Alternative pour %[1]s: %[2]s" @@ -166,7 +166,7 @@ msgstr "Alternative pour %[1]s: %[2]s" msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "" @@ -182,7 +182,7 @@ msgstr "Architecture : %s" msgid "Archive already exists" msgstr "L'archive existe déjà" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "Archivage du noyau construit (mise en cache) dans: %[1]s" @@ -267,7 +267,7 @@ msgstr "" msgid "Board version:" msgstr "" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "Fichier du bootloader spécifié mais absent: %[1]s" @@ -316,11 +316,11 @@ msgstr "" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "" @@ -360,7 +360,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "" @@ -402,7 +402,7 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "Croquis compilé introuvable %s" @@ -410,19 +410,19 @@ msgstr "Croquis compilé introuvable %s" msgid "Compiles Arduino sketches." msgstr "Compilation des croquis Arduino." -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "Compilation du croquis..." @@ -439,7 +439,7 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -457,7 +457,7 @@ msgstr "" msgid "Connected" msgstr "Connecté" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "" @@ -473,11 +473,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "" @@ -503,7 +503,7 @@ msgid "" "directory with the current configuration settings." msgstr "" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -539,7 +539,7 @@ msgstr "" msgid "Debugging supported:" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "Défaut" @@ -573,7 +573,7 @@ msgstr "" msgid "Description" msgstr "" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "" @@ -686,7 +686,7 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -702,11 +702,11 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "" @@ -714,7 +714,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "" @@ -767,7 +767,7 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "" @@ -777,8 +777,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "" @@ -786,7 +786,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -806,7 +806,7 @@ msgstr "" msgid "Error extracting %s" msgstr "" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -822,11 +822,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "" @@ -838,11 +838,11 @@ msgstr "" msgid "Error getting port metadata: %v" msgstr "" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -906,15 +906,15 @@ msgstr "" msgid "Error opening debug logging file: %s" msgstr "" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -958,7 +958,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" @@ -986,17 +986,17 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" @@ -1004,7 +1004,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1024,7 +1024,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1038,15 +1038,15 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1074,7 +1074,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "" @@ -1082,7 +1082,7 @@ msgstr "" msgid "File:" msgstr "" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1111,9 +1111,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1145,7 +1143,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "" @@ -1153,7 +1151,7 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1162,12 +1160,12 @@ msgstr "" "dynamique, ce qui laisse %[4]s octets pour les variables locales. Le maximum" " est de %[2]s octets." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "Les variables globales utilisent %[1]s octets de mémoire dynamique." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "" @@ -1237,7 +1235,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "" @@ -1276,15 +1274,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1332,7 +1330,7 @@ msgstr "" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1371,7 +1369,7 @@ msgstr "" msgid "Latest" msgstr "" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "" @@ -1397,7 +1395,7 @@ msgstr "" msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1414,7 +1412,7 @@ msgstr "" msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1469,7 +1467,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "" "La mémoire disponible faible, des problèmes de stabilité pourraient " @@ -1488,7 +1486,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "Fichier manquant '%[1]s' de la bibliothèque dans %[2]s" @@ -1512,7 +1510,7 @@ msgstr "" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1528,7 +1526,7 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "Plusieurs bibliothèque trouvées pour \"%[1]s\"" @@ -1542,7 +1540,7 @@ msgstr "" msgid "Name: \"%s\"" msgstr "" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1592,7 +1590,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1600,13 +1598,13 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" "Mémore insuffisante; consulter la page %[1]s pour obtenir des astuces sur " "comment le réduire." -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "Non utilisé: %[1]s" @@ -1624,7 +1622,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "" @@ -1707,7 +1705,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "" @@ -1733,7 +1731,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1745,7 +1743,7 @@ msgstr "" msgid "Platform %s installed" msgstr "" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1767,7 +1765,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1815,7 +1813,7 @@ msgstr "" msgid "Port" msgstr "Port" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "" @@ -1823,8 +1821,7 @@ msgstr "" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "" @@ -1900,7 +1897,7 @@ msgstr "" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1910,7 +1907,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1950,6 +1947,10 @@ msgstr "" msgid "Server responded with: %s" msgstr "" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -1964,7 +1965,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "" @@ -1976,7 +1977,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2057,7 +2058,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2071,11 +2072,11 @@ msgstr "" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 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." -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2089,23 +2090,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2157,7 +2158,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2183,7 +2184,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2230,7 +2231,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2250,7 +2251,7 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2356,15 +2357,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2380,7 +2381,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2399,27 +2400,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "Utilisé: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2434,17 +2435,15 @@ msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "" "Utilisation de la bibliothèque %[1]s prise dans le dossier: %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "Utilisation du fichier déjà compilé: %[1]s" @@ -2456,7 +2455,7 @@ msgstr "" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2465,7 +2464,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2482,7 +2481,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2495,11 +2494,11 @@ msgstr "" "architecture(s) %[2]s et peut être incompatible avec votre carte actuelle " "qui s'exécute sur %[3]s." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2542,11 +2541,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2554,7 +2553,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2600,11 +2599,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2648,7 +2647,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2665,7 +2664,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2677,7 +2676,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2685,7 +2684,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -2989,7 +2988,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3127,7 +3126,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3149,7 +3148,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3161,7 +3160,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3237,7 +3236,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3253,7 +3252,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3288,7 +3287,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3316,7 +3315,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3386,7 +3385,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3410,12 +3409,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3466,19 +3465,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3486,19 +3481,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "impossible d’écrire dans le fichier de destination." @@ -3526,7 +3517,7 @@ msgstr "mise à jour de arduino:samd vers la dernière version" msgid "upgrade everything to the latest version" msgstr "tout mettre à jour tout vers la dernière version" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "" @@ -3534,11 +3525,11 @@ msgstr "" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/he.po b/i18n/data/he.po index 6761ef1dec7..7e8653941b6 100644 --- a/i18n/data/he.po +++ b/i18n/data/he.po @@ -13,7 +13,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s%[2]s גרסה: %[3]s קומיט: %[4]sתאריך: %[5]s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "%[1]s is required but %[2]s is currently installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]s תבנית חסרה" @@ -49,7 +49,7 @@ msgstr "%[1]s, גרסאת פרוטוקול: %[2]d" msgid "%s already downloaded" msgstr "" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "" @@ -154,7 +154,7 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "" @@ -162,7 +162,7 @@ msgstr "" msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "" @@ -178,7 +178,7 @@ msgstr "ארכיטקטורה: %s" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "" @@ -263,7 +263,7 @@ msgstr "" msgid "Board version:" msgstr "" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "" @@ -312,11 +312,11 @@ msgstr "" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "" @@ -356,7 +356,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "" @@ -398,7 +398,7 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "" @@ -406,19 +406,19 @@ msgstr "" msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "" @@ -435,7 +435,7 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -453,7 +453,7 @@ msgstr "" msgid "Connected" msgstr "" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "" @@ -469,11 +469,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "" @@ -499,7 +499,7 @@ msgid "" "directory with the current configuration settings." msgstr "" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -535,7 +535,7 @@ msgstr "" msgid "Debugging supported:" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "" @@ -569,7 +569,7 @@ msgstr "" msgid "Description" msgstr "" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "" @@ -682,7 +682,7 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -698,11 +698,11 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "" @@ -710,7 +710,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "" @@ -763,7 +763,7 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "" @@ -773,8 +773,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "" @@ -782,7 +782,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -802,7 +802,7 @@ msgstr "" msgid "Error extracting %s" msgstr "" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -818,11 +818,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "" @@ -834,11 +834,11 @@ msgstr "" msgid "Error getting port metadata: %v" msgstr "" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -902,15 +902,15 @@ msgstr "" msgid "Error opening debug logging file: %s" msgstr "" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -954,7 +954,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" @@ -982,17 +982,17 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" @@ -1000,7 +1000,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1020,7 +1020,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1034,15 +1034,15 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1070,7 +1070,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "" @@ -1078,7 +1078,7 @@ msgstr "" msgid "File:" msgstr "" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1107,9 +1107,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1141,7 +1139,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "" @@ -1149,18 +1147,18 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." msgstr "" -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "" #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "" @@ -1230,7 +1228,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "" @@ -1269,15 +1267,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1325,7 +1323,7 @@ msgstr "" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1364,7 +1362,7 @@ msgstr "" msgid "Latest" msgstr "" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "" @@ -1390,7 +1388,7 @@ msgstr "" msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1407,7 +1405,7 @@ msgstr "" msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1462,7 +1460,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "" @@ -1479,7 +1477,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "" @@ -1503,7 +1501,7 @@ msgstr "" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1519,7 +1517,7 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "" @@ -1533,7 +1531,7 @@ msgstr "" msgid "Name: \"%s\"" msgstr "" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1583,7 +1581,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1591,11 +1589,11 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "" @@ -1613,7 +1611,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "" @@ -1696,7 +1694,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "" @@ -1722,7 +1720,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1734,7 +1732,7 @@ msgstr "" msgid "Platform %s installed" msgstr "" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1756,7 +1754,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1804,7 +1802,7 @@ msgstr "" msgid "Port" msgstr "" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "" @@ -1812,8 +1810,7 @@ msgstr "" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "" @@ -1889,7 +1886,7 @@ msgstr "" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1899,7 +1896,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1939,6 +1936,10 @@ msgstr "" msgid "Server responded with: %s" msgstr "" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -1953,7 +1954,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "" @@ -1965,7 +1966,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2046,7 +2047,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2060,11 +2061,11 @@ msgstr "" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2076,23 +2077,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2144,7 +2145,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2170,7 +2171,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2217,7 +2218,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2237,7 +2238,7 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2343,15 +2344,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2367,7 +2368,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2386,27 +2387,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2418,17 +2419,15 @@ msgstr "" msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "" @@ -2440,7 +2439,7 @@ msgstr "" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2449,7 +2448,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2466,7 +2465,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2476,11 +2475,11 @@ msgid "" "incompatible with your current board which runs on %[3]s architecture(s)." msgstr "" -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2523,11 +2522,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2535,7 +2534,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2581,11 +2580,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2629,7 +2628,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2646,7 +2645,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2658,7 +2657,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2666,7 +2665,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -2970,7 +2969,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3108,7 +3107,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3130,7 +3129,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3142,7 +3141,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3218,7 +3217,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3234,7 +3233,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3269,7 +3268,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3297,7 +3296,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3367,7 +3366,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3391,12 +3390,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3447,19 +3446,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3467,19 +3462,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "" @@ -3507,7 +3498,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "" @@ -3515,11 +3506,11 @@ msgstr "" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/it_IT.po b/i18n/data/it_IT.po index 66dfb747779..595592e9ddd 100644 --- a/i18n/data/it_IT.po +++ b/i18n/data/it_IT.po @@ -20,7 +20,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s %[2]s Versione: %[3]s Commit: %[4]s Data: %[5]s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" "La cartella %[1]s non è più supportata! Vedere %[2]s per maggiori " @@ -34,7 +34,7 @@ msgstr "%[1]s non è valido, ricompilo tutto" msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]s è richiesto ma %[2]s risulta attualmente installato." -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "Manca il pattern %[1]s" @@ -58,7 +58,7 @@ msgstr "%[1]s, versione protocollo: %[2]d" msgid "%s already downloaded" msgstr " %s già scaricato" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%s e %s non possono essere usati insieme" @@ -131,7 +131,7 @@ msgstr "" #: commands/sketch/new.go:66 msgid ".ino file already exists" -msgstr ".ino file già esiste" +msgstr "il file .ino è già presente" #: internal/cli/updater/updater.go:71 msgid "A new release of Arduino CLI is available:" @@ -148,7 +148,7 @@ msgstr "ARCH" #: internal/cli/generatedocs/generatedocs.go:80 msgid "ARDUINO COMMAND LINE MANUAL" -msgstr "MANUALE DELLA LINEA DI COMANDO ARDUINO" +msgstr "MANUALE DELLA LINEA DI COMANDO DI ARDUINO" #: internal/cli/usage.go:32 msgid "Additional help topics:" @@ -170,7 +170,7 @@ msgstr "Tutti i core sono già all'ultima versione" msgid "Already installed %s" msgstr "Già installato %s" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "Alternative per %[1]s: %[2]s" @@ -178,7 +178,7 @@ msgstr "Alternative per %[1]s: %[2]s" msgid "An error occurred adding prototypes" msgstr "Si è verificato un errore durante l'aggiunta di un prototipo" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "Si è verificato un errore durante il rilevamento delle librerie" @@ -192,9 +192,9 @@ msgstr "Architettura: %s" #: commands/sketch/archive.go:71 msgid "Archive already exists" -msgstr "L'archivio è esistente" +msgstr "L'archivio è già presente" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "Archivio il core compilato (caching) in: %[1]s" @@ -283,7 +283,7 @@ msgstr "Nome scheda:" msgid "Board version:" msgstr "Versione scheda:" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "Il file del bootloader specificato è inesistente: %[1]s" @@ -308,7 +308,7 @@ msgstr "Non è possibile scaricare la libreria" #: arduino/cores/packagemanager/install_uninstall.go:133 #: commands/core/uninstall.go:64 msgid "Can't find dependencies for platform %s" -msgstr "Dipendenze per la piattaforma %s non trovate" +msgstr "Impossibile trovare le dipendenze per la piattaforma %s" #: arduino/errors.go:538 msgid "Can't open sketch" @@ -334,11 +334,11 @@ msgstr "Non è possibile salvare il file di configurazione: %v" msgid "Can't write debug log: %s" msgstr "Non è possibile scrivere il log di debug: %s" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "Non è possibile creare la directory di build della cache." -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "Non è possibile creare la directory per la build" @@ -379,7 +379,7 @@ msgstr "Non è possibile installare la piattaforma" msgid "Cannot install tool %s" msgstr "Non è possibile installare il tool %s" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "Non è possibile effettuare il reset della porta: %s" @@ -401,7 +401,7 @@ msgstr "Controllare lo stato delle dipendenze per la libreria specificata." #: arduino/resources/checksums.go:167 msgid "Checksum differs from checksum in package.json" -msgstr "Il checksum è diverso dal checksum in package.json" +msgstr "Il checksum è diverso da quello presente in package.json" #: internal/cli/board/details.go:188 msgid "Checksum:" @@ -424,29 +424,29 @@ msgstr "" "Il comando continua a funzionare e stampa l'elenco delle schede collegate " "ogni volta che viene apportata una modifica." -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "Sketch compilato non trovato in %s" #: internal/cli/compile/compile.go:84 internal/cli/compile/compile.go:85 msgid "Compiles Arduino sketches." -msgstr "Compilazione sketch Arduino" +msgstr "Compila gli sketch di Arduino." -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." -msgstr "Compilazione core..." +msgstr "Compilazione del core in corso..." -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." -msgstr "Compilazione librerie..." +msgstr "Compilazione delle librerie in corso..." -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" -msgstr "Compilazione libreria \"%[1]s\"" +msgstr "Compilazione della libreria \"%[1]s\"" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." -msgstr "Compilazione sketch..." +msgstr "Compilazione dello sketch in corso..." #: internal/cli/config/init.go:88 msgid "" @@ -457,13 +457,13 @@ msgstr "" #: internal/cli/config/init.go:112 msgid "Config file written to: %s" -msgstr "File di configurazione scritto su: %s" +msgstr "File di configurazione scritto in: %s" #: internal/cli/debug/debug.go:151 msgid "Configuration options for %s" msgstr "Opzioni di configurazione per %s" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -483,7 +483,7 @@ msgstr "Strumento di configurazione." msgid "Connected" msgstr "Connesso" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "Connesso a %s! Premere CTRL-C per uscire." @@ -499,12 +499,12 @@ msgstr "Non è possibile connettersi via HTTP" msgid "Could not create index directory" msgstr "Impossibile creare la directory dell'indice" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" "Non è stato possibile creare una cache profonda della build core: %[1]s" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "Non è possibile determinare la dimensione del programma" @@ -532,7 +532,7 @@ msgstr "" "Crea o aggiorna il file di configurazione nella directory dei dati o nella " "directory personalizzata con le impostazioni di configurazione correnti." -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -572,7 +572,7 @@ msgstr "Debugging non supportato per la scheda %s" msgid "Debugging supported:" msgstr "Debugging supportato:" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "Predefinito" @@ -610,7 +610,7 @@ msgstr "Dipendenze: %s" msgid "Description" msgstr "Descrizione" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "Rilevamento delle librerie utilizzate in corso..." @@ -729,7 +729,7 @@ msgstr "" "Si è verificato un errore durante l'aggiunta del file all'archivio dello " "sketch" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" "Si è verificato un errore durante l'archiviazione del core compilato " @@ -748,13 +748,13 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "Si è verificato un errore durante la pulizia della cache: %v" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" "Si è verificato un errore durante la conversione del percorso in assoluto:: " "%v" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "Si è verificato un errore durante la copia del file di output %s" @@ -762,7 +762,7 @@ msgstr "Si è verificato un errore durante la copia del file di output %s" msgid "Error creating instance: %v" msgstr "Si è verificato un errore durante la creazione dell'istanza: %v" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "" "Si è verificato un errore durante la creazione della cartella di output" @@ -819,7 +819,7 @@ msgstr "Errore durante il download del tool %s" msgid "Error during Debug: %v" msgstr "Errore durante il debug: %v" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "Si è verificato un errore durante il rilevamento FQBN: %v" @@ -829,8 +829,8 @@ msgstr "Si è verificato un errore durante la codifica JSON dell'output: %v" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "Errore durante il caricamento di: %v" @@ -838,7 +838,7 @@ msgstr "Errore durante il caricamento di: %v" msgid "Error during YAML encoding of the output: %v" msgstr "Si è verificato un errore durante la codifica YAML dell'output: %v" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "Si è verificato un errore durante la compilazione: %v" @@ -858,7 +858,7 @@ msgstr "Si è verificato un errore durante l'aggiornamento: %v" msgid "Error extracting %s" msgstr "Si è verificato un errore durante l'estrazione di %s" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" "Si è verificato un errore durante la ricerca degli artefatti di compilazione" @@ -879,13 +879,13 @@ msgstr "" msgid "Error getting board details: %v" msgstr "Impossibile ottenere i dettagli della scheda: %v" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" "Si è verificato un errore durante l'acquisizione della directory corrente " "per il database di compilazione: %s" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "" "Si è verificato un errore durante l'acquisizione delle informazioni della " @@ -901,13 +901,13 @@ msgstr "" "Si è verificato un errore durante l'acquisizione dei metadati della porta: " "%v" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" "Si è verificato un errore durante l'acquisizione dei dettagli delle " "impostazioni della porta: %s" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" "Si è verificato un errore durante la ricezione dell'input da parte " @@ -981,18 +981,18 @@ msgid "Error opening debug logging file: %s" msgstr "" "Si è verificato un errore durante l'apertura del file di log di debug: %s" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" "Si è verificato un errore durante l'apertura del codice sorgente che " "sovrascrive i file: %v" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" "Si è verificato un errore durante il parsing del flag --show-properties: %v" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" "Si è verificato un errore durante la lettura della directory di compilazione" @@ -1043,7 +1043,7 @@ msgstr "Si è verificato un errore durante la ricerca delle librerie: %v" msgid "Error searching for platforms: %v" msgstr "Si è verificato un errore durante la ricerca delle piattaforme: %v" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" "Si è verificato un errore durante la serializzazione del database di " @@ -1076,21 +1076,21 @@ msgstr "" msgid "Error verifying signature" msgstr "Si è verificato un errore durante la verifica della firma" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" "Si è verificato un errore durante il rilevamento delle librerie incluse da " "%[1]s" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" "Si è verificato un errore durante la determinazione delle dimensioni dello " "sketch: %s" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" "Si è verificato un errore durante la scrittura del database di compilazione:" @@ -1100,7 +1100,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "Errore: la descrizione del comando non è supportata da %v" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "Errore: il codice sorgente non è valido e sovrascrive i dati: %v" @@ -1120,7 +1120,7 @@ msgstr "Esempi:" msgid "Executable to debug" msgstr "Eseguibile per il debug" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" "Ci si aspettava che lo sketch compilato fosse nella directory %s, invece è " @@ -1136,15 +1136,15 @@ msgstr "FQBN" msgid "FQBN:" msgstr "FQBN:" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "Impossibile cancellare il chip" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "Programmazione non riuscita" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "Impossibile masterizzare il bootloader" @@ -1175,7 +1175,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "Impossibile ascoltare sulla porta TCP: %s. L'indirizzo è già in uso." -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "Caricamento non riuscito" @@ -1183,7 +1183,7 @@ msgstr "Caricamento non riuscito" msgid "File:" msgstr "File:" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1218,12 +1218,8 @@ msgstr "" "interattiva)." #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" -msgstr "" -"Trovata %d piattaforma di riferimento \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" +msgstr "Sono state trovate %d piattaforme corrispondenti \"%s\": %s" #: internal/cli/arguments/fqbn.go:37 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" @@ -1254,7 +1250,7 @@ msgstr "Genera gli script di completamento" msgid "Generates completion scripts for various shells" msgstr "Genera gli script di completamento per varie shell" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "Sto generando i prototipi di funzione..." @@ -1262,7 +1258,7 @@ msgstr "Sto generando i prototipi di funzione..." msgid "Global Flags:" msgstr "Flag globali:" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1271,12 +1267,12 @@ msgstr "" "lasciando altri %[4]s byte liberi per le variabili locali. Il massimo è " "%[2]s byte." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "Le variabili globali usano %[1]s byte di memoria dinamica." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "ID" @@ -1349,7 +1345,7 @@ msgstr "Installa uno o più core e le corrispondenti dipendenze dei tool." msgid "Installs one or more specified libraries into the system." msgstr "Installa nel sistema una o più librerie specificate." -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "Errore interno alla cache" @@ -1391,15 +1387,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "L' argomento passato non è valido: %v" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "Proprietà di compilazione non valide" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "La dimensione dei dati della regexp non è valida: %s" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "La dimensione della eeprom della regexp non è valida: %s" @@ -1447,7 +1443,7 @@ msgstr "Il profilo non è valido" msgid "Invalid recipe in platform.txt" msgstr "Scrittura non valida in platform.txt" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "La dimensione della regexp non è valida: %s" @@ -1488,7 +1484,7 @@ msgstr "LIBRARY_NAME" msgid "Latest" msgstr "Ultimo" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "La libreria %[1]s è stata dichiarata precompilata:" @@ -1515,7 +1511,7 @@ msgstr "Impossibile trovare la libreria %s" msgid "Library '%s' not found" msgstr "Impossibile trovare la libreria '%s'" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1534,7 +1530,7 @@ msgstr "La libreria è stata installata" msgid "License: %s" msgstr "Licenza: %s" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "Collegare tutto insieme..." @@ -1595,7 +1591,7 @@ msgstr "Sto caricando il file dell'indice: %v" msgid "Location" msgstr "Posizione" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "" "Poca memoria disponibile, potrebbero presentarsi problemi di stabilità" @@ -1616,7 +1612,7 @@ msgstr "" "I messaggi con questo livello o superiore saranno registrati. I livelli " "validi sono: %s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "Manca '%[1]s' nella libreria %[2]s" @@ -1640,7 +1636,7 @@ msgstr "Manca il protocollo della porta" msgid "Missing programmer" msgstr "Manca il programmatore" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "Manca la dimensione della regexp" @@ -1656,7 +1652,7 @@ msgstr "Impossibile trovare il monitor '%s'" msgid "Monitor port settings:" msgstr "Impostazioni sulla porta del monitor:" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "Più di una libreria trovata per \"%[1]s\"" @@ -1670,7 +1666,7 @@ msgstr "Nome" msgid "Name: \"%s\"" msgstr "Nome: \"%s\"" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "Nuova porta di caricamento: %[1]s (%[2]s)" @@ -1722,7 +1718,7 @@ msgstr "Nessuna piattaforma installata." msgid "No platforms matching your search." msgstr "Non ci sono piattaforme corrispondenti alla tua ricerca." -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" "Non è stata trovata alcuna porta di upload, come alternativa verrà " @@ -1732,12 +1728,12 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "Non è stata trovata una soluzione valida per le dipendenze" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" "Memoria esaurita; guarda %[1]s per consigli su come ridurne l'utilizzo." -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "Non usata: %[1]s" @@ -1757,7 +1753,7 @@ msgstr "" "Omette i dettagli della libreria per tutte le versioni tranne la più recente" " (produce un output JSON più compatto)." -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "Apre una porta di comunicazione con una scheda." @@ -1850,7 +1846,7 @@ msgstr "Website pacchetto:" msgid "Paragraph: %s" msgstr "Paragrafo: %s" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "Percorso" @@ -1882,7 +1878,7 @@ msgstr "" "Percorso in cui salvare i file compilati. Se omesso, verrà creata una " "directory nel percorso temporaneo predefinito del tuo sistema operativo." -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "Esecuzione di un touch reset a 1200-bps sulla porta seriale %s" @@ -1894,7 +1890,7 @@ msgstr "La piattaforma %s è già installata" msgid "Platform %s installed" msgstr "La piattaforma %s è installata" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1918,7 +1914,7 @@ msgstr "Impossibile trovare la piattaforma '%s'" msgid "Platform ID" msgstr "ID piattaforma" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "L' ID della piattaforma non è esatto" @@ -1970,7 +1966,7 @@ msgstr "" msgid "Port" msgstr "Porta" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "Porta chiusa: %v" @@ -1978,8 +1974,7 @@ msgstr "Porta chiusa: %v" msgid "Port monitor error" msgstr "Errore di monitoraggio della porta" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "Impossibile trovare la libreria precompilata in \"%[1]s\"" @@ -2055,7 +2050,7 @@ msgstr "Tool richiesto:" msgid "Run as a daemon on port: %s" msgstr "Avvio come demone sulla porta: %s" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" "Avvio in modalità silenziosa, mostra solo l'ingresso e l'uscita del monitor." @@ -2068,7 +2063,7 @@ msgstr "" "Avviato come demone, l'inizializzazione dei core e delle librerie viene " "eseguita una sola volta." -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "Esecuzione della normale compilazione del core..." @@ -2113,6 +2108,10 @@ msgstr "Frase: %s" msgid "Server responded with: %s" msgstr "Il server ha risposto con: %s" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "Imposta il terminale in modalità raw (non bufferizzata)." + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "Imposta un valore di regolazione." @@ -2130,7 +2129,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "Imposta dove salvare il file di configurazione." -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "Impostazioni" @@ -2142,7 +2141,7 @@ msgstr "La chiave delle impostazioni non esiste" msgid "Show all available core versions." msgstr "Mostra tutte le versioni del core disponibili." -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "Mostra tutte le impostazioni della porta di comunicazione." @@ -2239,7 +2238,7 @@ msgstr "Mostra il numero di versione di Arduino CLI." msgid "Size (bytes):" msgstr "Dimensione (bytes):" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2255,13 +2254,13 @@ msgstr "Sketch è stato creato in: %s" msgid "Sketch profile to use" msgstr "Profilo dello sketch da utilizzare" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" "Sketch troppo grande; guarda %[1]s per consigli su come ridurne la " "dimensione" -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2277,24 +2276,24 @@ msgstr "" "Gli sketch con estensione .pde sono deprecati, rinominare i seguenti file in" " .ino:" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "Salta il linking dell'eseguibile finale." -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" "Salto il touch reset a 1200-bps: nessuna porta seriale è stata selezionata!" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "Salta la creazione dell'archivio di: %[1]s" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "Salta la compilazione di: %[1]s" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" "Salta il rilevamento delle dipendenze della libreria precompilata %[1]s" @@ -2355,7 +2354,7 @@ msgstr "" "La chiave '%[1]v' non è un elenco di elementi, non può essere rimossa.\n" "Forse si può usare '%[2]s'?" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "La libreria %s richiede altre installazioni:" @@ -2390,7 +2389,7 @@ msgstr "" "firmare e crittografare un binario. Utilizzato solo dalle piattaforme che lo" " supportano." -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "La piattaforma non supporta '%[1]s' per le librerie precompilate." @@ -2443,7 +2442,7 @@ msgstr "Il prefisso della toolchain" msgid "Toolchain type" msgstr "Il tipo della toolchain" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "Prova ad eseguire %s" @@ -2463,7 +2462,7 @@ msgstr "Tipi: %s" msgid "URL:" msgstr "URL:" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2576,15 +2575,15 @@ msgstr "" "Carica gli sketch di Arduino. Questo NON compila lo sketch prima del " "caricamento." -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "Indirizzo della porta di caricamento, ad esempio: COM3 o /dev/ttyACM2" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "Porta di caricamento trovata su %s" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "Protocollo della porta di caricamento, ad esempio: seriale" @@ -2601,7 +2600,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "Carica il bootloader." -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2624,28 +2623,28 @@ msgstr "Uso: " msgid "Use %s for more information about a command." msgstr "Usa %s per ulteriori informazioni su un comando." -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "Libreria utilizzata" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "Piattaforma utilizzata" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "Usata: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "Utilizzo della scheda '%[1]s' dalla piattaforma nella cartella: %[2]s" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" "Utilizzo delle dipendenze delle librerie nella cache per i file: %[1]s" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "Utilizzo del core '%[1]s' dalla piattaforma nella cartella: %[2]s" @@ -2657,17 +2656,15 @@ msgstr "Uso la libreria %[1]s alla versione %[2]s nella cartella: %[3]s %[4]s" msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "Uso la libreria %[1]s nella cartella: %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "Utilizzo del core precompilato: %[1]s" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "Utilizzo della libreria precompilata in %[1]s" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "Uso il file precedentemente compilato: %[1]s" @@ -2679,7 +2676,7 @@ msgstr "VERSIONE" msgid "VERSION_NUMBER" msgstr "VERSION_NUMBER" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "Valori" @@ -2688,7 +2685,7 @@ msgstr "Valori" msgid "Verify uploaded binary after the upload." msgstr "Verifica dei binari dopo il caricamento." -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "Versione" @@ -2705,7 +2702,7 @@ msgstr "ATTENZIONE: non è possibile configurare la piattaforma: %s" msgid "WARNING cannot configure tool: %s" msgstr "ATTENZIONE non è possibile configurare lo strumento: %s" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" "ATTENZIONE: lo sketch è compilato utilizzando una o più librerie " @@ -2720,11 +2717,11 @@ msgstr "" "%[2]s e potrebbe non essere compatibile con la tua scheda che utilizza " "l'architettura %[3]s" -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "In attesa della porta di caricamento..." -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2776,11 +2773,11 @@ msgstr "" msgid "archivePath" msgstr "percorso dell'archivio" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "Manca il pattern arduino-preprocessor" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "rileva automaticamente l'artefatto di compilazione: %s" @@ -2788,7 +2785,7 @@ msgstr "rileva automaticamente l'artefatto di compilazione: %s" msgid "available only in text format" msgstr "disponibile solo in formato testo" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "file binario non trovato in %s" @@ -2834,11 +2831,11 @@ msgstr "Impossibile recuperare il flusso di errori standard: %s" msgid "can't retrieve standard output stream: %s" msgstr "Impossibile recuperare il flusso di output standard: %s" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "candidati" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "Impossibile eseguire il tool di caricamento: %s" @@ -2882,7 +2879,7 @@ msgstr "calcolo dell'hash: %s" msgid "copying library to destination directory:" msgstr "copia della libreria nella directory di destinazione:" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "impossibile trovare un artefatto di compilazione valido" @@ -2899,7 +2896,7 @@ msgstr "Impossibile rimuovere la vecchia libreria" msgid "could not update sketch project file" msgstr "non è stato possibile aggiornare il file del progetto" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "creazione in corso della cartella cache del core: %s" @@ -2911,7 +2908,7 @@ msgstr "creazione di installed.json in %[1]s: %[2]s" msgid "creating temp dir for extraction: %s" msgstr "creazione di una directory temporanea per l'estrazione: %s" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "la sezione dati supera lo spazio disponibile nella scheda" @@ -2919,7 +2916,7 @@ msgstr "la sezione dati supera lo spazio disponibile nella scheda" msgid "dependency '%s' is not available" msgstr "la dipendenza '%s' non è disponibile" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "la destinazione esiste già" @@ -3239,7 +3236,7 @@ msgstr "il valore di configurazione della porta non è valido per %s: %s" msgid "invalid port configuration: %s" msgstr "la configurazione della porta non è valida: %s" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "scrittura non valida '%[1]s': %[2]s" @@ -3384,7 +3381,7 @@ msgstr "release del monitor non è stata trovata: %s" msgid "moving extracted archive to destination dir: %s" msgstr "sto spostando l'archivio estratto nella directory di destinazione: %s" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "sono stati trovati più artefatti di compilazione: '%[1]s' e '%[2]s'" @@ -3408,7 +3405,7 @@ msgstr "non è stato specificato alcun eseguibile" msgid "no instance specified" msgstr "non è stata specificata alcuna istanza" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "non è stata specificata alcuna directory/file di sketch o di build" @@ -3422,7 +3419,7 @@ msgstr "" "non c'è una directory radice unica nell'archivio, ma sono state trovate " "'%[1]s' e '%[2]s'." -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "Non è stata fornita alcuna porta di upload" @@ -3500,7 +3497,7 @@ msgstr "la piattaforma %s non è installata" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "piattaforma non installata" @@ -3516,7 +3513,7 @@ msgstr "rilevamento collegabile già aggiunto: %s" msgid "port" msgstr "porta" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "la porta non è stata trovata: %[1]s %[2]s" @@ -3552,7 +3549,7 @@ msgstr "lettura cartella %s" msgid "reading directory %s content: %w" msgstr "lettura del contenuto della directory %s: %w" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "lettura del file %[1]s: %[2]s" @@ -3580,7 +3577,7 @@ msgstr "lettura di library_index.json: %s" msgid "reading package root dir: %s" msgstr "lettura della directory principale del pacchetto: %s" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "scrittura non trovata '%s'" @@ -3653,7 +3650,7 @@ msgstr "il percorso dello sketch non è valido" msgid "sketchPath" msgstr "percorso dello sketch" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "la sorgente non è una directory" @@ -3677,12 +3674,12 @@ msgstr "verifica se l'archivio è memorizzato nella cache: %s" msgid "testing local archive integrity: %s" msgstr "verifica l'integrità dell'archivio locale: %s" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "la sezione del testo supera lo spazio disponibile nella scheda" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "il database di compilazione potrebbe essere incompleto o impreciso" @@ -3734,20 +3731,16 @@ msgid "" msgstr "" "sono necessarie due versioni diverse della libreria %[1]s: %[2]s e %[3]s" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" "non è possibile calcolare il percorso relativo allo sketch per l'elemento" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "non è possibile creare una cartella per salvare lo sketch" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "non è possibile creare una cartella per salvare gli sketch" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "non è possibile creare la cartella contenente l'elemento" @@ -3756,19 +3749,15 @@ msgid "unable to marshal config to YAML: %v" msgstr "" "non è possibile eseguire il marshalling della configurazione in YAML: %v" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "non è possibile leggere il contenuto dell'elemento di destinazione" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "non è stato possibile leggere i contenuti della risorsa" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "non è stato possibile salvare lo sketch sul disco" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "non è possibile scrivere sul file di destinazione" @@ -3796,7 +3785,7 @@ msgstr "aggiorna arduino:samd all'ultima versione" msgid "upgrade everything to the latest version" msgstr "aggiornare tutto con l'ultima versione disponibile" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "errore durante il caricamento: %s" @@ -3804,11 +3793,11 @@ msgstr "errore durante il caricamento: %s" msgid "user directory not set" msgstr "la directory dell'utente non è configurata" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "l'input dell'utente non è supportato per il formato dell'output '%s'" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "l'input dell'utente non è supportato nella modalità non interattiva" diff --git a/i18n/data/ja.po b/i18n/data/ja.po index 91a0139762c..07d9440dd3a 100644 --- a/i18n/data/ja.po +++ b/i18n/data/ja.po @@ -15,7 +15,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" @@ -27,7 +27,7 @@ msgstr "" msgid "%[1]s is required but %[2]s is currently installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]s パターンが見つかりません" @@ -51,7 +51,7 @@ msgstr "%[1]s, プロトコルバージョン: %[2]d" msgid "%s already downloaded" msgstr "%sはすでにダウンロードされています" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%sと%sは同時に利用できません" @@ -156,7 +156,7 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "" @@ -164,7 +164,7 @@ msgstr "" msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "" @@ -180,7 +180,7 @@ msgstr "" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "%[1]sにビルドされたコア(キャッシュ)をアーカイブ中です" @@ -265,7 +265,7 @@ msgstr "" msgid "Board version:" msgstr "" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "ブートローダのファイルが指定されましたが次が不足しています:%[1]s" @@ -314,11 +314,11 @@ msgstr "" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "" @@ -358,7 +358,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "" @@ -400,7 +400,7 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "" @@ -408,19 +408,19 @@ msgstr "" msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "スケッチをコンパイルしています..." @@ -437,7 +437,7 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -455,7 +455,7 @@ msgstr "" msgid "Connected" msgstr "" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "" @@ -471,11 +471,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "" @@ -501,7 +501,7 @@ msgid "" "directory with the current configuration settings." msgstr "" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -537,7 +537,7 @@ msgstr "" msgid "Debugging supported:" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "初期値" @@ -571,7 +571,7 @@ msgstr "" msgid "Description" msgstr "" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "" @@ -684,7 +684,7 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -700,11 +700,11 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "" @@ -712,7 +712,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "" @@ -765,7 +765,7 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "" @@ -775,8 +775,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "" @@ -784,7 +784,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -804,7 +804,7 @@ msgstr "" msgid "Error extracting %s" msgstr "" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -820,11 +820,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "" @@ -836,11 +836,11 @@ msgstr "" msgid "Error getting port metadata: %v" msgstr "" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -904,15 +904,15 @@ msgstr "" msgid "Error opening debug logging file: %s" msgstr "" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -956,7 +956,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" @@ -984,17 +984,17 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" @@ -1002,7 +1002,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1022,7 +1022,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1036,15 +1036,15 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1072,7 +1072,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "" @@ -1080,7 +1080,7 @@ msgstr "" msgid "File:" msgstr "" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1109,9 +1109,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1143,7 +1141,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "" @@ -1151,19 +1149,19 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." msgstr "" "最大%[2]sバイトのRAMのうち、グローバル変数が%[1]sバイト(%[3]s%%)を使っていて、ローカル変数で%[4]sバイト使うことができます。" -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "グローバル変数は%[1]sバイトのRAMを使用しています。" #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "" @@ -1233,7 +1231,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "" @@ -1272,15 +1270,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1328,7 +1326,7 @@ msgstr "" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1367,7 +1365,7 @@ msgstr "" msgid "Latest" msgstr "" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "" @@ -1393,7 +1391,7 @@ msgstr "" msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1410,7 +1408,7 @@ msgstr "" msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1465,7 +1463,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "スケッチが使用できるメモリが少なくなっています。動作が不安定になる可能性があります。" @@ -1482,7 +1480,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "%[2]sのライブラリに「%[1]s」がありません" @@ -1506,7 +1504,7 @@ msgstr "" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1522,7 +1520,7 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "「%[1]s」に対して複数のライブラリが見つかりました" @@ -1536,7 +1534,7 @@ msgstr "" msgid "Name: \"%s\"" msgstr "" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1586,7 +1584,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1594,11 +1592,11 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "スケッチが使用するメモリが足りません。メモリを節約する方法については、以下のURLのページを参照してください。%[1]s" -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "未使用:%[1]s" @@ -1616,7 +1614,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "" @@ -1699,7 +1697,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "" @@ -1725,7 +1723,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1737,7 +1735,7 @@ msgstr "" msgid "Platform %s installed" msgstr "" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1759,7 +1757,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1807,7 +1805,7 @@ msgstr "" msgid "Port" msgstr "シリアルポート" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "" @@ -1815,8 +1813,7 @@ msgstr "" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "" @@ -1892,7 +1889,7 @@ msgstr "" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1902,7 +1899,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1942,6 +1939,10 @@ msgstr "" msgid "Server responded with: %s" msgstr "" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -1956,7 +1957,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "" @@ -1968,7 +1969,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2049,7 +2050,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2063,11 +2064,11 @@ msgstr "" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "スケッチが大きすぎます。%[1]s には、小さくするコツが書いてあります。" -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2079,23 +2080,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2147,7 +2148,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2173,7 +2174,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2220,7 +2221,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2240,7 +2241,7 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2346,15 +2347,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2370,7 +2371,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2389,27 +2390,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "使用済:%[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2421,17 +2422,15 @@ msgstr "次のフォルダのライブラリ%[1]sバージョン%[2]sを使用 msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "次のフォルダのライブラリ%[1]sを使用中:%[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "以前コンパイルされたファイルを使用中:%[1]s" @@ -2443,7 +2442,7 @@ msgstr "" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2452,7 +2451,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2469,7 +2468,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2480,11 +2479,11 @@ msgid "" msgstr "" "警告:ライブラリ%[1]sはアーキテクチャ%[2]sに対応したものであり、アーキテクチャ%[3]sで動作するこのボードとは互換性がないかもしれません。" -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2527,11 +2526,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2539,7 +2538,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2585,11 +2584,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2633,7 +2632,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2650,7 +2649,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2662,7 +2661,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2670,7 +2669,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -2974,7 +2973,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3112,7 +3111,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3134,7 +3133,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3146,7 +3145,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3222,7 +3221,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3238,7 +3237,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3273,7 +3272,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3301,7 +3300,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3371,7 +3370,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3395,12 +3394,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3451,19 +3450,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3471,19 +3466,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "" @@ -3511,7 +3502,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "" @@ -3519,11 +3510,11 @@ msgstr "" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/kk.po b/i18n/data/kk.po new file mode 100644 index 00000000000..996bdbc294d --- /dev/null +++ b/i18n/data/kk.po @@ -0,0 +1,3523 @@ +# +msgid "" +msgstr "" +"Language-Team: Kazakh (https://app.transifex.com/arduino-1/teams/108174/kk/)\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#: version/version.go:59 +msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" +msgstr "" + +#: arduino/builder/detector/detector.go:456 +msgid "%[1]s folder is no longer supported! See %[2]s for more information" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + +#: internal/cli/lib/check_deps.go:111 +msgid "%[1]s is required but %[2]s is currently installed." +msgstr "" + +#: arduino/builder/utils/utils.go:311 +msgid "%[1]s pattern is missing" +msgstr "" + +#: arduino/discovery/discovery.go:74 +msgid "%[1]s, message: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:83 +msgid "%[1]s, port: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:80 +msgid "%[1]s, ports: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:77 +msgid "%[1]s, protocol version: %[2]d" +msgstr "" + +#: arduino/resources/download.go:49 +msgid "%s already downloaded" +msgstr "" + +#: commands/upload/upload.go:689 +msgid "%s and %s cannot be used together" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:353 +msgid "%s installed" +msgstr "" + +#: internal/cli/lib/check_deps.go:108 +msgid "%s is already installed." +msgstr "" + +#: arduino/cores/packagemanager/loader.go:65 +#: arduino/cores/packagemanager/loader.go:652 +msgid "%s is not a directory" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:287 +msgid "%s is not managed by package manager" +msgstr "" + +#: internal/cli/lib/check_deps.go:105 +msgid "%s must be installed." +msgstr "" + +#: arduino/builder/preprocessor/ctags.go:190 +#: arduino/builder/preprocessor/gcc.go:58 +msgid "%s pattern is missing" +msgstr "" + +#: arduino/errors.go:819 +msgid "'%s' has an invalid signature" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:400 +msgid "" +"'build.core' and 'build.variant' refer to different platforms: %[1]s and " +"%[2]s" +msgstr "" + +#: internal/cli/board/listall.go:89 internal/cli/board/search.go:86 +msgid "(hidden)" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:34 +msgid "(legacy)" +msgstr "" + +#: internal/cli/lib/install.go:81 +msgid "" +"--git-url and --zip-path are disabled by default, for more information see: " +"%v" +msgstr "" + +#: internal/cli/lib/install.go:83 +msgid "" +"--git-url and --zip-path flags allow installing untrusted files, use it at " +"your own risk." +msgstr "" + +#: internal/cli/lib/install.go:86 +msgid "--git-url or --zip-path can't be used with --install-in-builtin-dir" +msgstr "" + +#: commands/sketch/new.go:66 +msgid ".ino file already exists" +msgstr "" + +#: internal/cli/updater/updater.go:71 +msgid "A new release of Arduino CLI is available:" +msgstr "" + +#: arduino/errors.go:300 +msgid "A programmer is required to upload" +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "ARCH" +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:80 +msgid "ARDUINO COMMAND LINE MANUAL" +msgstr "" + +#: internal/cli/usage.go:32 +msgid "Additional help topics:" +msgstr "" + +#: internal/cli/config/add.go:73 internal/cli/config/add.go:74 +msgid "Adds one or more values to a setting." +msgstr "" + +#: internal/cli/usage.go:27 +msgid "Aliases:" +msgstr "" + +#: internal/cli/core/upgrade.go:72 +msgid "All the cores are already at the latest version" +msgstr "" + +#: commands/lib/install.go:86 +msgid "Already installed %s" +msgstr "" + +#: arduino/builder/detector/detector.go:89 +msgid "Alternatives for %[1]s: %[2]s" +msgstr "" + +#: arduino/builder/preprocessor/ctags.go:69 +msgid "An error occurred adding prototypes" +msgstr "" + +#: arduino/builder/detector/detector.go:210 +msgid "An error occurred detecting libraries" +msgstr "" + +#: internal/cli/daemon/daemon.go:63 +msgid "Append debug logging to the specified file" +msgstr "" + +#: internal/cli/lib/search.go:164 +msgid "Architecture: %s" +msgstr "" + +#: commands/sketch/archive.go:71 +msgid "Archive already exists" +msgstr "" + +#: arduino/builder/core.go:188 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "" + +#: internal/cli/sketch/sketch.go:31 internal/cli/sketch/sketch.go:32 +msgid "Arduino CLI sketch commands." +msgstr "" + +#: internal/cli/cli.go:70 +msgid "Arduino CLI." +msgstr "" + +#: internal/cli/cli.go:71 +msgid "Arduino Command Line Interface (arduino-cli)." +msgstr "" + +#: internal/cli/board/board.go:31 internal/cli/board/board.go:32 +msgid "Arduino board commands." +msgstr "" + +#: internal/cli/cache/cache.go:31 internal/cli/cache/cache.go:32 +msgid "Arduino cache commands." +msgstr "" + +#: internal/cli/lib/lib.go:31 internal/cli/lib/lib.go:32 +msgid "Arduino commands about libraries." +msgstr "" + +#: internal/cli/config/config.go:33 +msgid "Arduino configuration commands." +msgstr "" + +#: internal/cli/core/core.go:31 internal/cli/core/core.go:32 +msgid "Arduino core operations." +msgstr "" + +#: internal/cli/lib/check_deps.go:56 internal/cli/lib/install.go:127 +msgid "Arguments error: %v" +msgstr "" + +#: internal/cli/board/attach.go:35 +msgid "Attaches a sketch to a board." +msgstr "" + +#: internal/cli/lib/search.go:155 +msgid "Author: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:78 +msgid "" +"Automatic library install can't be performed in this case, please manually " +"remove all duplicates and retry." +msgstr "" + +#: commands/lib/uninstall.go:57 +msgid "" +"Automatic library uninstall can't be performed in this case, please manually" +" remove them." +msgstr "" + +#: internal/cli/lib/list.go:136 +msgid "Available" +msgstr "" + +#: internal/cli/usage.go:29 +msgid "Available Commands:" +msgstr "" + +#: internal/cli/upload/upload.go:71 +msgid "Binary file to upload." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "Board Name" +msgstr "" + +#: internal/cli/board/details.go:138 +msgid "Board name:" +msgstr "" + +#: internal/cli/board/details.go:140 +msgid "Board version:" +msgstr "" + +#: legacy/builder/merge_sketch_with_bootloader.go:71 +msgid "Bootloader file specified but missing: %[1]s" +msgstr "" + +#: internal/cli/compile/compile.go:100 +msgid "Builds of 'core.a' are saved into this path to be cached and reused." +msgstr "" + +#: arduino/resources/index.go:57 +msgid "Can't create data directory %s" +msgstr "" + +#: arduino/errors.go:512 +msgid "Can't create sketch" +msgstr "" + +#: commands/lib/download.go:63 commands/lib/download.go:66 +msgid "Can't download library" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:133 +#: commands/core/uninstall.go:64 +msgid "Can't find dependencies for platform %s" +msgstr "" + +#: arduino/errors.go:538 +msgid "Can't open sketch" +msgstr "" + +#: internal/cli/config/set.go:54 +msgid "Can't set multiple values in key %v" +msgstr "" + +#: arduino/errors.go:525 +msgid "Can't update sketch" +msgstr "" + +#: internal/cli/arguments/arguments.go:36 +msgid "Can't use the following flags together: %s" +msgstr "" + +#: internal/cli/config/add.go:103 internal/cli/config/remove.go:69 +msgid "Can't write config file: %v" +msgstr "" + +#: internal/cli/daemon/daemon.go:92 +msgid "Can't write debug log: %s" +msgstr "" + +#: commands/compile/compile.go:166 commands/compile/compile.go:169 +msgid "Cannot create build cache directory" +msgstr "" + +#: commands/compile/compile.go:154 +msgid "Cannot create build directory" +msgstr "" + +#: internal/cli/config/init.go:94 +msgid "Cannot create config file directory: %v" +msgstr "" + +#: internal/cli/config/init.go:109 +msgid "Cannot create config file: %v" +msgstr "" + +#: arduino/errors.go:782 +msgid "Cannot create temp dir" +msgstr "" + +#: arduino/errors.go:800 +msgid "Cannot create temp file" +msgstr "" + +#: internal/cli/config/delete.go:53 +msgid "Cannot delete the key %[1]s: %[2]v" +msgstr "" + +#: commands/debug/debug.go:72 +msgid "Cannot execute debug tool" +msgstr "" + +#: internal/cli/config/init.go:72 internal/cli/config/init.go:82 +msgid "Cannot find absolute path: %v" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:140 +msgid "Cannot install platform" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:331 +msgid "Cannot install tool %s" +msgstr "" + +#: commands/upload/upload.go:468 +msgid "Cannot perform port reset: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:158 +msgid "Cannot upgrade platform" +msgstr "" + +#: internal/cli/config/delete.go:57 +msgid "Cannot write the file %[1]s: %[2]v" +msgstr "" + +#: internal/cli/lib/search.go:163 +msgid "Category: %s" +msgstr "" + +#: internal/cli/lib/check_deps.go:37 internal/cli/lib/check_deps.go:38 +msgid "Check dependencies status for the specified library." +msgstr "" + +#: arduino/resources/checksums.go:167 +msgid "Checksum differs from checksum in package.json" +msgstr "" + +#: internal/cli/board/details.go:188 +msgid "Checksum:" +msgstr "" + +#: internal/cli/cache/cache.go:33 +msgid "Clean caches." +msgstr "" + +#: internal/cli/cli.go:126 +msgid "Comma-separated list of additional URLs for the Boards Manager." +msgstr "" + +#: internal/cli/board/list.go:53 +msgid "" +"Command keeps running and prints list of connected boards whenever there is " +"a change." +msgstr "" + +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 +msgid "Compiled sketch not found in %s" +msgstr "" + +#: internal/cli/compile/compile.go:84 internal/cli/compile/compile.go:85 +msgid "Compiles Arduino sketches." +msgstr "" + +#: legacy/builder/builder.go:129 +msgid "Compiling core..." +msgstr "" + +#: legacy/builder/builder.go:94 +msgid "Compiling libraries..." +msgstr "" + +#: arduino/builder/libraries.go:182 +msgid "Compiling library \"%[1]s\"" +msgstr "" + +#: legacy/builder/builder.go:66 +msgid "Compiling sketch..." +msgstr "" + +#: internal/cli/config/init.go:88 +msgid "" +"Config file already exists, use --overwrite to discard the existing one." +msgstr "" + +#: internal/cli/config/init.go:112 +msgid "Config file written to: %s" +msgstr "" + +#: internal/cli/debug/debug.go:151 +msgid "Configuration options for %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:68 +msgid "" +"Configure communication port settings. The format is " +"=[,=]..." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:174 +msgid "Configuring platform." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:341 +msgid "Configuring tool." +msgstr "" + +#: internal/cli/board/list.go:188 +msgid "Connected" +msgstr "" + +#: internal/cli/monitor/monitor.go:155 +msgid "Connected to %s! Press CTRL-C to exit." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Core" +msgstr "" + +#: arduino/httpclient/httpclient.go:112 +msgid "Could not connect via HTTP" +msgstr "" + +#: commands/instances.go:503 +msgid "Could not create index directory" +msgstr "" + +#: arduino/builder/core.go:61 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:148 +msgid "Couldn't determine program size" +msgstr "" + +#: internal/cli/arguments/sketch.go:36 internal/cli/lib/install.go:109 +msgid "Couldn't get current working directory: %v" +msgstr "" + +#: internal/cli/sketch/new.go:37 internal/cli/sketch/new.go:38 +msgid "Create a new Sketch" +msgstr "" + +#: internal/cli/compile/compile.go:97 +msgid "Create and print a profile configuration from the build." +msgstr "" + +#: internal/cli/sketch/archive.go:38 internal/cli/sketch/archive.go:39 +msgid "Creates a zip file containing all sketch files." +msgstr "" + +#: internal/cli/config/init.go:43 +msgid "" +"Creates or updates the configuration file in the data directory or custom " +"directory with the current configuration settings." +msgstr "" + +#: internal/cli/compile/compile.go:309 +msgid "" +"Currently, Build Profiles only support libraries available through Arduino " +"Library Manager." +msgstr "" + +#: internal/cli/core/list.go:93 internal/cli/core/search.go:104 +#: internal/cli/outdated/outdated.go:98 +msgid "DEPRECATED" +msgstr "" + +#: internal/cli/daemon/daemon.go:178 +msgid "Daemon is now listening on %s:%s" +msgstr "" + +#: internal/cli/debug/debug.go:53 +msgid "Debug Arduino sketches." +msgstr "" + +#: internal/cli/debug/debug.go:54 +msgid "" +"Debug Arduino sketches. (this command opens an interactive gdb session)" +msgstr "" + +#: internal/cli/debug/debug.go:63 +msgid "Debug interpreter e.g.: %s" +msgstr "" + +#: commands/debug/debug_info.go:148 +msgid "Debugging not supported for board %s" +msgstr "" + +#: internal/cli/board/details.go:142 +msgid "Debugging supported:" +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Default" +msgstr "" + +#: internal/cli/board/attach.go:108 +msgid "Default FQBN set to" +msgstr "" + +#: internal/cli/board/attach.go:107 +msgid "Default port set to" +msgstr "" + +#: internal/cli/cache/clean.go:30 +msgid "Delete Boards/Library Manager download cache." +msgstr "" + +#: internal/cli/cache/clean.go:31 +msgid "" +"Delete contents of the `directories.downloads` folder, where archive files " +"are staged during installation of libraries and boards platforms." +msgstr "" + +#: internal/cli/config/delete.go:32 internal/cli/config/delete.go:33 +msgid "Deletes a settings key and all its sub keys." +msgstr "" + +#: internal/cli/lib/search.go:171 +msgid "Dependencies: %s" +msgstr "" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:88 +msgid "Description" +msgstr "" + +#: legacy/builder/builder.go:58 +msgid "Detecting libraries used..." +msgstr "" + +#: internal/cli/board/list.go:43 +msgid "" +"Detects and displays a list of boards connected to the current computer." +msgstr "" + +#: internal/cli/debug/debug.go:64 +msgid "Directory containing binaries for debug." +msgstr "" + +#: internal/cli/upload/upload.go:70 +msgid "Directory containing binaries to upload." +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:45 +msgid "" +"Directory where to save generated files. Default is './docs', the directory " +"must exist." +msgstr "" + +#: internal/cli/completion/completion.go:44 +msgid "Disable completion description for shells that support it" +msgstr "" + +#: internal/cli/board/list.go:189 +msgid "Disconnected" +msgstr "" + +#: internal/cli/daemon/daemon.go:64 +msgid "Display only the provided gRPC calls" +msgstr "" + +#: internal/cli/lib/install.go:61 +msgid "Do not install dependencies." +msgstr "" + +#: internal/cli/lib/install.go:62 +msgid "Do not overwrite already installed libraries." +msgstr "" + +#: internal/cli/core/install.go:55 +msgid "Do not overwrite already installed platforms." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:58 +#: internal/cli/upload/upload.go:75 +msgid "Do not perform the actual upload, just log out actions" +msgstr "" + +#: internal/cli/daemon/daemon.go:61 +msgid "Do not terminate daemon process if the parent process dies" +msgstr "" + +#: commands/lib/download.go:60 +msgid "Downloading %s" +msgstr "" + +#: arduino/resources/index.go:129 +msgid "Downloading index signature: %s" +msgstr "" + +#: arduino/resources/index.go:74 commands/instances.go:542 +#: commands/instances.go:551 +msgid "Downloading index: %s" +msgstr "" + +#: commands/instances.go:439 +msgid "Downloading library %s" +msgstr "" + +#: commands/instances.go:136 +msgid "Downloading missing tool %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:93 +msgid "Downloading packages" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:98 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:178 +msgid "Downloading tool %s" +msgstr "" + +#: internal/cli/core/download.go:35 internal/cli/core/download.go:36 +msgid "Downloads one or more cores and corresponding tool dependencies." +msgstr "" + +#: internal/cli/lib/download.go:35 internal/cli/lib/download.go:36 +msgid "Downloads one or more libraries without installing them." +msgstr "" + +#: internal/cli/daemon/daemon.go:62 +msgid "Enable debug logging of gRPC calls" +msgstr "" + +#: internal/cli/lib/install.go:64 +msgid "Enter a path to zip file" +msgstr "" + +#: internal/cli/lib/install.go:63 +msgid "Enter git url for libraries hosted on repositories" +msgstr "" + +#: commands/sketch/archive.go:107 +msgid "Error adding file to sketch archive" +msgstr "" + +#: arduino/builder/core.go:194 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "" + +#: internal/cli/sketch/archive.go:80 +msgid "Error archiving: %v" +msgstr "" + +#: commands/sketch/archive.go:95 +msgid "Error calculating relative file path" +msgstr "" + +#: internal/cli/cache/clean.go:45 +msgid "Error cleaning caches: %v" +msgstr "" + +#: internal/cli/compile/compile.go:218 +msgid "Error converting path to absolute: %v" +msgstr "" + +#: commands/compile/compile.go:405 +msgid "Error copying output file %s" +msgstr "" + +#: internal/cli/instance/instance.go:43 +msgid "Error creating instance: %v" +msgstr "" + +#: commands/compile/compile.go:385 +msgid "Error creating output dir" +msgstr "" + +#: commands/sketch/archive.go:83 +msgid "Error creating sketch archive" +msgstr "" + +#: internal/cli/sketch/new.go:69 internal/cli/sketch/new.go:81 +msgid "Error creating sketch: %v" +msgstr "" + +#: internal/cli/board/list.go:78 internal/cli/board/list.go:89 +msgid "Error detecting boards: %v" +msgstr "" + +#: internal/cli/core/download.go:68 internal/cli/lib/download.go:65 +msgid "Error downloading %[1]s: %[2]v" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:106 +#: arduino/cores/packagemanager/profiles.go:107 +#: arduino/cores/packagemanager/profiles.go:111 +#: arduino/cores/packagemanager/profiles.go:112 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:75 commands/instances.go:602 +msgid "Error downloading index '%s'" +msgstr "" + +#: arduino/resources/index.go:130 +msgid "Error downloading index signature '%s'" +msgstr "" + +#: commands/instances.go:451 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 +#: arduino/cores/packagemanager/profiles.go:130 +msgid "Error downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:127 +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Error downloading tool %s" +msgstr "" + +#: internal/cli/debug/debug.go:114 +msgid "Error during Debug: %v" +msgstr "" + +#: internal/cli/arguments/port.go:144 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: internal/cli/feedback/feedback.go:244 internal/cli/feedback/feedback.go:250 +msgid "Error during JSON encoding of the output: %v" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:72 +#: internal/cli/burnbootloader/burnbootloader.go:85 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 +msgid "Error during Upload: %v" +msgstr "" + +#: internal/cli/feedback/feedback.go:256 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: internal/cli/compile/compile.go:355 +msgid "Error during build: %v" +msgstr "" + +#: internal/cli/core/install.go:79 +msgid "Error during install: %v" +msgstr "" + +#: internal/cli/core/uninstall.go:68 +msgid "Error during uninstall: %v" +msgstr "" + +#: internal/cli/core/upgrade.go:119 +msgid "Error during upgrade: %v" +msgstr "" + +#: arduino/resources/index.go:97 arduino/resources/index.go:116 +msgid "Error extracting %s" +msgstr "" + +#: commands/upload/upload.go:373 +msgid "Error finding build artifacts" +msgstr "" + +#: internal/cli/debug/debug.go:98 +msgid "Error getting Debug info: %v" +msgstr "" + +#: commands/sketch/archive.go:59 +msgid "Error getting absolute path of sketch archive" +msgstr "" + +#: internal/cli/board/details.go:73 +msgid "Error getting board details: %v" +msgstr "" + +#: arduino/builder/compilation/database.go:81 +msgid "Error getting current directory for compilation database: %s" +msgstr "" + +#: commands/compile/compile.go:319 commands/lib/list.go:108 +msgid "Error getting information for library %s" +msgstr "" + +#: internal/cli/lib/examples.go:72 +msgid "Error getting libraries info: %v" +msgstr "" + +#: internal/cli/arguments/fqbn.go:90 +msgid "Error getting port metadata: %v" +msgstr "" + +#: internal/cli/monitor/monitor.go:95 +msgid "Error getting port settings details: %s" +msgstr "" + +#: internal/cli/upload/upload.go:155 +msgid "Error getting user input" +msgstr "" + +#: internal/cli/instance/instance.go:82 internal/cli/instance/instance.go:99 +msgid "Error initializing instance: %v" +msgstr "" + +#: internal/cli/lib/install.go:145 +msgid "Error installing %s: %v" +msgstr "" + +#: internal/cli/lib/install.go:119 +msgid "Error installing Git Library: %v" +msgstr "" + +#: internal/cli/lib/install.go:98 +msgid "Error installing Zip Library: %v" +msgstr "" + +#: commands/instances.go:461 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:137 +#: arduino/cores/packagemanager/profiles.go:138 +msgid "Error installing platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:181 +#: arduino/cores/packagemanager/profiles.go:188 +#: arduino/cores/packagemanager/profiles.go:189 +msgid "Error installing tool %s" +msgstr "" + +#: internal/cli/board/listall.go:63 +msgid "Error listing boards: %v" +msgstr "" + +#: internal/cli/lib/list.go:89 +msgid "Error listing libraries: %v" +msgstr "" + +#: internal/cli/core/list.go:69 +msgid "Error listing platforms: %v" +msgstr "" + +#: arduino/errors.go:425 +msgid "Error loading hardware platform" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:115 +#: arduino/cores/packagemanager/profiles.go:116 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:91 +msgid "Error opening %s" +msgstr "" + +#: internal/cli/daemon/daemon.go:86 +msgid "Error opening debug logging file: %s" +msgstr "" + +#: internal/cli/compile/compile.go:191 +msgid "Error opening source code overrides data file: %v" +msgstr "" + +#: internal/cli/compile/compile.go:204 +msgid "Error parsing --show-properties flag: %v" +msgstr "" + +#: commands/compile/compile.go:395 +msgid "Error reading build directory" +msgstr "" + +#: configuration/configuration.go:68 +msgid "Error reading config file: %v" +msgstr "" + +#: commands/sketch/archive.go:77 +msgid "Error reading sketch files" +msgstr "" + +#: internal/cli/lib/check_deps.go:65 +msgid "Error resolving dependencies for %[1]s: %[2]s" +msgstr "" + +#: internal/cli/core/upgrade.go:68 +msgid "Error retrieving core list: %v" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:155 +msgid "Error rolling-back changes: %s" +msgstr "" + +#: arduino/resources/index.go:153 arduino/resources/index.go:165 +msgid "Error saving downloaded index" +msgstr "" + +#: arduino/resources/index.go:160 arduino/resources/index.go:169 +msgid "Error saving downloaded index signature" +msgstr "" + +#: internal/cli/board/search.go:60 +msgid "Error searching boards: %v" +msgstr "" + +#: internal/cli/lib/search.go:79 +msgid "Error searching for Libraries: %v" +msgstr "" + +#: internal/cli/core/search.go:80 +msgid "Error searching for platforms: %v" +msgstr "" + +#: arduino/builder/compilation/database.go:66 +msgid "Error serializing compilation database: %s" +msgstr "" + +#: internal/cli/board/list.go:81 +msgid "Error starting discovery: %v" +msgstr "" + +#: internal/cli/lib/uninstall.go:63 +msgid "Error uninstalling %[1]s: %[2]v" +msgstr "" + +#: internal/cli/lib/search.go:68 internal/cli/lib/update_index.go:54 +msgid "Error updating library index: %v" +msgstr "" + +#: internal/cli/lib/upgrade.go:71 +msgid "Error upgrading libraries" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:150 +msgid "Error upgrading platform: %s" +msgstr "" + +#: arduino/resources/index.go:139 +msgid "Error verifying signature" +msgstr "" + +#: arduino/builder/detector/detector.go:366 +msgid "Error while detecting libraries included by %[1]s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 +msgid "Error while determining sketch size: %s" +msgstr "" + +#: arduino/builder/compilation/database.go:69 +msgid "Error writing compilation database: %s" +msgstr "" + +#: internal/cli/completion/completion.go:56 +msgid "Error: command description is not supported by %v" +msgstr "" + +#: internal/cli/compile/compile.go:197 +msgid "Error: invalid source code overrides data file: %v" +msgstr "" + +#: internal/cli/board/list.go:96 +msgid "Event" +msgstr "" + +#: internal/cli/lib/examples.go:120 +msgid "Examples for library %s" +msgstr "" + +#: internal/cli/usage.go:28 +msgid "Examples:" +msgstr "" + +#: internal/cli/debug/debug.go:132 +msgid "Executable to debug" +msgstr "" + +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 +msgid "Expected compiled sketch in directory %s, but is a file instead" +msgstr "" + +#: internal/cli/board/attach.go:34 internal/cli/board/details.go:40 +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "FQBN" +msgstr "" + +#: internal/cli/board/details.go:139 +msgid "FQBN:" +msgstr "" + +#: commands/upload/upload.go:502 +msgid "Failed chip erase" +msgstr "" + +#: commands/upload/upload.go:509 +msgid "Failed programming" +msgstr "" + +#: commands/upload/upload.go:505 +msgid "Failed to burn bootloader" +msgstr "" + +#: commands/instances.go:166 +msgid "Failed to create data directory" +msgstr "" + +#: commands/instances.go:156 +msgid "Failed to create downloads directory" +msgstr "" + +#: internal/cli/daemon/daemon.go:133 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." +msgstr "" + +#: internal/cli/daemon/daemon.go:128 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." +msgstr "" + +#: internal/cli/daemon/daemon.go:140 +msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" +msgstr "" + +#: internal/cli/daemon/daemon.go:138 +msgid "Failed to listen on TCP port: %s. Address already in use." +msgstr "" + +#: commands/upload/upload.go:513 +msgid "Failed uploading" +msgstr "" + +#: internal/cli/board/details.go:186 +msgid "File:" +msgstr "" + +#: commands/compile/compile.go:137 +msgid "" +"Firmware encryption/signing requires all the following properties to be " +"defined: %s" +msgstr "" + +#: commands/daemon/debug.go:46 +msgid "First message must contain debug request, not data" +msgstr "" + +#: internal/cli/arguments/arguments.go:47 +msgid "Flag %[1]s is mandatory when used in conjunction with: %[2]s" +msgstr "" + +#: internal/cli/usage.go:30 +msgid "Flags:" +msgstr "" + +#: internal/cli/arguments/post_install.go:35 +msgid "" +"Force run of post-install scripts (if the CLI is not running interactively)." +msgstr "" + +#: internal/cli/arguments/post_install.go:36 +msgid "" +"Force skip of post-install scripts (if the CLI is running interactively)." +msgstr "" + +#: arduino/errors.go:840 +msgid "Found %d platforms matching \"%s\": %s" +msgstr "" + +#: internal/cli/arguments/fqbn.go:37 +msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" +msgstr "" + +#: internal/cli/debug/debug.go:146 +msgid "GDB Server path" +msgstr "" + +#: internal/cli/debug/debug.go:145 +msgid "GDB Server type" +msgstr "" + +#: commands/debug/debug.go:178 +msgid "GDB server '%s' is not supported" +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:38 +#: internal/cli/generatedocs/generatedocs.go:39 +msgid "Generates bash completion and command manpages." +msgstr "" + +#: internal/cli/completion/completion.go:38 +msgid "Generates completion scripts" +msgstr "" + +#: internal/cli/completion/completion.go:39 +msgid "Generates completion scripts for various shells" +msgstr "" + +#: legacy/builder/builder.go:63 +msgid "Generating function prototypes..." +msgstr "" + +#: internal/cli/usage.go:31 +msgid "Global Flags:" +msgstr "" + +#: arduino/builder/sizer/sizer.go:158 +msgid "" +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." +msgstr "" + +#: arduino/builder/sizer/sizer.go:164 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 +#: internal/cli/outdated/outdated.go:83 +msgid "ID" +msgstr "" + +#: internal/cli/board/details.go:110 +msgid "Id" +msgstr "" + +#: internal/cli/board/details.go:153 +msgid "Identification properties:" +msgstr "" + +#: internal/cli/compile/compile.go:132 +msgid "If set built binaries will be exported to the sketch folder." +msgstr "" + +#: internal/cli/core/list.go:45 +msgid "" +"If set return all installable and installed cores, including manually " +"installed." +msgstr "" + +#: internal/cli/lib/list.go:53 +msgid "Include built-in libraries (from platforms and IDE) in listing." +msgstr "" + +#: internal/cli/sketch/archive.go:50 +msgid "Includes %s directory in the archive." +msgstr "" + +#: internal/cli/lib/install.go:65 +msgid "Install libraries in the IDE-Builtin directory" +msgstr "" + +#: internal/cli/core/list.go:89 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:85 +msgid "Installed" +msgstr "" + +#: commands/lib/install.go:140 +msgid "Installed %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:316 +#: commands/lib/install.go:126 +msgid "Installing %s" +msgstr "" + +#: commands/instances.go:459 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:116 +#: arduino/cores/packagemanager/profiles.go:135 +msgid "Installing platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:186 +msgid "Installing tool %s" +msgstr "" + +#: internal/cli/core/install.go:37 internal/cli/core/install.go:38 +msgid "Installs one or more cores and corresponding tool dependencies." +msgstr "" + +#: internal/cli/lib/install.go:45 internal/cli/lib/install.go:46 +msgid "Installs one or more specified libraries into the system." +msgstr "" + +#: arduino/builder/detector/detector.go:392 +msgid "Internal error in cache" +msgstr "" + +#: arduino/errors.go:378 +msgid "Invalid '%[1]s' property: %[2]s" +msgstr "" + +#: internal/cli/cli.go:250 +msgid "" +"Invalid Call : should show Help, but it is available only in TEXT mode." +msgstr "" + +#: arduino/errors.go:62 +msgid "Invalid FQBN" +msgstr "" + +#: internal/cli/daemon/daemon.go:151 +msgid "Invalid TCP address: port is missing" +msgstr "" + +#: arduino/errors.go:80 +msgid "Invalid URL" +msgstr "" + +#: commands/instances.go:274 +msgid "Invalid additional URL: %v" +msgstr "" + +#: arduino/resources/index.go:103 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +msgstr "" + +#: internal/cli/core/download.go:56 internal/cli/core/install.go:65 +#: internal/cli/core/uninstall.go:53 internal/cli/core/upgrade.go:93 +#: internal/cli/lib/download.go:54 internal/cli/lib/uninstall.go:53 +msgid "Invalid argument passed: %v" +msgstr "" + +#: commands/compile/compile.go:190 +msgid "Invalid build properties" +msgstr "" + +#: arduino/builder/sizer/sizer.go:237 +msgid "Invalid data size regexp: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:243 +msgid "Invalid eeprom size regexp: %s" +msgstr "" + +#: arduino/errors.go:48 +msgid "Invalid instance" +msgstr "" + +#: internal/cli/core/upgrade.go:99 +msgid "Invalid item %s" +msgstr "" + +#: arduino/errors.go:98 +msgid "Invalid library" +msgstr "" + +#: configuration/network.go:63 +msgid "Invalid network.proxy '%[1]s': %[2]s" +msgstr "" + +#: internal/cli/cli.go:217 +msgid "Invalid option for --log-level: %s" +msgstr "" + +#: internal/cli/cli.go:229 +msgid "Invalid output format: %s" +msgstr "" + +#: commands/instances.go:554 +msgid "Invalid package index in %s" +msgstr "" + +#: internal/cli/core/uninstall.go:58 +msgid "Invalid parameter %s: version not allowed" +msgstr "" + +#: commands/board/list.go:79 +msgid "Invalid pid value: '%s'" +msgstr "" + +#: arduino/errors.go:222 +msgid "Invalid profile" +msgstr "" + +#: commands/monitor/monitor.go:145 +msgid "Invalid recipe in platform.txt" +msgstr "" + +#: arduino/builder/sizer/sizer.go:227 +msgid "Invalid size regexp: %s" +msgstr "" + +#: internal/cli/core/search.go:124 +msgid "Invalid timeout: %s" +msgstr "" + +#: arduino/errors.go:116 +msgid "Invalid version" +msgstr "" + +#: commands/board/list.go:76 +msgid "Invalid vid value: '%s'" +msgstr "" + +#: internal/cli/compile/compile.go:127 +msgid "" +"Just produce the compilation database, without actually compiling. All build" +" commands are skipped except pre* hooks." +msgstr "" + +#: internal/cli/lib/list.go:38 +msgid "LIBNAME" +msgstr "" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "LIBRARY" +msgstr "" + +#: internal/cli/lib/download.go:34 internal/cli/lib/examples.go:42 +#: internal/cli/lib/search.go:40 internal/cli/lib/uninstall.go:34 +msgid "LIBRARY_NAME" +msgstr "" + +#: internal/cli/core/list.go:89 internal/cli/outdated/outdated.go:86 +msgid "Latest" +msgstr "" + +#: arduino/builder/libraries.go:112 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:135 +#: commands/lib/install.go:92 +msgid "" +"Library %[1]s is already installed, but with a different version: %[2]s" +msgstr "" + +#: commands/lib/upgrade.go:59 +msgid "Library %s is already at the latest version" +msgstr "" + +#: commands/lib/uninstall.go:39 +msgid "Library %s is not installed" +msgstr "" + +#: commands/instances.go:445 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:446 +msgid "Library '%s' not found" +msgstr "" + +#: arduino/builder/detector/detector.go:465 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." +msgstr "" + +#: arduino/errors.go:575 +msgid "Library install failed" +msgstr "" + +#: commands/lib/install.go:150 commands/lib/install.go:160 +msgid "Library installed" +msgstr "" + +#: internal/cli/lib/search.go:161 +msgid "License: %s" +msgstr "" + +#: legacy/builder/builder.go:156 +msgid "Linking everything together..." +msgstr "" + +#: internal/cli/board/listall.go:39 +msgid "" +"List all boards that have the support platform installed. You can search\n" +"for a specific board if you specify the board name" +msgstr "" + +#: internal/cli/board/listall.go:38 +msgid "List all known boards and their corresponding FQBN." +msgstr "" + +#: internal/cli/board/list.go:42 +msgid "List connected boards." +msgstr "" + +#: internal/cli/arguments/fqbn.go:42 +msgid "" +"List of board options separated by commas. Or can be used multiple times for" +" multiple options." +msgstr "" + +#: internal/cli/compile/compile.go:105 +msgid "" +"List of custom build properties separated by commas. Or can be used multiple" +" times for multiple properties." +msgstr "" + +#: internal/cli/lib/list.go:55 +msgid "List updatable libraries." +msgstr "" + +#: internal/cli/core/list.go:44 +msgid "List updatable platforms." +msgstr "" + +#: internal/cli/board/board.go:33 +msgid "Lists all connected boards." +msgstr "" + +#: internal/cli/outdated/outdated.go:41 +msgid "Lists cores and libraries that can be upgraded" +msgstr "" + +#: commands/instances.go:307 commands/instances.go:318 +#: commands/instances.go:418 +msgid "Loading index file: %v" +msgstr "" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:87 +msgid "Location" +msgstr "" + +#: arduino/builder/sizer/sizer.go:199 +msgid "Low memory available, stability problems may occur." +msgstr "" + +#: internal/cli/lib/search.go:156 +msgid "Maintainer: %s" +msgstr "" + +#: internal/cli/arguments/discovery_timeout.go:31 +msgid "Max time to wait for port discovery, e.g.: 30s, 1m" +msgstr "" + +#: internal/cli/cli.go:110 +msgid "" +"Messages with this level and above will be logged. Valid levels are: %s" +msgstr "" + +#: arduino/builder/detector/detector.go:460 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "" + +#: arduino/errors.go:171 +msgid "Missing FQBN (Fully Qualified Board Name)" +msgstr "" + +#: arduino/errors.go:262 +msgid "Missing port" +msgstr "" + +#: arduino/errors.go:238 +msgid "Missing port address" +msgstr "" + +#: arduino/errors.go:250 +msgid "Missing port protocol" +msgstr "" + +#: arduino/errors.go:288 +msgid "Missing programmer" +msgstr "" + +#: arduino/builder/sizer/sizer.go:231 +msgid "Missing size regexp" +msgstr "" + +#: arduino/errors.go:498 +msgid "Missing sketch path" +msgstr "" + +#: arduino/errors.go:359 +msgid "Monitor '%s' not found" +msgstr "" + +#: internal/cli/monitor/monitor.go:138 +msgid "Monitor port settings:" +msgstr "" + +#: arduino/builder/detector/detector.go:154 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:84 +msgid "Name" +msgstr "" + +#: internal/cli/lib/search.go:135 +msgid "Name: \"%s\"" +msgstr "" + +#: internal/cli/upload/upload.go:206 +msgid "New upload port: %[1]s (%[2]s)" +msgstr "" + +#: internal/cli/board/list.go:122 +msgid "No boards found." +msgstr "" + +#: internal/cli/board/attach.go:105 +msgid "No default port or FQBN set" +msgstr "" + +#: internal/cli/lib/examples.go:105 +msgid "No libraries found." +msgstr "" + +#: internal/cli/lib/list.go:128 +msgid "No libraries installed." +msgstr "" + +#: internal/cli/lib/search.go:124 +msgid "No libraries matching your search." +msgstr "" + +#: internal/cli/lib/search.go:130 +msgid "" +"No libraries matching your search.\n" +"Did you mean...\n" +msgstr "" + +#: internal/cli/lib/list.go:126 +msgid "No libraries update is available." +msgstr "" + +#: arduino/errors.go:276 +msgid "No monitor available for the port protocol %s" +msgstr "" + +#: internal/cli/outdated/outdated.go:77 +msgid "No outdated platforms or libraries found." +msgstr "" + +#: internal/cli/core/list.go:86 +msgid "No platforms installed." +msgstr "" + +#: internal/cli/core/search.go:110 +msgid "No platforms matching your search." +msgstr "" + +#: commands/upload/upload.go:458 +msgid "No upload port found, using %s as fallback" +msgstr "" + +#: arduino/errors.go:465 +msgid "No valid dependencies solution found" +msgstr "" + +#: arduino/builder/sizer/sizer.go:189 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "" + +#: arduino/builder/detector/detector.go:157 +msgid "Not used: %[1]s" +msgstr "" + +#: internal/cli/board/details.go:185 +msgid "OS:" +msgstr "" + +#: internal/cli/board/details.go:147 +msgid "Official Arduino board:" +msgstr "" + +#: internal/cli/lib/search.go:50 +msgid "" +"Omit library details far all versions except the latest (produce a more " +"compact JSON output)." +msgstr "" + +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 +msgid "Open a communication port with a board." +msgstr "" + +#: internal/cli/board/details.go:197 +msgid "Option:" +msgstr "" + +#: internal/cli/compile/compile.go:115 +msgid "" +"Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." +msgstr "" + +#: internal/cli/compile/compile.go:128 +msgid "Optional, cleanup the build folder and do not use any cached build." +msgstr "" + +#: internal/cli/compile/compile.go:125 +msgid "" +"Optional, optimize compile output for debugging, rather than for release." +msgstr "" + +#: internal/cli/compile/compile.go:117 +msgid "Optional, suppresses almost every output." +msgstr "" + +#: internal/cli/compile/compile.go:116 internal/cli/upload/upload.go:73 +msgid "Optional, turns on verbose mode." +msgstr "" + +#: internal/cli/compile/compile.go:133 +msgid "" +"Optional. Path to a .json file that contains a set of replacements of the " +"sketch source code." +msgstr "" + +#: internal/cli/compile/compile.go:107 +msgid "" +"Override a build property with a custom value. Can be used multiple times " +"for multiple properties." +msgstr "" + +#: internal/cli/config/init.go:57 +msgid "Overwrite existing config file." +msgstr "" + +#: internal/cli/sketch/archive.go:51 +msgid "Overwrites an already existing archive" +msgstr "" + +#: internal/cli/sketch/new.go:44 +msgid "Overwrites an existing .ino sketch." +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "PACKAGER" +msgstr "" + +#: internal/cli/board/details.go:163 +msgid "Package URL:" +msgstr "" + +#: internal/cli/board/details.go:162 +msgid "Package maintainer:" +msgstr "" + +#: internal/cli/board/details.go:161 +msgid "Package name:" +msgstr "" + +#: internal/cli/board/details.go:165 +msgid "Package online help:" +msgstr "" + +#: internal/cli/board/details.go:164 +msgid "Package website:" +msgstr "" + +#: internal/cli/lib/search.go:158 +msgid "Paragraph: %s" +msgstr "" + +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 +msgid "Path" +msgstr "" + +#: internal/cli/compile/compile.go:124 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: internal/cli/compile/compile.go:122 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + +#: internal/cli/cli.go:114 +msgid "Path to the file where logs will be written." +msgstr "" + +#: internal/cli/compile/compile.go:103 +msgid "" +"Path where to save compiled files. If omitted, a directory will be created " +"in the default temporary path of your OS." +msgstr "" + +#: commands/upload/upload.go:439 +msgid "Performing 1200-bps touch reset on serial port %s" +msgstr "" + +#: commands/core/install.go:54 commands/core/install.go:61 +msgid "Platform %s already installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:191 +msgid "Platform %s installed" +msgstr "" + +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 +msgid "" +"Platform %s is not found in any known index\n" +"Maybe you need to add a 3rd party URL?" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:301 +msgid "Platform %s uninstalled" +msgstr "" + +#: arduino/errors.go:483 +msgid "Platform '%s' is already at the latest version" +msgstr "" + +#: arduino/errors.go:407 +msgid "Platform '%s' not found" +msgstr "" + +#: internal/cli/board/search.go:82 +msgid "Platform ID" +msgstr "" + +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 +msgid "Platform ID is not correct" +msgstr "" + +#: internal/cli/board/details.go:171 +msgid "Platform URL:" +msgstr "" + +#: internal/cli/board/details.go:170 +msgid "Platform architecture:" +msgstr "" + +#: internal/cli/board/details.go:169 +msgid "Platform category:" +msgstr "" + +#: internal/cli/board/details.go:176 +msgid "Platform checksum:" +msgstr "" + +#: internal/cli/board/details.go:172 +msgid "Platform file name:" +msgstr "" + +#: internal/cli/board/details.go:168 +msgid "Platform name:" +msgstr "" + +#: internal/cli/board/details.go:174 +msgid "Platform size (bytes):" +msgstr "" + +#: arduino/errors.go:155 +msgid "" +"Please specify an FQBN. Multiple possible boards detected on port %[1]s with" +" protocol %[2]s" +msgstr "" + +#: arduino/errors.go:135 +msgid "" +"Please specify an FQBN. The board on port %[1]s with protocol %[2]s can't be" +" identified" +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Port" +msgstr "" + +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 +msgid "Port closed: %v" +msgstr "" + +#: arduino/errors.go:669 +msgid "Port monitor error" +msgstr "" + +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "" + +#: internal/cli/board/details.go:41 +msgid "Print details about a board." +msgstr "" + +#: internal/cli/compile/compile.go:99 +msgid "Print preprocessed code to stdout instead of compiling." +msgstr "" + +#: internal/cli/cli.go:106 internal/cli/cli.go:108 +msgid "Print the logs on the standard output." +msgstr "" + +#: internal/cli/config/dump.go:31 +msgid "Prints the current configuration" +msgstr "" + +#: internal/cli/config/dump.go:32 +msgid "Prints the current configuration." +msgstr "" + +#: arduino/errors.go:204 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:340 +msgid "Programmer '%s' not found" +msgstr "" + +#: internal/cli/board/details.go:110 +msgid "Programmer name" +msgstr "" + +#: internal/cli/arguments/programmer.go:29 +msgid "Programmer to use, e.g: atmel_ice" +msgstr "" + +#: internal/cli/board/details.go:214 +msgid "Programmers:" +msgstr "" + +#: arduino/errors.go:392 +msgid "Property '%s' is undefined" +msgstr "" + +#: internal/cli/board/list.go:132 +msgid "Protocol" +msgstr "" + +#: internal/cli/lib/search.go:168 +msgid "Provides includes: %s" +msgstr "" + +#: internal/cli/config/remove.go:31 internal/cli/config/remove.go:32 +msgid "Removes one or more values from a setting." +msgstr "" + +#: commands/lib/install.go:130 +msgid "Replacing %[1]s with %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:120 +msgid "Replacing platform %[1]s with %[2]s" +msgstr "" + +#: internal/cli/board/details.go:182 +msgid "Required tool:" +msgstr "" + +#: internal/cli/daemon/daemon.go:53 +msgid "Run as a daemon on port: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:69 +msgid "Run in silent mode, show only monitor input and output." +msgstr "" + +#: internal/cli/daemon/daemon.go:54 +msgid "" +"Running as a daemon the initialization of cores and libraries is done only " +"once." +msgstr "" + +#: arduino/builder/core.go:62 +msgid "Running normal build of the core..." +msgstr "" + +#: internal/cli/compile/compile.go:101 +msgid "Save build artifacts in this directory." +msgstr "" + +#: internal/cli/board/search.go:38 +msgid "Search for a board in the Boards Manager using the specified keywords." +msgstr "" + +#: internal/cli/board/search.go:37 +msgid "Search for a board in the Boards Manager." +msgstr "" + +#: internal/cli/core/search.go:47 +msgid "Search for a core in Boards Manager using the specified keywords." +msgstr "" + +#: internal/cli/core/search.go:46 +msgid "Search for a core in Boards Manager." +msgstr "" + +#: internal/cli/lib/search.go:42 +msgid "Search for one or more libraries data (case insensitive search)." +msgstr "" + +#: internal/cli/lib/search.go:41 +msgid "Searches for one or more libraries data." +msgstr "" + +#: internal/cli/lib/search.go:157 +msgid "Sentence: %s" +msgstr "" + +#: arduino/httpclient/httpclient.go:73 +msgid "Server responded with: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + +#: internal/cli/config/set.go:32 internal/cli/config/set.go:33 +msgid "Sets a setting value." +msgstr "" + +#: internal/cli/board/attach.go:36 +msgid "" +"Sets the default values for port and FQBN. If no port or FQBN are specified," +" the current default port and FQBN are displayed." +msgstr "" + +#: internal/cli/config/init.go:55 internal/cli/config/init.go:56 +msgid "Sets where to save the configuration file." +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Setting" +msgstr "" + +#: internal/cli/config/validate.go:50 +msgid "Settings key doesn't exist" +msgstr "" + +#: internal/cli/core/search.go:52 +msgid "Show all available core versions." +msgstr "" + +#: internal/cli/monitor/monitor.go:67 +msgid "Show all the settings of the communication port." +msgstr "" + +#: internal/cli/board/listall.go:47 internal/cli/board/search.go:45 +msgid "Show also boards marked as 'hidden' in the platform" +msgstr "" + +#: internal/cli/arguments/show_properties.go:59 +msgid "" +"Show build properties. The properties are expanded, use \"--show-" +"properties=unexpanded\" if you want them exactly as they are defined." +msgstr "" + +#: internal/cli/board/details.go:51 +msgid "Show full board details" +msgstr "" + +#: internal/cli/board/details.go:42 +msgid "" +"Show information about a board, in particular if the board has options to be" +" specified in the FQBN." +msgstr "" + +#: internal/cli/lib/search.go:49 +msgid "Show library names only." +msgstr "" + +#: internal/cli/board/details.go:52 +msgid "Show list of available programmers" +msgstr "" + +#: internal/cli/debug/debug.go:65 +msgid "" +"Show metadata about the debug session instead of starting the debugger." +msgstr "" + +#: internal/cli/update/update.go:45 +msgid "Show outdated cores and libraries after index update" +msgstr "" + +#: internal/cli/lib/list.go:39 +msgid "Shows a list of installed libraries." +msgstr "" + +#: internal/cli/lib/list.go:40 +msgid "" +"Shows a list of installed libraries.\n" +"\n" +"If the LIBNAME parameter is specified the listing is limited to that specific\n" +"library. By default the libraries provided as built-in by platforms/core are\n" +"not listed, they can be listed by adding the --all flag." +msgstr "" + +#: internal/cli/core/list.go:36 internal/cli/core/list.go:37 +msgid "Shows the list of installed platforms." +msgstr "" + +#: internal/cli/lib/examples.go:43 +msgid "Shows the list of the examples for libraries." +msgstr "" + +#: internal/cli/lib/examples.go:44 +msgid "" +"Shows the list of the examples for libraries. A name may be given as " +"argument to search a specific library." +msgstr "" + +#: internal/cli/version/version.go:39 +msgid "" +"Shows the version number of Arduino CLI which is installed on your system." +msgstr "" + +#: internal/cli/version/version.go:38 +msgid "Shows version number of Arduino CLI." +msgstr "" + +#: internal/cli/board/details.go:187 +msgid "Size (bytes):" +msgstr "" + +#: commands/compile/compile.go:249 +msgid "" +"Sketch cannot be located in build path. Please specify a different build " +"path" +msgstr "" + +#: internal/cli/sketch/new.go:84 +msgid "Sketch created in: %s" +msgstr "" + +#: internal/cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + +#: arduino/builder/sizer/sizer.go:184 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "" + +#: arduino/builder/sizer/sizer.go:152 +msgid "" +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." +msgstr "" + +#: internal/cli/arguments/sketch.go:49 +msgid "" +"Sketches with .pde extension are deprecated, please rename the following " +"files to .ino:" +msgstr "" + +#: arduino/builder/linker.go:41 +msgid "Skip linking of final executable." +msgstr "" + +#: commands/upload/upload.go:432 +msgid "Skipping 1200-bps touch reset: no serial port selected!" +msgstr "" + +#: arduino/builder/utils/utils.go:589 +msgid "Skipping archive creation of: %[1]s" +msgstr "" + +#: arduino/builder/utils/utils.go:571 +msgid "Skipping compile of: %[1]s" +msgstr "" + +#: arduino/builder/detector/detector.go:408 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:187 +msgid "Skipping platform configuration." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:350 +msgid "Skipping tool configuration." +msgstr "" + +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "" + +#: commands/instances.go:574 +msgid "Some indexes could not be updated." +msgstr "" + +#: internal/cli/core/upgrade.go:124 +msgid "Some upgrades failed, please check the output for details." +msgstr "" + +#: arduino/serialutils/serialutils.go:141 +msgid "TOUCH: error during reset: %s" +msgstr "" + +#: internal/cli/daemon/daemon.go:59 +msgid "The TCP port the daemon will listen to" +msgstr "" + +#: internal/cli/cli.go:125 +msgid "The custom config file (if not specified the default will be used)." +msgstr "" + +#: internal/cli/daemon/daemon.go:78 +msgid "The flag --debug-file must be used with --debug." +msgstr "" + +#: internal/cli/config/add.go:93 +msgid "" +"The key '%[1]v' is not a list of items, can't add to it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: internal/cli/config/remove.go:51 +msgid "" +"The key '%[1]v' is not a list of items, can't remove from it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: arduino/errors.go:859 +msgid "The library %s has multiple installations:" +msgstr "" + +#: internal/cli/compile/compile.go:113 +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 "" + +#: internal/cli/compile/compile.go:111 +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." +msgstr "" + +#: internal/cli/cli.go:116 internal/cli/cli.go:121 +msgid "The output format for the logs, can be: %s" +msgstr "" + +#: internal/cli/compile/compile.go:109 +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." +msgstr "" + +#: arduino/builder/libraries.go:201 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "" + +#: internal/cli/lib/upgrade.go:35 +msgid "" +"This command upgrades an installed library to the latest available version. " +"Multiple libraries can be passed separated by a space. If no arguments are " +"provided, the command will upgrade all the installed libraries where an " +"update is available." +msgstr "" + +#: internal/cli/outdated/outdated.go:42 +msgid "" +"This commands shows a list of installed cores and/or libraries\n" +"that can be upgraded. If nothing needs to be updated the output is empty." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:86 +#: arduino/cores/packagemanager/install_uninstall.go:311 +msgid "Tool %s already installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:400 +msgid "Tool %s uninstalled" +msgstr "" + +#: commands/debug/debug.go:139 +msgid "Toolchain '%s' is not supported" +msgstr "" + +#: internal/cli/debug/debug.go:140 +msgid "Toolchain custom configurations" +msgstr "" + +#: internal/cli/debug/debug.go:134 +msgid "Toolchain path" +msgstr "" + +#: internal/cli/debug/debug.go:135 +msgid "Toolchain prefix" +msgstr "" + +#: internal/cli/debug/debug.go:133 +msgid "Toolchain type" +msgstr "" + +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 +msgid "Try running %s" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:57 +msgid "Turns on verbose mode." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Type" +msgstr "" + +#: internal/cli/lib/search.go:165 +msgid "Types: %s" +msgstr "" + +#: internal/cli/board/details.go:189 +msgid "URL:" +msgstr "" + +#: arduino/builder/core.go:190 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "" + +#: configuration/configuration.go:125 +msgid "Unable to get Documents Folder: %v" +msgstr "" + +#: configuration/configuration.go:100 +msgid "Unable to get Local App Data Folder: %v" +msgstr "" + +#: configuration/configuration.go:88 configuration/configuration.go:113 +msgid "Unable to get user home dir: %v" +msgstr "" + +#: internal/cli/cli.go:204 +msgid "Unable to open file for logging: %s" +msgstr "" + +#: commands/instances.go:541 +msgid "Unable to parse URL" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:277 +#: commands/lib/uninstall.go:44 +msgid "Uninstalling %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:163 +#: commands/core/uninstall.go:73 +msgid "Uninstalling %s, tool is no more required" +msgstr "" + +#: internal/cli/core/uninstall.go:35 internal/cli/core/uninstall.go:36 +msgid "" +"Uninstalls one or more cores and corresponding tool dependencies if no " +"longer used." +msgstr "" + +#: internal/cli/lib/uninstall.go:35 internal/cli/lib/uninstall.go:36 +msgid "Uninstalls one or more libraries." +msgstr "" + +#: internal/cli/board/list.go:164 +msgid "Unknown" +msgstr "" + +#: arduino/errors.go:185 +msgid "Unknown FQBN" +msgstr "" + +#: internal/cli/update/update.go:37 +msgid "Updates the index of cores and libraries" +msgstr "" + +#: internal/cli/update/update.go:38 +msgid "Updates the index of cores and libraries to the latest versions." +msgstr "" + +#: internal/cli/core/update_index.go:34 +msgid "Updates the index of cores to the latest version." +msgstr "" + +#: internal/cli/core/update_index.go:33 +msgid "Updates the index of cores." +msgstr "" + +#: internal/cli/lib/update_index.go:34 +msgid "Updates the libraries index to the latest version." +msgstr "" + +#: internal/cli/lib/update_index.go:33 +msgid "Updates the libraries index." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:43 +msgid "Upgrade doesn't accept parameters with version" +msgstr "" + +#: internal/cli/upgrade/upgrade.go:38 +msgid "Upgrades installed cores and libraries to latest version." +msgstr "" + +#: internal/cli/upgrade/upgrade.go:37 +msgid "Upgrades installed cores and libraries." +msgstr "" + +#: internal/cli/lib/upgrade.go:34 +msgid "Upgrades installed libraries." +msgstr "" + +#: internal/cli/core/upgrade.go:38 internal/cli/core/upgrade.go:39 +msgid "Upgrades one or all installed platforms to the latest version." +msgstr "" + +#: internal/cli/upload/upload.go:57 +msgid "Upload Arduino sketches." +msgstr "" + +#: internal/cli/upload/upload.go:58 +msgid "" +"Upload Arduino sketches. This does NOT compile the sketch prior to upload." +msgstr "" + +#: internal/cli/arguments/port.go:42 +msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" +msgstr "" + +#: commands/upload/upload.go:456 +msgid "Upload port found on %s" +msgstr "" + +#: internal/cli/arguments/port.go:46 +msgid "Upload port protocol, e.g: serial" +msgstr "" + +#: internal/cli/compile/compile.go:118 +msgid "Upload the binary after the compilation." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:47 +msgid "Upload the bootloader on the board using an external programmer." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:46 +msgid "Upload the bootloader." +msgstr "" + +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 +msgid "" +"Uploading to specified board using %s protocol requires the following info:" +msgstr "" + +#: internal/cli/config/init.go:103 +msgid "" +"Urls cannot contain commas. Separate multiple urls exported as env var with a space:\n" +"%s" +msgstr "" + +#: internal/cli/usage.go:26 +msgid "Usage:" +msgstr "" + +#: internal/cli/usage.go:33 +msgid "Use %s for more information about a command." +msgstr "" + +#: internal/cli/compile/compile.go:427 +msgid "Used library" +msgstr "" + +#: internal/cli/compile/compile.go:442 +msgid "Used platform" +msgstr "" + +#: arduino/builder/detector/detector.go:155 +msgid "Used: %[1]s" +msgstr "" + +#: commands/compile/compile.go:342 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: arduino/builder/detector/detector.go:348 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "" + +#: commands/compile/compile.go:343 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "" + +#: arduino/builder/core.go:154 +msgid "Using precompiled core: %[1]s" +msgstr "" + +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 +msgid "Using precompiled library in %[1]s" +msgstr "" + +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 +msgid "Using previously compiled file: %[1]s" +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +msgid "VERSION" +msgstr "" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "VERSION_NUMBER" +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Values" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:56 +#: internal/cli/compile/compile.go:120 internal/cli/upload/upload.go:72 +msgid "Verify uploaded binary after the upload." +msgstr "" + +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 +#: internal/cli/core/search.go:100 +msgid "Version" +msgstr "" + +#: internal/cli/lib/search.go:166 +msgid "Versions: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:182 +msgid "WARNING cannot configure platform: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:346 +msgid "WARNING cannot configure tool: %s" +msgstr "" + +#: internal/cli/compile/compile.go:308 +msgid "WARNING: The sketch is compiled using one or more custom libraries." +msgstr "" + +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 +msgid "" +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." +msgstr "" + +#: commands/upload/upload.go:445 +msgid "Waiting for upload port..." +msgstr "" + +#: commands/compile/compile.go:348 +msgid "" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" +msgstr "" + +#: internal/cli/lib/search.go:159 +msgid "Website: %s" +msgstr "" + +#: internal/cli/config/init.go:42 +msgid "Writes current configuration to a configuration file." +msgstr "" + +#: internal/cli/config/init.go:45 +msgid "" +"Writes current configuration to the configuration file in the data " +"directory." +msgstr "" + +#: internal/cli/config/set.go:74 +msgid "Writing config file: %v" +msgstr "" + +#: internal/cli/compile/compile.go:149 internal/cli/compile/compile.go:152 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + +#: arduino/resources/checksums.go:79 +msgid "archive hash differs from hash in index" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:192 +msgid "archive is not valid: multiple files found in zip file top level" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:195 +msgid "archive is not valid: no files found in zip file top level" +msgstr "" + +#: internal/cli/sketch/archive.go:37 +msgid "archivePath" +msgstr "" + +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 +msgid "arduino-preprocessor pattern is missing" +msgstr "" + +#: commands/upload/upload.go:714 +msgid "autodetect build artifact: %s" +msgstr "" + +#: internal/cli/feedback/stdio.go:35 +msgid "available only in text format" +msgstr "" + +#: commands/upload/upload.go:699 +msgid "binary file not found in %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:305 +msgid "board %s not found" +msgstr "" + +#: internal/cli/board/listall.go:37 internal/cli/board/search.go:36 +msgid "boardname" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:155 +msgid "built-in libraries directory not set" +msgstr "" + +#: arduino/discovery/discovery.go:346 arduino/discovery/discovery.go:369 +#: arduino/discovery/discovery.go:391 arduino/discovery/discovery.go:431 +#: arduino/discovery/discovery.go:457 +msgid "calling %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/status.go:124 arduino/cores/status.go:151 +msgid "can't find latest release of %s" +msgstr "" + +#: commands/instances.go:360 +msgid "can't find latest release of tool %s" +msgstr "" + +#: arduino/sketch/sketch.go:106 +msgid "can't find main Sketch file in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:825 +msgid "can't find pattern for discovery with id %s" +msgstr "" + +#: executils/output.go:52 +msgid "can't retrieve standard error stream: %s" +msgstr "" + +#: executils/output.go:34 +msgid "can't retrieve standard output stream: %s" +msgstr "" + +#: arduino/builder/detector/detector.go:91 +msgid "candidates" +msgstr "" + +#: commands/upload/upload.go:656 commands/upload/upload.go:663 +msgid "cannot execute upload tool: %s" +msgstr "" + +#: arduino/resources/install.go:39 +msgid "checking local archive integrity" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:85 +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:89 +msgid "cleaning build path" +msgstr "" + +#: internal/cli/cli.go:72 +msgid "command" +msgstr "" + +#: arduino/monitor/monitor.go:150 +msgid "command '%[1]s' failed: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:350 arduino/discovery/discovery.go:373 +#: arduino/discovery/discovery.go:395 arduino/discovery/discovery.go:435 +#: arduino/discovery/discovery.go:461 +msgid "command failed: %s" +msgstr "" + +#: arduino/discovery/discovery.go:348 arduino/discovery/discovery.go:352 +#: arduino/discovery/discovery.go:371 arduino/discovery/discovery.go:375 +#: arduino/discovery/discovery.go:393 arduino/discovery/discovery.go:397 +#: arduino/discovery/discovery.go:433 arduino/discovery/discovery.go:459 +#: arduino/discovery/discovery.go:463 arduino/monitor/monitor.go:147 +#: arduino/monitor/monitor.go:153 +msgid "communication out of sync, expected '%[1]s', received '%[2]s'" +msgstr "" + +#: arduino/resources/checksums.go:75 +msgid "computing hash: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:145 +msgid "copying library to destination directory:" +msgstr "" + +#: commands/upload/upload.go:771 +msgid "could not find a valid build artifact" +msgstr "" + +#: commands/core/install.go:62 +msgid "could not overwrite" +msgstr "" + +#: commands/lib/install.go:133 +msgid "could not remove old library" +msgstr "" + +#: arduino/sketch/yaml.go:78 arduino/sketch/yaml.go:82 +#: arduino/sketch/yaml.go:86 +msgid "could not update sketch project file" +msgstr "" + +#: arduino/builder/core.go:133 +msgid "creating core cache folder: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:216 +msgid "creating installed.json in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:44 arduino/resources/install.go:48 +msgid "creating temp dir for extraction: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:190 +msgid "data section exceeds available space in board" +msgstr "" + +#: commands/lib/resolve_deps.go:56 +msgid "dependency '%s' is not available" +msgstr "" + +#: legacy/builder/create_cmake_rule.go:126 +msgid "destination already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:93 +msgid "destination dir %s already exists, cannot install" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:142 +msgid "destination directory already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:282 +msgid "directory doesn't exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:190 +msgid "discovery %[1]s process not started: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:756 +msgid "discovery %s not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:760 +msgid "discovery %s not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:698 +msgid "discovery release not found: %s" +msgstr "" + +#: internal/cli/core/download.go:39 internal/cli/core/install.go:41 +msgid "download a specific version (in this case 1.6.9)." +msgstr "" + +#: internal/cli/core/download.go:38 internal/cli/core/install.go:39 +msgid "download the latest version of Arduino SAMD core." +msgstr "" + +#: internal/cli/feedback/rpc_progress.go:73 +msgid "downloaded" +msgstr "" + +#: commands/instances.go:138 +msgid "downloading %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/fqbn.go:48 +msgid "empty board identifier" +msgstr "" + +#: arduino/sketch/sketch.go:92 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:650 +msgid "error opening %s" +msgstr "" + +#: internal/cli/config/set.go:67 +msgid "error parsing value: %v" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:116 +msgid "error processing response from server" +msgstr "" + +#: commands/board/list.go:96 +msgid "error querying Arduino Cloud Api" +msgstr "" + +#: arduino/resources/install.go:67 +msgid "extracting archive: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:183 +msgid "extracting archive: %w" +msgstr "" + +#: arduino/resources/checksums.go:144 +msgid "failed to compute hash of file \"%s\"" +msgstr "" + +#: commands/board/list.go:91 +msgid "failed to initialize http client" +msgstr "" + +#: arduino/resources/checksums.go:96 +msgid "fetched archive size differs from size specified in index" +msgstr "" + +#: arduino/resources/install.go:128 +msgid "files in archive must be placed in a subdirectory" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:61 +msgid "finding absolute path of %s" +msgstr "" + +#: internal/cli/cli.go:72 +msgid "flags" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:100 +msgid "following symlink %s" +msgstr "" + +#: internal/cli/lib/download.go:39 +msgid "for a specific version." +msgstr "" + +#: internal/cli/lib/check_deps.go:40 internal/cli/lib/download.go:38 +#: internal/cli/lib/install.go:48 +msgid "for the latest version." +msgstr "" + +#: internal/cli/lib/check_deps.go:41 internal/cli/lib/install.go:49 +#: internal/cli/lib/install.go:51 +msgid "for the specific version." +msgstr "" + +#: internal/inventory/inventory.go:68 +msgid "generating installation.id: %w" +msgstr "" + +#: internal/inventory/inventory.go:74 +msgid "generating installation.secret: %w" +msgstr "" + +#: arduino/resources/download.go:53 +msgid "getting archive file info: %s" +msgstr "" + +#: arduino/resources/checksums.go:93 +msgid "getting archive info: %s" +msgstr "" + +#: arduino/resources/checksums.go:66 arduino/resources/checksums.go:89 +#: arduino/resources/download.go:34 arduino/resources/helpers.go:38 +#: arduino/resources/install.go:55 +msgid "getting archive path: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:311 +msgid "getting build properties for board %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:106 +msgid "getting discovery dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:114 +msgid "getting monitor dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:711 +msgid "getting parent dir of %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:99 +msgid "getting tool dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:153 +msgid "install directory not set" +msgstr "" + +#: commands/instances.go:142 +msgid "installing %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:208 +msgid "installing platform %[1]s: %[2]s" +msgstr "" + +#: internal/cli/feedback/terminal.go:36 +msgid "interactive terminal not supported for the '%s' output format" +msgstr "" + +#: arduino/sketch/profiles.go:191 +msgid "invalid '%s' directive" +msgstr "" + +#: arduino/discovery/discovery.go:212 +msgid "invalid 'add' message: missing port" +msgstr "" + +#: arduino/discovery/discovery.go:222 +msgid "invalid 'remove' message: missing port" +msgstr "" + +#: arduino/resources/checksums.go:44 +msgid "invalid checksum format: %s" +msgstr "" + +#: arduino/cores/fqbn.go:54 arduino/cores/fqbn.go:59 +msgid "invalid config option: %s" +msgstr "" + +#: internal/cli/arguments/reference.go:90 +msgid "invalid empty core architecture '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:67 +msgid "invalid empty core argument" +msgstr "" + +#: internal/cli/arguments/reference.go:86 +msgid "invalid empty core name '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:71 +msgid "invalid empty core reference '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:76 +msgid "invalid empty core version: '%s'" +msgstr "" + +#: internal/cli/lib/args.go:49 +msgid "invalid empty library name" +msgstr "" + +#: internal/cli/lib/args.go:54 +msgid "invalid empty library version: %s" +msgstr "" + +#: arduino/cores/board.go:142 +msgid "invalid empty option found" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:272 +msgid "invalid git url" +msgstr "" + +#: arduino/resources/checksums.go:48 +msgid "invalid hash '%[1]s': %[2]s" +msgstr "" + +#: internal/cli/arguments/reference.go:83 +msgid "invalid item %s" +msgstr "" + +#: arduino/sketch/profiles.go:225 +msgid "invalid library directive:" +msgstr "" + +#: arduino/libraries/libraries_layout.go:65 +msgid "invalid library layout: %s" +msgstr "" + +#: arduino/libraries/libraries_location.go:88 +msgid "invalid library location: %s" +msgstr "" + +#: arduino/libraries/loader.go:139 +msgid "invalid library: no header files found" +msgstr "" + +#: arduino/cores/board.go:145 +msgid "invalid option '%s'" +msgstr "" + +#: internal/cli/arguments/show_properties.go:51 +msgid "invalid option '%s'." +msgstr "" + +#: internal/inventory/inventory.go:93 +msgid "invalid path creating config dir: %[1]s error: %[2]w" +msgstr "" + +#: internal/inventory/inventory.go:99 +msgid "invalid path writing inventory file: %[1]s error: %[2]w" +msgstr "" + +#: arduino/cores/packageindex/index.go:283 +msgid "invalid platform archive size: %s" +msgstr "" + +#: arduino/sketch/profiles.go:195 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:205 +msgid "invalid platform index URL:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:363 +msgid "invalid pluggable monitor reference: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:123 +msgid "invalid port configuration value for %s: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:131 +msgid "invalid port configuration: %s" +msgstr "" + +#: commands/upload/upload.go:643 +msgid "invalid recipe '%[1]s': %[2]s" +msgstr "" + +#: commands/sketch/new.go:86 +msgid "" +"invalid sketch name \"%[1]s\": the first character must be alphanumeric or " +"\"_\", the following ones can also contain \"-\" and \".\". The last one " +"cannot be \".\"." +msgstr "" + +#: arduino/cores/board.go:149 +msgid "invalid value '%[1]s' for option '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:273 +msgid "invalid version directory %s" +msgstr "" + +#: arduino/sketch/profiles.go:227 +msgid "invalid version:" +msgstr "" + +#: commands/daemon/settings.go:111 commands/daemon/settings.go:166 +msgid "key not found in settings" +msgstr "" + +#: internal/cli/core/search.go:45 +msgid "keywords" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:130 +msgid "library %s already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:319 +msgid "library not valid" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:197 +msgid "library path does not exist: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:67 +msgid "listing serial ports" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:301 +#: arduino/cores/packagemanager/loader.go:310 +#: arduino/cores/packagemanager/loader.go:315 +msgid "loading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:351 +msgid "loading boards: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:666 +msgid "loading bundled tools from %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:452 +#: arduino/cores/packagemanager/package_manager.go:467 +msgid "loading json index file %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:179 +#: arduino/libraries/librariesmanager/librariesmanager.go:202 +msgid "loading library from %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:54 +msgid "loading library.properties: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:250 +#: arduino/cores/packagemanager/loader.go:278 +msgid "loading platform release %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:197 +msgid "loading platform.txt" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:44 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:60 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:625 +msgid "loading tool release in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:190 +msgid "looking for boards.txt in %s" +msgstr "" + +#: arduino/sketch/sketch.go:76 +msgid "main file missing from sketch: %s" +msgstr "" + +#: arduino/sketch/profiles.go:189 +msgid "missing '%s' directive" +msgstr "" + +#: arduino/resources/checksums.go:40 +msgid "missing checksum for: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:413 +msgid "missing package %[1]s referenced by board %[2]s" +msgstr "" + +#: internal/cli/core/upgrade.go:86 +msgid "missing package index for %s, future updates cannot be guaranteed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:418 +msgid "missing platform %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:423 +msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:709 +msgid "monitor release not found: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:201 +#: arduino/libraries/librariesmanager/install.go:250 +#: arduino/resources/install.go:96 +msgid "moving extracted archive to destination dir: %s" +msgstr "" + +#: commands/upload/upload.go:766 +msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" +msgstr "" + +#: arduino/sketch/sketch.go:68 +msgid "multiple main sketch files found (%[1]v, %[2]v)" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:320 +msgid "" +"no compatible version of %[1]s tools found for the current os, try " +"contacting %[2]s" +msgstr "" + +#: executils/process.go:40 +msgid "no executable specified" +msgstr "" + +#: commands/daemon/daemon.go:100 +msgid "no instance specified" +msgstr "" + +#: commands/upload/upload.go:721 +msgid "no sketch or build directory/file specified" +msgstr "" + +#: arduino/sketch/sketch.go:55 +msgid "no such file or directory" +msgstr "" + +#: arduino/resources/install.go:131 +msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" +msgstr "" + +#: commands/upload/upload.go:638 +msgid "no upload port provided" +msgstr "" + +#: arduino/sketch/sketch.go:274 +msgid "no valid sketch found in %[1]s: missing %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:128 +msgid "no versions available for the current OS, try contacting %s" +msgstr "" + +#: internal/cli/feedback/terminal.go:39 +msgid "not running in a terminal" +msgstr "" + +#: arduino/resources/checksums.go:71 arduino/resources/install.go:59 +msgid "opening archive file: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:266 +msgid "opening boards.txt" +msgstr "" + +#: arduino/serialutils/serialutils.go:38 +msgid "opening port at 1200bps" +msgstr "" + +#: arduino/security/signatures.go:83 +msgid "opening signature file: %s" +msgstr "" + +#: arduino/security/signatures.go:78 +msgid "opening target file: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:76 arduino/cores/status.go:89 +#: arduino/cores/status.go:114 arduino/cores/status.go:141 +msgid "package %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:481 +msgid "package '%s' not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:221 +msgid "parsing IDE bundled index" +msgstr "" + +#: arduino/cores/board.go:165 +#: arduino/cores/packagemanager/package_manager.go:252 +msgid "parsing fqbn: %s" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:72 +msgid "parsing library_index.json: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:181 +msgid "path is not a platform directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:80 +msgid "platform %[1]s not found in package %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:92 +msgid "platform %s has no available releases" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:298 +msgid "platform %s is not installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:176 +#: arduino/cores/packagemanager/install_uninstall.go:280 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 +msgid "platform not installed" +msgstr "" + +#: internal/cli/compile/compile.go:139 +msgid "please use --build-property instead." +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:126 +msgid "pluggable discovery already added: %s" +msgstr "" + +#: internal/cli/board/attach.go:34 +msgid "port" +msgstr "" + +#: internal/cli/arguments/port.go:125 +msgid "port not found: %[1]s %[2]s" +msgstr "" + +#: arduino/monitor/monitor.go:236 +msgid "protocol version not supported: requested %[1]d, got %[2]d" +msgstr "" + +#: arduino/discovery/discovery.go:354 +msgid "protocol version not supported: requested 1, got %d" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:716 +msgid "reading %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:170 +msgid "reading dir %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:198 +msgid "reading directory %[1]s content: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:71 +#: arduino/cores/packagemanager/loader.go:153 +#: arduino/cores/packagemanager/loader.go:260 +#: arduino/cores/packagemanager/loader.go:617 +msgid "reading directory %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:292 +msgid "reading directory %s content: %w" +msgstr "" + +#: arduino/builder/sketch.go:89 +msgid "reading file %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:205 +msgid "reading files: %v" +msgstr "" + +#: arduino/libraries/librariesresolver/cpp.go:104 +msgid "reading lib headers: %s" +msgstr "" + +#: arduino/libraries/libraries.go:228 +msgid "reading lib src dir: %s" +msgstr "" + +#: arduino/libraries/libraries.go:116 +msgid "reading library headers: %w" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:66 +msgid "reading library_index.json: %s" +msgstr "" + +#: arduino/resources/install.go:121 +msgid "reading package root dir: %s" +msgstr "" + +#: commands/upload/upload.go:632 +msgid "recipe not found '%s'" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:557 +msgid "release %[1]s not found for tool %[2]s" +msgstr "" + +#: arduino/cores/status.go:83 arduino/cores/status.go:107 +#: arduino/cores/status.go:134 +msgid "release cannot be nil" +msgstr "" + +#: arduino/resources/download.go:44 +msgid "removing corrupted archive file: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:156 +msgid "removing library directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:293 +msgid "removing platform files: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:87 +msgid "required version %[1]s not found for platform %[2]s" +msgstr "" + +#: arduino/security/signatures.go:74 +msgid "retrieving Arduino public keys: %s" +msgstr "" + +#: arduino/libraries/loader.go:116 arduino/libraries/loader.go:154 +msgid "scanning examples: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:702 +msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:73 +msgid "searching package root dir: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:48 +msgid "setting DTR to OFF" +msgstr "" + +#: commands/sketch/new.go:78 +msgid "sketch name cannot be empty" +msgstr "" + +#: commands/sketch/new.go:91 +msgid "sketch name cannot be the reserved name \"%[1]s\"" +msgstr "" + +#: commands/sketch/new.go:81 +msgid "" +"sketch name too long (%[1]d characters). Maximum allowed length is %[2]d" +msgstr "" + +#: arduino/sketch/sketch.go:48 arduino/sketch/sketch.go:53 +msgid "sketch path is not valid" +msgstr "" + +#: internal/cli/board/attach.go:34 internal/cli/sketch/archive.go:37 +msgid "sketchPath" +msgstr "" + +#: legacy/builder/create_cmake_rule.go:118 +msgid "source is not a directory" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:194 +msgid "starting discovery %s" +msgstr "" + +#: arduino/resources/checksums.go:118 +msgid "testing archive checksum: %s" +msgstr "" + +#: arduino/resources/checksums.go:111 +msgid "testing archive size: %s" +msgstr "" + +#: arduino/resources/checksums.go:105 +msgid "testing if archive is cached: %s" +msgstr "" + +#: arduino/resources/install.go:37 +msgid "testing local archive integrity: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:185 +msgid "text section exceeds available space in board" +msgstr "" + +#: arduino/builder/detector/detector.go:211 +#: arduino/builder/preprocessor/ctags.go:70 +msgid "the compilation database may be incomplete or inaccurate" +msgstr "" + +#: commands/core/list.go:63 +msgid "the platform has no releases" +msgstr "" + +#: commands/board/list.go:103 +msgid "the server responded with status %s" +msgstr "" + +#: arduino/monitor/monitor.go:140 +msgid "timeout waiting for message" +msgstr "" + +#: arduino/discovery/discovery.go:251 +msgid "timeout waiting for message from %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:386 +msgid "tool %s is not managed by package manager" +msgstr "" + +#: arduino/cores/status.go:93 arduino/cores/status.go:118 +#: arduino/cores/status.go:145 +msgid "tool %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:507 +msgid "tool '%[1]s' not found in package '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:381 +msgid "tool not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:687 +#: arduino/cores/packagemanager/package_manager.go:793 +msgid "tool release not found: %s" +msgstr "" + +#: arduino/cores/status.go:97 +msgid "tool version %s not found" +msgstr "" + +#: commands/lib/install.go:61 +msgid "" +"two different versions of the library %[1]s are required: %[2]s and %[3]s" +msgstr "" + +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 +msgid "unable to compute relative path to the sketch for the item" +msgstr "" + +#: arduino/builder/sketch.go:53 +msgid "unable to create a folder to save the sketch" +msgstr "" + +#: arduino/builder/sketch.go:132 +msgid "unable to create the folder containing the item" +msgstr "" + +#: internal/cli/config/dump.go:59 +msgid "unable to marshal config to YAML: %v" +msgstr "" + +#: arduino/builder/sketch.go:170 +msgid "unable to read contents of the destination item" +msgstr "" + +#: arduino/builder/sketch.go:143 +msgid "unable to read contents of the source item" +msgstr "" + +#: arduino/builder/sketch.go:153 +msgid "unable to write to destination file" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:286 +msgid "unknown package %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:293 +msgid "unknown platform %s:%s" +msgstr "" + +#: arduino/sketch/sketch.go:147 +msgid "unknown sketch file extension '%s'" +msgstr "" + +#: arduino/resources/checksums.go:61 +msgid "unsupported hash algorithm: %s" +msgstr "" + +#: internal/cli/core/upgrade.go:43 +msgid "upgrade arduino:samd to the latest version" +msgstr "" + +#: internal/cli/core/upgrade.go:41 +msgid "upgrade everything to the latest version" +msgstr "" + +#: commands/upload/upload.go:667 +msgid "uploading error: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:153 +msgid "user directory not set" +msgstr "" + +#: internal/cli/feedback/terminal.go:73 +msgid "user input not supported for the '%s' output format" +msgstr "" + +#: internal/cli/feedback/terminal.go:76 +msgid "user input not supported in non interactive mode" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:176 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:155 +msgid "version %s not found" +msgstr "" + +#: commands/board/list.go:121 +msgid "wrong format in server response" +msgstr "" diff --git a/i18n/data/ko.po b/i18n/data/ko.po index 4070cc6534b..cf2c6dff40c 100644 --- a/i18n/data/ko.po +++ b/i18n/data/ko.po @@ -13,7 +13,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "" @@ -25,7 +25,7 @@ msgstr "" msgid "%[1]s is required but %[2]s is currently installed." msgstr "" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]s 패턴이 없습니다" @@ -49,7 +49,7 @@ msgstr "" msgid "%s already downloaded" msgstr "" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "" @@ -154,7 +154,7 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "" @@ -162,7 +162,7 @@ msgstr "" msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "" @@ -178,7 +178,7 @@ msgstr "" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "" @@ -263,7 +263,7 @@ msgstr "" msgid "Board version:" msgstr "" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "부트로더 파일이 지정되었으나 누락됨: %[1]s" @@ -312,11 +312,11 @@ msgstr "" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "" @@ -356,7 +356,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "" @@ -398,7 +398,7 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "" @@ -406,19 +406,19 @@ msgstr "" msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "스케치를 컴파일 중…" @@ -435,7 +435,7 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -453,7 +453,7 @@ msgstr "" msgid "Connected" msgstr "" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "" @@ -469,11 +469,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "" @@ -499,7 +499,7 @@ msgid "" "directory with the current configuration settings." msgstr "" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -535,7 +535,7 @@ msgstr "" msgid "Debugging supported:" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "디폴트" @@ -569,7 +569,7 @@ msgstr "" msgid "Description" msgstr "" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "" @@ -682,7 +682,7 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -698,11 +698,11 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "" @@ -710,7 +710,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "" @@ -763,7 +763,7 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "" @@ -773,8 +773,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "" @@ -782,7 +782,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -802,7 +802,7 @@ msgstr "" msgid "Error extracting %s" msgstr "" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -818,11 +818,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "" @@ -834,11 +834,11 @@ msgstr "" msgid "Error getting port metadata: %v" msgstr "" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -902,15 +902,15 @@ msgstr "" msgid "Error opening debug logging file: %s" msgstr "" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -954,7 +954,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" @@ -982,17 +982,17 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" @@ -1000,7 +1000,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1020,7 +1020,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1034,15 +1034,15 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1070,7 +1070,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "" @@ -1078,7 +1078,7 @@ msgstr "" msgid "File:" msgstr "" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1107,9 +1107,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1141,7 +1139,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "" @@ -1149,19 +1147,19 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." msgstr "" "전역 변수는 동적 메모리 %[1]s바이트(%[3]s%%)를 사용, %[4]s바이트의 지역변수가 남음. 최대는 %[2]s 바이트." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "전역 변수는 %[1]s 바이트의 동적 메모리를 사용." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "" @@ -1231,7 +1229,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "" @@ -1270,15 +1268,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1326,7 +1324,7 @@ msgstr "" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1365,7 +1363,7 @@ msgstr "" msgid "Latest" msgstr "" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "" @@ -1391,7 +1389,7 @@ msgstr "" msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1408,7 +1406,7 @@ msgstr "" msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1463,7 +1461,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "사용 가능한 메모리 부족, 안정성에 문제가 생길 수 있습니다." @@ -1480,7 +1478,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "라이브러리 %[2]s에서 '%[1]s'가 없음" @@ -1504,7 +1502,7 @@ msgstr "" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1520,7 +1518,7 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "\"%[1]s\"를 위한 복수개의 라이브러리가 발견되었습니다" @@ -1534,7 +1532,7 @@ msgstr "" msgid "Name: \"%s\"" msgstr "" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1584,7 +1582,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1592,11 +1590,11 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "메모리가 충분하지 않음; 메모리를 줄이기 위한 팁을 위해 다음 링크를 참고하세요%[1]s" -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "사용되지 않음: %[1]s" @@ -1614,7 +1612,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "" @@ -1697,7 +1695,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "" @@ -1723,7 +1721,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1735,7 +1733,7 @@ msgstr "" msgid "Platform %s installed" msgstr "" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1757,7 +1755,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1805,7 +1803,7 @@ msgstr "" msgid "Port" msgstr "포트" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "" @@ -1813,8 +1811,7 @@ msgstr "" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "" @@ -1890,7 +1887,7 @@ msgstr "" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1900,7 +1897,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1940,6 +1937,10 @@ msgstr "" msgid "Server responded with: %s" msgstr "" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -1954,7 +1955,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "" @@ -1966,7 +1967,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2047,7 +2048,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2061,11 +2062,11 @@ msgstr "" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "스케치가 너무 큼; 이것을 줄이기 위해 다음을 참고하세요. %[1]s" -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2077,23 +2078,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2145,7 +2146,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2171,7 +2172,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2218,7 +2219,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2238,7 +2239,7 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2344,15 +2345,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2368,7 +2369,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2387,27 +2388,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "사용됨: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2419,17 +2420,15 @@ msgstr "라이브러리 %[1]s를 버전 %[2]s 폴더: %[3]s %[4]s 에서 사용" msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "폴더:%[2]s %[3]s의 라이브러리 %[1]s 사용" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "이전에 컴파일된 파일: %[1]s 사용" @@ -2441,7 +2440,7 @@ msgstr "" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2450,7 +2449,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2467,7 +2466,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2478,11 +2477,11 @@ msgid "" msgstr "" "경고: 라이브러리 %[1]s가 %[2]s 아키텍처에서 실행되며 %[3]s아키텍처에서 실행되는 현재보드에서는 호환되지 않을 수 있습니다." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2525,11 +2524,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2537,7 +2536,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2583,11 +2582,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2631,7 +2630,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2648,7 +2647,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2660,7 +2659,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2668,7 +2667,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -2972,7 +2971,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3110,7 +3109,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3132,7 +3131,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3144,7 +3143,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3220,7 +3219,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3236,7 +3235,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3271,7 +3270,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3299,7 +3298,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3369,7 +3368,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3393,12 +3392,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3449,19 +3448,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3469,19 +3464,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "" @@ -3509,7 +3500,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "" @@ -3517,11 +3508,11 @@ msgstr "" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/lb.po b/i18n/data/lb.po new file mode 100644 index 00000000000..54d82fcc8e5 --- /dev/null +++ b/i18n/data/lb.po @@ -0,0 +1,3527 @@ +# +# Translators: +# Luc Ohles, 2023 +# +msgid "" +msgstr "" +"Last-Translator: Luc Ohles, 2023\n" +"Language-Team: Luxembourgish (https://app.transifex.com/arduino-1/teams/108174/lb/)\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: version/version.go:59 +msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" +msgstr "" + +#: arduino/builder/detector/detector.go:456 +msgid "%[1]s folder is no longer supported! See %[2]s for more information" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + +#: internal/cli/lib/check_deps.go:111 +msgid "%[1]s is required but %[2]s is currently installed." +msgstr "" + +#: arduino/builder/utils/utils.go:311 +msgid "%[1]s pattern is missing" +msgstr "" + +#: arduino/discovery/discovery.go:74 +msgid "%[1]s, message: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:83 +msgid "%[1]s, port: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:80 +msgid "%[1]s, ports: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:77 +msgid "%[1]s, protocol version: %[2]d" +msgstr "" + +#: arduino/resources/download.go:49 +msgid "%s already downloaded" +msgstr "" + +#: commands/upload/upload.go:689 +msgid "%s and %s cannot be used together" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:353 +msgid "%s installed" +msgstr "%s installéiert" + +#: internal/cli/lib/check_deps.go:108 +msgid "%s is already installed." +msgstr "" + +#: arduino/cores/packagemanager/loader.go:65 +#: arduino/cores/packagemanager/loader.go:652 +msgid "%s is not a directory" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:287 +msgid "%s is not managed by package manager" +msgstr "" + +#: internal/cli/lib/check_deps.go:105 +msgid "%s must be installed." +msgstr "%s muss installéiert ginn." + +#: arduino/builder/preprocessor/ctags.go:190 +#: arduino/builder/preprocessor/gcc.go:58 +msgid "%s pattern is missing" +msgstr "" + +#: arduino/errors.go:819 +msgid "'%s' has an invalid signature" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:400 +msgid "" +"'build.core' and 'build.variant' refer to different platforms: %[1]s and " +"%[2]s" +msgstr "" + +#: internal/cli/board/listall.go:89 internal/cli/board/search.go:86 +msgid "(hidden)" +msgstr "(verstoppt)" + +#: legacy/builder/print_used_libraries_if_verbose.go:34 +msgid "(legacy)" +msgstr "" + +#: internal/cli/lib/install.go:81 +msgid "" +"--git-url and --zip-path are disabled by default, for more information see: " +"%v" +msgstr "" + +#: internal/cli/lib/install.go:83 +msgid "" +"--git-url and --zip-path flags allow installing untrusted files, use it at " +"your own risk." +msgstr "" + +#: internal/cli/lib/install.go:86 +msgid "--git-url or --zip-path can't be used with --install-in-builtin-dir" +msgstr "" + +#: commands/sketch/new.go:66 +msgid ".ino file already exists" +msgstr "" + +#: internal/cli/updater/updater.go:71 +msgid "A new release of Arduino CLI is available:" +msgstr "" + +#: arduino/errors.go:300 +msgid "A programmer is required to upload" +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "ARCH" +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:80 +msgid "ARDUINO COMMAND LINE MANUAL" +msgstr "" + +#: internal/cli/usage.go:32 +msgid "Additional help topics:" +msgstr "" + +#: internal/cli/config/add.go:73 internal/cli/config/add.go:74 +msgid "Adds one or more values to a setting." +msgstr "" + +#: internal/cli/usage.go:27 +msgid "Aliases:" +msgstr "" + +#: internal/cli/core/upgrade.go:72 +msgid "All the cores are already at the latest version" +msgstr "" + +#: commands/lib/install.go:86 +msgid "Already installed %s" +msgstr "" + +#: arduino/builder/detector/detector.go:89 +msgid "Alternatives for %[1]s: %[2]s" +msgstr "" + +#: arduino/builder/preprocessor/ctags.go:69 +msgid "An error occurred adding prototypes" +msgstr "" + +#: arduino/builder/detector/detector.go:210 +msgid "An error occurred detecting libraries" +msgstr "" + +#: internal/cli/daemon/daemon.go:63 +msgid "Append debug logging to the specified file" +msgstr "" + +#: internal/cli/lib/search.go:164 +msgid "Architecture: %s" +msgstr "" + +#: commands/sketch/archive.go:71 +msgid "Archive already exists" +msgstr "" + +#: arduino/builder/core.go:188 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "" + +#: internal/cli/sketch/sketch.go:31 internal/cli/sketch/sketch.go:32 +msgid "Arduino CLI sketch commands." +msgstr "" + +#: internal/cli/cli.go:70 +msgid "Arduino CLI." +msgstr "" + +#: internal/cli/cli.go:71 +msgid "Arduino Command Line Interface (arduino-cli)." +msgstr "" + +#: internal/cli/board/board.go:31 internal/cli/board/board.go:32 +msgid "Arduino board commands." +msgstr "" + +#: internal/cli/cache/cache.go:31 internal/cli/cache/cache.go:32 +msgid "Arduino cache commands." +msgstr "" + +#: internal/cli/lib/lib.go:31 internal/cli/lib/lib.go:32 +msgid "Arduino commands about libraries." +msgstr "" + +#: internal/cli/config/config.go:33 +msgid "Arduino configuration commands." +msgstr "" + +#: internal/cli/core/core.go:31 internal/cli/core/core.go:32 +msgid "Arduino core operations." +msgstr "" + +#: internal/cli/lib/check_deps.go:56 internal/cli/lib/install.go:127 +msgid "Arguments error: %v" +msgstr "" + +#: internal/cli/board/attach.go:35 +msgid "Attaches a sketch to a board." +msgstr "" + +#: internal/cli/lib/search.go:155 +msgid "Author: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:78 +msgid "" +"Automatic library install can't be performed in this case, please manually " +"remove all duplicates and retry." +msgstr "" + +#: commands/lib/uninstall.go:57 +msgid "" +"Automatic library uninstall can't be performed in this case, please manually" +" remove them." +msgstr "" + +#: internal/cli/lib/list.go:136 +msgid "Available" +msgstr "" + +#: internal/cli/usage.go:29 +msgid "Available Commands:" +msgstr "" + +#: internal/cli/upload/upload.go:71 +msgid "Binary file to upload." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "Board Name" +msgstr "" + +#: internal/cli/board/details.go:138 +msgid "Board name:" +msgstr "" + +#: internal/cli/board/details.go:140 +msgid "Board version:" +msgstr "" + +#: legacy/builder/merge_sketch_with_bootloader.go:71 +msgid "Bootloader file specified but missing: %[1]s" +msgstr "" + +#: internal/cli/compile/compile.go:100 +msgid "Builds of 'core.a' are saved into this path to be cached and reused." +msgstr "" + +#: arduino/resources/index.go:57 +msgid "Can't create data directory %s" +msgstr "" + +#: arduino/errors.go:512 +msgid "Can't create sketch" +msgstr "" + +#: commands/lib/download.go:63 commands/lib/download.go:66 +msgid "Can't download library" +msgstr "Kann Bibliothéik net roflueden" + +#: arduino/cores/packagemanager/install_uninstall.go:133 +#: commands/core/uninstall.go:64 +msgid "Can't find dependencies for platform %s" +msgstr "" + +#: arduino/errors.go:538 +msgid "Can't open sketch" +msgstr "" + +#: internal/cli/config/set.go:54 +msgid "Can't set multiple values in key %v" +msgstr "" + +#: arduino/errors.go:525 +msgid "Can't update sketch" +msgstr "" + +#: internal/cli/arguments/arguments.go:36 +msgid "Can't use the following flags together: %s" +msgstr "" + +#: internal/cli/config/add.go:103 internal/cli/config/remove.go:69 +msgid "Can't write config file: %v" +msgstr "" + +#: internal/cli/daemon/daemon.go:92 +msgid "Can't write debug log: %s" +msgstr "" + +#: commands/compile/compile.go:166 commands/compile/compile.go:169 +msgid "Cannot create build cache directory" +msgstr "" + +#: commands/compile/compile.go:154 +msgid "Cannot create build directory" +msgstr "" + +#: internal/cli/config/init.go:94 +msgid "Cannot create config file directory: %v" +msgstr "" + +#: internal/cli/config/init.go:109 +msgid "Cannot create config file: %v" +msgstr "" + +#: arduino/errors.go:782 +msgid "Cannot create temp dir" +msgstr "" + +#: arduino/errors.go:800 +msgid "Cannot create temp file" +msgstr "" + +#: internal/cli/config/delete.go:53 +msgid "Cannot delete the key %[1]s: %[2]v" +msgstr "" + +#: commands/debug/debug.go:72 +msgid "Cannot execute debug tool" +msgstr "" + +#: internal/cli/config/init.go:72 internal/cli/config/init.go:82 +msgid "Cannot find absolute path: %v" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:140 +msgid "Cannot install platform" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:331 +msgid "Cannot install tool %s" +msgstr "" + +#: commands/upload/upload.go:468 +msgid "Cannot perform port reset: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:158 +msgid "Cannot upgrade platform" +msgstr "" + +#: internal/cli/config/delete.go:57 +msgid "Cannot write the file %[1]s: %[2]v" +msgstr "" + +#: internal/cli/lib/search.go:163 +msgid "Category: %s" +msgstr "" + +#: internal/cli/lib/check_deps.go:37 internal/cli/lib/check_deps.go:38 +msgid "Check dependencies status for the specified library." +msgstr "" + +#: arduino/resources/checksums.go:167 +msgid "Checksum differs from checksum in package.json" +msgstr "" + +#: internal/cli/board/details.go:188 +msgid "Checksum:" +msgstr "" + +#: internal/cli/cache/cache.go:33 +msgid "Clean caches." +msgstr "" + +#: internal/cli/cli.go:126 +msgid "Comma-separated list of additional URLs for the Boards Manager." +msgstr "" + +#: internal/cli/board/list.go:53 +msgid "" +"Command keeps running and prints list of connected boards whenever there is " +"a change." +msgstr "" + +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 +msgid "Compiled sketch not found in %s" +msgstr "" + +#: internal/cli/compile/compile.go:84 internal/cli/compile/compile.go:85 +msgid "Compiles Arduino sketches." +msgstr "" + +#: legacy/builder/builder.go:129 +msgid "Compiling core..." +msgstr "" + +#: legacy/builder/builder.go:94 +msgid "Compiling libraries..." +msgstr "" + +#: arduino/builder/libraries.go:182 +msgid "Compiling library \"%[1]s\"" +msgstr "" + +#: legacy/builder/builder.go:66 +msgid "Compiling sketch..." +msgstr "" + +#: internal/cli/config/init.go:88 +msgid "" +"Config file already exists, use --overwrite to discard the existing one." +msgstr "" + +#: internal/cli/config/init.go:112 +msgid "Config file written to: %s" +msgstr "" + +#: internal/cli/debug/debug.go:151 +msgid "Configuration options for %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:68 +msgid "" +"Configure communication port settings. The format is " +"=[,=]..." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:174 +msgid "Configuring platform." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:341 +msgid "Configuring tool." +msgstr "" + +#: internal/cli/board/list.go:188 +msgid "Connected" +msgstr "" + +#: internal/cli/monitor/monitor.go:155 +msgid "Connected to %s! Press CTRL-C to exit." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Core" +msgstr "" + +#: arduino/httpclient/httpclient.go:112 +msgid "Could not connect via HTTP" +msgstr "" + +#: commands/instances.go:503 +msgid "Could not create index directory" +msgstr "" + +#: arduino/builder/core.go:61 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:148 +msgid "Couldn't determine program size" +msgstr "" + +#: internal/cli/arguments/sketch.go:36 internal/cli/lib/install.go:109 +msgid "Couldn't get current working directory: %v" +msgstr "" + +#: internal/cli/sketch/new.go:37 internal/cli/sketch/new.go:38 +msgid "Create a new Sketch" +msgstr "" + +#: internal/cli/compile/compile.go:97 +msgid "Create and print a profile configuration from the build." +msgstr "" + +#: internal/cli/sketch/archive.go:38 internal/cli/sketch/archive.go:39 +msgid "Creates a zip file containing all sketch files." +msgstr "" + +#: internal/cli/config/init.go:43 +msgid "" +"Creates or updates the configuration file in the data directory or custom " +"directory with the current configuration settings." +msgstr "" + +#: internal/cli/compile/compile.go:309 +msgid "" +"Currently, Build Profiles only support libraries available through Arduino " +"Library Manager." +msgstr "" + +#: internal/cli/core/list.go:93 internal/cli/core/search.go:104 +#: internal/cli/outdated/outdated.go:98 +msgid "DEPRECATED" +msgstr "" + +#: internal/cli/daemon/daemon.go:178 +msgid "Daemon is now listening on %s:%s" +msgstr "" + +#: internal/cli/debug/debug.go:53 +msgid "Debug Arduino sketches." +msgstr "" + +#: internal/cli/debug/debug.go:54 +msgid "" +"Debug Arduino sketches. (this command opens an interactive gdb session)" +msgstr "" + +#: internal/cli/debug/debug.go:63 +msgid "Debug interpreter e.g.: %s" +msgstr "" + +#: commands/debug/debug_info.go:148 +msgid "Debugging not supported for board %s" +msgstr "" + +#: internal/cli/board/details.go:142 +msgid "Debugging supported:" +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Default" +msgstr "" + +#: internal/cli/board/attach.go:108 +msgid "Default FQBN set to" +msgstr "" + +#: internal/cli/board/attach.go:107 +msgid "Default port set to" +msgstr "" + +#: internal/cli/cache/clean.go:30 +msgid "Delete Boards/Library Manager download cache." +msgstr "" + +#: internal/cli/cache/clean.go:31 +msgid "" +"Delete contents of the `directories.downloads` folder, where archive files " +"are staged during installation of libraries and boards platforms." +msgstr "" + +#: internal/cli/config/delete.go:32 internal/cli/config/delete.go:33 +msgid "Deletes a settings key and all its sub keys." +msgstr "" + +#: internal/cli/lib/search.go:171 +msgid "Dependencies: %s" +msgstr "" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:88 +msgid "Description" +msgstr "" + +#: legacy/builder/builder.go:58 +msgid "Detecting libraries used..." +msgstr "" + +#: internal/cli/board/list.go:43 +msgid "" +"Detects and displays a list of boards connected to the current computer." +msgstr "" + +#: internal/cli/debug/debug.go:64 +msgid "Directory containing binaries for debug." +msgstr "" + +#: internal/cli/upload/upload.go:70 +msgid "Directory containing binaries to upload." +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:45 +msgid "" +"Directory where to save generated files. Default is './docs', the directory " +"must exist." +msgstr "" + +#: internal/cli/completion/completion.go:44 +msgid "Disable completion description for shells that support it" +msgstr "" + +#: internal/cli/board/list.go:189 +msgid "Disconnected" +msgstr "" + +#: internal/cli/daemon/daemon.go:64 +msgid "Display only the provided gRPC calls" +msgstr "" + +#: internal/cli/lib/install.go:61 +msgid "Do not install dependencies." +msgstr "" + +#: internal/cli/lib/install.go:62 +msgid "Do not overwrite already installed libraries." +msgstr "" + +#: internal/cli/core/install.go:55 +msgid "Do not overwrite already installed platforms." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:58 +#: internal/cli/upload/upload.go:75 +msgid "Do not perform the actual upload, just log out actions" +msgstr "" + +#: internal/cli/daemon/daemon.go:61 +msgid "Do not terminate daemon process if the parent process dies" +msgstr "" + +#: commands/lib/download.go:60 +msgid "Downloading %s" +msgstr "" + +#: arduino/resources/index.go:129 +msgid "Downloading index signature: %s" +msgstr "" + +#: arduino/resources/index.go:74 commands/instances.go:542 +#: commands/instances.go:551 +msgid "Downloading index: %s" +msgstr "" + +#: commands/instances.go:439 +msgid "Downloading library %s" +msgstr "" + +#: commands/instances.go:136 +msgid "Downloading missing tool %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:93 +msgid "Downloading packages" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:98 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:178 +msgid "Downloading tool %s" +msgstr "" + +#: internal/cli/core/download.go:35 internal/cli/core/download.go:36 +msgid "Downloads one or more cores and corresponding tool dependencies." +msgstr "" + +#: internal/cli/lib/download.go:35 internal/cli/lib/download.go:36 +msgid "Downloads one or more libraries without installing them." +msgstr "" + +#: internal/cli/daemon/daemon.go:62 +msgid "Enable debug logging of gRPC calls" +msgstr "" + +#: internal/cli/lib/install.go:64 +msgid "Enter a path to zip file" +msgstr "" + +#: internal/cli/lib/install.go:63 +msgid "Enter git url for libraries hosted on repositories" +msgstr "" + +#: commands/sketch/archive.go:107 +msgid "Error adding file to sketch archive" +msgstr "" + +#: arduino/builder/core.go:194 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "" + +#: internal/cli/sketch/archive.go:80 +msgid "Error archiving: %v" +msgstr "" + +#: commands/sketch/archive.go:95 +msgid "Error calculating relative file path" +msgstr "" + +#: internal/cli/cache/clean.go:45 +msgid "Error cleaning caches: %v" +msgstr "" + +#: internal/cli/compile/compile.go:218 +msgid "Error converting path to absolute: %v" +msgstr "" + +#: commands/compile/compile.go:405 +msgid "Error copying output file %s" +msgstr "" + +#: internal/cli/instance/instance.go:43 +msgid "Error creating instance: %v" +msgstr "" + +#: commands/compile/compile.go:385 +msgid "Error creating output dir" +msgstr "" + +#: commands/sketch/archive.go:83 +msgid "Error creating sketch archive" +msgstr "" + +#: internal/cli/sketch/new.go:69 internal/cli/sketch/new.go:81 +msgid "Error creating sketch: %v" +msgstr "" + +#: internal/cli/board/list.go:78 internal/cli/board/list.go:89 +msgid "Error detecting boards: %v" +msgstr "" + +#: internal/cli/core/download.go:68 internal/cli/lib/download.go:65 +msgid "Error downloading %[1]s: %[2]v" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:106 +#: arduino/cores/packagemanager/profiles.go:107 +#: arduino/cores/packagemanager/profiles.go:111 +#: arduino/cores/packagemanager/profiles.go:112 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:75 commands/instances.go:602 +msgid "Error downloading index '%s'" +msgstr "" + +#: arduino/resources/index.go:130 +msgid "Error downloading index signature '%s'" +msgstr "" + +#: commands/instances.go:451 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 +#: arduino/cores/packagemanager/profiles.go:130 +msgid "Error downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:127 +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Error downloading tool %s" +msgstr "" + +#: internal/cli/debug/debug.go:114 +msgid "Error during Debug: %v" +msgstr "" + +#: internal/cli/arguments/port.go:144 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: internal/cli/feedback/feedback.go:244 internal/cli/feedback/feedback.go:250 +msgid "Error during JSON encoding of the output: %v" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:72 +#: internal/cli/burnbootloader/burnbootloader.go:85 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 +msgid "Error during Upload: %v" +msgstr "" + +#: internal/cli/feedback/feedback.go:256 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: internal/cli/compile/compile.go:355 +msgid "Error during build: %v" +msgstr "" + +#: internal/cli/core/install.go:79 +msgid "Error during install: %v" +msgstr "" + +#: internal/cli/core/uninstall.go:68 +msgid "Error during uninstall: %v" +msgstr "" + +#: internal/cli/core/upgrade.go:119 +msgid "Error during upgrade: %v" +msgstr "" + +#: arduino/resources/index.go:97 arduino/resources/index.go:116 +msgid "Error extracting %s" +msgstr "" + +#: commands/upload/upload.go:373 +msgid "Error finding build artifacts" +msgstr "" + +#: internal/cli/debug/debug.go:98 +msgid "Error getting Debug info: %v" +msgstr "" + +#: commands/sketch/archive.go:59 +msgid "Error getting absolute path of sketch archive" +msgstr "" + +#: internal/cli/board/details.go:73 +msgid "Error getting board details: %v" +msgstr "" + +#: arduino/builder/compilation/database.go:81 +msgid "Error getting current directory for compilation database: %s" +msgstr "" + +#: commands/compile/compile.go:319 commands/lib/list.go:108 +msgid "Error getting information for library %s" +msgstr "" + +#: internal/cli/lib/examples.go:72 +msgid "Error getting libraries info: %v" +msgstr "" + +#: internal/cli/arguments/fqbn.go:90 +msgid "Error getting port metadata: %v" +msgstr "" + +#: internal/cli/monitor/monitor.go:95 +msgid "Error getting port settings details: %s" +msgstr "" + +#: internal/cli/upload/upload.go:155 +msgid "Error getting user input" +msgstr "" + +#: internal/cli/instance/instance.go:82 internal/cli/instance/instance.go:99 +msgid "Error initializing instance: %v" +msgstr "" + +#: internal/cli/lib/install.go:145 +msgid "Error installing %s: %v" +msgstr "" + +#: internal/cli/lib/install.go:119 +msgid "Error installing Git Library: %v" +msgstr "" + +#: internal/cli/lib/install.go:98 +msgid "Error installing Zip Library: %v" +msgstr "" + +#: commands/instances.go:461 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:137 +#: arduino/cores/packagemanager/profiles.go:138 +msgid "Error installing platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:181 +#: arduino/cores/packagemanager/profiles.go:188 +#: arduino/cores/packagemanager/profiles.go:189 +msgid "Error installing tool %s" +msgstr "" + +#: internal/cli/board/listall.go:63 +msgid "Error listing boards: %v" +msgstr "" + +#: internal/cli/lib/list.go:89 +msgid "Error listing libraries: %v" +msgstr "" + +#: internal/cli/core/list.go:69 +msgid "Error listing platforms: %v" +msgstr "" + +#: arduino/errors.go:425 +msgid "Error loading hardware platform" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:115 +#: arduino/cores/packagemanager/profiles.go:116 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:91 +msgid "Error opening %s" +msgstr "" + +#: internal/cli/daemon/daemon.go:86 +msgid "Error opening debug logging file: %s" +msgstr "" + +#: internal/cli/compile/compile.go:191 +msgid "Error opening source code overrides data file: %v" +msgstr "" + +#: internal/cli/compile/compile.go:204 +msgid "Error parsing --show-properties flag: %v" +msgstr "" + +#: commands/compile/compile.go:395 +msgid "Error reading build directory" +msgstr "" + +#: configuration/configuration.go:68 +msgid "Error reading config file: %v" +msgstr "" + +#: commands/sketch/archive.go:77 +msgid "Error reading sketch files" +msgstr "" + +#: internal/cli/lib/check_deps.go:65 +msgid "Error resolving dependencies for %[1]s: %[2]s" +msgstr "" + +#: internal/cli/core/upgrade.go:68 +msgid "Error retrieving core list: %v" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:155 +msgid "Error rolling-back changes: %s" +msgstr "" + +#: arduino/resources/index.go:153 arduino/resources/index.go:165 +msgid "Error saving downloaded index" +msgstr "" + +#: arduino/resources/index.go:160 arduino/resources/index.go:169 +msgid "Error saving downloaded index signature" +msgstr "" + +#: internal/cli/board/search.go:60 +msgid "Error searching boards: %v" +msgstr "" + +#: internal/cli/lib/search.go:79 +msgid "Error searching for Libraries: %v" +msgstr "" + +#: internal/cli/core/search.go:80 +msgid "Error searching for platforms: %v" +msgstr "" + +#: arduino/builder/compilation/database.go:66 +msgid "Error serializing compilation database: %s" +msgstr "" + +#: internal/cli/board/list.go:81 +msgid "Error starting discovery: %v" +msgstr "" + +#: internal/cli/lib/uninstall.go:63 +msgid "Error uninstalling %[1]s: %[2]v" +msgstr "" + +#: internal/cli/lib/search.go:68 internal/cli/lib/update_index.go:54 +msgid "Error updating library index: %v" +msgstr "" + +#: internal/cli/lib/upgrade.go:71 +msgid "Error upgrading libraries" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:150 +msgid "Error upgrading platform: %s" +msgstr "" + +#: arduino/resources/index.go:139 +msgid "Error verifying signature" +msgstr "" + +#: arduino/builder/detector/detector.go:366 +msgid "Error while detecting libraries included by %[1]s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 +msgid "Error while determining sketch size: %s" +msgstr "" + +#: arduino/builder/compilation/database.go:69 +msgid "Error writing compilation database: %s" +msgstr "" + +#: internal/cli/completion/completion.go:56 +msgid "Error: command description is not supported by %v" +msgstr "" + +#: internal/cli/compile/compile.go:197 +msgid "Error: invalid source code overrides data file: %v" +msgstr "" + +#: internal/cli/board/list.go:96 +msgid "Event" +msgstr "" + +#: internal/cli/lib/examples.go:120 +msgid "Examples for library %s" +msgstr "" + +#: internal/cli/usage.go:28 +msgid "Examples:" +msgstr "" + +#: internal/cli/debug/debug.go:132 +msgid "Executable to debug" +msgstr "" + +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 +msgid "Expected compiled sketch in directory %s, but is a file instead" +msgstr "" + +#: internal/cli/board/attach.go:34 internal/cli/board/details.go:40 +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "FQBN" +msgstr "" + +#: internal/cli/board/details.go:139 +msgid "FQBN:" +msgstr "" + +#: commands/upload/upload.go:502 +msgid "Failed chip erase" +msgstr "" + +#: commands/upload/upload.go:509 +msgid "Failed programming" +msgstr "" + +#: commands/upload/upload.go:505 +msgid "Failed to burn bootloader" +msgstr "" + +#: commands/instances.go:166 +msgid "Failed to create data directory" +msgstr "" + +#: commands/instances.go:156 +msgid "Failed to create downloads directory" +msgstr "" + +#: internal/cli/daemon/daemon.go:133 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." +msgstr "" + +#: internal/cli/daemon/daemon.go:128 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." +msgstr "" + +#: internal/cli/daemon/daemon.go:140 +msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" +msgstr "" + +#: internal/cli/daemon/daemon.go:138 +msgid "Failed to listen on TCP port: %s. Address already in use." +msgstr "" + +#: commands/upload/upload.go:513 +msgid "Failed uploading" +msgstr "" + +#: internal/cli/board/details.go:186 +msgid "File:" +msgstr "" + +#: commands/compile/compile.go:137 +msgid "" +"Firmware encryption/signing requires all the following properties to be " +"defined: %s" +msgstr "" + +#: commands/daemon/debug.go:46 +msgid "First message must contain debug request, not data" +msgstr "" + +#: internal/cli/arguments/arguments.go:47 +msgid "Flag %[1]s is mandatory when used in conjunction with: %[2]s" +msgstr "" + +#: internal/cli/usage.go:30 +msgid "Flags:" +msgstr "" + +#: internal/cli/arguments/post_install.go:35 +msgid "" +"Force run of post-install scripts (if the CLI is not running interactively)." +msgstr "" + +#: internal/cli/arguments/post_install.go:36 +msgid "" +"Force skip of post-install scripts (if the CLI is running interactively)." +msgstr "" + +#: arduino/errors.go:840 +msgid "Found %d platforms matching \"%s\": %s" +msgstr "" + +#: internal/cli/arguments/fqbn.go:37 +msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" +msgstr "" + +#: internal/cli/debug/debug.go:146 +msgid "GDB Server path" +msgstr "" + +#: internal/cli/debug/debug.go:145 +msgid "GDB Server type" +msgstr "" + +#: commands/debug/debug.go:178 +msgid "GDB server '%s' is not supported" +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:38 +#: internal/cli/generatedocs/generatedocs.go:39 +msgid "Generates bash completion and command manpages." +msgstr "" + +#: internal/cli/completion/completion.go:38 +msgid "Generates completion scripts" +msgstr "" + +#: internal/cli/completion/completion.go:39 +msgid "Generates completion scripts for various shells" +msgstr "" + +#: legacy/builder/builder.go:63 +msgid "Generating function prototypes..." +msgstr "" + +#: internal/cli/usage.go:31 +msgid "Global Flags:" +msgstr "" + +#: arduino/builder/sizer/sizer.go:158 +msgid "" +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." +msgstr "" + +#: arduino/builder/sizer/sizer.go:164 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 +#: internal/cli/outdated/outdated.go:83 +msgid "ID" +msgstr "" + +#: internal/cli/board/details.go:110 +msgid "Id" +msgstr "" + +#: internal/cli/board/details.go:153 +msgid "Identification properties:" +msgstr "" + +#: internal/cli/compile/compile.go:132 +msgid "If set built binaries will be exported to the sketch folder." +msgstr "" + +#: internal/cli/core/list.go:45 +msgid "" +"If set return all installable and installed cores, including manually " +"installed." +msgstr "" + +#: internal/cli/lib/list.go:53 +msgid "Include built-in libraries (from platforms and IDE) in listing." +msgstr "" + +#: internal/cli/sketch/archive.go:50 +msgid "Includes %s directory in the archive." +msgstr "" + +#: internal/cli/lib/install.go:65 +msgid "Install libraries in the IDE-Builtin directory" +msgstr "" + +#: internal/cli/core/list.go:89 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:85 +msgid "Installed" +msgstr "" + +#: commands/lib/install.go:140 +msgid "Installed %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:316 +#: commands/lib/install.go:126 +msgid "Installing %s" +msgstr "" + +#: commands/instances.go:459 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:116 +#: arduino/cores/packagemanager/profiles.go:135 +msgid "Installing platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:186 +msgid "Installing tool %s" +msgstr "" + +#: internal/cli/core/install.go:37 internal/cli/core/install.go:38 +msgid "Installs one or more cores and corresponding tool dependencies." +msgstr "" + +#: internal/cli/lib/install.go:45 internal/cli/lib/install.go:46 +msgid "Installs one or more specified libraries into the system." +msgstr "" + +#: arduino/builder/detector/detector.go:392 +msgid "Internal error in cache" +msgstr "" + +#: arduino/errors.go:378 +msgid "Invalid '%[1]s' property: %[2]s" +msgstr "" + +#: internal/cli/cli.go:250 +msgid "" +"Invalid Call : should show Help, but it is available only in TEXT mode." +msgstr "" + +#: arduino/errors.go:62 +msgid "Invalid FQBN" +msgstr "" + +#: internal/cli/daemon/daemon.go:151 +msgid "Invalid TCP address: port is missing" +msgstr "" + +#: arduino/errors.go:80 +msgid "Invalid URL" +msgstr "" + +#: commands/instances.go:274 +msgid "Invalid additional URL: %v" +msgstr "" + +#: arduino/resources/index.go:103 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +msgstr "" + +#: internal/cli/core/download.go:56 internal/cli/core/install.go:65 +#: internal/cli/core/uninstall.go:53 internal/cli/core/upgrade.go:93 +#: internal/cli/lib/download.go:54 internal/cli/lib/uninstall.go:53 +msgid "Invalid argument passed: %v" +msgstr "" + +#: commands/compile/compile.go:190 +msgid "Invalid build properties" +msgstr "" + +#: arduino/builder/sizer/sizer.go:237 +msgid "Invalid data size regexp: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:243 +msgid "Invalid eeprom size regexp: %s" +msgstr "" + +#: arduino/errors.go:48 +msgid "Invalid instance" +msgstr "" + +#: internal/cli/core/upgrade.go:99 +msgid "Invalid item %s" +msgstr "" + +#: arduino/errors.go:98 +msgid "Invalid library" +msgstr "" + +#: configuration/network.go:63 +msgid "Invalid network.proxy '%[1]s': %[2]s" +msgstr "" + +#: internal/cli/cli.go:217 +msgid "Invalid option for --log-level: %s" +msgstr "" + +#: internal/cli/cli.go:229 +msgid "Invalid output format: %s" +msgstr "" + +#: commands/instances.go:554 +msgid "Invalid package index in %s" +msgstr "" + +#: internal/cli/core/uninstall.go:58 +msgid "Invalid parameter %s: version not allowed" +msgstr "" + +#: commands/board/list.go:79 +msgid "Invalid pid value: '%s'" +msgstr "" + +#: arduino/errors.go:222 +msgid "Invalid profile" +msgstr "" + +#: commands/monitor/monitor.go:145 +msgid "Invalid recipe in platform.txt" +msgstr "" + +#: arduino/builder/sizer/sizer.go:227 +msgid "Invalid size regexp: %s" +msgstr "" + +#: internal/cli/core/search.go:124 +msgid "Invalid timeout: %s" +msgstr "" + +#: arduino/errors.go:116 +msgid "Invalid version" +msgstr "" + +#: commands/board/list.go:76 +msgid "Invalid vid value: '%s'" +msgstr "" + +#: internal/cli/compile/compile.go:127 +msgid "" +"Just produce the compilation database, without actually compiling. All build" +" commands are skipped except pre* hooks." +msgstr "" + +#: internal/cli/lib/list.go:38 +msgid "LIBNAME" +msgstr "" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "LIBRARY" +msgstr "" + +#: internal/cli/lib/download.go:34 internal/cli/lib/examples.go:42 +#: internal/cli/lib/search.go:40 internal/cli/lib/uninstall.go:34 +msgid "LIBRARY_NAME" +msgstr "" + +#: internal/cli/core/list.go:89 internal/cli/outdated/outdated.go:86 +msgid "Latest" +msgstr "" + +#: arduino/builder/libraries.go:112 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:135 +#: commands/lib/install.go:92 +msgid "" +"Library %[1]s is already installed, but with a different version: %[2]s" +msgstr "" + +#: commands/lib/upgrade.go:59 +msgid "Library %s is already at the latest version" +msgstr "" + +#: commands/lib/uninstall.go:39 +msgid "Library %s is not installed" +msgstr "" + +#: commands/instances.go:445 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:446 +msgid "Library '%s' not found" +msgstr "" + +#: arduino/builder/detector/detector.go:465 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." +msgstr "" + +#: arduino/errors.go:575 +msgid "Library install failed" +msgstr "" + +#: commands/lib/install.go:150 commands/lib/install.go:160 +msgid "Library installed" +msgstr "" + +#: internal/cli/lib/search.go:161 +msgid "License: %s" +msgstr "" + +#: legacy/builder/builder.go:156 +msgid "Linking everything together..." +msgstr "" + +#: internal/cli/board/listall.go:39 +msgid "" +"List all boards that have the support platform installed. You can search\n" +"for a specific board if you specify the board name" +msgstr "" + +#: internal/cli/board/listall.go:38 +msgid "List all known boards and their corresponding FQBN." +msgstr "" + +#: internal/cli/board/list.go:42 +msgid "List connected boards." +msgstr "" + +#: internal/cli/arguments/fqbn.go:42 +msgid "" +"List of board options separated by commas. Or can be used multiple times for" +" multiple options." +msgstr "" + +#: internal/cli/compile/compile.go:105 +msgid "" +"List of custom build properties separated by commas. Or can be used multiple" +" times for multiple properties." +msgstr "" + +#: internal/cli/lib/list.go:55 +msgid "List updatable libraries." +msgstr "" + +#: internal/cli/core/list.go:44 +msgid "List updatable platforms." +msgstr "" + +#: internal/cli/board/board.go:33 +msgid "Lists all connected boards." +msgstr "" + +#: internal/cli/outdated/outdated.go:41 +msgid "Lists cores and libraries that can be upgraded" +msgstr "" + +#: commands/instances.go:307 commands/instances.go:318 +#: commands/instances.go:418 +msgid "Loading index file: %v" +msgstr "" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:87 +msgid "Location" +msgstr "" + +#: arduino/builder/sizer/sizer.go:199 +msgid "Low memory available, stability problems may occur." +msgstr "" + +#: internal/cli/lib/search.go:156 +msgid "Maintainer: %s" +msgstr "" + +#: internal/cli/arguments/discovery_timeout.go:31 +msgid "Max time to wait for port discovery, e.g.: 30s, 1m" +msgstr "" + +#: internal/cli/cli.go:110 +msgid "" +"Messages with this level and above will be logged. Valid levels are: %s" +msgstr "" + +#: arduino/builder/detector/detector.go:460 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "" + +#: arduino/errors.go:171 +msgid "Missing FQBN (Fully Qualified Board Name)" +msgstr "" + +#: arduino/errors.go:262 +msgid "Missing port" +msgstr "" + +#: arduino/errors.go:238 +msgid "Missing port address" +msgstr "" + +#: arduino/errors.go:250 +msgid "Missing port protocol" +msgstr "" + +#: arduino/errors.go:288 +msgid "Missing programmer" +msgstr "" + +#: arduino/builder/sizer/sizer.go:231 +msgid "Missing size regexp" +msgstr "" + +#: arduino/errors.go:498 +msgid "Missing sketch path" +msgstr "" + +#: arduino/errors.go:359 +msgid "Monitor '%s' not found" +msgstr "" + +#: internal/cli/monitor/monitor.go:138 +msgid "Monitor port settings:" +msgstr "" + +#: arduino/builder/detector/detector.go:154 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:84 +msgid "Name" +msgstr "" + +#: internal/cli/lib/search.go:135 +msgid "Name: \"%s\"" +msgstr "" + +#: internal/cli/upload/upload.go:206 +msgid "New upload port: %[1]s (%[2]s)" +msgstr "" + +#: internal/cli/board/list.go:122 +msgid "No boards found." +msgstr "" + +#: internal/cli/board/attach.go:105 +msgid "No default port or FQBN set" +msgstr "" + +#: internal/cli/lib/examples.go:105 +msgid "No libraries found." +msgstr "" + +#: internal/cli/lib/list.go:128 +msgid "No libraries installed." +msgstr "" + +#: internal/cli/lib/search.go:124 +msgid "No libraries matching your search." +msgstr "" + +#: internal/cli/lib/search.go:130 +msgid "" +"No libraries matching your search.\n" +"Did you mean...\n" +msgstr "" + +#: internal/cli/lib/list.go:126 +msgid "No libraries update is available." +msgstr "" + +#: arduino/errors.go:276 +msgid "No monitor available for the port protocol %s" +msgstr "" + +#: internal/cli/outdated/outdated.go:77 +msgid "No outdated platforms or libraries found." +msgstr "" + +#: internal/cli/core/list.go:86 +msgid "No platforms installed." +msgstr "" + +#: internal/cli/core/search.go:110 +msgid "No platforms matching your search." +msgstr "" + +#: commands/upload/upload.go:458 +msgid "No upload port found, using %s as fallback" +msgstr "" + +#: arduino/errors.go:465 +msgid "No valid dependencies solution found" +msgstr "" + +#: arduino/builder/sizer/sizer.go:189 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "" + +#: arduino/builder/detector/detector.go:157 +msgid "Not used: %[1]s" +msgstr "" + +#: internal/cli/board/details.go:185 +msgid "OS:" +msgstr "" + +#: internal/cli/board/details.go:147 +msgid "Official Arduino board:" +msgstr "" + +#: internal/cli/lib/search.go:50 +msgid "" +"Omit library details far all versions except the latest (produce a more " +"compact JSON output)." +msgstr "" + +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 +msgid "Open a communication port with a board." +msgstr "" + +#: internal/cli/board/details.go:197 +msgid "Option:" +msgstr "" + +#: internal/cli/compile/compile.go:115 +msgid "" +"Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." +msgstr "" + +#: internal/cli/compile/compile.go:128 +msgid "Optional, cleanup the build folder and do not use any cached build." +msgstr "" + +#: internal/cli/compile/compile.go:125 +msgid "" +"Optional, optimize compile output for debugging, rather than for release." +msgstr "" + +#: internal/cli/compile/compile.go:117 +msgid "Optional, suppresses almost every output." +msgstr "" + +#: internal/cli/compile/compile.go:116 internal/cli/upload/upload.go:73 +msgid "Optional, turns on verbose mode." +msgstr "" + +#: internal/cli/compile/compile.go:133 +msgid "" +"Optional. Path to a .json file that contains a set of replacements of the " +"sketch source code." +msgstr "" + +#: internal/cli/compile/compile.go:107 +msgid "" +"Override a build property with a custom value. Can be used multiple times " +"for multiple properties." +msgstr "" + +#: internal/cli/config/init.go:57 +msgid "Overwrite existing config file." +msgstr "" + +#: internal/cli/sketch/archive.go:51 +msgid "Overwrites an already existing archive" +msgstr "" + +#: internal/cli/sketch/new.go:44 +msgid "Overwrites an existing .ino sketch." +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "PACKAGER" +msgstr "" + +#: internal/cli/board/details.go:163 +msgid "Package URL:" +msgstr "" + +#: internal/cli/board/details.go:162 +msgid "Package maintainer:" +msgstr "" + +#: internal/cli/board/details.go:161 +msgid "Package name:" +msgstr "" + +#: internal/cli/board/details.go:165 +msgid "Package online help:" +msgstr "" + +#: internal/cli/board/details.go:164 +msgid "Package website:" +msgstr "" + +#: internal/cli/lib/search.go:158 +msgid "Paragraph: %s" +msgstr "" + +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 +msgid "Path" +msgstr "" + +#: internal/cli/compile/compile.go:124 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: internal/cli/compile/compile.go:122 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + +#: internal/cli/cli.go:114 +msgid "Path to the file where logs will be written." +msgstr "" + +#: internal/cli/compile/compile.go:103 +msgid "" +"Path where to save compiled files. If omitted, a directory will be created " +"in the default temporary path of your OS." +msgstr "" + +#: commands/upload/upload.go:439 +msgid "Performing 1200-bps touch reset on serial port %s" +msgstr "" + +#: commands/core/install.go:54 commands/core/install.go:61 +msgid "Platform %s already installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:191 +msgid "Platform %s installed" +msgstr "" + +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 +msgid "" +"Platform %s is not found in any known index\n" +"Maybe you need to add a 3rd party URL?" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:301 +msgid "Platform %s uninstalled" +msgstr "" + +#: arduino/errors.go:483 +msgid "Platform '%s' is already at the latest version" +msgstr "" + +#: arduino/errors.go:407 +msgid "Platform '%s' not found" +msgstr "" + +#: internal/cli/board/search.go:82 +msgid "Platform ID" +msgstr "" + +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 +msgid "Platform ID is not correct" +msgstr "" + +#: internal/cli/board/details.go:171 +msgid "Platform URL:" +msgstr "" + +#: internal/cli/board/details.go:170 +msgid "Platform architecture:" +msgstr "" + +#: internal/cli/board/details.go:169 +msgid "Platform category:" +msgstr "" + +#: internal/cli/board/details.go:176 +msgid "Platform checksum:" +msgstr "" + +#: internal/cli/board/details.go:172 +msgid "Platform file name:" +msgstr "" + +#: internal/cli/board/details.go:168 +msgid "Platform name:" +msgstr "" + +#: internal/cli/board/details.go:174 +msgid "Platform size (bytes):" +msgstr "" + +#: arduino/errors.go:155 +msgid "" +"Please specify an FQBN. Multiple possible boards detected on port %[1]s with" +" protocol %[2]s" +msgstr "" + +#: arduino/errors.go:135 +msgid "" +"Please specify an FQBN. The board on port %[1]s with protocol %[2]s can't be" +" identified" +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Port" +msgstr "" + +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 +msgid "Port closed: %v" +msgstr "" + +#: arduino/errors.go:669 +msgid "Port monitor error" +msgstr "" + +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "" + +#: internal/cli/board/details.go:41 +msgid "Print details about a board." +msgstr "" + +#: internal/cli/compile/compile.go:99 +msgid "Print preprocessed code to stdout instead of compiling." +msgstr "" + +#: internal/cli/cli.go:106 internal/cli/cli.go:108 +msgid "Print the logs on the standard output." +msgstr "" + +#: internal/cli/config/dump.go:31 +msgid "Prints the current configuration" +msgstr "" + +#: internal/cli/config/dump.go:32 +msgid "Prints the current configuration." +msgstr "" + +#: arduino/errors.go:204 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:340 +msgid "Programmer '%s' not found" +msgstr "" + +#: internal/cli/board/details.go:110 +msgid "Programmer name" +msgstr "" + +#: internal/cli/arguments/programmer.go:29 +msgid "Programmer to use, e.g: atmel_ice" +msgstr "" + +#: internal/cli/board/details.go:214 +msgid "Programmers:" +msgstr "" + +#: arduino/errors.go:392 +msgid "Property '%s' is undefined" +msgstr "" + +#: internal/cli/board/list.go:132 +msgid "Protocol" +msgstr "" + +#: internal/cli/lib/search.go:168 +msgid "Provides includes: %s" +msgstr "" + +#: internal/cli/config/remove.go:31 internal/cli/config/remove.go:32 +msgid "Removes one or more values from a setting." +msgstr "" + +#: commands/lib/install.go:130 +msgid "Replacing %[1]s with %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:120 +msgid "Replacing platform %[1]s with %[2]s" +msgstr "" + +#: internal/cli/board/details.go:182 +msgid "Required tool:" +msgstr "" + +#: internal/cli/daemon/daemon.go:53 +msgid "Run as a daemon on port: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:69 +msgid "Run in silent mode, show only monitor input and output." +msgstr "" + +#: internal/cli/daemon/daemon.go:54 +msgid "" +"Running as a daemon the initialization of cores and libraries is done only " +"once." +msgstr "" + +#: arduino/builder/core.go:62 +msgid "Running normal build of the core..." +msgstr "" + +#: internal/cli/compile/compile.go:101 +msgid "Save build artifacts in this directory." +msgstr "" + +#: internal/cli/board/search.go:38 +msgid "Search for a board in the Boards Manager using the specified keywords." +msgstr "" + +#: internal/cli/board/search.go:37 +msgid "Search for a board in the Boards Manager." +msgstr "" + +#: internal/cli/core/search.go:47 +msgid "Search for a core in Boards Manager using the specified keywords." +msgstr "" + +#: internal/cli/core/search.go:46 +msgid "Search for a core in Boards Manager." +msgstr "" + +#: internal/cli/lib/search.go:42 +msgid "Search for one or more libraries data (case insensitive search)." +msgstr "" + +#: internal/cli/lib/search.go:41 +msgid "Searches for one or more libraries data." +msgstr "" + +#: internal/cli/lib/search.go:157 +msgid "Sentence: %s" +msgstr "" + +#: arduino/httpclient/httpclient.go:73 +msgid "Server responded with: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + +#: internal/cli/config/set.go:32 internal/cli/config/set.go:33 +msgid "Sets a setting value." +msgstr "" + +#: internal/cli/board/attach.go:36 +msgid "" +"Sets the default values for port and FQBN. If no port or FQBN are specified," +" the current default port and FQBN are displayed." +msgstr "" + +#: internal/cli/config/init.go:55 internal/cli/config/init.go:56 +msgid "Sets where to save the configuration file." +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Setting" +msgstr "" + +#: internal/cli/config/validate.go:50 +msgid "Settings key doesn't exist" +msgstr "" + +#: internal/cli/core/search.go:52 +msgid "Show all available core versions." +msgstr "" + +#: internal/cli/monitor/monitor.go:67 +msgid "Show all the settings of the communication port." +msgstr "" + +#: internal/cli/board/listall.go:47 internal/cli/board/search.go:45 +msgid "Show also boards marked as 'hidden' in the platform" +msgstr "" + +#: internal/cli/arguments/show_properties.go:59 +msgid "" +"Show build properties. The properties are expanded, use \"--show-" +"properties=unexpanded\" if you want them exactly as they are defined." +msgstr "" + +#: internal/cli/board/details.go:51 +msgid "Show full board details" +msgstr "" + +#: internal/cli/board/details.go:42 +msgid "" +"Show information about a board, in particular if the board has options to be" +" specified in the FQBN." +msgstr "" + +#: internal/cli/lib/search.go:49 +msgid "Show library names only." +msgstr "" + +#: internal/cli/board/details.go:52 +msgid "Show list of available programmers" +msgstr "" + +#: internal/cli/debug/debug.go:65 +msgid "" +"Show metadata about the debug session instead of starting the debugger." +msgstr "" + +#: internal/cli/update/update.go:45 +msgid "Show outdated cores and libraries after index update" +msgstr "" + +#: internal/cli/lib/list.go:39 +msgid "Shows a list of installed libraries." +msgstr "" + +#: internal/cli/lib/list.go:40 +msgid "" +"Shows a list of installed libraries.\n" +"\n" +"If the LIBNAME parameter is specified the listing is limited to that specific\n" +"library. By default the libraries provided as built-in by platforms/core are\n" +"not listed, they can be listed by adding the --all flag." +msgstr "" + +#: internal/cli/core/list.go:36 internal/cli/core/list.go:37 +msgid "Shows the list of installed platforms." +msgstr "" + +#: internal/cli/lib/examples.go:43 +msgid "Shows the list of the examples for libraries." +msgstr "" + +#: internal/cli/lib/examples.go:44 +msgid "" +"Shows the list of the examples for libraries. A name may be given as " +"argument to search a specific library." +msgstr "" + +#: internal/cli/version/version.go:39 +msgid "" +"Shows the version number of Arduino CLI which is installed on your system." +msgstr "" + +#: internal/cli/version/version.go:38 +msgid "Shows version number of Arduino CLI." +msgstr "" + +#: internal/cli/board/details.go:187 +msgid "Size (bytes):" +msgstr "" + +#: commands/compile/compile.go:249 +msgid "" +"Sketch cannot be located in build path. Please specify a different build " +"path" +msgstr "" + +#: internal/cli/sketch/new.go:84 +msgid "Sketch created in: %s" +msgstr "" + +#: internal/cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + +#: arduino/builder/sizer/sizer.go:184 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "" + +#: arduino/builder/sizer/sizer.go:152 +msgid "" +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." +msgstr "" + +#: internal/cli/arguments/sketch.go:49 +msgid "" +"Sketches with .pde extension are deprecated, please rename the following " +"files to .ino:" +msgstr "" + +#: arduino/builder/linker.go:41 +msgid "Skip linking of final executable." +msgstr "" + +#: commands/upload/upload.go:432 +msgid "Skipping 1200-bps touch reset: no serial port selected!" +msgstr "" + +#: arduino/builder/utils/utils.go:589 +msgid "Skipping archive creation of: %[1]s" +msgstr "" + +#: arduino/builder/utils/utils.go:571 +msgid "Skipping compile of: %[1]s" +msgstr "" + +#: arduino/builder/detector/detector.go:408 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:187 +msgid "Skipping platform configuration." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:350 +msgid "Skipping tool configuration." +msgstr "" + +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "" + +#: commands/instances.go:574 +msgid "Some indexes could not be updated." +msgstr "" + +#: internal/cli/core/upgrade.go:124 +msgid "Some upgrades failed, please check the output for details." +msgstr "" + +#: arduino/serialutils/serialutils.go:141 +msgid "TOUCH: error during reset: %s" +msgstr "" + +#: internal/cli/daemon/daemon.go:59 +msgid "The TCP port the daemon will listen to" +msgstr "" + +#: internal/cli/cli.go:125 +msgid "The custom config file (if not specified the default will be used)." +msgstr "" + +#: internal/cli/daemon/daemon.go:78 +msgid "The flag --debug-file must be used with --debug." +msgstr "" + +#: internal/cli/config/add.go:93 +msgid "" +"The key '%[1]v' is not a list of items, can't add to it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: internal/cli/config/remove.go:51 +msgid "" +"The key '%[1]v' is not a list of items, can't remove from it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: arduino/errors.go:859 +msgid "The library %s has multiple installations:" +msgstr "" + +#: internal/cli/compile/compile.go:113 +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 "" + +#: internal/cli/compile/compile.go:111 +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." +msgstr "" + +#: internal/cli/cli.go:116 internal/cli/cli.go:121 +msgid "The output format for the logs, can be: %s" +msgstr "" + +#: internal/cli/compile/compile.go:109 +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." +msgstr "" + +#: arduino/builder/libraries.go:201 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "" + +#: internal/cli/lib/upgrade.go:35 +msgid "" +"This command upgrades an installed library to the latest available version. " +"Multiple libraries can be passed separated by a space. If no arguments are " +"provided, the command will upgrade all the installed libraries where an " +"update is available." +msgstr "" + +#: internal/cli/outdated/outdated.go:42 +msgid "" +"This commands shows a list of installed cores and/or libraries\n" +"that can be upgraded. If nothing needs to be updated the output is empty." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:86 +#: arduino/cores/packagemanager/install_uninstall.go:311 +msgid "Tool %s already installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:400 +msgid "Tool %s uninstalled" +msgstr "" + +#: commands/debug/debug.go:139 +msgid "Toolchain '%s' is not supported" +msgstr "" + +#: internal/cli/debug/debug.go:140 +msgid "Toolchain custom configurations" +msgstr "" + +#: internal/cli/debug/debug.go:134 +msgid "Toolchain path" +msgstr "" + +#: internal/cli/debug/debug.go:135 +msgid "Toolchain prefix" +msgstr "" + +#: internal/cli/debug/debug.go:133 +msgid "Toolchain type" +msgstr "" + +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 +msgid "Try running %s" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:57 +msgid "Turns on verbose mode." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Type" +msgstr "" + +#: internal/cli/lib/search.go:165 +msgid "Types: %s" +msgstr "" + +#: internal/cli/board/details.go:189 +msgid "URL:" +msgstr "" + +#: arduino/builder/core.go:190 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "" + +#: configuration/configuration.go:125 +msgid "Unable to get Documents Folder: %v" +msgstr "" + +#: configuration/configuration.go:100 +msgid "Unable to get Local App Data Folder: %v" +msgstr "" + +#: configuration/configuration.go:88 configuration/configuration.go:113 +msgid "Unable to get user home dir: %v" +msgstr "" + +#: internal/cli/cli.go:204 +msgid "Unable to open file for logging: %s" +msgstr "" + +#: commands/instances.go:541 +msgid "Unable to parse URL" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:277 +#: commands/lib/uninstall.go:44 +msgid "Uninstalling %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:163 +#: commands/core/uninstall.go:73 +msgid "Uninstalling %s, tool is no more required" +msgstr "" + +#: internal/cli/core/uninstall.go:35 internal/cli/core/uninstall.go:36 +msgid "" +"Uninstalls one or more cores and corresponding tool dependencies if no " +"longer used." +msgstr "" + +#: internal/cli/lib/uninstall.go:35 internal/cli/lib/uninstall.go:36 +msgid "Uninstalls one or more libraries." +msgstr "" + +#: internal/cli/board/list.go:164 +msgid "Unknown" +msgstr "" + +#: arduino/errors.go:185 +msgid "Unknown FQBN" +msgstr "" + +#: internal/cli/update/update.go:37 +msgid "Updates the index of cores and libraries" +msgstr "" + +#: internal/cli/update/update.go:38 +msgid "Updates the index of cores and libraries to the latest versions." +msgstr "" + +#: internal/cli/core/update_index.go:34 +msgid "Updates the index of cores to the latest version." +msgstr "" + +#: internal/cli/core/update_index.go:33 +msgid "Updates the index of cores." +msgstr "" + +#: internal/cli/lib/update_index.go:34 +msgid "Updates the libraries index to the latest version." +msgstr "" + +#: internal/cli/lib/update_index.go:33 +msgid "Updates the libraries index." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:43 +msgid "Upgrade doesn't accept parameters with version" +msgstr "" + +#: internal/cli/upgrade/upgrade.go:38 +msgid "Upgrades installed cores and libraries to latest version." +msgstr "" + +#: internal/cli/upgrade/upgrade.go:37 +msgid "Upgrades installed cores and libraries." +msgstr "" + +#: internal/cli/lib/upgrade.go:34 +msgid "Upgrades installed libraries." +msgstr "" + +#: internal/cli/core/upgrade.go:38 internal/cli/core/upgrade.go:39 +msgid "Upgrades one or all installed platforms to the latest version." +msgstr "" + +#: internal/cli/upload/upload.go:57 +msgid "Upload Arduino sketches." +msgstr "" + +#: internal/cli/upload/upload.go:58 +msgid "" +"Upload Arduino sketches. This does NOT compile the sketch prior to upload." +msgstr "" + +#: internal/cli/arguments/port.go:42 +msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" +msgstr "" + +#: commands/upload/upload.go:456 +msgid "Upload port found on %s" +msgstr "" + +#: internal/cli/arguments/port.go:46 +msgid "Upload port protocol, e.g: serial" +msgstr "" + +#: internal/cli/compile/compile.go:118 +msgid "Upload the binary after the compilation." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:47 +msgid "Upload the bootloader on the board using an external programmer." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:46 +msgid "Upload the bootloader." +msgstr "" + +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 +msgid "" +"Uploading to specified board using %s protocol requires the following info:" +msgstr "" + +#: internal/cli/config/init.go:103 +msgid "" +"Urls cannot contain commas. Separate multiple urls exported as env var with a space:\n" +"%s" +msgstr "" + +#: internal/cli/usage.go:26 +msgid "Usage:" +msgstr "" + +#: internal/cli/usage.go:33 +msgid "Use %s for more information about a command." +msgstr "" + +#: internal/cli/compile/compile.go:427 +msgid "Used library" +msgstr "" + +#: internal/cli/compile/compile.go:442 +msgid "Used platform" +msgstr "" + +#: arduino/builder/detector/detector.go:155 +msgid "Used: %[1]s" +msgstr "" + +#: commands/compile/compile.go:342 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: arduino/builder/detector/detector.go:348 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "" + +#: commands/compile/compile.go:343 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "" + +#: arduino/builder/core.go:154 +msgid "Using precompiled core: %[1]s" +msgstr "" + +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 +msgid "Using precompiled library in %[1]s" +msgstr "" + +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 +msgid "Using previously compiled file: %[1]s" +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +msgid "VERSION" +msgstr "" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "VERSION_NUMBER" +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Values" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:56 +#: internal/cli/compile/compile.go:120 internal/cli/upload/upload.go:72 +msgid "Verify uploaded binary after the upload." +msgstr "" + +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 +#: internal/cli/core/search.go:100 +msgid "Version" +msgstr "" + +#: internal/cli/lib/search.go:166 +msgid "Versions: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:182 +msgid "WARNING cannot configure platform: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:346 +msgid "WARNING cannot configure tool: %s" +msgstr "" + +#: internal/cli/compile/compile.go:308 +msgid "WARNING: The sketch is compiled using one or more custom libraries." +msgstr "" + +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 +msgid "" +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." +msgstr "" + +#: commands/upload/upload.go:445 +msgid "Waiting for upload port..." +msgstr "" + +#: commands/compile/compile.go:348 +msgid "" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" +msgstr "" + +#: internal/cli/lib/search.go:159 +msgid "Website: %s" +msgstr "" + +#: internal/cli/config/init.go:42 +msgid "Writes current configuration to a configuration file." +msgstr "" + +#: internal/cli/config/init.go:45 +msgid "" +"Writes current configuration to the configuration file in the data " +"directory." +msgstr "" + +#: internal/cli/config/set.go:74 +msgid "Writing config file: %v" +msgstr "" + +#: internal/cli/compile/compile.go:149 internal/cli/compile/compile.go:152 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + +#: arduino/resources/checksums.go:79 +msgid "archive hash differs from hash in index" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:192 +msgid "archive is not valid: multiple files found in zip file top level" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:195 +msgid "archive is not valid: no files found in zip file top level" +msgstr "" + +#: internal/cli/sketch/archive.go:37 +msgid "archivePath" +msgstr "" + +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 +msgid "arduino-preprocessor pattern is missing" +msgstr "" + +#: commands/upload/upload.go:714 +msgid "autodetect build artifact: %s" +msgstr "" + +#: internal/cli/feedback/stdio.go:35 +msgid "available only in text format" +msgstr "" + +#: commands/upload/upload.go:699 +msgid "binary file not found in %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:305 +msgid "board %s not found" +msgstr "" + +#: internal/cli/board/listall.go:37 internal/cli/board/search.go:36 +msgid "boardname" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:155 +msgid "built-in libraries directory not set" +msgstr "" + +#: arduino/discovery/discovery.go:346 arduino/discovery/discovery.go:369 +#: arduino/discovery/discovery.go:391 arduino/discovery/discovery.go:431 +#: arduino/discovery/discovery.go:457 +msgid "calling %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/status.go:124 arduino/cores/status.go:151 +msgid "can't find latest release of %s" +msgstr "" + +#: commands/instances.go:360 +msgid "can't find latest release of tool %s" +msgstr "" + +#: arduino/sketch/sketch.go:106 +msgid "can't find main Sketch file in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:825 +msgid "can't find pattern for discovery with id %s" +msgstr "" + +#: executils/output.go:52 +msgid "can't retrieve standard error stream: %s" +msgstr "" + +#: executils/output.go:34 +msgid "can't retrieve standard output stream: %s" +msgstr "" + +#: arduino/builder/detector/detector.go:91 +msgid "candidates" +msgstr "" + +#: commands/upload/upload.go:656 commands/upload/upload.go:663 +msgid "cannot execute upload tool: %s" +msgstr "" + +#: arduino/resources/install.go:39 +msgid "checking local archive integrity" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:85 +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:89 +msgid "cleaning build path" +msgstr "" + +#: internal/cli/cli.go:72 +msgid "command" +msgstr "" + +#: arduino/monitor/monitor.go:150 +msgid "command '%[1]s' failed: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:350 arduino/discovery/discovery.go:373 +#: arduino/discovery/discovery.go:395 arduino/discovery/discovery.go:435 +#: arduino/discovery/discovery.go:461 +msgid "command failed: %s" +msgstr "" + +#: arduino/discovery/discovery.go:348 arduino/discovery/discovery.go:352 +#: arduino/discovery/discovery.go:371 arduino/discovery/discovery.go:375 +#: arduino/discovery/discovery.go:393 arduino/discovery/discovery.go:397 +#: arduino/discovery/discovery.go:433 arduino/discovery/discovery.go:459 +#: arduino/discovery/discovery.go:463 arduino/monitor/monitor.go:147 +#: arduino/monitor/monitor.go:153 +msgid "communication out of sync, expected '%[1]s', received '%[2]s'" +msgstr "" + +#: arduino/resources/checksums.go:75 +msgid "computing hash: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:145 +msgid "copying library to destination directory:" +msgstr "" + +#: commands/upload/upload.go:771 +msgid "could not find a valid build artifact" +msgstr "" + +#: commands/core/install.go:62 +msgid "could not overwrite" +msgstr "" + +#: commands/lib/install.go:133 +msgid "could not remove old library" +msgstr "" + +#: arduino/sketch/yaml.go:78 arduino/sketch/yaml.go:82 +#: arduino/sketch/yaml.go:86 +msgid "could not update sketch project file" +msgstr "" + +#: arduino/builder/core.go:133 +msgid "creating core cache folder: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:216 +msgid "creating installed.json in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:44 arduino/resources/install.go:48 +msgid "creating temp dir for extraction: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:190 +msgid "data section exceeds available space in board" +msgstr "" + +#: commands/lib/resolve_deps.go:56 +msgid "dependency '%s' is not available" +msgstr "" + +#: legacy/builder/create_cmake_rule.go:126 +msgid "destination already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:93 +msgid "destination dir %s already exists, cannot install" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:142 +msgid "destination directory already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:282 +msgid "directory doesn't exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:190 +msgid "discovery %[1]s process not started: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:756 +msgid "discovery %s not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:760 +msgid "discovery %s not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:698 +msgid "discovery release not found: %s" +msgstr "" + +#: internal/cli/core/download.go:39 internal/cli/core/install.go:41 +msgid "download a specific version (in this case 1.6.9)." +msgstr "" + +#: internal/cli/core/download.go:38 internal/cli/core/install.go:39 +msgid "download the latest version of Arduino SAMD core." +msgstr "" + +#: internal/cli/feedback/rpc_progress.go:73 +msgid "downloaded" +msgstr "" + +#: commands/instances.go:138 +msgid "downloading %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/fqbn.go:48 +msgid "empty board identifier" +msgstr "" + +#: arduino/sketch/sketch.go:92 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:650 +msgid "error opening %s" +msgstr "" + +#: internal/cli/config/set.go:67 +msgid "error parsing value: %v" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:116 +msgid "error processing response from server" +msgstr "" + +#: commands/board/list.go:96 +msgid "error querying Arduino Cloud Api" +msgstr "" + +#: arduino/resources/install.go:67 +msgid "extracting archive: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:183 +msgid "extracting archive: %w" +msgstr "" + +#: arduino/resources/checksums.go:144 +msgid "failed to compute hash of file \"%s\"" +msgstr "" + +#: commands/board/list.go:91 +msgid "failed to initialize http client" +msgstr "" + +#: arduino/resources/checksums.go:96 +msgid "fetched archive size differs from size specified in index" +msgstr "" + +#: arduino/resources/install.go:128 +msgid "files in archive must be placed in a subdirectory" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:61 +msgid "finding absolute path of %s" +msgstr "" + +#: internal/cli/cli.go:72 +msgid "flags" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:100 +msgid "following symlink %s" +msgstr "" + +#: internal/cli/lib/download.go:39 +msgid "for a specific version." +msgstr "" + +#: internal/cli/lib/check_deps.go:40 internal/cli/lib/download.go:38 +#: internal/cli/lib/install.go:48 +msgid "for the latest version." +msgstr "" + +#: internal/cli/lib/check_deps.go:41 internal/cli/lib/install.go:49 +#: internal/cli/lib/install.go:51 +msgid "for the specific version." +msgstr "" + +#: internal/inventory/inventory.go:68 +msgid "generating installation.id: %w" +msgstr "" + +#: internal/inventory/inventory.go:74 +msgid "generating installation.secret: %w" +msgstr "" + +#: arduino/resources/download.go:53 +msgid "getting archive file info: %s" +msgstr "" + +#: arduino/resources/checksums.go:93 +msgid "getting archive info: %s" +msgstr "" + +#: arduino/resources/checksums.go:66 arduino/resources/checksums.go:89 +#: arduino/resources/download.go:34 arduino/resources/helpers.go:38 +#: arduino/resources/install.go:55 +msgid "getting archive path: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:311 +msgid "getting build properties for board %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:106 +msgid "getting discovery dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:114 +msgid "getting monitor dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:711 +msgid "getting parent dir of %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:99 +msgid "getting tool dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:153 +msgid "install directory not set" +msgstr "" + +#: commands/instances.go:142 +msgid "installing %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:208 +msgid "installing platform %[1]s: %[2]s" +msgstr "" + +#: internal/cli/feedback/terminal.go:36 +msgid "interactive terminal not supported for the '%s' output format" +msgstr "" + +#: arduino/sketch/profiles.go:191 +msgid "invalid '%s' directive" +msgstr "" + +#: arduino/discovery/discovery.go:212 +msgid "invalid 'add' message: missing port" +msgstr "" + +#: arduino/discovery/discovery.go:222 +msgid "invalid 'remove' message: missing port" +msgstr "" + +#: arduino/resources/checksums.go:44 +msgid "invalid checksum format: %s" +msgstr "" + +#: arduino/cores/fqbn.go:54 arduino/cores/fqbn.go:59 +msgid "invalid config option: %s" +msgstr "" + +#: internal/cli/arguments/reference.go:90 +msgid "invalid empty core architecture '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:67 +msgid "invalid empty core argument" +msgstr "" + +#: internal/cli/arguments/reference.go:86 +msgid "invalid empty core name '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:71 +msgid "invalid empty core reference '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:76 +msgid "invalid empty core version: '%s'" +msgstr "" + +#: internal/cli/lib/args.go:49 +msgid "invalid empty library name" +msgstr "" + +#: internal/cli/lib/args.go:54 +msgid "invalid empty library version: %s" +msgstr "" + +#: arduino/cores/board.go:142 +msgid "invalid empty option found" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:272 +msgid "invalid git url" +msgstr "" + +#: arduino/resources/checksums.go:48 +msgid "invalid hash '%[1]s': %[2]s" +msgstr "" + +#: internal/cli/arguments/reference.go:83 +msgid "invalid item %s" +msgstr "" + +#: arduino/sketch/profiles.go:225 +msgid "invalid library directive:" +msgstr "" + +#: arduino/libraries/libraries_layout.go:65 +msgid "invalid library layout: %s" +msgstr "" + +#: arduino/libraries/libraries_location.go:88 +msgid "invalid library location: %s" +msgstr "" + +#: arduino/libraries/loader.go:139 +msgid "invalid library: no header files found" +msgstr "" + +#: arduino/cores/board.go:145 +msgid "invalid option '%s'" +msgstr "" + +#: internal/cli/arguments/show_properties.go:51 +msgid "invalid option '%s'." +msgstr "" + +#: internal/inventory/inventory.go:93 +msgid "invalid path creating config dir: %[1]s error: %[2]w" +msgstr "" + +#: internal/inventory/inventory.go:99 +msgid "invalid path writing inventory file: %[1]s error: %[2]w" +msgstr "" + +#: arduino/cores/packageindex/index.go:283 +msgid "invalid platform archive size: %s" +msgstr "" + +#: arduino/sketch/profiles.go:195 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:205 +msgid "invalid platform index URL:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:363 +msgid "invalid pluggable monitor reference: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:123 +msgid "invalid port configuration value for %s: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:131 +msgid "invalid port configuration: %s" +msgstr "" + +#: commands/upload/upload.go:643 +msgid "invalid recipe '%[1]s': %[2]s" +msgstr "" + +#: commands/sketch/new.go:86 +msgid "" +"invalid sketch name \"%[1]s\": the first character must be alphanumeric or " +"\"_\", the following ones can also contain \"-\" and \".\". The last one " +"cannot be \".\"." +msgstr "" + +#: arduino/cores/board.go:149 +msgid "invalid value '%[1]s' for option '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:273 +msgid "invalid version directory %s" +msgstr "" + +#: arduino/sketch/profiles.go:227 +msgid "invalid version:" +msgstr "" + +#: commands/daemon/settings.go:111 commands/daemon/settings.go:166 +msgid "key not found in settings" +msgstr "" + +#: internal/cli/core/search.go:45 +msgid "keywords" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:130 +msgid "library %s already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:319 +msgid "library not valid" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:197 +msgid "library path does not exist: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:67 +msgid "listing serial ports" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:301 +#: arduino/cores/packagemanager/loader.go:310 +#: arduino/cores/packagemanager/loader.go:315 +msgid "loading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:351 +msgid "loading boards: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:666 +msgid "loading bundled tools from %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:452 +#: arduino/cores/packagemanager/package_manager.go:467 +msgid "loading json index file %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:179 +#: arduino/libraries/librariesmanager/librariesmanager.go:202 +msgid "loading library from %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:54 +msgid "loading library.properties: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:250 +#: arduino/cores/packagemanager/loader.go:278 +msgid "loading platform release %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:197 +msgid "loading platform.txt" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:44 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:60 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:625 +msgid "loading tool release in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:190 +msgid "looking for boards.txt in %s" +msgstr "" + +#: arduino/sketch/sketch.go:76 +msgid "main file missing from sketch: %s" +msgstr "" + +#: arduino/sketch/profiles.go:189 +msgid "missing '%s' directive" +msgstr "" + +#: arduino/resources/checksums.go:40 +msgid "missing checksum for: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:413 +msgid "missing package %[1]s referenced by board %[2]s" +msgstr "" + +#: internal/cli/core/upgrade.go:86 +msgid "missing package index for %s, future updates cannot be guaranteed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:418 +msgid "missing platform %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:423 +msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:709 +msgid "monitor release not found: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:201 +#: arduino/libraries/librariesmanager/install.go:250 +#: arduino/resources/install.go:96 +msgid "moving extracted archive to destination dir: %s" +msgstr "" + +#: commands/upload/upload.go:766 +msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" +msgstr "" + +#: arduino/sketch/sketch.go:68 +msgid "multiple main sketch files found (%[1]v, %[2]v)" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:320 +msgid "" +"no compatible version of %[1]s tools found for the current os, try " +"contacting %[2]s" +msgstr "" + +#: executils/process.go:40 +msgid "no executable specified" +msgstr "" + +#: commands/daemon/daemon.go:100 +msgid "no instance specified" +msgstr "" + +#: commands/upload/upload.go:721 +msgid "no sketch or build directory/file specified" +msgstr "" + +#: arduino/sketch/sketch.go:55 +msgid "no such file or directory" +msgstr "" + +#: arduino/resources/install.go:131 +msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" +msgstr "" + +#: commands/upload/upload.go:638 +msgid "no upload port provided" +msgstr "" + +#: arduino/sketch/sketch.go:274 +msgid "no valid sketch found in %[1]s: missing %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:128 +msgid "no versions available for the current OS, try contacting %s" +msgstr "" + +#: internal/cli/feedback/terminal.go:39 +msgid "not running in a terminal" +msgstr "" + +#: arduino/resources/checksums.go:71 arduino/resources/install.go:59 +msgid "opening archive file: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:266 +msgid "opening boards.txt" +msgstr "" + +#: arduino/serialutils/serialutils.go:38 +msgid "opening port at 1200bps" +msgstr "" + +#: arduino/security/signatures.go:83 +msgid "opening signature file: %s" +msgstr "" + +#: arduino/security/signatures.go:78 +msgid "opening target file: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:76 arduino/cores/status.go:89 +#: arduino/cores/status.go:114 arduino/cores/status.go:141 +msgid "package %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:481 +msgid "package '%s' not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:221 +msgid "parsing IDE bundled index" +msgstr "" + +#: arduino/cores/board.go:165 +#: arduino/cores/packagemanager/package_manager.go:252 +msgid "parsing fqbn: %s" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:72 +msgid "parsing library_index.json: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:181 +msgid "path is not a platform directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:80 +msgid "platform %[1]s not found in package %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:92 +msgid "platform %s has no available releases" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:298 +msgid "platform %s is not installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:176 +#: arduino/cores/packagemanager/install_uninstall.go:280 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 +msgid "platform not installed" +msgstr "" + +#: internal/cli/compile/compile.go:139 +msgid "please use --build-property instead." +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:126 +msgid "pluggable discovery already added: %s" +msgstr "" + +#: internal/cli/board/attach.go:34 +msgid "port" +msgstr "" + +#: internal/cli/arguments/port.go:125 +msgid "port not found: %[1]s %[2]s" +msgstr "" + +#: arduino/monitor/monitor.go:236 +msgid "protocol version not supported: requested %[1]d, got %[2]d" +msgstr "" + +#: arduino/discovery/discovery.go:354 +msgid "protocol version not supported: requested 1, got %d" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:716 +msgid "reading %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:170 +msgid "reading dir %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:198 +msgid "reading directory %[1]s content: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:71 +#: arduino/cores/packagemanager/loader.go:153 +#: arduino/cores/packagemanager/loader.go:260 +#: arduino/cores/packagemanager/loader.go:617 +msgid "reading directory %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:292 +msgid "reading directory %s content: %w" +msgstr "" + +#: arduino/builder/sketch.go:89 +msgid "reading file %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:205 +msgid "reading files: %v" +msgstr "" + +#: arduino/libraries/librariesresolver/cpp.go:104 +msgid "reading lib headers: %s" +msgstr "" + +#: arduino/libraries/libraries.go:228 +msgid "reading lib src dir: %s" +msgstr "" + +#: arduino/libraries/libraries.go:116 +msgid "reading library headers: %w" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:66 +msgid "reading library_index.json: %s" +msgstr "" + +#: arduino/resources/install.go:121 +msgid "reading package root dir: %s" +msgstr "" + +#: commands/upload/upload.go:632 +msgid "recipe not found '%s'" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:557 +msgid "release %[1]s not found for tool %[2]s" +msgstr "" + +#: arduino/cores/status.go:83 arduino/cores/status.go:107 +#: arduino/cores/status.go:134 +msgid "release cannot be nil" +msgstr "" + +#: arduino/resources/download.go:44 +msgid "removing corrupted archive file: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:156 +msgid "removing library directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:293 +msgid "removing platform files: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:87 +msgid "required version %[1]s not found for platform %[2]s" +msgstr "" + +#: arduino/security/signatures.go:74 +msgid "retrieving Arduino public keys: %s" +msgstr "" + +#: arduino/libraries/loader.go:116 arduino/libraries/loader.go:154 +msgid "scanning examples: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:702 +msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:73 +msgid "searching package root dir: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:48 +msgid "setting DTR to OFF" +msgstr "" + +#: commands/sketch/new.go:78 +msgid "sketch name cannot be empty" +msgstr "" + +#: commands/sketch/new.go:91 +msgid "sketch name cannot be the reserved name \"%[1]s\"" +msgstr "" + +#: commands/sketch/new.go:81 +msgid "" +"sketch name too long (%[1]d characters). Maximum allowed length is %[2]d" +msgstr "" + +#: arduino/sketch/sketch.go:48 arduino/sketch/sketch.go:53 +msgid "sketch path is not valid" +msgstr "" + +#: internal/cli/board/attach.go:34 internal/cli/sketch/archive.go:37 +msgid "sketchPath" +msgstr "" + +#: legacy/builder/create_cmake_rule.go:118 +msgid "source is not a directory" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:194 +msgid "starting discovery %s" +msgstr "" + +#: arduino/resources/checksums.go:118 +msgid "testing archive checksum: %s" +msgstr "" + +#: arduino/resources/checksums.go:111 +msgid "testing archive size: %s" +msgstr "" + +#: arduino/resources/checksums.go:105 +msgid "testing if archive is cached: %s" +msgstr "" + +#: arduino/resources/install.go:37 +msgid "testing local archive integrity: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:185 +msgid "text section exceeds available space in board" +msgstr "" + +#: arduino/builder/detector/detector.go:211 +#: arduino/builder/preprocessor/ctags.go:70 +msgid "the compilation database may be incomplete or inaccurate" +msgstr "" + +#: commands/core/list.go:63 +msgid "the platform has no releases" +msgstr "" + +#: commands/board/list.go:103 +msgid "the server responded with status %s" +msgstr "" + +#: arduino/monitor/monitor.go:140 +msgid "timeout waiting for message" +msgstr "" + +#: arduino/discovery/discovery.go:251 +msgid "timeout waiting for message from %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:386 +msgid "tool %s is not managed by package manager" +msgstr "" + +#: arduino/cores/status.go:93 arduino/cores/status.go:118 +#: arduino/cores/status.go:145 +msgid "tool %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:507 +msgid "tool '%[1]s' not found in package '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:381 +msgid "tool not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:687 +#: arduino/cores/packagemanager/package_manager.go:793 +msgid "tool release not found: %s" +msgstr "" + +#: arduino/cores/status.go:97 +msgid "tool version %s not found" +msgstr "" + +#: commands/lib/install.go:61 +msgid "" +"two different versions of the library %[1]s are required: %[2]s and %[3]s" +msgstr "" + +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 +msgid "unable to compute relative path to the sketch for the item" +msgstr "" + +#: arduino/builder/sketch.go:53 +msgid "unable to create a folder to save the sketch" +msgstr "" + +#: arduino/builder/sketch.go:132 +msgid "unable to create the folder containing the item" +msgstr "" + +#: internal/cli/config/dump.go:59 +msgid "unable to marshal config to YAML: %v" +msgstr "" + +#: arduino/builder/sketch.go:170 +msgid "unable to read contents of the destination item" +msgstr "" + +#: arduino/builder/sketch.go:143 +msgid "unable to read contents of the source item" +msgstr "" + +#: arduino/builder/sketch.go:153 +msgid "unable to write to destination file" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:286 +msgid "unknown package %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:293 +msgid "unknown platform %s:%s" +msgstr "" + +#: arduino/sketch/sketch.go:147 +msgid "unknown sketch file extension '%s'" +msgstr "" + +#: arduino/resources/checksums.go:61 +msgid "unsupported hash algorithm: %s" +msgstr "" + +#: internal/cli/core/upgrade.go:43 +msgid "upgrade arduino:samd to the latest version" +msgstr "" + +#: internal/cli/core/upgrade.go:41 +msgid "upgrade everything to the latest version" +msgstr "" + +#: commands/upload/upload.go:667 +msgid "uploading error: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:153 +msgid "user directory not set" +msgstr "" + +#: internal/cli/feedback/terminal.go:73 +msgid "user input not supported for the '%s' output format" +msgstr "" + +#: internal/cli/feedback/terminal.go:76 +msgid "user input not supported in non interactive mode" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:176 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:155 +msgid "version %s not found" +msgstr "" + +#: commands/board/list.go:121 +msgid "wrong format in server response" +msgstr "" diff --git a/i18n/data/ne.po b/i18n/data/ne.po new file mode 100644 index 00000000000..455bb82acda --- /dev/null +++ b/i18n/data/ne.po @@ -0,0 +1,3527 @@ +# +# Translators: +# Niraj Pradhan, 2023 +# +msgid "" +msgstr "" +"Last-Translator: Niraj Pradhan, 2023\n" +"Language-Team: Nepali (https://app.transifex.com/arduino-1/teams/108174/ne/)\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: version/version.go:59 +msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" +msgstr "%[1]s%[2]sसंस्करण: %[3]s प्रतिबद्ध: %[4]s मिति:%[5]s" + +#: arduino/builder/detector/detector.go:456 +msgid "%[1]s folder is no longer supported! See %[2]s for more information" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "" + +#: internal/cli/lib/check_deps.go:111 +msgid "%[1]s is required but %[2]s is currently installed." +msgstr "" + +#: arduino/builder/utils/utils.go:311 +msgid "%[1]s pattern is missing" +msgstr "" + +#: arduino/discovery/discovery.go:74 +msgid "%[1]s, message: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:83 +msgid "%[1]s, port: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:80 +msgid "%[1]s, ports: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:77 +msgid "%[1]s, protocol version: %[2]d" +msgstr "" + +#: arduino/resources/download.go:49 +msgid "%s already downloaded" +msgstr "" + +#: commands/upload/upload.go:689 +msgid "%s and %s cannot be used together" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:353 +msgid "%s installed" +msgstr "" + +#: internal/cli/lib/check_deps.go:108 +msgid "%s is already installed." +msgstr "" + +#: arduino/cores/packagemanager/loader.go:65 +#: arduino/cores/packagemanager/loader.go:652 +msgid "%s is not a directory" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:287 +msgid "%s is not managed by package manager" +msgstr "" + +#: internal/cli/lib/check_deps.go:105 +msgid "%s must be installed." +msgstr "" + +#: arduino/builder/preprocessor/ctags.go:190 +#: arduino/builder/preprocessor/gcc.go:58 +msgid "%s pattern is missing" +msgstr "" + +#: arduino/errors.go:819 +msgid "'%s' has an invalid signature" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:400 +msgid "" +"'build.core' and 'build.variant' refer to different platforms: %[1]s and " +"%[2]s" +msgstr "" + +#: internal/cli/board/listall.go:89 internal/cli/board/search.go:86 +msgid "(hidden)" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:34 +msgid "(legacy)" +msgstr "" + +#: internal/cli/lib/install.go:81 +msgid "" +"--git-url and --zip-path are disabled by default, for more information see: " +"%v" +msgstr "" + +#: internal/cli/lib/install.go:83 +msgid "" +"--git-url and --zip-path flags allow installing untrusted files, use it at " +"your own risk." +msgstr "" + +#: internal/cli/lib/install.go:86 +msgid "--git-url or --zip-path can't be used with --install-in-builtin-dir" +msgstr "" + +#: commands/sketch/new.go:66 +msgid ".ino file already exists" +msgstr "" + +#: internal/cli/updater/updater.go:71 +msgid "A new release of Arduino CLI is available:" +msgstr "" + +#: arduino/errors.go:300 +msgid "A programmer is required to upload" +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "ARCH" +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:80 +msgid "ARDUINO COMMAND LINE MANUAL" +msgstr "" + +#: internal/cli/usage.go:32 +msgid "Additional help topics:" +msgstr "" + +#: internal/cli/config/add.go:73 internal/cli/config/add.go:74 +msgid "Adds one or more values to a setting." +msgstr "" + +#: internal/cli/usage.go:27 +msgid "Aliases:" +msgstr "" + +#: internal/cli/core/upgrade.go:72 +msgid "All the cores are already at the latest version" +msgstr "" + +#: commands/lib/install.go:86 +msgid "Already installed %s" +msgstr "" + +#: arduino/builder/detector/detector.go:89 +msgid "Alternatives for %[1]s: %[2]s" +msgstr "" + +#: arduino/builder/preprocessor/ctags.go:69 +msgid "An error occurred adding prototypes" +msgstr "" + +#: arduino/builder/detector/detector.go:210 +msgid "An error occurred detecting libraries" +msgstr "" + +#: internal/cli/daemon/daemon.go:63 +msgid "Append debug logging to the specified file" +msgstr "" + +#: internal/cli/lib/search.go:164 +msgid "Architecture: %s" +msgstr "" + +#: commands/sketch/archive.go:71 +msgid "Archive already exists" +msgstr "" + +#: arduino/builder/core.go:188 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "" + +#: internal/cli/sketch/sketch.go:31 internal/cli/sketch/sketch.go:32 +msgid "Arduino CLI sketch commands." +msgstr "" + +#: internal/cli/cli.go:70 +msgid "Arduino CLI." +msgstr "" + +#: internal/cli/cli.go:71 +msgid "Arduino Command Line Interface (arduino-cli)." +msgstr "" + +#: internal/cli/board/board.go:31 internal/cli/board/board.go:32 +msgid "Arduino board commands." +msgstr "" + +#: internal/cli/cache/cache.go:31 internal/cli/cache/cache.go:32 +msgid "Arduino cache commands." +msgstr "" + +#: internal/cli/lib/lib.go:31 internal/cli/lib/lib.go:32 +msgid "Arduino commands about libraries." +msgstr "" + +#: internal/cli/config/config.go:33 +msgid "Arduino configuration commands." +msgstr "" + +#: internal/cli/core/core.go:31 internal/cli/core/core.go:32 +msgid "Arduino core operations." +msgstr "" + +#: internal/cli/lib/check_deps.go:56 internal/cli/lib/install.go:127 +msgid "Arguments error: %v" +msgstr "" + +#: internal/cli/board/attach.go:35 +msgid "Attaches a sketch to a board." +msgstr "" + +#: internal/cli/lib/search.go:155 +msgid "Author: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:78 +msgid "" +"Automatic library install can't be performed in this case, please manually " +"remove all duplicates and retry." +msgstr "" + +#: commands/lib/uninstall.go:57 +msgid "" +"Automatic library uninstall can't be performed in this case, please manually" +" remove them." +msgstr "" + +#: internal/cli/lib/list.go:136 +msgid "Available" +msgstr "" + +#: internal/cli/usage.go:29 +msgid "Available Commands:" +msgstr "" + +#: internal/cli/upload/upload.go:71 +msgid "Binary file to upload." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "Board Name" +msgstr "" + +#: internal/cli/board/details.go:138 +msgid "Board name:" +msgstr "" + +#: internal/cli/board/details.go:140 +msgid "Board version:" +msgstr "" + +#: legacy/builder/merge_sketch_with_bootloader.go:71 +msgid "Bootloader file specified but missing: %[1]s" +msgstr "" + +#: internal/cli/compile/compile.go:100 +msgid "Builds of 'core.a' are saved into this path to be cached and reused." +msgstr "" + +#: arduino/resources/index.go:57 +msgid "Can't create data directory %s" +msgstr "" + +#: arduino/errors.go:512 +msgid "Can't create sketch" +msgstr "" + +#: commands/lib/download.go:63 commands/lib/download.go:66 +msgid "Can't download library" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:133 +#: commands/core/uninstall.go:64 +msgid "Can't find dependencies for platform %s" +msgstr "" + +#: arduino/errors.go:538 +msgid "Can't open sketch" +msgstr "" + +#: internal/cli/config/set.go:54 +msgid "Can't set multiple values in key %v" +msgstr "" + +#: arduino/errors.go:525 +msgid "Can't update sketch" +msgstr "" + +#: internal/cli/arguments/arguments.go:36 +msgid "Can't use the following flags together: %s" +msgstr "" + +#: internal/cli/config/add.go:103 internal/cli/config/remove.go:69 +msgid "Can't write config file: %v" +msgstr "" + +#: internal/cli/daemon/daemon.go:92 +msgid "Can't write debug log: %s" +msgstr "" + +#: commands/compile/compile.go:166 commands/compile/compile.go:169 +msgid "Cannot create build cache directory" +msgstr "" + +#: commands/compile/compile.go:154 +msgid "Cannot create build directory" +msgstr "" + +#: internal/cli/config/init.go:94 +msgid "Cannot create config file directory: %v" +msgstr "" + +#: internal/cli/config/init.go:109 +msgid "Cannot create config file: %v" +msgstr "" + +#: arduino/errors.go:782 +msgid "Cannot create temp dir" +msgstr "" + +#: arduino/errors.go:800 +msgid "Cannot create temp file" +msgstr "" + +#: internal/cli/config/delete.go:53 +msgid "Cannot delete the key %[1]s: %[2]v" +msgstr "" + +#: commands/debug/debug.go:72 +msgid "Cannot execute debug tool" +msgstr "" + +#: internal/cli/config/init.go:72 internal/cli/config/init.go:82 +msgid "Cannot find absolute path: %v" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:140 +msgid "Cannot install platform" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:331 +msgid "Cannot install tool %s" +msgstr "" + +#: commands/upload/upload.go:468 +msgid "Cannot perform port reset: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:158 +msgid "Cannot upgrade platform" +msgstr "" + +#: internal/cli/config/delete.go:57 +msgid "Cannot write the file %[1]s: %[2]v" +msgstr "" + +#: internal/cli/lib/search.go:163 +msgid "Category: %s" +msgstr "" + +#: internal/cli/lib/check_deps.go:37 internal/cli/lib/check_deps.go:38 +msgid "Check dependencies status for the specified library." +msgstr "" + +#: arduino/resources/checksums.go:167 +msgid "Checksum differs from checksum in package.json" +msgstr "" + +#: internal/cli/board/details.go:188 +msgid "Checksum:" +msgstr "" + +#: internal/cli/cache/cache.go:33 +msgid "Clean caches." +msgstr "" + +#: internal/cli/cli.go:126 +msgid "Comma-separated list of additional URLs for the Boards Manager." +msgstr "" + +#: internal/cli/board/list.go:53 +msgid "" +"Command keeps running and prints list of connected boards whenever there is " +"a change." +msgstr "" + +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 +msgid "Compiled sketch not found in %s" +msgstr "" + +#: internal/cli/compile/compile.go:84 internal/cli/compile/compile.go:85 +msgid "Compiles Arduino sketches." +msgstr "" + +#: legacy/builder/builder.go:129 +msgid "Compiling core..." +msgstr "" + +#: legacy/builder/builder.go:94 +msgid "Compiling libraries..." +msgstr "" + +#: arduino/builder/libraries.go:182 +msgid "Compiling library \"%[1]s\"" +msgstr "" + +#: legacy/builder/builder.go:66 +msgid "Compiling sketch..." +msgstr "" + +#: internal/cli/config/init.go:88 +msgid "" +"Config file already exists, use --overwrite to discard the existing one." +msgstr "" + +#: internal/cli/config/init.go:112 +msgid "Config file written to: %s" +msgstr "" + +#: internal/cli/debug/debug.go:151 +msgid "Configuration options for %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:68 +msgid "" +"Configure communication port settings. The format is " +"=[,=]..." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:174 +msgid "Configuring platform." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:341 +msgid "Configuring tool." +msgstr "" + +#: internal/cli/board/list.go:188 +msgid "Connected" +msgstr "" + +#: internal/cli/monitor/monitor.go:155 +msgid "Connected to %s! Press CTRL-C to exit." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Core" +msgstr "" + +#: arduino/httpclient/httpclient.go:112 +msgid "Could not connect via HTTP" +msgstr "" + +#: commands/instances.go:503 +msgid "Could not create index directory" +msgstr "" + +#: arduino/builder/core.go:61 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:148 +msgid "Couldn't determine program size" +msgstr "" + +#: internal/cli/arguments/sketch.go:36 internal/cli/lib/install.go:109 +msgid "Couldn't get current working directory: %v" +msgstr "" + +#: internal/cli/sketch/new.go:37 internal/cli/sketch/new.go:38 +msgid "Create a new Sketch" +msgstr "" + +#: internal/cli/compile/compile.go:97 +msgid "Create and print a profile configuration from the build." +msgstr "" + +#: internal/cli/sketch/archive.go:38 internal/cli/sketch/archive.go:39 +msgid "Creates a zip file containing all sketch files." +msgstr "" + +#: internal/cli/config/init.go:43 +msgid "" +"Creates or updates the configuration file in the data directory or custom " +"directory with the current configuration settings." +msgstr "" + +#: internal/cli/compile/compile.go:309 +msgid "" +"Currently, Build Profiles only support libraries available through Arduino " +"Library Manager." +msgstr "" + +#: internal/cli/core/list.go:93 internal/cli/core/search.go:104 +#: internal/cli/outdated/outdated.go:98 +msgid "DEPRECATED" +msgstr "" + +#: internal/cli/daemon/daemon.go:178 +msgid "Daemon is now listening on %s:%s" +msgstr "" + +#: internal/cli/debug/debug.go:53 +msgid "Debug Arduino sketches." +msgstr "" + +#: internal/cli/debug/debug.go:54 +msgid "" +"Debug Arduino sketches. (this command opens an interactive gdb session)" +msgstr "" + +#: internal/cli/debug/debug.go:63 +msgid "Debug interpreter e.g.: %s" +msgstr "" + +#: commands/debug/debug_info.go:148 +msgid "Debugging not supported for board %s" +msgstr "" + +#: internal/cli/board/details.go:142 +msgid "Debugging supported:" +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Default" +msgstr "" + +#: internal/cli/board/attach.go:108 +msgid "Default FQBN set to" +msgstr "" + +#: internal/cli/board/attach.go:107 +msgid "Default port set to" +msgstr "" + +#: internal/cli/cache/clean.go:30 +msgid "Delete Boards/Library Manager download cache." +msgstr "" + +#: internal/cli/cache/clean.go:31 +msgid "" +"Delete contents of the `directories.downloads` folder, where archive files " +"are staged during installation of libraries and boards platforms." +msgstr "" + +#: internal/cli/config/delete.go:32 internal/cli/config/delete.go:33 +msgid "Deletes a settings key and all its sub keys." +msgstr "" + +#: internal/cli/lib/search.go:171 +msgid "Dependencies: %s" +msgstr "" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:88 +msgid "Description" +msgstr "" + +#: legacy/builder/builder.go:58 +msgid "Detecting libraries used..." +msgstr "" + +#: internal/cli/board/list.go:43 +msgid "" +"Detects and displays a list of boards connected to the current computer." +msgstr "" + +#: internal/cli/debug/debug.go:64 +msgid "Directory containing binaries for debug." +msgstr "" + +#: internal/cli/upload/upload.go:70 +msgid "Directory containing binaries to upload." +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:45 +msgid "" +"Directory where to save generated files. Default is './docs', the directory " +"must exist." +msgstr "" + +#: internal/cli/completion/completion.go:44 +msgid "Disable completion description for shells that support it" +msgstr "" + +#: internal/cli/board/list.go:189 +msgid "Disconnected" +msgstr "" + +#: internal/cli/daemon/daemon.go:64 +msgid "Display only the provided gRPC calls" +msgstr "" + +#: internal/cli/lib/install.go:61 +msgid "Do not install dependencies." +msgstr "" + +#: internal/cli/lib/install.go:62 +msgid "Do not overwrite already installed libraries." +msgstr "" + +#: internal/cli/core/install.go:55 +msgid "Do not overwrite already installed platforms." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:58 +#: internal/cli/upload/upload.go:75 +msgid "Do not perform the actual upload, just log out actions" +msgstr "" + +#: internal/cli/daemon/daemon.go:61 +msgid "Do not terminate daemon process if the parent process dies" +msgstr "" + +#: commands/lib/download.go:60 +msgid "Downloading %s" +msgstr "" + +#: arduino/resources/index.go:129 +msgid "Downloading index signature: %s" +msgstr "" + +#: arduino/resources/index.go:74 commands/instances.go:542 +#: commands/instances.go:551 +msgid "Downloading index: %s" +msgstr "" + +#: commands/instances.go:439 +msgid "Downloading library %s" +msgstr "" + +#: commands/instances.go:136 +msgid "Downloading missing tool %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:93 +msgid "Downloading packages" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:98 +msgid "Downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:178 +msgid "Downloading tool %s" +msgstr "" + +#: internal/cli/core/download.go:35 internal/cli/core/download.go:36 +msgid "Downloads one or more cores and corresponding tool dependencies." +msgstr "" + +#: internal/cli/lib/download.go:35 internal/cli/lib/download.go:36 +msgid "Downloads one or more libraries without installing them." +msgstr "" + +#: internal/cli/daemon/daemon.go:62 +msgid "Enable debug logging of gRPC calls" +msgstr "" + +#: internal/cli/lib/install.go:64 +msgid "Enter a path to zip file" +msgstr "" + +#: internal/cli/lib/install.go:63 +msgid "Enter git url for libraries hosted on repositories" +msgstr "" + +#: commands/sketch/archive.go:107 +msgid "Error adding file to sketch archive" +msgstr "" + +#: arduino/builder/core.go:194 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "" + +#: internal/cli/sketch/archive.go:80 +msgid "Error archiving: %v" +msgstr "" + +#: commands/sketch/archive.go:95 +msgid "Error calculating relative file path" +msgstr "" + +#: internal/cli/cache/clean.go:45 +msgid "Error cleaning caches: %v" +msgstr "" + +#: internal/cli/compile/compile.go:218 +msgid "Error converting path to absolute: %v" +msgstr "" + +#: commands/compile/compile.go:405 +msgid "Error copying output file %s" +msgstr "" + +#: internal/cli/instance/instance.go:43 +msgid "Error creating instance: %v" +msgstr "" + +#: commands/compile/compile.go:385 +msgid "Error creating output dir" +msgstr "" + +#: commands/sketch/archive.go:83 +msgid "Error creating sketch archive" +msgstr "" + +#: internal/cli/sketch/new.go:69 internal/cli/sketch/new.go:81 +msgid "Error creating sketch: %v" +msgstr "" + +#: internal/cli/board/list.go:78 internal/cli/board/list.go:89 +msgid "Error detecting boards: %v" +msgstr "" + +#: internal/cli/core/download.go:68 internal/cli/lib/download.go:65 +msgid "Error downloading %[1]s: %[2]v" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:106 +#: arduino/cores/packagemanager/profiles.go:107 +#: arduino/cores/packagemanager/profiles.go:111 +#: arduino/cores/packagemanager/profiles.go:112 +msgid "Error downloading %s" +msgstr "" + +#: arduino/resources/index.go:75 commands/instances.go:602 +msgid "Error downloading index '%s'" +msgstr "" + +#: arduino/resources/index.go:130 +msgid "Error downloading index signature '%s'" +msgstr "" + +#: commands/instances.go:451 +msgid "Error downloading library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:129 +#: arduino/cores/packagemanager/profiles.go:130 +msgid "Error downloading platform %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:127 +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Error downloading tool %s" +msgstr "" + +#: internal/cli/debug/debug.go:114 +msgid "Error during Debug: %v" +msgstr "" + +#: internal/cli/arguments/port.go:144 +msgid "Error during FQBN detection: %v" +msgstr "" + +#: internal/cli/feedback/feedback.go:244 internal/cli/feedback/feedback.go:250 +msgid "Error during JSON encoding of the output: %v" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:72 +#: internal/cli/burnbootloader/burnbootloader.go:85 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 +msgid "Error during Upload: %v" +msgstr "" + +#: internal/cli/feedback/feedback.go:256 +msgid "Error during YAML encoding of the output: %v" +msgstr "" + +#: internal/cli/compile/compile.go:355 +msgid "Error during build: %v" +msgstr "" + +#: internal/cli/core/install.go:79 +msgid "Error during install: %v" +msgstr "" + +#: internal/cli/core/uninstall.go:68 +msgid "Error during uninstall: %v" +msgstr "" + +#: internal/cli/core/upgrade.go:119 +msgid "Error during upgrade: %v" +msgstr "" + +#: arduino/resources/index.go:97 arduino/resources/index.go:116 +msgid "Error extracting %s" +msgstr "" + +#: commands/upload/upload.go:373 +msgid "Error finding build artifacts" +msgstr "" + +#: internal/cli/debug/debug.go:98 +msgid "Error getting Debug info: %v" +msgstr "" + +#: commands/sketch/archive.go:59 +msgid "Error getting absolute path of sketch archive" +msgstr "" + +#: internal/cli/board/details.go:73 +msgid "Error getting board details: %v" +msgstr "" + +#: arduino/builder/compilation/database.go:81 +msgid "Error getting current directory for compilation database: %s" +msgstr "" + +#: commands/compile/compile.go:319 commands/lib/list.go:108 +msgid "Error getting information for library %s" +msgstr "" + +#: internal/cli/lib/examples.go:72 +msgid "Error getting libraries info: %v" +msgstr "" + +#: internal/cli/arguments/fqbn.go:90 +msgid "Error getting port metadata: %v" +msgstr "" + +#: internal/cli/monitor/monitor.go:95 +msgid "Error getting port settings details: %s" +msgstr "" + +#: internal/cli/upload/upload.go:155 +msgid "Error getting user input" +msgstr "" + +#: internal/cli/instance/instance.go:82 internal/cli/instance/instance.go:99 +msgid "Error initializing instance: %v" +msgstr "" + +#: internal/cli/lib/install.go:145 +msgid "Error installing %s: %v" +msgstr "" + +#: internal/cli/lib/install.go:119 +msgid "Error installing Git Library: %v" +msgstr "" + +#: internal/cli/lib/install.go:98 +msgid "Error installing Zip Library: %v" +msgstr "" + +#: commands/instances.go:461 +msgid "Error installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:137 +#: arduino/cores/packagemanager/profiles.go:138 +msgid "Error installing platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:181 +#: arduino/cores/packagemanager/profiles.go:188 +#: arduino/cores/packagemanager/profiles.go:189 +msgid "Error installing tool %s" +msgstr "" + +#: internal/cli/board/listall.go:63 +msgid "Error listing boards: %v" +msgstr "" + +#: internal/cli/lib/list.go:89 +msgid "Error listing libraries: %v" +msgstr "" + +#: internal/cli/core/list.go:69 +msgid "Error listing platforms: %v" +msgstr "" + +#: arduino/errors.go:425 +msgid "Error loading hardware platform" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:115 +#: arduino/cores/packagemanager/profiles.go:116 +msgid "Error loading index %s" +msgstr "" + +#: arduino/resources/index.go:91 +msgid "Error opening %s" +msgstr "" + +#: internal/cli/daemon/daemon.go:86 +msgid "Error opening debug logging file: %s" +msgstr "" + +#: internal/cli/compile/compile.go:191 +msgid "Error opening source code overrides data file: %v" +msgstr "" + +#: internal/cli/compile/compile.go:204 +msgid "Error parsing --show-properties flag: %v" +msgstr "" + +#: commands/compile/compile.go:395 +msgid "Error reading build directory" +msgstr "" + +#: configuration/configuration.go:68 +msgid "Error reading config file: %v" +msgstr "" + +#: commands/sketch/archive.go:77 +msgid "Error reading sketch files" +msgstr "" + +#: internal/cli/lib/check_deps.go:65 +msgid "Error resolving dependencies for %[1]s: %[2]s" +msgstr "" + +#: internal/cli/core/upgrade.go:68 +msgid "Error retrieving core list: %v" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:155 +msgid "Error rolling-back changes: %s" +msgstr "" + +#: arduino/resources/index.go:153 arduino/resources/index.go:165 +msgid "Error saving downloaded index" +msgstr "" + +#: arduino/resources/index.go:160 arduino/resources/index.go:169 +msgid "Error saving downloaded index signature" +msgstr "" + +#: internal/cli/board/search.go:60 +msgid "Error searching boards: %v" +msgstr "" + +#: internal/cli/lib/search.go:79 +msgid "Error searching for Libraries: %v" +msgstr "" + +#: internal/cli/core/search.go:80 +msgid "Error searching for platforms: %v" +msgstr "" + +#: arduino/builder/compilation/database.go:66 +msgid "Error serializing compilation database: %s" +msgstr "" + +#: internal/cli/board/list.go:81 +msgid "Error starting discovery: %v" +msgstr "" + +#: internal/cli/lib/uninstall.go:63 +msgid "Error uninstalling %[1]s: %[2]v" +msgstr "" + +#: internal/cli/lib/search.go:68 internal/cli/lib/update_index.go:54 +msgid "Error updating library index: %v" +msgstr "" + +#: internal/cli/lib/upgrade.go:71 +msgid "Error upgrading libraries" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:150 +msgid "Error upgrading platform: %s" +msgstr "" + +#: arduino/resources/index.go:139 +msgid "Error verifying signature" +msgstr "" + +#: arduino/builder/detector/detector.go:366 +msgid "Error while detecting libraries included by %[1]s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 +msgid "Error while determining sketch size: %s" +msgstr "" + +#: arduino/builder/compilation/database.go:69 +msgid "Error writing compilation database: %s" +msgstr "" + +#: internal/cli/completion/completion.go:56 +msgid "Error: command description is not supported by %v" +msgstr "" + +#: internal/cli/compile/compile.go:197 +msgid "Error: invalid source code overrides data file: %v" +msgstr "" + +#: internal/cli/board/list.go:96 +msgid "Event" +msgstr "" + +#: internal/cli/lib/examples.go:120 +msgid "Examples for library %s" +msgstr "" + +#: internal/cli/usage.go:28 +msgid "Examples:" +msgstr "" + +#: internal/cli/debug/debug.go:132 +msgid "Executable to debug" +msgstr "" + +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 +msgid "Expected compiled sketch in directory %s, but is a file instead" +msgstr "" + +#: internal/cli/board/attach.go:34 internal/cli/board/details.go:40 +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "FQBN" +msgstr "" + +#: internal/cli/board/details.go:139 +msgid "FQBN:" +msgstr "" + +#: commands/upload/upload.go:502 +msgid "Failed chip erase" +msgstr "" + +#: commands/upload/upload.go:509 +msgid "Failed programming" +msgstr "" + +#: commands/upload/upload.go:505 +msgid "Failed to burn bootloader" +msgstr "" + +#: commands/instances.go:166 +msgid "Failed to create data directory" +msgstr "" + +#: commands/instances.go:156 +msgid "Failed to create downloads directory" +msgstr "" + +#: internal/cli/daemon/daemon.go:133 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." +msgstr "" + +#: internal/cli/daemon/daemon.go:128 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." +msgstr "" + +#: internal/cli/daemon/daemon.go:140 +msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" +msgstr "" + +#: internal/cli/daemon/daemon.go:138 +msgid "Failed to listen on TCP port: %s. Address already in use." +msgstr "" + +#: commands/upload/upload.go:513 +msgid "Failed uploading" +msgstr "" + +#: internal/cli/board/details.go:186 +msgid "File:" +msgstr "" + +#: commands/compile/compile.go:137 +msgid "" +"Firmware encryption/signing requires all the following properties to be " +"defined: %s" +msgstr "" + +#: commands/daemon/debug.go:46 +msgid "First message must contain debug request, not data" +msgstr "" + +#: internal/cli/arguments/arguments.go:47 +msgid "Flag %[1]s is mandatory when used in conjunction with: %[2]s" +msgstr "" + +#: internal/cli/usage.go:30 +msgid "Flags:" +msgstr "" + +#: internal/cli/arguments/post_install.go:35 +msgid "" +"Force run of post-install scripts (if the CLI is not running interactively)." +msgstr "" + +#: internal/cli/arguments/post_install.go:36 +msgid "" +"Force skip of post-install scripts (if the CLI is running interactively)." +msgstr "" + +#: arduino/errors.go:840 +msgid "Found %d platforms matching \"%s\": %s" +msgstr "" + +#: internal/cli/arguments/fqbn.go:37 +msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" +msgstr "" + +#: internal/cli/debug/debug.go:146 +msgid "GDB Server path" +msgstr "" + +#: internal/cli/debug/debug.go:145 +msgid "GDB Server type" +msgstr "" + +#: commands/debug/debug.go:178 +msgid "GDB server '%s' is not supported" +msgstr "" + +#: internal/cli/generatedocs/generatedocs.go:38 +#: internal/cli/generatedocs/generatedocs.go:39 +msgid "Generates bash completion and command manpages." +msgstr "" + +#: internal/cli/completion/completion.go:38 +msgid "Generates completion scripts" +msgstr "" + +#: internal/cli/completion/completion.go:39 +msgid "Generates completion scripts for various shells" +msgstr "" + +#: legacy/builder/builder.go:63 +msgid "Generating function prototypes..." +msgstr "" + +#: internal/cli/usage.go:31 +msgid "Global Flags:" +msgstr "" + +#: arduino/builder/sizer/sizer.go:158 +msgid "" +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." +msgstr "" + +#: arduino/builder/sizer/sizer.go:164 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 +#: internal/cli/outdated/outdated.go:83 +msgid "ID" +msgstr "" + +#: internal/cli/board/details.go:110 +msgid "Id" +msgstr "" + +#: internal/cli/board/details.go:153 +msgid "Identification properties:" +msgstr "" + +#: internal/cli/compile/compile.go:132 +msgid "If set built binaries will be exported to the sketch folder." +msgstr "" + +#: internal/cli/core/list.go:45 +msgid "" +"If set return all installable and installed cores, including manually " +"installed." +msgstr "" + +#: internal/cli/lib/list.go:53 +msgid "Include built-in libraries (from platforms and IDE) in listing." +msgstr "" + +#: internal/cli/sketch/archive.go:50 +msgid "Includes %s directory in the archive." +msgstr "" + +#: internal/cli/lib/install.go:65 +msgid "Install libraries in the IDE-Builtin directory" +msgstr "" + +#: internal/cli/core/list.go:89 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:85 +msgid "Installed" +msgstr "" + +#: commands/lib/install.go:140 +msgid "Installed %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:316 +#: commands/lib/install.go:126 +msgid "Installing %s" +msgstr "" + +#: commands/instances.go:459 +msgid "Installing library %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:116 +#: arduino/cores/packagemanager/profiles.go:135 +msgid "Installing platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:186 +msgid "Installing tool %s" +msgstr "" + +#: internal/cli/core/install.go:37 internal/cli/core/install.go:38 +msgid "Installs one or more cores and corresponding tool dependencies." +msgstr "" + +#: internal/cli/lib/install.go:45 internal/cli/lib/install.go:46 +msgid "Installs one or more specified libraries into the system." +msgstr "" + +#: arduino/builder/detector/detector.go:392 +msgid "Internal error in cache" +msgstr "" + +#: arduino/errors.go:378 +msgid "Invalid '%[1]s' property: %[2]s" +msgstr "" + +#: internal/cli/cli.go:250 +msgid "" +"Invalid Call : should show Help, but it is available only in TEXT mode." +msgstr "" + +#: arduino/errors.go:62 +msgid "Invalid FQBN" +msgstr "" + +#: internal/cli/daemon/daemon.go:151 +msgid "Invalid TCP address: port is missing" +msgstr "" + +#: arduino/errors.go:80 +msgid "Invalid URL" +msgstr "" + +#: commands/instances.go:274 +msgid "Invalid additional URL: %v" +msgstr "" + +#: arduino/resources/index.go:103 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +msgstr "" + +#: internal/cli/core/download.go:56 internal/cli/core/install.go:65 +#: internal/cli/core/uninstall.go:53 internal/cli/core/upgrade.go:93 +#: internal/cli/lib/download.go:54 internal/cli/lib/uninstall.go:53 +msgid "Invalid argument passed: %v" +msgstr "" + +#: commands/compile/compile.go:190 +msgid "Invalid build properties" +msgstr "" + +#: arduino/builder/sizer/sizer.go:237 +msgid "Invalid data size regexp: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:243 +msgid "Invalid eeprom size regexp: %s" +msgstr "" + +#: arduino/errors.go:48 +msgid "Invalid instance" +msgstr "" + +#: internal/cli/core/upgrade.go:99 +msgid "Invalid item %s" +msgstr "" + +#: arduino/errors.go:98 +msgid "Invalid library" +msgstr "" + +#: configuration/network.go:63 +msgid "Invalid network.proxy '%[1]s': %[2]s" +msgstr "" + +#: internal/cli/cli.go:217 +msgid "Invalid option for --log-level: %s" +msgstr "" + +#: internal/cli/cli.go:229 +msgid "Invalid output format: %s" +msgstr "" + +#: commands/instances.go:554 +msgid "Invalid package index in %s" +msgstr "" + +#: internal/cli/core/uninstall.go:58 +msgid "Invalid parameter %s: version not allowed" +msgstr "" + +#: commands/board/list.go:79 +msgid "Invalid pid value: '%s'" +msgstr "" + +#: arduino/errors.go:222 +msgid "Invalid profile" +msgstr "" + +#: commands/monitor/monitor.go:145 +msgid "Invalid recipe in platform.txt" +msgstr "" + +#: arduino/builder/sizer/sizer.go:227 +msgid "Invalid size regexp: %s" +msgstr "" + +#: internal/cli/core/search.go:124 +msgid "Invalid timeout: %s" +msgstr "" + +#: arduino/errors.go:116 +msgid "Invalid version" +msgstr "" + +#: commands/board/list.go:76 +msgid "Invalid vid value: '%s'" +msgstr "" + +#: internal/cli/compile/compile.go:127 +msgid "" +"Just produce the compilation database, without actually compiling. All build" +" commands are skipped except pre* hooks." +msgstr "" + +#: internal/cli/lib/list.go:38 +msgid "LIBNAME" +msgstr "" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "LIBRARY" +msgstr "" + +#: internal/cli/lib/download.go:34 internal/cli/lib/examples.go:42 +#: internal/cli/lib/search.go:40 internal/cli/lib/uninstall.go:34 +msgid "LIBRARY_NAME" +msgstr "" + +#: internal/cli/core/list.go:89 internal/cli/outdated/outdated.go:86 +msgid "Latest" +msgstr "" + +#: arduino/builder/libraries.go:112 +msgid "Library %[1]s has been declared precompiled:" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:135 +#: commands/lib/install.go:92 +msgid "" +"Library %[1]s is already installed, but with a different version: %[2]s" +msgstr "" + +#: commands/lib/upgrade.go:59 +msgid "Library %s is already at the latest version" +msgstr "" + +#: commands/lib/uninstall.go:39 +msgid "Library %s is not installed" +msgstr "" + +#: commands/instances.go:445 +msgid "Library %s not found" +msgstr "" + +#: arduino/errors.go:446 +msgid "Library '%s' not found" +msgstr "" + +#: arduino/builder/detector/detector.go:465 +msgid "" +"Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." +msgstr "" + +#: arduino/errors.go:575 +msgid "Library install failed" +msgstr "" + +#: commands/lib/install.go:150 commands/lib/install.go:160 +msgid "Library installed" +msgstr "" + +#: internal/cli/lib/search.go:161 +msgid "License: %s" +msgstr "" + +#: legacy/builder/builder.go:156 +msgid "Linking everything together..." +msgstr "" + +#: internal/cli/board/listall.go:39 +msgid "" +"List all boards that have the support platform installed. You can search\n" +"for a specific board if you specify the board name" +msgstr "" + +#: internal/cli/board/listall.go:38 +msgid "List all known boards and their corresponding FQBN." +msgstr "" + +#: internal/cli/board/list.go:42 +msgid "List connected boards." +msgstr "" + +#: internal/cli/arguments/fqbn.go:42 +msgid "" +"List of board options separated by commas. Or can be used multiple times for" +" multiple options." +msgstr "" + +#: internal/cli/compile/compile.go:105 +msgid "" +"List of custom build properties separated by commas. Or can be used multiple" +" times for multiple properties." +msgstr "" + +#: internal/cli/lib/list.go:55 +msgid "List updatable libraries." +msgstr "" + +#: internal/cli/core/list.go:44 +msgid "List updatable platforms." +msgstr "" + +#: internal/cli/board/board.go:33 +msgid "Lists all connected boards." +msgstr "" + +#: internal/cli/outdated/outdated.go:41 +msgid "Lists cores and libraries that can be upgraded" +msgstr "" + +#: commands/instances.go:307 commands/instances.go:318 +#: commands/instances.go:418 +msgid "Loading index file: %v" +msgstr "" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:87 +msgid "Location" +msgstr "" + +#: arduino/builder/sizer/sizer.go:199 +msgid "Low memory available, stability problems may occur." +msgstr "" + +#: internal/cli/lib/search.go:156 +msgid "Maintainer: %s" +msgstr "" + +#: internal/cli/arguments/discovery_timeout.go:31 +msgid "Max time to wait for port discovery, e.g.: 30s, 1m" +msgstr "" + +#: internal/cli/cli.go:110 +msgid "" +"Messages with this level and above will be logged. Valid levels are: %s" +msgstr "" + +#: arduino/builder/detector/detector.go:460 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "" + +#: arduino/errors.go:171 +msgid "Missing FQBN (Fully Qualified Board Name)" +msgstr "" + +#: arduino/errors.go:262 +msgid "Missing port" +msgstr "" + +#: arduino/errors.go:238 +msgid "Missing port address" +msgstr "" + +#: arduino/errors.go:250 +msgid "Missing port protocol" +msgstr "" + +#: arduino/errors.go:288 +msgid "Missing programmer" +msgstr "" + +#: arduino/builder/sizer/sizer.go:231 +msgid "Missing size regexp" +msgstr "" + +#: arduino/errors.go:498 +msgid "Missing sketch path" +msgstr "" + +#: arduino/errors.go:359 +msgid "Monitor '%s' not found" +msgstr "" + +#: internal/cli/monitor/monitor.go:138 +msgid "Monitor port settings:" +msgstr "" + +#: arduino/builder/detector/detector.go:154 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:84 +msgid "Name" +msgstr "" + +#: internal/cli/lib/search.go:135 +msgid "Name: \"%s\"" +msgstr "" + +#: internal/cli/upload/upload.go:206 +msgid "New upload port: %[1]s (%[2]s)" +msgstr "" + +#: internal/cli/board/list.go:122 +msgid "No boards found." +msgstr "" + +#: internal/cli/board/attach.go:105 +msgid "No default port or FQBN set" +msgstr "" + +#: internal/cli/lib/examples.go:105 +msgid "No libraries found." +msgstr "" + +#: internal/cli/lib/list.go:128 +msgid "No libraries installed." +msgstr "" + +#: internal/cli/lib/search.go:124 +msgid "No libraries matching your search." +msgstr "" + +#: internal/cli/lib/search.go:130 +msgid "" +"No libraries matching your search.\n" +"Did you mean...\n" +msgstr "" + +#: internal/cli/lib/list.go:126 +msgid "No libraries update is available." +msgstr "" + +#: arduino/errors.go:276 +msgid "No monitor available for the port protocol %s" +msgstr "" + +#: internal/cli/outdated/outdated.go:77 +msgid "No outdated platforms or libraries found." +msgstr "" + +#: internal/cli/core/list.go:86 +msgid "No platforms installed." +msgstr "" + +#: internal/cli/core/search.go:110 +msgid "No platforms matching your search." +msgstr "" + +#: commands/upload/upload.go:458 +msgid "No upload port found, using %s as fallback" +msgstr "" + +#: arduino/errors.go:465 +msgid "No valid dependencies solution found" +msgstr "" + +#: arduino/builder/sizer/sizer.go:189 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "" + +#: arduino/builder/detector/detector.go:157 +msgid "Not used: %[1]s" +msgstr "" + +#: internal/cli/board/details.go:185 +msgid "OS:" +msgstr "" + +#: internal/cli/board/details.go:147 +msgid "Official Arduino board:" +msgstr "" + +#: internal/cli/lib/search.go:50 +msgid "" +"Omit library details far all versions except the latest (produce a more " +"compact JSON output)." +msgstr "" + +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 +msgid "Open a communication port with a board." +msgstr "" + +#: internal/cli/board/details.go:197 +msgid "Option:" +msgstr "" + +#: internal/cli/compile/compile.go:115 +msgid "" +"Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." +msgstr "" + +#: internal/cli/compile/compile.go:128 +msgid "Optional, cleanup the build folder and do not use any cached build." +msgstr "" + +#: internal/cli/compile/compile.go:125 +msgid "" +"Optional, optimize compile output for debugging, rather than for release." +msgstr "" + +#: internal/cli/compile/compile.go:117 +msgid "Optional, suppresses almost every output." +msgstr "" + +#: internal/cli/compile/compile.go:116 internal/cli/upload/upload.go:73 +msgid "Optional, turns on verbose mode." +msgstr "" + +#: internal/cli/compile/compile.go:133 +msgid "" +"Optional. Path to a .json file that contains a set of replacements of the " +"sketch source code." +msgstr "" + +#: internal/cli/compile/compile.go:107 +msgid "" +"Override a build property with a custom value. Can be used multiple times " +"for multiple properties." +msgstr "" + +#: internal/cli/config/init.go:57 +msgid "Overwrite existing config file." +msgstr "" + +#: internal/cli/sketch/archive.go:51 +msgid "Overwrites an already existing archive" +msgstr "" + +#: internal/cli/sketch/new.go:44 +msgid "Overwrites an existing .ino sketch." +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "PACKAGER" +msgstr "" + +#: internal/cli/board/details.go:163 +msgid "Package URL:" +msgstr "" + +#: internal/cli/board/details.go:162 +msgid "Package maintainer:" +msgstr "" + +#: internal/cli/board/details.go:161 +msgid "Package name:" +msgstr "" + +#: internal/cli/board/details.go:165 +msgid "Package online help:" +msgstr "" + +#: internal/cli/board/details.go:164 +msgid "Package website:" +msgstr "" + +#: internal/cli/lib/search.go:158 +msgid "Paragraph: %s" +msgstr "" + +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 +msgid "Path" +msgstr "" + +#: internal/cli/compile/compile.go:124 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "" + +#: internal/cli/compile/compile.go:122 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "" + +#: internal/cli/cli.go:114 +msgid "Path to the file where logs will be written." +msgstr "" + +#: internal/cli/compile/compile.go:103 +msgid "" +"Path where to save compiled files. If omitted, a directory will be created " +"in the default temporary path of your OS." +msgstr "" + +#: commands/upload/upload.go:439 +msgid "Performing 1200-bps touch reset on serial port %s" +msgstr "" + +#: commands/core/install.go:54 commands/core/install.go:61 +msgid "Platform %s already installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:191 +msgid "Platform %s installed" +msgstr "" + +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 +msgid "" +"Platform %s is not found in any known index\n" +"Maybe you need to add a 3rd party URL?" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:301 +msgid "Platform %s uninstalled" +msgstr "" + +#: arduino/errors.go:483 +msgid "Platform '%s' is already at the latest version" +msgstr "" + +#: arduino/errors.go:407 +msgid "Platform '%s' not found" +msgstr "" + +#: internal/cli/board/search.go:82 +msgid "Platform ID" +msgstr "" + +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 +msgid "Platform ID is not correct" +msgstr "" + +#: internal/cli/board/details.go:171 +msgid "Platform URL:" +msgstr "" + +#: internal/cli/board/details.go:170 +msgid "Platform architecture:" +msgstr "" + +#: internal/cli/board/details.go:169 +msgid "Platform category:" +msgstr "" + +#: internal/cli/board/details.go:176 +msgid "Platform checksum:" +msgstr "" + +#: internal/cli/board/details.go:172 +msgid "Platform file name:" +msgstr "" + +#: internal/cli/board/details.go:168 +msgid "Platform name:" +msgstr "" + +#: internal/cli/board/details.go:174 +msgid "Platform size (bytes):" +msgstr "" + +#: arduino/errors.go:155 +msgid "" +"Please specify an FQBN. Multiple possible boards detected on port %[1]s with" +" protocol %[2]s" +msgstr "" + +#: arduino/errors.go:135 +msgid "" +"Please specify an FQBN. The board on port %[1]s with protocol %[2]s can't be" +" identified" +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Port" +msgstr "" + +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 +msgid "Port closed: %v" +msgstr "" + +#: arduino/errors.go:669 +msgid "Port monitor error" +msgstr "" + +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "" + +#: internal/cli/board/details.go:41 +msgid "Print details about a board." +msgstr "" + +#: internal/cli/compile/compile.go:99 +msgid "Print preprocessed code to stdout instead of compiling." +msgstr "" + +#: internal/cli/cli.go:106 internal/cli/cli.go:108 +msgid "Print the logs on the standard output." +msgstr "" + +#: internal/cli/config/dump.go:31 +msgid "Prints the current configuration" +msgstr "" + +#: internal/cli/config/dump.go:32 +msgid "Prints the current configuration." +msgstr "" + +#: arduino/errors.go:204 +msgid "Profile '%s' not found" +msgstr "" + +#: arduino/errors.go:340 +msgid "Programmer '%s' not found" +msgstr "" + +#: internal/cli/board/details.go:110 +msgid "Programmer name" +msgstr "" + +#: internal/cli/arguments/programmer.go:29 +msgid "Programmer to use, e.g: atmel_ice" +msgstr "" + +#: internal/cli/board/details.go:214 +msgid "Programmers:" +msgstr "" + +#: arduino/errors.go:392 +msgid "Property '%s' is undefined" +msgstr "" + +#: internal/cli/board/list.go:132 +msgid "Protocol" +msgstr "" + +#: internal/cli/lib/search.go:168 +msgid "Provides includes: %s" +msgstr "" + +#: internal/cli/config/remove.go:31 internal/cli/config/remove.go:32 +msgid "Removes one or more values from a setting." +msgstr "" + +#: commands/lib/install.go:130 +msgid "Replacing %[1]s with %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:120 +msgid "Replacing platform %[1]s with %[2]s" +msgstr "" + +#: internal/cli/board/details.go:182 +msgid "Required tool:" +msgstr "" + +#: internal/cli/daemon/daemon.go:53 +msgid "Run as a daemon on port: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:69 +msgid "Run in silent mode, show only monitor input and output." +msgstr "" + +#: internal/cli/daemon/daemon.go:54 +msgid "" +"Running as a daemon the initialization of cores and libraries is done only " +"once." +msgstr "" + +#: arduino/builder/core.go:62 +msgid "Running normal build of the core..." +msgstr "" + +#: internal/cli/compile/compile.go:101 +msgid "Save build artifacts in this directory." +msgstr "" + +#: internal/cli/board/search.go:38 +msgid "Search for a board in the Boards Manager using the specified keywords." +msgstr "" + +#: internal/cli/board/search.go:37 +msgid "Search for a board in the Boards Manager." +msgstr "" + +#: internal/cli/core/search.go:47 +msgid "Search for a core in Boards Manager using the specified keywords." +msgstr "" + +#: internal/cli/core/search.go:46 +msgid "Search for a core in Boards Manager." +msgstr "" + +#: internal/cli/lib/search.go:42 +msgid "Search for one or more libraries data (case insensitive search)." +msgstr "" + +#: internal/cli/lib/search.go:41 +msgid "Searches for one or more libraries data." +msgstr "" + +#: internal/cli/lib/search.go:157 +msgid "Sentence: %s" +msgstr "" + +#: arduino/httpclient/httpclient.go:73 +msgid "Server responded with: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + +#: internal/cli/config/set.go:32 internal/cli/config/set.go:33 +msgid "Sets a setting value." +msgstr "" + +#: internal/cli/board/attach.go:36 +msgid "" +"Sets the default values for port and FQBN. If no port or FQBN are specified," +" the current default port and FQBN are displayed." +msgstr "" + +#: internal/cli/config/init.go:55 internal/cli/config/init.go:56 +msgid "Sets where to save the configuration file." +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Setting" +msgstr "" + +#: internal/cli/config/validate.go:50 +msgid "Settings key doesn't exist" +msgstr "" + +#: internal/cli/core/search.go:52 +msgid "Show all available core versions." +msgstr "" + +#: internal/cli/monitor/monitor.go:67 +msgid "Show all the settings of the communication port." +msgstr "" + +#: internal/cli/board/listall.go:47 internal/cli/board/search.go:45 +msgid "Show also boards marked as 'hidden' in the platform" +msgstr "" + +#: internal/cli/arguments/show_properties.go:59 +msgid "" +"Show build properties. The properties are expanded, use \"--show-" +"properties=unexpanded\" if you want them exactly as they are defined." +msgstr "" + +#: internal/cli/board/details.go:51 +msgid "Show full board details" +msgstr "" + +#: internal/cli/board/details.go:42 +msgid "" +"Show information about a board, in particular if the board has options to be" +" specified in the FQBN." +msgstr "" + +#: internal/cli/lib/search.go:49 +msgid "Show library names only." +msgstr "" + +#: internal/cli/board/details.go:52 +msgid "Show list of available programmers" +msgstr "" + +#: internal/cli/debug/debug.go:65 +msgid "" +"Show metadata about the debug session instead of starting the debugger." +msgstr "" + +#: internal/cli/update/update.go:45 +msgid "Show outdated cores and libraries after index update" +msgstr "" + +#: internal/cli/lib/list.go:39 +msgid "Shows a list of installed libraries." +msgstr "" + +#: internal/cli/lib/list.go:40 +msgid "" +"Shows a list of installed libraries.\n" +"\n" +"If the LIBNAME parameter is specified the listing is limited to that specific\n" +"library. By default the libraries provided as built-in by platforms/core are\n" +"not listed, they can be listed by adding the --all flag." +msgstr "" + +#: internal/cli/core/list.go:36 internal/cli/core/list.go:37 +msgid "Shows the list of installed platforms." +msgstr "" + +#: internal/cli/lib/examples.go:43 +msgid "Shows the list of the examples for libraries." +msgstr "" + +#: internal/cli/lib/examples.go:44 +msgid "" +"Shows the list of the examples for libraries. A name may be given as " +"argument to search a specific library." +msgstr "" + +#: internal/cli/version/version.go:39 +msgid "" +"Shows the version number of Arduino CLI which is installed on your system." +msgstr "" + +#: internal/cli/version/version.go:38 +msgid "Shows version number of Arduino CLI." +msgstr "" + +#: internal/cli/board/details.go:187 +msgid "Size (bytes):" +msgstr "" + +#: commands/compile/compile.go:249 +msgid "" +"Sketch cannot be located in build path. Please specify a different build " +"path" +msgstr "" + +#: internal/cli/sketch/new.go:84 +msgid "Sketch created in: %s" +msgstr "" + +#: internal/cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "" + +#: arduino/builder/sizer/sizer.go:184 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "" + +#: arduino/builder/sizer/sizer.go:152 +msgid "" +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." +msgstr "" + +#: internal/cli/arguments/sketch.go:49 +msgid "" +"Sketches with .pde extension are deprecated, please rename the following " +"files to .ino:" +msgstr "" + +#: arduino/builder/linker.go:41 +msgid "Skip linking of final executable." +msgstr "" + +#: commands/upload/upload.go:432 +msgid "Skipping 1200-bps touch reset: no serial port selected!" +msgstr "" + +#: arduino/builder/utils/utils.go:589 +msgid "Skipping archive creation of: %[1]s" +msgstr "" + +#: arduino/builder/utils/utils.go:571 +msgid "Skipping compile of: %[1]s" +msgstr "" + +#: arduino/builder/detector/detector.go:408 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:187 +msgid "Skipping platform configuration." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:350 +msgid "Skipping tool configuration." +msgstr "" + +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "" + +#: commands/instances.go:574 +msgid "Some indexes could not be updated." +msgstr "" + +#: internal/cli/core/upgrade.go:124 +msgid "Some upgrades failed, please check the output for details." +msgstr "" + +#: arduino/serialutils/serialutils.go:141 +msgid "TOUCH: error during reset: %s" +msgstr "" + +#: internal/cli/daemon/daemon.go:59 +msgid "The TCP port the daemon will listen to" +msgstr "" + +#: internal/cli/cli.go:125 +msgid "The custom config file (if not specified the default will be used)." +msgstr "" + +#: internal/cli/daemon/daemon.go:78 +msgid "The flag --debug-file must be used with --debug." +msgstr "" + +#: internal/cli/config/add.go:93 +msgid "" +"The key '%[1]v' is not a list of items, can't add to it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: internal/cli/config/remove.go:51 +msgid "" +"The key '%[1]v' is not a list of items, can't remove from it.\n" +"Maybe use '%[2]s'?" +msgstr "" + +#: arduino/errors.go:859 +msgid "The library %s has multiple installations:" +msgstr "" + +#: internal/cli/compile/compile.go:113 +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 "" + +#: internal/cli/compile/compile.go:111 +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." +msgstr "" + +#: internal/cli/cli.go:116 internal/cli/cli.go:121 +msgid "The output format for the logs, can be: %s" +msgstr "" + +#: internal/cli/compile/compile.go:109 +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." +msgstr "" + +#: arduino/builder/libraries.go:201 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "" + +#: internal/cli/lib/upgrade.go:35 +msgid "" +"This command upgrades an installed library to the latest available version. " +"Multiple libraries can be passed separated by a space. If no arguments are " +"provided, the command will upgrade all the installed libraries where an " +"update is available." +msgstr "" + +#: internal/cli/outdated/outdated.go:42 +msgid "" +"This commands shows a list of installed cores and/or libraries\n" +"that can be upgraded. If nothing needs to be updated the output is empty." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:86 +#: arduino/cores/packagemanager/install_uninstall.go:311 +msgid "Tool %s already installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:400 +msgid "Tool %s uninstalled" +msgstr "" + +#: commands/debug/debug.go:139 +msgid "Toolchain '%s' is not supported" +msgstr "" + +#: internal/cli/debug/debug.go:140 +msgid "Toolchain custom configurations" +msgstr "" + +#: internal/cli/debug/debug.go:134 +msgid "Toolchain path" +msgstr "" + +#: internal/cli/debug/debug.go:135 +msgid "Toolchain prefix" +msgstr "" + +#: internal/cli/debug/debug.go:133 +msgid "Toolchain type" +msgstr "" + +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 +msgid "Try running %s" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:57 +msgid "Turns on verbose mode." +msgstr "" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Type" +msgstr "" + +#: internal/cli/lib/search.go:165 +msgid "Types: %s" +msgstr "" + +#: internal/cli/board/details.go:189 +msgid "URL:" +msgstr "" + +#: arduino/builder/core.go:190 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "" + +#: configuration/configuration.go:125 +msgid "Unable to get Documents Folder: %v" +msgstr "" + +#: configuration/configuration.go:100 +msgid "Unable to get Local App Data Folder: %v" +msgstr "" + +#: configuration/configuration.go:88 configuration/configuration.go:113 +msgid "Unable to get user home dir: %v" +msgstr "" + +#: internal/cli/cli.go:204 +msgid "Unable to open file for logging: %s" +msgstr "" + +#: commands/instances.go:541 +msgid "Unable to parse URL" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:277 +#: commands/lib/uninstall.go:44 +msgid "Uninstalling %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:163 +#: commands/core/uninstall.go:73 +msgid "Uninstalling %s, tool is no more required" +msgstr "" + +#: internal/cli/core/uninstall.go:35 internal/cli/core/uninstall.go:36 +msgid "" +"Uninstalls one or more cores and corresponding tool dependencies if no " +"longer used." +msgstr "" + +#: internal/cli/lib/uninstall.go:35 internal/cli/lib/uninstall.go:36 +msgid "Uninstalls one or more libraries." +msgstr "" + +#: internal/cli/board/list.go:164 +msgid "Unknown" +msgstr "" + +#: arduino/errors.go:185 +msgid "Unknown FQBN" +msgstr "" + +#: internal/cli/update/update.go:37 +msgid "Updates the index of cores and libraries" +msgstr "" + +#: internal/cli/update/update.go:38 +msgid "Updates the index of cores and libraries to the latest versions." +msgstr "" + +#: internal/cli/core/update_index.go:34 +msgid "Updates the index of cores to the latest version." +msgstr "" + +#: internal/cli/core/update_index.go:33 +msgid "Updates the index of cores." +msgstr "" + +#: internal/cli/lib/update_index.go:34 +msgid "Updates the libraries index to the latest version." +msgstr "" + +#: internal/cli/lib/update_index.go:33 +msgid "Updates the libraries index." +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:43 +msgid "Upgrade doesn't accept parameters with version" +msgstr "" + +#: internal/cli/upgrade/upgrade.go:38 +msgid "Upgrades installed cores and libraries to latest version." +msgstr "" + +#: internal/cli/upgrade/upgrade.go:37 +msgid "Upgrades installed cores and libraries." +msgstr "" + +#: internal/cli/lib/upgrade.go:34 +msgid "Upgrades installed libraries." +msgstr "" + +#: internal/cli/core/upgrade.go:38 internal/cli/core/upgrade.go:39 +msgid "Upgrades one or all installed platforms to the latest version." +msgstr "" + +#: internal/cli/upload/upload.go:57 +msgid "Upload Arduino sketches." +msgstr "" + +#: internal/cli/upload/upload.go:58 +msgid "" +"Upload Arduino sketches. This does NOT compile the sketch prior to upload." +msgstr "" + +#: internal/cli/arguments/port.go:42 +msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" +msgstr "" + +#: commands/upload/upload.go:456 +msgid "Upload port found on %s" +msgstr "" + +#: internal/cli/arguments/port.go:46 +msgid "Upload port protocol, e.g: serial" +msgstr "" + +#: internal/cli/compile/compile.go:118 +msgid "Upload the binary after the compilation." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:47 +msgid "Upload the bootloader on the board using an external programmer." +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:46 +msgid "Upload the bootloader." +msgstr "" + +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 +msgid "" +"Uploading to specified board using %s protocol requires the following info:" +msgstr "" + +#: internal/cli/config/init.go:103 +msgid "" +"Urls cannot contain commas. Separate multiple urls exported as env var with a space:\n" +"%s" +msgstr "" + +#: internal/cli/usage.go:26 +msgid "Usage:" +msgstr "" + +#: internal/cli/usage.go:33 +msgid "Use %s for more information about a command." +msgstr "" + +#: internal/cli/compile/compile.go:427 +msgid "Used library" +msgstr "" + +#: internal/cli/compile/compile.go:442 +msgid "Used platform" +msgstr "" + +#: arduino/builder/detector/detector.go:155 +msgid "Used: %[1]s" +msgstr "" + +#: commands/compile/compile.go:342 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: arduino/builder/detector/detector.go:348 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "" + +#: commands/compile/compile.go:343 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "" + +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "" + +#: arduino/builder/core.go:154 +msgid "Using precompiled core: %[1]s" +msgstr "" + +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 +msgid "Using precompiled library in %[1]s" +msgstr "" + +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 +msgid "Using previously compiled file: %[1]s" +msgstr "" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +msgid "VERSION" +msgstr "" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "VERSION_NUMBER" +msgstr "" + +#: internal/cli/monitor/monitor.go:225 +msgid "Values" +msgstr "" + +#: internal/cli/burnbootloader/burnbootloader.go:56 +#: internal/cli/compile/compile.go:120 internal/cli/upload/upload.go:72 +msgid "Verify uploaded binary after the upload." +msgstr "" + +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 +#: internal/cli/core/search.go:100 +msgid "Version" +msgstr "" + +#: internal/cli/lib/search.go:166 +msgid "Versions: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:182 +msgid "WARNING cannot configure platform: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:346 +msgid "WARNING cannot configure tool: %s" +msgstr "" + +#: internal/cli/compile/compile.go:308 +msgid "WARNING: The sketch is compiled using one or more custom libraries." +msgstr "" + +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 +msgid "" +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." +msgstr "" + +#: commands/upload/upload.go:445 +msgid "Waiting for upload port..." +msgstr "" + +#: commands/compile/compile.go:348 +msgid "" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" +msgstr "" + +#: internal/cli/lib/search.go:159 +msgid "Website: %s" +msgstr "" + +#: internal/cli/config/init.go:42 +msgid "Writes current configuration to a configuration file." +msgstr "" + +#: internal/cli/config/init.go:45 +msgid "" +"Writes current configuration to the configuration file in the data " +"directory." +msgstr "" + +#: internal/cli/config/set.go:74 +msgid "Writing config file: %v" +msgstr "" + +#: internal/cli/compile/compile.go:149 internal/cli/compile/compile.go:152 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "" + +#: arduino/resources/checksums.go:79 +msgid "archive hash differs from hash in index" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:192 +msgid "archive is not valid: multiple files found in zip file top level" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:195 +msgid "archive is not valid: no files found in zip file top level" +msgstr "" + +#: internal/cli/sketch/archive.go:37 +msgid "archivePath" +msgstr "" + +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 +msgid "arduino-preprocessor pattern is missing" +msgstr "" + +#: commands/upload/upload.go:714 +msgid "autodetect build artifact: %s" +msgstr "" + +#: internal/cli/feedback/stdio.go:35 +msgid "available only in text format" +msgstr "" + +#: commands/upload/upload.go:699 +msgid "binary file not found in %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:305 +msgid "board %s not found" +msgstr "" + +#: internal/cli/board/listall.go:37 internal/cli/board/search.go:36 +msgid "boardname" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:155 +msgid "built-in libraries directory not set" +msgstr "" + +#: arduino/discovery/discovery.go:346 arduino/discovery/discovery.go:369 +#: arduino/discovery/discovery.go:391 arduino/discovery/discovery.go:431 +#: arduino/discovery/discovery.go:457 +msgid "calling %[1]s: %[2]w" +msgstr "" + +#: arduino/cores/status.go:124 arduino/cores/status.go:151 +msgid "can't find latest release of %s" +msgstr "" + +#: commands/instances.go:360 +msgid "can't find latest release of tool %s" +msgstr "" + +#: arduino/sketch/sketch.go:106 +msgid "can't find main Sketch file in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:825 +msgid "can't find pattern for discovery with id %s" +msgstr "" + +#: executils/output.go:52 +msgid "can't retrieve standard error stream: %s" +msgstr "" + +#: executils/output.go:34 +msgid "can't retrieve standard output stream: %s" +msgstr "" + +#: arduino/builder/detector/detector.go:91 +msgid "candidates" +msgstr "" + +#: commands/upload/upload.go:656 commands/upload/upload.go:663 +msgid "cannot execute upload tool: %s" +msgstr "" + +#: arduino/resources/install.go:39 +msgid "checking local archive integrity" +msgstr "" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:85 +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:89 +msgid "cleaning build path" +msgstr "" + +#: internal/cli/cli.go:72 +msgid "command" +msgstr "" + +#: arduino/monitor/monitor.go:150 +msgid "command '%[1]s' failed: %[2]s" +msgstr "" + +#: arduino/discovery/discovery.go:350 arduino/discovery/discovery.go:373 +#: arduino/discovery/discovery.go:395 arduino/discovery/discovery.go:435 +#: arduino/discovery/discovery.go:461 +msgid "command failed: %s" +msgstr "" + +#: arduino/discovery/discovery.go:348 arduino/discovery/discovery.go:352 +#: arduino/discovery/discovery.go:371 arduino/discovery/discovery.go:375 +#: arduino/discovery/discovery.go:393 arduino/discovery/discovery.go:397 +#: arduino/discovery/discovery.go:433 arduino/discovery/discovery.go:459 +#: arduino/discovery/discovery.go:463 arduino/monitor/monitor.go:147 +#: arduino/monitor/monitor.go:153 +msgid "communication out of sync, expected '%[1]s', received '%[2]s'" +msgstr "" + +#: arduino/resources/checksums.go:75 +msgid "computing hash: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:145 +msgid "copying library to destination directory:" +msgstr "" + +#: commands/upload/upload.go:771 +msgid "could not find a valid build artifact" +msgstr "" + +#: commands/core/install.go:62 +msgid "could not overwrite" +msgstr "" + +#: commands/lib/install.go:133 +msgid "could not remove old library" +msgstr "" + +#: arduino/sketch/yaml.go:78 arduino/sketch/yaml.go:82 +#: arduino/sketch/yaml.go:86 +msgid "could not update sketch project file" +msgstr "" + +#: arduino/builder/core.go:133 +msgid "creating core cache folder: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:216 +msgid "creating installed.json in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:44 arduino/resources/install.go:48 +msgid "creating temp dir for extraction: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:190 +msgid "data section exceeds available space in board" +msgstr "" + +#: commands/lib/resolve_deps.go:56 +msgid "dependency '%s' is not available" +msgstr "" + +#: legacy/builder/create_cmake_rule.go:126 +msgid "destination already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:93 +msgid "destination dir %s already exists, cannot install" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:142 +msgid "destination directory already exists" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:282 +msgid "directory doesn't exist: %s" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:190 +msgid "discovery %[1]s process not started: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:756 +msgid "discovery %s not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:760 +msgid "discovery %s not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:698 +msgid "discovery release not found: %s" +msgstr "" + +#: internal/cli/core/download.go:39 internal/cli/core/install.go:41 +msgid "download a specific version (in this case 1.6.9)." +msgstr "" + +#: internal/cli/core/download.go:38 internal/cli/core/install.go:39 +msgid "download the latest version of Arduino SAMD core." +msgstr "" + +#: internal/cli/feedback/rpc_progress.go:73 +msgid "downloaded" +msgstr "" + +#: commands/instances.go:138 +msgid "downloading %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/fqbn.go:48 +msgid "empty board identifier" +msgstr "" + +#: arduino/sketch/sketch.go:92 +msgid "error loading sketch project file:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:650 +msgid "error opening %s" +msgstr "" + +#: internal/cli/config/set.go:67 +msgid "error parsing value: %v" +msgstr "" + +#: arduino/sketch/profiles.go:193 +msgid "error parsing version constraints" +msgstr "" + +#: commands/board/list.go:116 +msgid "error processing response from server" +msgstr "" + +#: commands/board/list.go:96 +msgid "error querying Arduino Cloud Api" +msgstr "" + +#: arduino/resources/install.go:67 +msgid "extracting archive: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:183 +msgid "extracting archive: %w" +msgstr "" + +#: arduino/resources/checksums.go:144 +msgid "failed to compute hash of file \"%s\"" +msgstr "" + +#: commands/board/list.go:91 +msgid "failed to initialize http client" +msgstr "" + +#: arduino/resources/checksums.go:96 +msgid "fetched archive size differs from size specified in index" +msgstr "" + +#: arduino/resources/install.go:128 +msgid "files in archive must be placed in a subdirectory" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:61 +msgid "finding absolute path of %s" +msgstr "" + +#: internal/cli/cli.go:72 +msgid "flags" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:100 +msgid "following symlink %s" +msgstr "" + +#: internal/cli/lib/download.go:39 +msgid "for a specific version." +msgstr "" + +#: internal/cli/lib/check_deps.go:40 internal/cli/lib/download.go:38 +#: internal/cli/lib/install.go:48 +msgid "for the latest version." +msgstr "" + +#: internal/cli/lib/check_deps.go:41 internal/cli/lib/install.go:49 +#: internal/cli/lib/install.go:51 +msgid "for the specific version." +msgstr "" + +#: internal/inventory/inventory.go:68 +msgid "generating installation.id: %w" +msgstr "" + +#: internal/inventory/inventory.go:74 +msgid "generating installation.secret: %w" +msgstr "" + +#: arduino/resources/download.go:53 +msgid "getting archive file info: %s" +msgstr "" + +#: arduino/resources/checksums.go:93 +msgid "getting archive info: %s" +msgstr "" + +#: arduino/resources/checksums.go:66 arduino/resources/checksums.go:89 +#: arduino/resources/download.go:34 arduino/resources/helpers.go:38 +#: arduino/resources/install.go:55 +msgid "getting archive path: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:311 +msgid "getting build properties for board %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:106 +msgid "getting discovery dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:114 +msgid "getting monitor dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:711 +msgid "getting parent dir of %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:99 +msgid "getting tool dependencies for platform %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:153 +msgid "install directory not set" +msgstr "" + +#: commands/instances.go:142 +msgid "installing %[1]s tool: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:208 +msgid "installing platform %[1]s: %[2]s" +msgstr "" + +#: internal/cli/feedback/terminal.go:36 +msgid "interactive terminal not supported for the '%s' output format" +msgstr "" + +#: arduino/sketch/profiles.go:191 +msgid "invalid '%s' directive" +msgstr "" + +#: arduino/discovery/discovery.go:212 +msgid "invalid 'add' message: missing port" +msgstr "" + +#: arduino/discovery/discovery.go:222 +msgid "invalid 'remove' message: missing port" +msgstr "" + +#: arduino/resources/checksums.go:44 +msgid "invalid checksum format: %s" +msgstr "" + +#: arduino/cores/fqbn.go:54 arduino/cores/fqbn.go:59 +msgid "invalid config option: %s" +msgstr "" + +#: internal/cli/arguments/reference.go:90 +msgid "invalid empty core architecture '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:67 +msgid "invalid empty core argument" +msgstr "" + +#: internal/cli/arguments/reference.go:86 +msgid "invalid empty core name '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:71 +msgid "invalid empty core reference '%s'" +msgstr "" + +#: internal/cli/arguments/reference.go:76 +msgid "invalid empty core version: '%s'" +msgstr "" + +#: internal/cli/lib/args.go:49 +msgid "invalid empty library name" +msgstr "" + +#: internal/cli/lib/args.go:54 +msgid "invalid empty library version: %s" +msgstr "" + +#: arduino/cores/board.go:142 +msgid "invalid empty option found" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:272 +msgid "invalid git url" +msgstr "" + +#: arduino/resources/checksums.go:48 +msgid "invalid hash '%[1]s': %[2]s" +msgstr "" + +#: internal/cli/arguments/reference.go:83 +msgid "invalid item %s" +msgstr "" + +#: arduino/sketch/profiles.go:225 +msgid "invalid library directive:" +msgstr "" + +#: arduino/libraries/libraries_layout.go:65 +msgid "invalid library layout: %s" +msgstr "" + +#: arduino/libraries/libraries_location.go:88 +msgid "invalid library location: %s" +msgstr "" + +#: arduino/libraries/loader.go:139 +msgid "invalid library: no header files found" +msgstr "" + +#: arduino/cores/board.go:145 +msgid "invalid option '%s'" +msgstr "" + +#: internal/cli/arguments/show_properties.go:51 +msgid "invalid option '%s'." +msgstr "" + +#: internal/inventory/inventory.go:93 +msgid "invalid path creating config dir: %[1]s error: %[2]w" +msgstr "" + +#: internal/inventory/inventory.go:99 +msgid "invalid path writing inventory file: %[1]s error: %[2]w" +msgstr "" + +#: arduino/cores/packageindex/index.go:283 +msgid "invalid platform archive size: %s" +msgstr "" + +#: arduino/sketch/profiles.go:195 +msgid "invalid platform identifier" +msgstr "" + +#: arduino/sketch/profiles.go:205 +msgid "invalid platform index URL:" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:363 +msgid "invalid pluggable monitor reference: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:123 +msgid "invalid port configuration value for %s: %s" +msgstr "" + +#: internal/cli/monitor/monitor.go:131 +msgid "invalid port configuration: %s" +msgstr "" + +#: commands/upload/upload.go:643 +msgid "invalid recipe '%[1]s': %[2]s" +msgstr "" + +#: commands/sketch/new.go:86 +msgid "" +"invalid sketch name \"%[1]s\": the first character must be alphanumeric or " +"\"_\", the following ones can also contain \"-\" and \".\". The last one " +"cannot be \".\"." +msgstr "" + +#: arduino/cores/board.go:149 +msgid "invalid value '%[1]s' for option '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:273 +msgid "invalid version directory %s" +msgstr "" + +#: arduino/sketch/profiles.go:227 +msgid "invalid version:" +msgstr "" + +#: commands/daemon/settings.go:111 commands/daemon/settings.go:166 +msgid "key not found in settings" +msgstr "" + +#: internal/cli/core/search.go:45 +msgid "keywords" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:130 +msgid "library %s already installed" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:319 +msgid "library not valid" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:197 +msgid "library path does not exist: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:67 +msgid "listing serial ports" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:301 +#: arduino/cores/packagemanager/loader.go:310 +#: arduino/cores/packagemanager/loader.go:315 +msgid "loading %[1]s: %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:351 +msgid "loading boards: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:666 +msgid "loading bundled tools from %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:452 +#: arduino/cores/packagemanager/package_manager.go:467 +msgid "loading json index file %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:179 +#: arduino/libraries/librariesmanager/librariesmanager.go:202 +msgid "loading library from %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:54 +msgid "loading library.properties: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:250 +#: arduino/cores/packagemanager/loader.go:278 +msgid "loading platform release %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:197 +msgid "loading platform.txt" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:44 +msgid "loading required platform %s" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:60 +msgid "loading required tool %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:625 +msgid "loading tool release in %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:190 +msgid "looking for boards.txt in %s" +msgstr "" + +#: arduino/sketch/sketch.go:76 +msgid "main file missing from sketch: %s" +msgstr "" + +#: arduino/sketch/profiles.go:189 +msgid "missing '%s' directive" +msgstr "" + +#: arduino/resources/checksums.go:40 +msgid "missing checksum for: %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:413 +msgid "missing package %[1]s referenced by board %[2]s" +msgstr "" + +#: internal/cli/core/upgrade.go:86 +msgid "missing package index for %s, future updates cannot be guaranteed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:418 +msgid "missing platform %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:423 +msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:709 +msgid "monitor release not found: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:201 +#: arduino/libraries/librariesmanager/install.go:250 +#: arduino/resources/install.go:96 +msgid "moving extracted archive to destination dir: %s" +msgstr "" + +#: commands/upload/upload.go:766 +msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" +msgstr "" + +#: arduino/sketch/sketch.go:68 +msgid "multiple main sketch files found (%[1]v, %[2]v)" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:320 +msgid "" +"no compatible version of %[1]s tools found for the current os, try " +"contacting %[2]s" +msgstr "" + +#: executils/process.go:40 +msgid "no executable specified" +msgstr "" + +#: commands/daemon/daemon.go:100 +msgid "no instance specified" +msgstr "" + +#: commands/upload/upload.go:721 +msgid "no sketch or build directory/file specified" +msgstr "" + +#: arduino/sketch/sketch.go:55 +msgid "no such file or directory" +msgstr "" + +#: arduino/resources/install.go:131 +msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" +msgstr "" + +#: commands/upload/upload.go:638 +msgid "no upload port provided" +msgstr "" + +#: arduino/sketch/sketch.go:274 +msgid "no valid sketch found in %[1]s: missing %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:128 +msgid "no versions available for the current OS, try contacting %s" +msgstr "" + +#: internal/cli/feedback/terminal.go:39 +msgid "not running in a terminal" +msgstr "" + +#: arduino/resources/checksums.go:71 arduino/resources/install.go:59 +msgid "opening archive file: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:266 +msgid "opening boards.txt" +msgstr "" + +#: arduino/serialutils/serialutils.go:38 +msgid "opening port at 1200bps" +msgstr "" + +#: arduino/security/signatures.go:83 +msgid "opening signature file: %s" +msgstr "" + +#: arduino/security/signatures.go:78 +msgid "opening target file: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:76 arduino/cores/status.go:89 +#: arduino/cores/status.go:114 arduino/cores/status.go:141 +msgid "package %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:481 +msgid "package '%s' not found" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:221 +msgid "parsing IDE bundled index" +msgstr "" + +#: arduino/cores/board.go:165 +#: arduino/cores/packagemanager/package_manager.go:252 +msgid "parsing fqbn: %s" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:72 +msgid "parsing library_index.json: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:181 +msgid "path is not a platform directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:80 +msgid "platform %[1]s not found in package %[2]s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:92 +msgid "platform %s has no available releases" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:298 +msgid "platform %s is not installed" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:176 +#: arduino/cores/packagemanager/install_uninstall.go:280 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 +msgid "platform not installed" +msgstr "" + +#: internal/cli/compile/compile.go:139 +msgid "please use --build-property instead." +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:126 +msgid "pluggable discovery already added: %s" +msgstr "" + +#: internal/cli/board/attach.go:34 +msgid "port" +msgstr "" + +#: internal/cli/arguments/port.go:125 +msgid "port not found: %[1]s %[2]s" +msgstr "" + +#: arduino/monitor/monitor.go:236 +msgid "protocol version not supported: requested %[1]d, got %[2]d" +msgstr "" + +#: arduino/discovery/discovery.go:354 +msgid "protocol version not supported: requested 1, got %d" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:716 +msgid "reading %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:170 +msgid "reading dir %[1]s: %[2]s" +msgstr "" + +#: arduino/libraries/loader.go:198 +msgid "reading directory %[1]s content: %[2]w" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:71 +#: arduino/cores/packagemanager/loader.go:153 +#: arduino/cores/packagemanager/loader.go:260 +#: arduino/cores/packagemanager/loader.go:617 +msgid "reading directory %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:292 +msgid "reading directory %s content: %w" +msgstr "" + +#: arduino/builder/sketch.go:89 +msgid "reading file %[1]s: %[2]s" +msgstr "" + +#: arduino/sketch/sketch.go:205 +msgid "reading files: %v" +msgstr "" + +#: arduino/libraries/librariesresolver/cpp.go:104 +msgid "reading lib headers: %s" +msgstr "" + +#: arduino/libraries/libraries.go:228 +msgid "reading lib src dir: %s" +msgstr "" + +#: arduino/libraries/libraries.go:116 +msgid "reading library headers: %w" +msgstr "" + +#: arduino/libraries/librariesindex/json.go:66 +msgid "reading library_index.json: %s" +msgstr "" + +#: arduino/resources/install.go:121 +msgid "reading package root dir: %s" +msgstr "" + +#: commands/upload/upload.go:632 +msgid "recipe not found '%s'" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:557 +msgid "release %[1]s not found for tool %[2]s" +msgstr "" + +#: arduino/cores/status.go:83 arduino/cores/status.go:107 +#: arduino/cores/status.go:134 +msgid "release cannot be nil" +msgstr "" + +#: arduino/resources/download.go:44 +msgid "removing corrupted archive file: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/install.go:156 +msgid "removing library directory: %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:293 +msgid "removing platform files: %s" +msgstr "" + +#: arduino/cores/packagemanager/download.go:87 +msgid "required version %[1]s not found for platform %[2]s" +msgstr "" + +#: arduino/security/signatures.go:74 +msgid "retrieving Arduino public keys: %s" +msgstr "" + +#: arduino/libraries/loader.go:116 arduino/libraries/loader.go:154 +msgid "scanning examples: %s" +msgstr "" + +#: arduino/cores/packagemanager/loader.go:702 +msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" +msgstr "" + +#: arduino/resources/install.go:73 +msgid "searching package root dir: %s" +msgstr "" + +#: arduino/serialutils/serialutils.go:48 +msgid "setting DTR to OFF" +msgstr "" + +#: commands/sketch/new.go:78 +msgid "sketch name cannot be empty" +msgstr "" + +#: commands/sketch/new.go:91 +msgid "sketch name cannot be the reserved name \"%[1]s\"" +msgstr "" + +#: commands/sketch/new.go:81 +msgid "" +"sketch name too long (%[1]d characters). Maximum allowed length is %[2]d" +msgstr "" + +#: arduino/sketch/sketch.go:48 arduino/sketch/sketch.go:53 +msgid "sketch path is not valid" +msgstr "" + +#: internal/cli/board/attach.go:34 internal/cli/sketch/archive.go:37 +msgid "sketchPath" +msgstr "" + +#: legacy/builder/create_cmake_rule.go:118 +msgid "source is not a directory" +msgstr "" + +#: arduino/discovery/discoverymanager/discoverymanager.go:194 +msgid "starting discovery %s" +msgstr "" + +#: arduino/resources/checksums.go:118 +msgid "testing archive checksum: %s" +msgstr "" + +#: arduino/resources/checksums.go:111 +msgid "testing archive size: %s" +msgstr "" + +#: arduino/resources/checksums.go:105 +msgid "testing if archive is cached: %s" +msgstr "" + +#: arduino/resources/install.go:37 +msgid "testing local archive integrity: %s" +msgstr "" + +#: arduino/builder/sizer/sizer.go:185 +msgid "text section exceeds available space in board" +msgstr "" + +#: arduino/builder/detector/detector.go:211 +#: arduino/builder/preprocessor/ctags.go:70 +msgid "the compilation database may be incomplete or inaccurate" +msgstr "" + +#: commands/core/list.go:63 +msgid "the platform has no releases" +msgstr "" + +#: commands/board/list.go:103 +msgid "the server responded with status %s" +msgstr "" + +#: arduino/monitor/monitor.go:140 +msgid "timeout waiting for message" +msgstr "" + +#: arduino/discovery/discovery.go:251 +msgid "timeout waiting for message from %s" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:386 +msgid "tool %s is not managed by package manager" +msgstr "" + +#: arduino/cores/status.go:93 arduino/cores/status.go:118 +#: arduino/cores/status.go:145 +msgid "tool %s not found" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:507 +msgid "tool '%[1]s' not found in package '%[2]s'" +msgstr "" + +#: arduino/cores/packagemanager/install_uninstall.go:381 +msgid "tool not installed" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:687 +#: arduino/cores/packagemanager/package_manager.go:793 +msgid "tool release not found: %s" +msgstr "" + +#: arduino/cores/status.go:97 +msgid "tool version %s not found" +msgstr "" + +#: commands/lib/install.go:61 +msgid "" +"two different versions of the library %[1]s are required: %[2]s and %[3]s" +msgstr "" + +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 +msgid "unable to compute relative path to the sketch for the item" +msgstr "" + +#: arduino/builder/sketch.go:53 +msgid "unable to create a folder to save the sketch" +msgstr "" + +#: arduino/builder/sketch.go:132 +msgid "unable to create the folder containing the item" +msgstr "" + +#: internal/cli/config/dump.go:59 +msgid "unable to marshal config to YAML: %v" +msgstr "" + +#: arduino/builder/sketch.go:170 +msgid "unable to read contents of the destination item" +msgstr "" + +#: arduino/builder/sketch.go:143 +msgid "unable to read contents of the source item" +msgstr "" + +#: arduino/builder/sketch.go:153 +msgid "unable to write to destination file" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:286 +msgid "unknown package %s" +msgstr "" + +#: arduino/cores/packagemanager/package_manager.go:293 +msgid "unknown platform %s:%s" +msgstr "" + +#: arduino/sketch/sketch.go:147 +msgid "unknown sketch file extension '%s'" +msgstr "" + +#: arduino/resources/checksums.go:61 +msgid "unsupported hash algorithm: %s" +msgstr "" + +#: internal/cli/core/upgrade.go:43 +msgid "upgrade arduino:samd to the latest version" +msgstr "" + +#: internal/cli/core/upgrade.go:41 +msgid "upgrade everything to the latest version" +msgstr "" + +#: commands/upload/upload.go:667 +msgid "uploading error: %s" +msgstr "" + +#: arduino/libraries/librariesmanager/librariesmanager.go:153 +msgid "user directory not set" +msgstr "" + +#: internal/cli/feedback/terminal.go:73 +msgid "user input not supported for the '%s' output format" +msgstr "" + +#: internal/cli/feedback/terminal.go:76 +msgid "user input not supported in non interactive mode" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:176 +msgid "version %s not available for this operating system" +msgstr "" + +#: arduino/cores/packagemanager/profiles.go:155 +msgid "version %s not found" +msgstr "" + +#: commands/board/list.go:121 +msgid "wrong format in server response" +msgstr "" diff --git a/i18n/data/pl.po b/i18n/data/pl.po index 2a33aaa8ca0..7b895fe9a12 100644 --- a/i18n/data/pl.po +++ b/i18n/data/pl.po @@ -15,7 +15,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "%[1]sfolder nie jest już wspierany,.Zobacz %[2]spo więcej informacji" @@ -27,7 +27,7 @@ msgstr "%[1]snieprawidłowe, przebudowywuję całość" msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]sjest wymagane ale %[2]s jest obecnie zaistalowane" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "Brakujący wzorzec %[1]s" @@ -51,7 +51,7 @@ msgstr "%[1]s, wersja protokołu %[2]d" msgid "%s already downloaded" msgstr "%sjuż pobrane" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%s oraz %s nie mogą być razem użyte" @@ -156,7 +156,7 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "" @@ -164,7 +164,7 @@ msgstr "" msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "" @@ -180,7 +180,7 @@ msgstr "Architektura: %s" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "Archiwizowanie budowanego rdzenia (buforowanie) w: %[1]s" @@ -265,7 +265,7 @@ msgstr "Nazwa płytki:" msgid "Board version:" msgstr "" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "Podany nieistniejący plik programu rozruchowego: %[1]s" @@ -314,11 +314,11 @@ msgstr "" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "" @@ -358,7 +358,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "" @@ -400,7 +400,7 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "" @@ -408,19 +408,19 @@ msgstr "" msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "Kompilowanie szkicu..." @@ -437,7 +437,7 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -455,7 +455,7 @@ msgstr "" msgid "Connected" msgstr "" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "" @@ -471,11 +471,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "" @@ -501,7 +501,7 @@ msgid "" "directory with the current configuration settings." msgstr "" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -537,7 +537,7 @@ msgstr "" msgid "Debugging supported:" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "Domyślne" @@ -571,7 +571,7 @@ msgstr "" msgid "Description" msgstr "" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "" @@ -684,7 +684,7 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -700,11 +700,11 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "" @@ -712,7 +712,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "" @@ -765,7 +765,7 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "" @@ -775,8 +775,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "" @@ -784,7 +784,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -804,7 +804,7 @@ msgstr "" msgid "Error extracting %s" msgstr "" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -820,11 +820,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "" @@ -836,11 +836,11 @@ msgstr "" msgid "Error getting port metadata: %v" msgstr "" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -904,15 +904,15 @@ msgstr "" msgid "Error opening debug logging file: %s" msgstr "" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -956,7 +956,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" @@ -984,17 +984,17 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" @@ -1002,7 +1002,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1022,7 +1022,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1036,15 +1036,15 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1072,7 +1072,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "" @@ -1080,7 +1080,7 @@ msgstr "" msgid "File:" msgstr "" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1109,9 +1109,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1143,7 +1141,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "" @@ -1151,7 +1149,7 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1160,12 +1158,12 @@ msgstr "" "pozostawiając %[4]s bajtów dla zmiennych lokalnych. Maksimum to %[2]s " "bajtów." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "Zmienne globalne używają %[1]s bajtów pamięci dynamicznej." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "" @@ -1235,7 +1233,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "" @@ -1274,15 +1272,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1330,7 +1328,7 @@ msgstr "" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1369,7 +1367,7 @@ msgstr "" msgid "Latest" msgstr "" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "" @@ -1395,7 +1393,7 @@ msgstr "" msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1412,7 +1410,7 @@ msgstr "" msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1467,7 +1465,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "" "Niski poziom dostępnej pamięci, mogą wystąpić problemy ze stabilnością." @@ -1485,7 +1483,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "Brakuje '%[1]s' z biblioteki w %[2]s" @@ -1509,7 +1507,7 @@ msgstr "" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1525,7 +1523,7 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "Znaleziono wiele bibliotek w \"%[1]s\"" @@ -1539,7 +1537,7 @@ msgstr "" msgid "Name: \"%s\"" msgstr "" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1589,7 +1587,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1597,13 +1595,13 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" "Niewystarczająca ilość pamięci; sprawdź %[1]s w poszukiwaniu rozwiązania " "problemu" -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "Niewykorzystane: %[1]s" @@ -1621,7 +1619,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "" @@ -1704,7 +1702,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "" @@ -1730,7 +1728,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1742,7 +1740,7 @@ msgstr "" msgid "Platform %s installed" msgstr "" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1764,7 +1762,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1812,7 +1810,7 @@ msgstr "" msgid "Port" msgstr "Port" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "" @@ -1820,8 +1818,7 @@ msgstr "" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "" @@ -1897,7 +1894,7 @@ msgstr "" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1907,7 +1904,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1947,6 +1944,10 @@ msgstr "" msgid "Server responded with: %s" msgstr "" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -1961,7 +1962,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "" @@ -1973,7 +1974,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2054,7 +2055,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2068,11 +2069,11 @@ msgstr "" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 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." -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2086,23 +2087,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2154,7 +2155,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2180,7 +2181,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2227,7 +2228,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2247,7 +2248,7 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2353,15 +2354,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2377,7 +2378,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2396,27 +2397,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "Wykorzystane: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2428,17 +2429,15 @@ msgstr "Użycie biblioteki %[1]s w wersji %[2]s z folderu: %[3]s %[4]s" msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "Użycie biblioteki %[1]s z folderu %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "Użycie wcześniej skompilowanego pliku: %[1]s" @@ -2450,7 +2449,7 @@ msgstr "" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2459,7 +2458,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2476,7 +2475,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2489,11 +2488,11 @@ msgstr "" "może nie być kompatybilna z obecną płytką która działa na " "architekturze(/architekturach) %[3]s." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2536,11 +2535,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2548,7 +2547,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2594,11 +2593,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2642,7 +2641,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2659,7 +2658,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2671,7 +2670,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2679,7 +2678,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -2983,7 +2982,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3121,7 +3120,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3143,7 +3142,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3155,7 +3154,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3231,7 +3230,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3247,7 +3246,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3282,7 +3281,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3310,7 +3309,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3380,7 +3379,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3404,12 +3403,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3460,19 +3459,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3480,19 +3475,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "" @@ -3520,7 +3511,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "" @@ -3528,11 +3519,11 @@ msgstr "" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/pt.po b/i18n/data/pt.po index 0f76c7a12c3..0ec645ebac5 100644 --- a/i18n/data/pt.po +++ b/i18n/data/pt.po @@ -15,7 +15,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s%[5]s%[4]sData%[3]scomprometer%[2]sVersão" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "%[1]spasta não é mais suportada! Ver%[2]sPara maiores informações" @@ -27,7 +27,7 @@ msgstr "%[1]sinválido, refazendo tudo" msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]s‎é necessário, mas‎%[2]snão é instalado em nenhum momento." -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]so padrão está faltando" @@ -51,7 +51,7 @@ msgstr "%[2]d%[1]s, versão do protocolo:" msgid "%s already downloaded" msgstr "%s‎já baixado‎" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%se%s‎não pode ser usado em conjunto‎" @@ -163,7 +163,7 @@ msgstr "Todos os Núcleos já estão na versão mais recente" msgid "Already installed %s" msgstr "%s‎Já instalado‎" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "%[1]sAlternativas para‎%[2]s:" @@ -171,7 +171,7 @@ msgstr "%[1]sAlternativas para‎%[2]s:" msgid "An error occurred adding prototypes" msgstr "‎Ocorreu um erro ao adicionar os protótipos‎" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "‎Ocorreu um erro na detecção de bibliotecas‎" @@ -187,7 +187,7 @@ msgstr "%sArquitetura:‎" msgid "Archive already exists" msgstr "O Arquivo já existe" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "%[1]sArquivando núcleo construído (cache) em:" @@ -276,7 +276,7 @@ msgstr "Nome da Placa:" msgid "Board version:" msgstr "Versão da Placa:" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "" "Um Arquivo carregador de inicialização definido, mas está faltando: %[1]s" @@ -328,11 +328,11 @@ msgstr "Não é possível escrever para o arquivo de configuração: %v" msgid "Can't write debug log: %s" msgstr "Não é possível escrever para o arquivo de depuração: %s" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "Não é possível criar Build do diretório de Cache" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "Não é possível criar Build do diretório" @@ -372,7 +372,7 @@ msgstr "Não é possível instalar plataforma" msgid "Cannot install tool %s" msgstr "Não é possível instalar ferramenta %s" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "Não é possível realizar redefinição de porta: %s" @@ -418,7 +418,7 @@ msgstr "" "Comando continua a executar e a imprimir lista de placas conectadas sempre " "que ocorrer uma mudança." -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "Esboço compilado não encontrado em %s" @@ -426,19 +426,19 @@ msgstr "Esboço compilado não encontrado em %s" msgid "Compiles Arduino sketches." msgstr "Compila esboços Arduino." -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "Compilando núcleo..." -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "Compilando bibliotecas..." -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "%[1]s‎Biblioteca de compilação‎ \"\"" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "Compilando sketch..." @@ -457,7 +457,7 @@ msgstr "%s‎Arquivo Config escrito para:‎" msgid "Configuration options for %s" msgstr "Opções de configuração para %s" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -477,7 +477,7 @@ msgstr "Configurando ferramenta." msgid "Connected" msgstr "Conectado" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "Conectado para %s! Aperte CTRL-C para sair." @@ -493,11 +493,11 @@ msgstr "Não foi possível conectar via HTTP" msgid "Could not create index directory" msgstr "Não foi possível criar diretório Index" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "Não foi possível fazer o Cache profundo para a Build central: %[1]s" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "Não foi possível determinar o tamanho do programa" @@ -525,7 +525,7 @@ msgstr "" "Cria ou atualiza o arquivo de configuração no diretório de dados ou em um " "diretório customizado com as definições de configuração atuais." -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -565,7 +565,7 @@ msgstr "Depuramento não é suportado para a placa %s" msgid "Debugging supported:" msgstr "Depuramento suportado:" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "Padrão" @@ -603,7 +603,7 @@ msgstr "Dependências: %s" msgid "Description" msgstr "Descrição" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "Detectando bibliotecas utilizadas..." @@ -719,7 +719,7 @@ msgstr "Insira URL git para bibliotecas hospedadas em repositórios" msgid "Error adding file to sketch archive" msgstr "Erro ao adicionar arquivo de esboço para o depósito de documentos" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "Erro ao adicionar Build do Núcleo (caching) em %[1]s:%[2]s" @@ -735,11 +735,11 @@ msgstr "Erro ao calcular caminho de arquivo relativo" msgid "Error cleaning caches: %v" msgstr "Erro ao limpar caches: %v" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "Erro ao converter caminho para absoluto: %v" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "Erro ao copiar arquivo de saída %s" @@ -747,7 +747,7 @@ msgstr "Erro ao copiar arquivo de saída %s" msgid "Error creating instance: %v" msgstr "Erro ao criar instância: %v" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "Erro ao criar diretório de saída" @@ -800,7 +800,7 @@ msgstr "Erro ao baixar ferramenta %s" msgid "Error during Debug: %v" msgstr "Erro durante Depuramento: %v" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "Erro durante detecção FQBN: %v" @@ -810,8 +810,8 @@ msgstr "Erro durante codificação da saída JSON: %v" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "Erro durante envio: %v" @@ -819,7 +819,7 @@ msgstr "Erro durante envio: %v" msgid "Error during YAML encoding of the output: %v" msgstr "Erro durante codificação da saída YAML: %v" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "Erro durante build: %v" @@ -839,7 +839,7 @@ msgstr "Erro durante atualização: %v" msgid "Error extracting %s" msgstr "Erro ao extrair %s" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "Erro ao buscar por artefatos da Build" @@ -855,12 +855,12 @@ msgstr "Erro ao obter caminho absoluto do arquivo de esboço" msgid "Error getting board details: %v" msgstr "Erro ao obter detalhes da placa: %v" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" "Erro ao obter o diretório atual para o banco de dados de compilação: %s" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "Erro ao obter informações da biblioteca %s" @@ -872,11 +872,11 @@ msgstr "Erro ao obter informações sobre as bibliotecas: %v" msgid "Error getting port metadata: %v" msgstr "Erro ao obter metadata da porta: %v" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "Erro ao obter detalhes das configurações da porta: %s" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "Erro ao obter entrada do usuário" @@ -940,15 +940,15 @@ msgstr "Erro ao abrir %s" msgid "Error opening debug logging file: %s" msgstr "Erro ao abrir arquivo de registro de depuração: %s" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "Erro ao abrir arquivo de dados que sobrescrevem o código fonte: %v" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "Erro ao fazer análise sintática na flag --show-properties: %v" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "Erro ao ler diretório de build" @@ -992,7 +992,7 @@ msgstr "Erro ao buscar por bibliotecas: %v" msgid "Error searching for platforms: %v" msgstr "Erro ao buscar por plataformas: %v" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "Erro ao serializar compilação do banco de dados: %s" @@ -1020,17 +1020,17 @@ msgstr "Erro ao atualizar plataforma: %s" msgid "Error verifying signature" msgstr "Erro ao verificar assinatura" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "Erro ao detectar bibliotecas incluídas por %[1]s" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "Erro ao determinar tamanho do esboço: %s" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "Erro ao escrever compilação de banco de dados: %s" @@ -1038,7 +1038,7 @@ msgstr "Erro ao escrever compilação de banco de dados: %s" msgid "Error: command description is not supported by %v" msgstr "Erro: descrição de comando não suportado por %v" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "Erro: arquivo de dados que sobrescrevem o código fonte inválido: %v" @@ -1058,7 +1058,7 @@ msgstr "Exemplos:" msgid "Executable to debug" msgstr "Executável para depurar" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" "Um esboço compilado era esperado no diretório %s, mas um arquivo foi " @@ -1074,15 +1074,15 @@ msgstr "FQBN" msgid "FQBN:" msgstr "FQBN:" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "Falha ao apagar chip" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "Falha ao programar" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "Falha ao gravar carregador de inicialização" @@ -1110,7 +1110,7 @@ msgstr "Falha ao ouvir porta TCP: %[1]s. Erro inesperado: %[2]v" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "Falha ao ouvir porta TCP: %s. Endereço já está em uso." -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "Falha ao enviar" @@ -1118,7 +1118,7 @@ msgstr "Falha ao enviar" msgid "File:" msgstr "Arquivo:" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1154,12 +1154,8 @@ msgstr "" "no modo interativo)." #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" -"Plataforma %d encontrada para a referência \"%s\":\n" -"%s" #: internal/cli/arguments/fqbn.go:37 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" @@ -1190,7 +1186,7 @@ msgstr "Gera scripts de conclusão" msgid "Generates completion scripts for various shells" msgstr "Gera scripts de conclusão para várias Shells" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "Gerando protótipos de função..." @@ -1198,7 +1194,7 @@ msgstr "Gerando protótipos de função..." msgid "Global Flags:" msgstr "Flags Globais:" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1206,12 +1202,12 @@ msgstr "" "Variáveis globais usam %[1]s bytes (%[3]s%%) de memória dinâmica, restando " "%[4]s bytes para variáveis locais. O maximo é %[2]s bytes." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "Variáveis globais usam %[1]s bytes de memória dinâmica." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "ID" @@ -1287,7 +1283,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "Instala uma ou mais bibliotecas especificadas no sistema." -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "Erro interno no Cache" @@ -1330,15 +1326,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "Argumento inválido passado: %v" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "Propriedades de compilação inválidas" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "Tamanho de dados para regexp inválida: %s" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "Regexp de tamanho EEPROM inválida: %s" @@ -1386,7 +1382,7 @@ msgstr "Perfil inválido" msgid "Invalid recipe in platform.txt" msgstr "Receita inválida em platform.txt" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "Tamanho de regexp inválido: %s" @@ -1427,7 +1423,7 @@ msgstr "NOME_BIBLIOTECA" msgid "Latest" msgstr "Mais recente" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "A biblioteca %[1]s foi declarada como pré-compilada:" @@ -1454,7 +1450,7 @@ msgstr "A biblioteca %s não foi encontrada" msgid "Library '%s' not found" msgstr "A biblioteca '%s' não foi encontrada" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1473,7 +1469,7 @@ msgstr "Biblioteca instalada" msgid "License: %s" msgstr "Licença: %s" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "Vinculando tudo..." @@ -1534,7 +1530,7 @@ msgstr "Carregando arquivo Index: %v" msgid "Location" msgstr "Localização" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "Pouca memória disponível, podem ocorrer problemas de estabilidade." @@ -1552,7 +1548,7 @@ msgid "" msgstr "" "Mensagens com esse nível e acima serão registradas. Níveis válidos são: %s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "'%[1]s' está faltando da biblioteca em %[2]s" @@ -1576,7 +1572,7 @@ msgstr "Protocolo de porta faltando" msgid "Missing programmer" msgstr "Programador faltando" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "Tamanho de regexp faltando" @@ -1592,7 +1588,7 @@ msgstr "Monitor '%s' não encontrado" msgid "Monitor port settings:" msgstr "Configurações da porta do monitor:" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "Múltiplas bibliotecas foram encontradas para \"%[1]s\"" @@ -1606,7 +1602,7 @@ msgstr "Nome" msgid "Name: \"%s\"" msgstr "Nome: \"%s\"" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1658,7 +1654,7 @@ msgstr "Nenhuma plataforma instalada." msgid "No platforms matching your search." msgstr "Nenhuma plataforma correspondente à sua busca." -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "Nenhuma porta de envio encontrada, usando %s como reserva" @@ -1666,13 +1662,13 @@ msgstr "Nenhuma porta de envio encontrada, usando %s como reserva" msgid "No valid dependencies solution found" msgstr "Sem solução válida para dependências encontrada " -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "" "Memória insuficiente: veja %[1]s para sugestões sobre como reduzir a sua " "pegada." -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "Não utilizado: %[1]s" @@ -1692,7 +1688,7 @@ msgstr "" "Esconder detalhes da biblioteca para todas as versões exceto a mais recente " "(produz uma saída JSON mais compacta)." -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "Abra uma porta de comunicação com a placa." @@ -1785,7 +1781,7 @@ msgstr "Website do pacote:" msgid "Paragraph: %s" msgstr "Parágrafo: %s" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "Caminho" @@ -1817,7 +1813,7 @@ msgstr "" "Caminho para onde salvar arquivos compilados. Se omitido, um diretório vai " "ser criado no caminho temporário padrão do seu SO." -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "Executando toque de redefinição de 1200-bps na porta serial %s" @@ -1829,7 +1825,7 @@ msgstr "Plataforma %s já está instalada" msgid "Platform %s installed" msgstr "Plataforma %s instalada" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1853,7 +1849,7 @@ msgstr "Plataforma '%s' não encontrada" msgid "Platform ID" msgstr "ID da Plataforma" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "ID da Plataforma incorreto" @@ -1905,7 +1901,7 @@ msgstr "" msgid "Port" msgstr "Porta" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "Porta fechada: %v" @@ -1913,8 +1909,7 @@ msgstr "Porta fechada: %v" msgid "Port monitor error" msgstr "Erro no monitor de portas" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "Biblioteca pré-compilada em \"%[1]s\" não foi encontrada" @@ -1990,7 +1985,7 @@ msgstr "Ferramenta necessária:" msgid "Run as a daemon on port: %s" msgstr "Execute como um daemon na porta: %s" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" "Execute no modo silencioso e mostre apenas a entrada e a saída do monitor." @@ -2003,7 +1998,7 @@ msgstr "" "Ao executar como um daemon, a inicialização de núcleos e bibliotecas é feita" " apenas uma vez." -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "Executando compilação normal do núcleo..." @@ -2049,6 +2044,10 @@ msgstr "Sentença: %s" msgid "Server responded with: %s" msgstr "Servidor respondeu com: %s" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "Define um valor de configuração." @@ -2065,7 +2064,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "Define onde o arquivo de configuração deve ser salvo." -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "Configuração" @@ -2077,7 +2076,7 @@ msgstr "Chave de configuração não existe" msgid "Show all available core versions." msgstr "Mostre todas as versões de núcleo disponíveis." -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "Mostre todas as configurações da porta de comunicação." @@ -2173,7 +2172,7 @@ msgstr "Mostra o número de versão da CLI Arduino." msgid "Size (bytes):" msgstr "Tamanho (em bytes):" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2189,13 +2188,13 @@ msgstr "Esboço criado em: %s" msgid "Sketch profile to use" msgstr "Perfil de Esboço para utilizar" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "" "O rascunho é demasiado grande; veja %[1]s para técnicas de reduzir o " "ficheiro." -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2211,25 +2210,25 @@ msgstr "" "Esboços com a extensão. pde estão descontinuados. Por favor renomeie os " "seguintes arquivos para .ino:" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "Pule a vinculação da executável final." -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" "Pulando o toque de redefinição 1200-bps: nenhuma porta serial foi " "selecionada!" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "Pulando a criação de depósito de documentos de: %[1]s" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "Pulando a compilação de: %[1]s" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" "Pulando detecção de dependências para a biblioteca pré-compilada %[1]s" @@ -2289,7 +2288,7 @@ msgstr "" "A chave '%[1]v' não é uma lista de itens. Não é possível remover dela.\n" "Talvez tente usar '%[2]s'?" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "A biblioteca %s possui múltiplas instalações:" @@ -2324,7 +2323,7 @@ msgstr "" "e criptografar um resultado binário. Usado apenas por plataformas que " "possuem suporte." -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "A plataforma não suporta '%[1]s' para bibliotecas pré-compiladas." @@ -2378,7 +2377,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2398,7 +2397,7 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2504,15 +2503,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2528,7 +2527,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2547,27 +2546,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "Utilizado: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2579,17 +2578,15 @@ msgstr "" msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "A usar a biblioteca %[1]s na directoria: %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "A usar o ficheiro previamente compilado: %[1]s" @@ -2601,7 +2598,7 @@ msgstr "" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2610,7 +2607,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2627,7 +2624,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2640,11 +2637,11 @@ msgstr "" "%[2]s e pode ser incompatível com a sua placa actual que é executada em " "arquitectura(s) %[3]s." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2687,11 +2684,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2699,7 +2696,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2745,11 +2742,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2793,7 +2790,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2810,7 +2807,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2822,7 +2819,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2830,7 +2827,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -3134,7 +3131,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3272,7 +3269,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3294,7 +3291,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3306,7 +3303,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3382,7 +3379,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3398,7 +3395,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3433,7 +3430,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3461,7 +3458,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3531,7 +3528,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3555,12 +3552,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3613,20 +3610,16 @@ msgstr "" "%[1]s‎existem duas versões diferentes da biblioteca‎%[2]s‎são " "necessárias:‎%[3]se" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" "não é possível encontrar o caminho relativo para o esboço para o item‎" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "‎não é possível criar uma pasta para salvar o sketch" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "‎não é possível criar uma pasta para salvar o sketch" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "‎não é possível criar a pasta contendo o item‎" @@ -3634,19 +3627,15 @@ msgstr "‎não é possível criar a pasta contendo o item‎" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "‎não é possível de ler o conteúdo do item de destino‎" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "‎não é possível ler o conteúdo do item de origem‎" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "‎incapaz de salvar o sketch no disco‎" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "‎incapaz de escrever para o arquivo de destino‎" @@ -3674,7 +3663,7 @@ msgstr "‎atualizar arduino: samd para a versão mais recente‎" msgid "upgrade everything to the latest version" msgstr "‎atualizar tudo para a versão mais recente‎" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "%serro ao carregar" @@ -3682,11 +3671,11 @@ msgstr "%serro ao carregar" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/ru.po b/i18n/data/ru.po index bf919570cd9..51b04dcc1e6 100644 --- a/i18n/data/ru.po +++ b/i18n/data/ru.po @@ -15,7 +15,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s%[2]s Версия: %[3]s Фиксация: %[4]s Дата: %[5]s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "Папка %[1]s более не поддерживается! Более подробно в %[2]s" @@ -27,7 +27,7 @@ msgstr "" msgid "%[1]s is required but %[2]s is currently installed." msgstr "Требуется %[1]s, но в данный момент устанавливается %[2]s" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]s не найден шаблон" @@ -51,7 +51,7 @@ msgstr "%[1]s, версия протокола: %[2]d" msgid "%s already downloaded" msgstr "%s уже скачана" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%s не может быть использована вместе с %s" @@ -157,7 +157,7 @@ msgstr "" msgid "Already installed %s" msgstr "" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "" @@ -165,7 +165,7 @@ msgstr "" msgid "An error occurred adding prototypes" msgstr "" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "" @@ -181,7 +181,7 @@ msgstr "" msgid "Archive already exists" msgstr "" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "Архивирование откомпилированного ядра (кэширование) в: %[1]s" @@ -266,7 +266,7 @@ msgstr "" msgid "Board version:" msgstr "" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "Файл загрузчика указан но не существует: %[1]s" @@ -315,11 +315,11 @@ msgstr "" msgid "Can't write debug log: %s" msgstr "" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "" @@ -359,7 +359,7 @@ msgstr "" msgid "Cannot install tool %s" msgstr "" -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "" @@ -401,7 +401,7 @@ msgid "" "a change." msgstr "" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "" @@ -409,19 +409,19 @@ msgstr "" msgid "Compiles Arduino sketches." msgstr "" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "Компиляция скетча..." @@ -438,7 +438,7 @@ msgstr "" msgid "Configuration options for %s" msgstr "" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -456,7 +456,7 @@ msgstr "" msgid "Connected" msgstr "" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "" @@ -472,11 +472,11 @@ msgstr "" msgid "Could not create index directory" msgstr "" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "" @@ -502,7 +502,7 @@ msgid "" "directory with the current configuration settings." msgstr "" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -538,7 +538,7 @@ msgstr "" msgid "Debugging supported:" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "По умолчанию" @@ -572,7 +572,7 @@ msgstr "" msgid "Description" msgstr "" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "" @@ -685,7 +685,7 @@ msgstr "" msgid "Error adding file to sketch archive" msgstr "" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "" @@ -701,11 +701,11 @@ msgstr "" msgid "Error cleaning caches: %v" msgstr "" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "" @@ -713,7 +713,7 @@ msgstr "" msgid "Error creating instance: %v" msgstr "" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "" @@ -766,7 +766,7 @@ msgstr "" msgid "Error during Debug: %v" msgstr "" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "" @@ -776,8 +776,8 @@ msgstr "" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "" @@ -785,7 +785,7 @@ msgstr "" msgid "Error during YAML encoding of the output: %v" msgstr "" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "" @@ -805,7 +805,7 @@ msgstr "" msgid "Error extracting %s" msgstr "" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "" @@ -821,11 +821,11 @@ msgstr "" msgid "Error getting board details: %v" msgstr "" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "" @@ -837,11 +837,11 @@ msgstr "" msgid "Error getting port metadata: %v" msgstr "" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "" @@ -905,15 +905,15 @@ msgstr "" msgid "Error opening debug logging file: %s" msgstr "" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "" @@ -957,7 +957,7 @@ msgstr "" msgid "Error searching for platforms: %v" msgstr "" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "" @@ -985,17 +985,17 @@ msgstr "" msgid "Error verifying signature" msgstr "" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "" @@ -1003,7 +1003,7 @@ msgstr "" msgid "Error: command description is not supported by %v" msgstr "" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "" @@ -1023,7 +1023,7 @@ msgstr "" msgid "Executable to debug" msgstr "" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "" @@ -1037,15 +1037,15 @@ msgstr "" msgid "FQBN:" msgstr "" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "" @@ -1073,7 +1073,7 @@ msgstr "" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "" @@ -1081,7 +1081,7 @@ msgstr "" msgid "File:" msgstr "" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1110,9 +1110,7 @@ msgid "" msgstr "" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" #: internal/cli/arguments/fqbn.go:37 @@ -1144,7 +1142,7 @@ msgstr "" msgid "Generates completion scripts for various shells" msgstr "" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "" @@ -1152,7 +1150,7 @@ msgstr "" msgid "Global Flags:" msgstr "" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." @@ -1160,12 +1158,12 @@ msgstr "" "Глобальные переменные используют %[1]s байт (%[3]s%%) динамической памяти, " "оставляя %[4]s байт для локальных переменных. Максимум: %[2]s байт." -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "Глобальные переменные используют %[1]s байт динамической памяти." #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "" @@ -1235,7 +1233,7 @@ msgstr "" msgid "Installs one or more specified libraries into the system." msgstr "" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "" @@ -1274,15 +1272,15 @@ msgstr "" msgid "Invalid argument passed: %v" msgstr "" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "" @@ -1330,7 +1328,7 @@ msgstr "" msgid "Invalid recipe in platform.txt" msgstr "" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "" @@ -1369,7 +1367,7 @@ msgstr "" msgid "Latest" msgstr "" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "" @@ -1395,7 +1393,7 @@ msgstr "" msgid "Library '%s' not found" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "" @@ -1412,7 +1410,7 @@ msgstr "" msgid "License: %s" msgstr "" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "" @@ -1467,7 +1465,7 @@ msgstr "" msgid "Location" msgstr "" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "Недостаточно памяти, программа может работать нестабильно." @@ -1484,7 +1482,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "Пропущен '%[1]s' из библиотеки в %[2]s" @@ -1508,7 +1506,7 @@ msgstr "" msgid "Missing programmer" msgstr "" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "" @@ -1524,7 +1522,7 @@ msgstr "" msgid "Monitor port settings:" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "Несколько библиотек найдено для \"%[1]s\"" @@ -1538,7 +1536,7 @@ msgstr "" msgid "Name: \"%s\"" msgstr "" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1588,7 +1586,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "" @@ -1596,11 +1594,11 @@ msgstr "" msgid "No valid dependencies solution found" msgstr "" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "Недостаточно памяти; прочитайте %[1]s" -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "Не используется: %[1]s" @@ -1618,7 +1616,7 @@ msgid "" "compact JSON output)." msgstr "" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "" @@ -1701,7 +1699,7 @@ msgstr "" msgid "Paragraph: %s" msgstr "" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "" @@ -1727,7 +1725,7 @@ msgid "" "in the default temporary path of your OS." msgstr "" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "" @@ -1739,7 +1737,7 @@ msgstr "" msgid "Platform %s installed" msgstr "" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1761,7 +1759,7 @@ msgstr "" msgid "Platform ID" msgstr "" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "" @@ -1809,7 +1807,7 @@ msgstr "" msgid "Port" msgstr "Порт" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "" @@ -1817,8 +1815,7 @@ msgstr "" msgid "Port monitor error" msgstr "" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "" @@ -1894,7 +1891,7 @@ msgstr "" msgid "Run as a daemon on port: %s" msgstr "" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "" @@ -1904,7 +1901,7 @@ msgid "" "once." msgstr "" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "" @@ -1944,6 +1941,10 @@ msgstr "" msgid "Server responded with: %s" msgstr "" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "" @@ -1958,7 +1959,7 @@ msgstr "" msgid "Sets where to save the configuration file." msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "" @@ -1970,7 +1971,7 @@ msgstr "" msgid "Show all available core versions." msgstr "" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "" @@ -2051,7 +2052,7 @@ msgstr "" msgid "Size (bytes):" msgstr "" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2065,11 +2066,11 @@ msgstr "" msgid "Sketch profile to use" msgstr "" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "Скетч слишком большой; прочитайте %[1]s" -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2083,23 +2084,23 @@ msgid "" "files to .ino:" msgstr "" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "" @@ -2151,7 +2152,7 @@ msgid "" "Maybe use '%[2]s'?" msgstr "" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "" @@ -2177,7 +2178,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "" @@ -2224,7 +2225,7 @@ msgstr "" msgid "Toolchain type" msgstr "" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "" @@ -2244,7 +2245,7 @@ msgstr "" msgid "URL:" msgstr "" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "" @@ -2350,15 +2351,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "" @@ -2374,7 +2375,7 @@ msgstr "" msgid "Upload the bootloader." msgstr "" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "" @@ -2393,27 +2394,27 @@ msgstr "" msgid "Use %s for more information about a command." msgstr "" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "Используется: %[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "" @@ -2425,17 +2426,15 @@ msgstr "Используем библиотеку %[1]s версии %[2]s из msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "Используем библиотеку %[1]s в папке: %[2]s %[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "Используем предварительно скомпилированный файл: %[1]s" @@ -2447,7 +2446,7 @@ msgstr "" msgid "VERSION_NUMBER" msgstr "" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "" @@ -2456,7 +2455,7 @@ msgstr "" msgid "Verify uploaded binary after the upload." msgstr "" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "" @@ -2473,7 +2472,7 @@ msgstr "" msgid "WARNING cannot configure tool: %s" msgstr "" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "" @@ -2485,11 +2484,11 @@ msgstr "" "ПРЕДУПРЕЖДЕНИЕ: библиотека %[1]s должна запускаться на архитектурах %[2]s и " "может быть несовместима с вашей платой на архитектуре %[3]s." -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "" @@ -2532,11 +2531,11 @@ msgstr "" msgid "archivePath" msgstr "" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "" @@ -2544,7 +2543,7 @@ msgstr "" msgid "available only in text format" msgstr "" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "" @@ -2590,11 +2589,11 @@ msgstr "" msgid "can't retrieve standard output stream: %s" msgstr "" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "" @@ -2638,7 +2637,7 @@ msgstr "" msgid "copying library to destination directory:" msgstr "" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "" @@ -2655,7 +2654,7 @@ msgstr "" msgid "could not update sketch project file" msgstr "" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "" @@ -2667,7 +2666,7 @@ msgstr "" msgid "creating temp dir for extraction: %s" msgstr "" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "" @@ -2675,7 +2674,7 @@ msgstr "" msgid "dependency '%s' is not available" msgstr "" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "" @@ -2979,7 +2978,7 @@ msgstr "" msgid "invalid port configuration: %s" msgstr "" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "" @@ -3117,7 +3116,7 @@ msgstr "" msgid "moving extracted archive to destination dir: %s" msgstr "" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "" @@ -3139,7 +3138,7 @@ msgstr "" msgid "no instance specified" msgstr "" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "" @@ -3151,7 +3150,7 @@ msgstr "" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "" @@ -3227,7 +3226,7 @@ msgstr "" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "" @@ -3243,7 +3242,7 @@ msgstr "" msgid "port" msgstr "" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "" @@ -3278,7 +3277,7 @@ msgstr "" msgid "reading directory %s content: %w" msgstr "" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "" @@ -3306,7 +3305,7 @@ msgstr "" msgid "reading package root dir: %s" msgstr "" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "" @@ -3376,7 +3375,7 @@ msgstr "" msgid "sketchPath" msgstr "" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "" @@ -3400,12 +3399,12 @@ msgstr "" msgid "testing local archive integrity: %s" msgstr "" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "" @@ -3456,19 +3455,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "" @@ -3476,19 +3471,15 @@ msgstr "" msgid "unable to marshal config to YAML: %v" msgstr "" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "" @@ -3516,7 +3507,7 @@ msgstr "" msgid "upgrade everything to the latest version" msgstr "" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "" @@ -3524,11 +3515,11 @@ msgstr "" msgid "user directory not set" msgstr "" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "" diff --git a/i18n/data/zh.po b/i18n/data/zh.po index cf34dff0a26..ac1cbf90d3c 100644 --- a/i18n/data/zh.po +++ b/i18n/data/zh.po @@ -17,7 +17,7 @@ msgstr "" msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" msgstr "%[1]s %[2]s 版本:%[3]s 提交:%[4]s 日期:%[5]s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:36 +#: arduino/builder/detector/detector.go:456 msgid "%[1]s folder is no longer supported! See %[2]s for more information" msgstr "%[1]s 文件夹不再受支持!有关详细信息,请参见 %[2]s" @@ -29,7 +29,7 @@ msgstr "%[1]s 无效,全部重建" msgid "%[1]s is required but %[2]s is currently installed." msgstr "%[1]s 是必需的,但当前已安装 %[2]s。" -#: legacy/builder/builder_utils/utils.go:438 +#: arduino/builder/utils/utils.go:311 msgid "%[1]s pattern is missing" msgstr "%[1]s 模式丢失" @@ -53,7 +53,7 @@ msgstr "%[1]s,协议版本:%[2]d" msgid "%s already downloaded" msgstr "%s 已经下载" -#: commands/upload/upload.go:684 +#: commands/upload/upload.go:689 msgid "%s and %s cannot be used together" msgstr "%s 和 %s 不能一起使用" @@ -158,7 +158,7 @@ msgstr "所有内核都是最新版本" msgid "Already installed %s" msgstr "已经安装 %s" -#: legacy/builder/container_find_includes.go:465 +#: arduino/builder/detector/detector.go:89 msgid "Alternatives for %[1]s: %[2]s" msgstr "%[1]s 的替代方案:%[2]s" @@ -166,7 +166,7 @@ msgstr "%[1]s 的替代方案:%[2]s" msgid "An error occurred adding prototypes" msgstr "添加原型时出错" -#: legacy/builder/container_find_includes.go:118 +#: arduino/builder/detector/detector.go:210 msgid "An error occurred detecting libraries" msgstr "检测库时出错" @@ -182,7 +182,7 @@ msgstr "架构:%s" msgid "Archive already exists" msgstr "存档已经存在" -#: legacy/builder/phases/core_builder.go:138 +#: arduino/builder/core.go:188 msgid "Archiving built core (caching) in: %[1]s" msgstr "存档构建代码(缓存):%[1]s" @@ -267,7 +267,7 @@ msgstr "开发板名:" msgid "Board version:" msgstr "开发板版本:" -#: legacy/builder/merge_sketch_with_bootloader.go:69 +#: legacy/builder/merge_sketch_with_bootloader.go:71 msgid "Bootloader file specified but missing: %[1]s" msgstr "已指定引导加载程序文件,缺少:%[1]s" @@ -316,11 +316,11 @@ msgstr "无法写入配置文件:%v" msgid "Can't write debug log: %s" msgstr "无法写入调试日志:%s" -#: commands/compile/compile.go:205 commands/compile/compile.go:208 +#: commands/compile/compile.go:166 commands/compile/compile.go:169 msgid "Cannot create build cache directory" msgstr "无法新建构建缓存目录" -#: commands/compile/compile.go:145 +#: commands/compile/compile.go:154 msgid "Cannot create build directory" msgstr "无法新建构建目录" @@ -360,7 +360,7 @@ msgstr "无法安装平台" msgid "Cannot install tool %s" msgstr "无法安装 %s 工具 " -#: commands/upload/upload.go:463 +#: commands/upload/upload.go:468 msgid "Cannot perform port reset: %s" msgstr "无法执行端口重置:%s" @@ -402,7 +402,7 @@ msgid "" "a change." msgstr "命令保持运行,并在发生更改时打印已连接开发板的列表。" -#: commands/debug/debug_info.go:125 commands/upload/upload.go:371 +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 msgid "Compiled sketch not found in %s" msgstr "在 %s 中找不到已编译项目" @@ -410,19 +410,19 @@ msgstr "在 %s 中找不到已编译项目" msgid "Compiles Arduino sketches." msgstr "编译 Arduino 项目" -#: legacy/builder/builder.go:76 +#: legacy/builder/builder.go:129 msgid "Compiling core..." msgstr "正在编译内核。。。" -#: legacy/builder/builder.go:70 +#: legacy/builder/builder.go:94 msgid "Compiling libraries..." msgstr "正在编译库。。。" -#: legacy/builder/phases/libraries_builder.go:133 +#: arduino/builder/libraries.go:182 msgid "Compiling library \"%[1]s\"" msgstr "正在编译 “%[1]s” 库" -#: legacy/builder/builder.go:65 +#: legacy/builder/builder.go:66 msgid "Compiling sketch..." msgstr "正在编译项目。。。" @@ -439,7 +439,7 @@ msgstr "配置文件写入:%s" msgid "Configuration options for %s" msgstr "%s 的配置选项" -#: internal/cli/monitor/monitor.go:62 +#: internal/cli/monitor/monitor.go:68 msgid "" "Configure communication port settings. The format is " "=[,=]..." @@ -457,7 +457,7 @@ msgstr "配置工具。" msgid "Connected" msgstr "已连接" -#: internal/cli/monitor/monitor.go:175 +#: internal/cli/monitor/monitor.go:155 msgid "Connected to %s! Press CTRL-C to exit." msgstr "已连接到 %s!按 CTRL-C 退出。" @@ -473,11 +473,11 @@ msgstr "无法通过 HTTP 连接" msgid "Could not create index directory" msgstr "无法新建索引目录" -#: legacy/builder/phases/core_builder.go:50 +#: arduino/builder/core.go:61 msgid "Couldn't deeply cache core build: %[1]s" msgstr "无法深度缓存内核构建:%[1]s" -#: legacy/builder/phases/sizer.go:123 +#: arduino/builder/sizer/sizer.go:148 msgid "Couldn't determine program size" msgstr "无法确定程序大小" @@ -503,7 +503,7 @@ msgid "" "directory with the current configuration settings." msgstr "用当前的配置创建或更新数据目录或自定义目录中的配置文件。" -#: internal/cli/compile/compile.go:299 +#: internal/cli/compile/compile.go:309 msgid "" "Currently, Build Profiles only support libraries available through Arduino " "Library Manager." @@ -539,7 +539,7 @@ msgstr "%s 开发板不支持调试" msgid "Debugging supported:" msgstr "支持调试:" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Default" msgstr "默认" @@ -573,7 +573,7 @@ msgstr "依赖:%s" msgid "Description" msgstr "说明" -#: legacy/builder/builder.go:57 +#: legacy/builder/builder.go:58 msgid "Detecting libraries used..." msgstr "正在检测使用的库。。。" @@ -686,7 +686,7 @@ msgstr "输入在存储库上托管的库的 git 地址" msgid "Error adding file to sketch archive" msgstr "将文件添加到项目存档时出错" -#: legacy/builder/phases/core_builder.go:144 +#: arduino/builder/core.go:194 msgid "Error archiving built core (caching) in %[1]s: %[2]s" msgstr "在 %[1]s 中存档构建内核(缓存)时出错:%[2]s" @@ -702,11 +702,11 @@ msgstr "计算相对文件路径时出错" msgid "Error cleaning caches: %v" msgstr "清理缓存出错:%v" -#: internal/cli/compile/compile.go:208 +#: internal/cli/compile/compile.go:218 msgid "Error converting path to absolute: %v" msgstr "将路径转换为绝对路径时出错:%v" -#: commands/compile/compile.go:346 +#: commands/compile/compile.go:405 msgid "Error copying output file %s" msgstr "复制输出 %s 文件时出错" @@ -714,7 +714,7 @@ msgstr "复制输出 %s 文件时出错" msgid "Error creating instance: %v" msgstr "新建实例时出错:%v" -#: commands/compile/compile.go:326 +#: commands/compile/compile.go:385 msgid "Error creating output dir" msgstr "新建输出目录时出错" @@ -767,7 +767,7 @@ msgstr "下载 %s 工具时出错" msgid "Error during Debug: %v" msgstr "调试时出错:%v" -#: internal/cli/arguments/port.go:146 +#: internal/cli/arguments/port.go:144 msgid "Error during FQBN detection: %v" msgstr "检测 FQBN 时出错:%v" @@ -777,8 +777,8 @@ msgstr "输出编码 JSON 过程时出错:%v" #: internal/cli/burnbootloader/burnbootloader.go:72 #: internal/cli/burnbootloader/burnbootloader.go:85 -#: internal/cli/compile/compile.go:248 internal/cli/compile/compile.go:274 -#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:113 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 msgid "Error during Upload: %v" msgstr "上传时出错:%v" @@ -786,7 +786,7 @@ msgstr "上传时出错:%v" msgid "Error during YAML encoding of the output: %v" msgstr "输出编码 YAML 过程时出错:%v" -#: internal/cli/compile/compile.go:345 +#: internal/cli/compile/compile.go:355 msgid "Error during build: %v" msgstr "构建时出错:%v" @@ -806,7 +806,7 @@ msgstr "升级时出错:%v" msgid "Error extracting %s" msgstr "提取 %s 时出错" -#: commands/upload/upload.go:368 +#: commands/upload/upload.go:373 msgid "Error finding build artifacts" msgstr "查找构建项目时出错" @@ -822,11 +822,11 @@ msgstr "获取项目存档的绝对路径时出错" msgid "Error getting board details: %v" msgstr "获取开发板详细信息时出错:%v" -#: arduino/builder/compilation_database.go:78 +#: arduino/builder/compilation/database.go:81 msgid "Error getting current directory for compilation database: %s" msgstr "获取编译数据库的当前目录时出错:%s" -#: commands/compile/compile.go:265 commands/lib/list.go:108 +#: commands/compile/compile.go:319 commands/lib/list.go:108 msgid "Error getting information for library %s" msgstr "获取 %s 库的信息时出错" @@ -838,11 +838,11 @@ msgstr "获取库信息时出错:%v" msgid "Error getting port metadata: %v" msgstr "获取端口元数据出错:%v" -#: internal/cli/monitor/monitor.go:89 +#: internal/cli/monitor/monitor.go:95 msgid "Error getting port settings details: %s" msgstr "获取端口设置详细信息时出错:%s" -#: internal/cli/upload/upload.go:146 +#: internal/cli/upload/upload.go:155 msgid "Error getting user input" msgstr "获取用户输入时出错" @@ -906,15 +906,15 @@ msgstr "打开 %s 时出错" msgid "Error opening debug logging file: %s" msgstr "打开调试日志文件出错:%s" -#: internal/cli/compile/compile.go:181 +#: internal/cli/compile/compile.go:191 msgid "Error opening source code overrides data file: %v" msgstr "打开源代码覆盖数据文件时出错:%v" -#: internal/cli/compile/compile.go:194 +#: internal/cli/compile/compile.go:204 msgid "Error parsing --show-properties flag: %v" msgstr "解析 --show-properties 参数时出错:%v" -#: commands/compile/compile.go:336 +#: commands/compile/compile.go:395 msgid "Error reading build directory" msgstr "读取构建目录时出错" @@ -958,7 +958,7 @@ msgstr "搜索库时出现错误:%v" msgid "Error searching for platforms: %v" msgstr "搜索平台时出错:%v" -#: arduino/builder/compilation_database.go:63 +#: arduino/builder/compilation/database.go:66 msgid "Error serializing compilation database: %s" msgstr "序列化编译数据库时出错:%s" @@ -986,17 +986,17 @@ msgstr "更新平台时出错:%s" msgid "Error verifying signature" msgstr "验证签名时出错" -#: legacy/builder/container_find_includes.go:391 +#: arduino/builder/detector/detector.go:366 msgid "Error while detecting libraries included by %[1]s" msgstr "检测 %[1]s 包含的库时出错" -#: legacy/builder/phases/sizer.go:55 legacy/builder/phases/sizer.go:60 -#: legacy/builder/phases/sizer.go:79 legacy/builder/phases/sizer.go:184 -#: legacy/builder/phases/sizer.go:190 +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 msgid "Error while determining sketch size: %s" msgstr "确定项目大小时出错:%s" -#: arduino/builder/compilation_database.go:66 +#: arduino/builder/compilation/database.go:69 msgid "Error writing compilation database: %s" msgstr "写入编译数据库时出错:%s" @@ -1004,7 +1004,7 @@ msgstr "写入编译数据库时出错:%s" msgid "Error: command description is not supported by %v" msgstr "错误:%v 不支持命令说明" -#: internal/cli/compile/compile.go:187 +#: internal/cli/compile/compile.go:197 msgid "Error: invalid source code overrides data file: %v" msgstr "错误:无效的源代码覆盖了数据文件:%v" @@ -1024,7 +1024,7 @@ msgstr "示例:" msgid "Executable to debug" msgstr "可执行调试" -#: commands/debug/debug_info.go:128 commands/upload/upload.go:374 +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 msgid "Expected compiled sketch in directory %s, but is a file instead" msgstr "应在 %s 目录中编译项目,但它是一个文件" @@ -1038,15 +1038,15 @@ msgstr "FQBN" msgid "FQBN:" msgstr "FQBN:" -#: commands/upload/upload.go:497 +#: commands/upload/upload.go:502 msgid "Failed chip erase" msgstr "芯片擦除失败" -#: commands/upload/upload.go:504 +#: commands/upload/upload.go:509 msgid "Failed programming" msgstr "编译失败" -#: commands/upload/upload.go:500 +#: commands/upload/upload.go:505 msgid "Failed to burn bootloader" msgstr "无法烧录引导加载程序" @@ -1074,7 +1074,7 @@ msgstr "未能侦听 TCP 端口:%[1]s。意外错误:%[2]v" msgid "Failed to listen on TCP port: %s. Address already in use." msgstr "未能侦听 TCP 端口:%s。地址已被使用。" -#: commands/upload/upload.go:508 +#: commands/upload/upload.go:513 msgid "Failed uploading" msgstr "上传失败" @@ -1082,7 +1082,7 @@ msgstr "上传失败" msgid "File:" msgstr "文件:" -#: commands/compile/compile.go:128 +#: commands/compile/compile.go:137 msgid "" "Firmware encryption/signing requires all the following properties to be " "defined: %s" @@ -1111,12 +1111,8 @@ msgid "" msgstr "强制跳过安装后脚本(如果 CLI 以交互方式运行)。" #: arduino/errors.go:840 -msgid "" -"Found %d platform for reference \"%s\":\n" -"%s" +msgid "Found %d platforms matching \"%s\": %s" msgstr "" -"找到 %d 平台以供参考 “%s”:\n" -"%s" #: internal/cli/arguments/fqbn.go:37 msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" @@ -1147,7 +1143,7 @@ msgstr "已生成脚本" msgid "Generates completion scripts for various shells" msgstr "已为各种 shell 生成脚本" -#: legacy/builder/builder.go:62 +#: legacy/builder/builder.go:63 msgid "Generating function prototypes..." msgstr "生成函数原型。。。" @@ -1155,18 +1151,18 @@ msgstr "生成函数原型。。。" msgid "Global Flags:" msgstr "全局参数:" -#: legacy/builder/phases/sizer.go:133 +#: arduino/builder/sizer/sizer.go:158 msgid "" "Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " "bytes for local variables. Maximum is %[2]s bytes." msgstr " 个全局变量使用 %[1]s 个字节(%[3]s%%)的动态内存,剩下 %[4]s 个字节用于局部变量。最大值为 %[2]s 字节。" -#: legacy/builder/phases/sizer.go:139 +#: arduino/builder/sizer/sizer.go:164 msgid "Global variables use %[1]s bytes of dynamic memory." msgstr "全局变量使用 %[1]s 字节的动态内存。" #: internal/cli/board/details.go:214 internal/cli/core/list.go:89 -#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:193 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 #: internal/cli/outdated/outdated.go:83 msgid "ID" msgstr "ID" @@ -1236,7 +1232,7 @@ msgstr "安装一个或多个内核和相应的工具依赖。" msgid "Installs one or more specified libraries into the system." msgstr "在系统中安装一个或多个指定的库。" -#: legacy/builder/container_find_includes.go:417 +#: arduino/builder/detector/detector.go:392 msgid "Internal error in cache" msgstr "缓存中的内部错误" @@ -1275,15 +1271,15 @@ msgstr "无效存档:在存档 %{1}s 中未找到文件 %{2}s" msgid "Invalid argument passed: %v" msgstr "传递的参数无效:%v" -#: commands/compile/compile.go:159 +#: commands/compile/compile.go:190 msgid "Invalid build properties" msgstr "无效的构建属性" -#: legacy/builder/phases/sizer.go:209 +#: arduino/builder/sizer/sizer.go:237 msgid "Invalid data size regexp: %s" msgstr "无效的数据大小正则表达式:%s" -#: legacy/builder/phases/sizer.go:215 +#: arduino/builder/sizer/sizer.go:243 msgid "Invalid eeprom size regexp: %s" msgstr "无效的 eeprom 大小正则表达式:%s" @@ -1331,7 +1327,7 @@ msgstr "无效的配置文件" msgid "Invalid recipe in platform.txt" msgstr "platform.txt 中的方法无效" -#: legacy/builder/phases/sizer.go:199 +#: arduino/builder/sizer/sizer.go:227 msgid "Invalid size regexp: %s" msgstr "无效的大小正则表达式:%s" @@ -1370,7 +1366,7 @@ msgstr "库_名" msgid "Latest" msgstr "最新的" -#: legacy/builder/phases/libraries_builder.go:90 +#: arduino/builder/libraries.go:112 msgid "Library %[1]s has been declared precompiled:" msgstr "%[1]s 库已声明为预编译:" @@ -1396,7 +1392,7 @@ msgstr "未找到 %s 库" msgid "Library '%s' not found" msgstr "未找到 %s 库" -#: legacy/builder/fail_if_imported_library_is_wrong.go:45 +#: arduino/builder/detector/detector.go:465 msgid "" "Library can't use both '%[1]s' and '%[2]s' folders. Double check in '%[3]s'." msgstr "库不能同时使用 ‘%[1]s’ 和 ‘%[2]s’ 文件夹。在 ‘%[3]s’ 再次检查。" @@ -1413,7 +1409,7 @@ msgstr "已安装的库" msgid "License: %s" msgstr "许可证:%s" -#: legacy/builder/builder.go:81 +#: legacy/builder/builder.go:156 msgid "Linking everything together..." msgstr "将所有内容链接在一起。。。" @@ -1468,7 +1464,7 @@ msgstr "正在加载索引文件:%v" msgid "Location" msgstr "位置" -#: legacy/builder/phases/sizer.go:174 +#: arduino/builder/sizer/sizer.go:199 msgid "Low memory available, stability problems may occur." msgstr "可用内存不足,可能会出现稳定性问题。" @@ -1485,7 +1481,7 @@ msgid "" "Messages with this level and above will be logged. Valid levels are: %s" msgstr "记录此级别及以上的消息。有效级别为 %s" -#: legacy/builder/fail_if_imported_library_is_wrong.go:40 +#: arduino/builder/detector/detector.go:460 msgid "Missing '%[1]s' from library in %[2]s" msgstr "%[2]s 中的库中缺少 ‘%[1]s’" @@ -1509,7 +1505,7 @@ msgstr "找不到端口协议" msgid "Missing programmer" msgstr "找不到编译器" -#: legacy/builder/phases/sizer.go:203 +#: arduino/builder/sizer/sizer.go:231 msgid "Missing size regexp" msgstr "缺少大小正则表达式" @@ -1525,7 +1521,7 @@ msgstr "未找到 ‘%s’ 监视器" msgid "Monitor port settings:" msgstr "监视端口设置:" -#: legacy/builder/print_used_and_not_used_libraries.go:45 +#: arduino/builder/detector/detector.go:154 msgid "Multiple libraries were found for \"%[1]s\"" msgstr "为 “%[1]s” 找到了多个库" @@ -1539,7 +1535,7 @@ msgstr "名" msgid "Name: \"%s\"" msgstr "名:“%s”" -#: internal/cli/upload/upload.go:197 +#: internal/cli/upload/upload.go:206 msgid "New upload port: %[1]s (%[2]s)" msgstr "" @@ -1591,7 +1587,7 @@ msgstr "" msgid "No platforms matching your search." msgstr "没有与你的搜索匹配的平台。" -#: commands/upload/upload.go:453 +#: commands/upload/upload.go:458 msgid "No upload port found, using %s as fallback" msgstr "未找到上传端口,使用 %s 作为后备" @@ -1599,11 +1595,11 @@ msgstr "未找到上传端口,使用 %s 作为后备" msgid "No valid dependencies solution found" msgstr "找不到有效的依赖解决方案" -#: legacy/builder/phases/sizer.go:164 +#: arduino/builder/sizer/sizer.go:189 msgid "Not enough memory; see %[1]s for tips on reducing your footprint." msgstr "内存不足;有关减少空间的提示,请参见 %[1]s。" -#: legacy/builder/print_used_and_not_used_libraries.go:48 +#: arduino/builder/detector/detector.go:157 msgid "Not used: %[1]s" msgstr "未使用:%[1]s" @@ -1621,7 +1617,7 @@ msgid "" "compact JSON output)." msgstr "省略库中除最新版本之外的所有版本(生成更紧凑的 JSON 输出)。" -#: internal/cli/monitor/monitor.go:53 internal/cli/monitor/monitor.go:54 +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 msgid "Open a communication port with a board." msgstr "开启开发板的通信端口。" @@ -1704,7 +1700,7 @@ msgstr "软件包网站:" msgid "Paragraph: %s" msgstr "段落:%s" -#: internal/cli/compile/compile.go:419 internal/cli/compile/compile.go:434 +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 msgid "Path" msgstr "路径" @@ -1730,7 +1726,7 @@ msgid "" "in the default temporary path of your OS." msgstr "保存已编译文件的路径。如果省略,将在操作系统的默认临时路径中创建目录。" -#: commands/upload/upload.go:434 +#: commands/upload/upload.go:439 msgid "Performing 1200-bps touch reset on serial port %s" msgstr "在 %s 端口上执行 1200-bps TOUCH 重置" @@ -1742,7 +1738,7 @@ msgstr "%s 平台已经安装" msgid "Platform %s installed" msgstr "已安装 %s 平台" -#: internal/cli/compile/compile.go:370 internal/cli/upload/upload.go:136 +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 msgid "" "Platform %s is not found in any known index\n" "Maybe you need to add a 3rd party URL?" @@ -1766,7 +1762,7 @@ msgstr "未找到 ‘%s’ 平台" msgid "Platform ID" msgstr "平台 ID" -#: internal/cli/compile/compile.go:353 internal/cli/upload/upload.go:121 +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 msgid "Platform ID is not correct" msgstr "平台 ID 不正确" @@ -1814,7 +1810,7 @@ msgstr "请指定一个 FQBN。%[1]s 端口上的开发板与协议 %[2]s 不能 msgid "Port" msgstr "端口" -#: internal/cli/monitor/monitor.go:159 internal/cli/monitor/monitor.go:168 +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 msgid "Port closed: %v" msgstr "端口关闭:%v" @@ -1822,8 +1818,7 @@ msgstr "端口关闭:%v" msgid "Port monitor error" msgstr "端口监视器错误" -#: legacy/builder/phases/libraries_builder.go:100 -#: legacy/builder/phases/libraries_builder.go:108 +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 msgid "Precompiled library in \"%[1]s\" not found" msgstr "在 “%[1]s” 中找不到预编译库" @@ -1899,7 +1894,7 @@ msgstr "需要的工具:" msgid "Run as a daemon on port: %s" msgstr "在端口上作为守护进程运行:%s" -#: internal/cli/monitor/monitor.go:63 +#: internal/cli/monitor/monitor.go:69 msgid "Run in silent mode, show only monitor input and output." msgstr "以静默模式运行,仅显示监视器输入和输出。" @@ -1909,7 +1904,7 @@ msgid "" "once." msgstr "作为守护进程运行时,只执行一次内核和库的初始化。" -#: legacy/builder/phases/core_builder.go:51 +#: arduino/builder/core.go:62 msgid "Running normal build of the core..." msgstr "正在运行正常的内核构建。。。" @@ -1949,6 +1944,10 @@ msgstr "句子:%s" msgid "Server responded with: %s" msgstr "服务器响应:%s" +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "" + #: internal/cli/config/set.go:32 internal/cli/config/set.go:33 msgid "Sets a setting value." msgstr "设置一个值。" @@ -1963,7 +1962,7 @@ msgstr "设置端口和 FQBN 的默认值。如果没有指定端口或 FQBN, msgid "Sets where to save the configuration file." msgstr "设置保存配置文件的位置。" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Setting" msgstr "设置" @@ -1975,7 +1974,7 @@ msgstr "设置键不存在" msgid "Show all available core versions." msgstr "显示所有可用的内核版本。" -#: internal/cli/monitor/monitor.go:61 +#: internal/cli/monitor/monitor.go:67 msgid "Show all the settings of the communication port." msgstr "显示通讯端口的所有设置。" @@ -2058,7 +2057,7 @@ msgstr "显示 Arduino CLI 的版本号。" msgid "Size (bytes):" msgstr "大小(字节):" -#: legacy/builder/fail_if_buildpath_equals_sketchpath.go:29 +#: commands/compile/compile.go:249 msgid "" "Sketch cannot be located in build path. Please specify a different build " "path" @@ -2072,11 +2071,11 @@ msgstr "项目新建于:%s" msgid "Sketch profile to use" msgstr "使用项目配置文件" -#: legacy/builder/phases/sizer.go:159 +#: arduino/builder/sizer/sizer.go:184 msgid "Sketch too big; see %[1]s for tips on reducing it." msgstr "项目太大;请参阅 %[1]s,以获取减少项目大小的提示。" -#: legacy/builder/phases/sizer.go:127 +#: arduino/builder/sizer/sizer.go:152 msgid "" "Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" " bytes." @@ -2088,23 +2087,23 @@ msgid "" "files to .ino:" msgstr "项目 .pde 扩展名已弃用,请将以下文件重命名为 .ino:" -#: legacy/builder/phases/linker.go:36 +#: arduino/builder/linker.go:41 msgid "Skip linking of final executable." msgstr "跳过最终可执行文件的链接。" -#: commands/upload/upload.go:427 +#: commands/upload/upload.go:432 msgid "Skipping 1200-bps touch reset: no serial port selected!" msgstr "跳过 1200-bps TOUCH 重置:未选择串口!" -#: legacy/builder/builder_utils/utils.go:384 +#: arduino/builder/utils/utils.go:589 msgid "Skipping archive creation of: %[1]s" msgstr "正在跳过以下内容的存档创建:%[1]s" -#: legacy/builder/builder_utils/utils.go:210 +#: arduino/builder/utils/utils.go:571 msgid "Skipping compile of: %[1]s" msgstr "跳过编译:%[1]s" -#: legacy/builder/container_find_includes.go:358 +#: arduino/builder/detector/detector.go:408 msgid "Skipping dependencies detection for precompiled library %[1]s" msgstr "跳过 %[1]s 预编译库的依赖检测" @@ -2160,7 +2159,7 @@ msgstr "" "‘%[1]v’ 键不是列表中的条目,无法从中删除。\n" "是否可以使用 ‘%[2]s’?" -#: arduino/errors.go:862 +#: arduino/errors.go:859 msgid "The library %s has multiple installations:" msgstr "库 %s 有多个安装。" @@ -2186,7 +2185,7 @@ msgid "" "binary. Used only by the platforms that support it." msgstr "搜索自定义密钥以签署和加密二进制文件的文件夹的路径。只在支持它的平台上使用。" -#: legacy/builder/phases/libraries_builder.go:148 +#: arduino/builder/libraries.go:201 msgid "The platform does not support '%[1]s' for precompiled libraries." msgstr "该平台不支持预编译库的 ‘%[1]s’。" @@ -2233,7 +2232,7 @@ msgstr "工具链前缀" msgid "Toolchain type" msgstr "工具链类型" -#: internal/cli/compile/compile.go:368 internal/cli/upload/upload.go:134 +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 msgid "Try running %s" msgstr "尝试运行 %s" @@ -2253,7 +2252,7 @@ msgstr "类型:%s" msgid "URL:" msgstr "地址:" -#: legacy/builder/phases/core_builder.go:140 +#: arduino/builder/core.go:190 msgid "" "Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" msgstr "无法缓存构建的内核,请告知 %[1]s 维护者关注 %[2]s" @@ -2359,15 +2358,15 @@ msgid "" "Upload Arduino sketches. This does NOT compile the sketch prior to upload." msgstr "上传 Arduino 项目。不会在上传之前编译项目。" -#: internal/cli/arguments/port.go:43 +#: internal/cli/arguments/port.go:42 msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" msgstr "上传端口地址,例如:COM3 或 /dev/ttyACM2" -#: commands/upload/upload.go:451 +#: commands/upload/upload.go:456 msgid "Upload port found on %s" msgstr "在 %s 上找到上传端口" -#: internal/cli/arguments/port.go:47 +#: internal/cli/arguments/port.go:46 msgid "Upload port protocol, e.g: serial" msgstr "上传端口协议,例如:串行" @@ -2383,7 +2382,7 @@ msgstr "使用外部编译器将引导加载程序上传到板上。" msgid "Upload the bootloader." msgstr "上传引导加载程序。" -#: internal/cli/compile/compile.go:253 internal/cli/upload/upload.go:144 +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 msgid "" "Uploading to specified board using %s protocol requires the following info:" msgstr "使用 %s 协议上传到指定的开发板需要以下信息:" @@ -2404,27 +2403,27 @@ msgstr "用法:" msgid "Use %s for more information about a command." msgstr "使用 %s 获取有关命令的更多信息。" -#: internal/cli/compile/compile.go:417 +#: internal/cli/compile/compile.go:427 msgid "Used library" msgstr "已使用的库" -#: internal/cli/compile/compile.go:432 +#: internal/cli/compile/compile.go:442 msgid "Used platform" msgstr "已使用的平台" -#: legacy/builder/print_used_and_not_used_libraries.go:46 +#: arduino/builder/detector/detector.go:155 msgid "Used: %[1]s" msgstr "使用:%[1]s" -#: commands/compile/compile.go:288 +#: commands/compile/compile.go:342 msgid "Using board '%[1]s' from platform in folder: %[2]s" msgstr "使用平台的 ‘%[1]s’ 开发板,在列出的文件夹中:%[2]s" -#: legacy/builder/container_find_includes.go:370 +#: arduino/builder/detector/detector.go:348 msgid "Using cached library dependencies for file: %[1]s" msgstr "使用缓存库文件依赖项:%[1]s" -#: commands/compile/compile.go:289 +#: commands/compile/compile.go:343 msgid "Using core '%[1]s' from platform in folder: %[2]s" msgstr "使用平台的 ‘%[1]s’ 代码,在列出的文件夹中:%[2]s" @@ -2436,17 +2435,15 @@ msgstr "使用 %[2]s 版本的 %[1]s 库,在列出的文件夹中:%[3]s%[4]s msgid "Using library %[1]s in folder: %[2]s %[3]s" msgstr "使用的 %[1]s 库,在列出的文件夹中:%[2]s%[3]s" -#: legacy/builder/phases/core_builder.go:117 +#: arduino/builder/core.go:154 msgid "Using precompiled core: %[1]s" msgstr "使用预编译代码:%[1]s" -#: legacy/builder/phases/libraries_builder.go:97 -#: legacy/builder/phases/libraries_builder.go:105 +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 msgid "Using precompiled library in %[1]s" msgstr "在 %[1]s 中使用预编译库" -#: legacy/builder/builder_utils/utils.go:208 -#: legacy/builder/builder_utils/utils.go:407 +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 msgid "Using previously compiled file: %[1]s" msgstr "使用以前编译的文件:%[1]s" @@ -2458,7 +2455,7 @@ msgstr "版本" msgid "VERSION_NUMBER" msgstr "版本号" -#: internal/cli/monitor/monitor.go:193 +#: internal/cli/monitor/monitor.go:225 msgid "Values" msgstr "值" @@ -2467,7 +2464,7 @@ msgstr "值" msgid "Verify uploaded binary after the upload." msgstr "上传后验证上传的二进制文件。" -#: internal/cli/compile/compile.go:418 internal/cli/compile/compile.go:433 +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 #: internal/cli/core/search.go:100 msgid "Version" msgstr "版本" @@ -2484,7 +2481,7 @@ msgstr "警告:无法配置平台:%s" msgid "WARNING cannot configure tool: %s" msgstr "警告无法配置工具:%s" -#: internal/cli/compile/compile.go:298 +#: internal/cli/compile/compile.go:308 msgid "WARNING: The sketch is compiled using one or more custom libraries." msgstr "警告:该项目是用一个或多个自定义库编译的。" @@ -2494,11 +2491,11 @@ msgid "" "incompatible with your current board which runs on %[3]s architecture(s)." msgstr "警告:%[1]s 库声称在 %[2]s 体系结构上运行,可能与当前在 %[3]s 体系结构上运行的开发板不兼容。" -#: commands/upload/upload.go:440 +#: commands/upload/upload.go:445 msgid "Waiting for upload port..." msgstr "正在等待上传端口。。。" -#: commands/compile/compile.go:294 +#: commands/compile/compile.go:348 msgid "" "Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" msgstr "警告:%[1]s 开发板未定义 %[2]s 首选项。自动设置为:%[3]s" @@ -2541,11 +2538,11 @@ msgstr "存档无效:在压缩文件的顶层没有找到文件" msgid "archivePath" msgstr "存档路径" -#: legacy/builder/preprocess_sketch.go:60 +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 msgid "arduino-preprocessor pattern is missing" msgstr "缺少 arduino 预处理器程序" -#: commands/upload/upload.go:709 +#: commands/upload/upload.go:714 msgid "autodetect build artifact: %s" msgstr "自动检测生成项目:%s" @@ -2553,7 +2550,7 @@ msgstr "自动检测生成项目:%s" msgid "available only in text format" msgstr "仅以文本格式提供" -#: commands/upload/upload.go:694 +#: commands/upload/upload.go:699 msgid "binary file not found in %s" msgstr "在 %s 中找不到二进制文件" @@ -2599,11 +2596,11 @@ msgstr "无法检索标准错误流:%s" msgid "can't retrieve standard output stream: %s" msgstr "无法检索标准输出流:%s" -#: legacy/builder/container_find_includes.go:467 +#: arduino/builder/detector/detector.go:91 msgid "candidates" msgstr "候选" -#: commands/upload/upload.go:651 commands/upload/upload.go:658 +#: commands/upload/upload.go:656 commands/upload/upload.go:663 msgid "cannot execute upload tool: %s" msgstr "无法使用上传工具:%s" @@ -2647,7 +2644,7 @@ msgstr "计算哈希:%s" msgid "copying library to destination directory:" msgstr "将库复制到目标目录:" -#: commands/upload/upload.go:766 +#: commands/upload/upload.go:771 msgid "could not find a valid build artifact" msgstr "找不到有效的构建项目" @@ -2664,7 +2661,7 @@ msgstr "无法删除旧库" msgid "could not update sketch project file" msgstr "无法更新项目文件" -#: legacy/builder/phases/core_builder.go:107 +#: arduino/builder/core.go:133 msgid "creating core cache folder: %s" msgstr "创建核心缓存文件夹:%s" @@ -2676,7 +2673,7 @@ msgstr "在 %[1]s 中创建 installed.json:%[2]s" msgid "creating temp dir for extraction: %s" msgstr "新建用于提取的临时目录:%s" -#: legacy/builder/phases/sizer.go:165 +#: arduino/builder/sizer/sizer.go:190 msgid "data section exceeds available space in board" msgstr "数据部分超出开发板中的可用空间" @@ -2684,7 +2681,7 @@ msgstr "数据部分超出开发板中的可用空间" msgid "dependency '%s' is not available" msgstr "‘%s’ 依赖不可用" -#: legacy/builder/utils/utils.go:347 +#: legacy/builder/create_cmake_rule.go:126 msgid "destination already exists" msgstr "目标已存在" @@ -2988,7 +2985,7 @@ msgstr "%s 的端口配置值无效:%s" msgid "invalid port configuration: %s" msgstr "无效的端口配置:%s" -#: commands/upload/upload.go:638 +#: commands/upload/upload.go:643 msgid "invalid recipe '%[1]s': %[2]s" msgstr "无效的 ‘%[1]s’ 方法: %[2]s" @@ -3126,7 +3123,7 @@ msgstr "未找到公开监视器:%s" msgid "moving extracted archive to destination dir: %s" msgstr "正在将提取的存档移动到目标目录:%s" -#: commands/upload/upload.go:761 +#: commands/upload/upload.go:766 msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" msgstr "找到多个构建文件:‘%[1]s’ 和 ‘%[2]s’" @@ -3148,7 +3145,7 @@ msgstr "没有指定可执行文件" msgid "no instance specified" msgstr "没有指定实例" -#: commands/upload/upload.go:716 +#: commands/upload/upload.go:721 msgid "no sketch or build directory/file specified" msgstr "未指定项目或构建目录/文件" @@ -3160,7 +3157,7 @@ msgstr "没有这样的文件或目录" msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" msgstr "存档中没有唯一的根目录,找到了 ‘%[1]s’ 和 ‘%[2]s’" -#: commands/upload/upload.go:633 +#: commands/upload/upload.go:638 msgid "no upload port provided" msgstr "未提供上传端口" @@ -3236,7 +3233,7 @@ msgstr "%s 平台未安装" #: arduino/cores/packagemanager/install_uninstall.go:176 #: arduino/cores/packagemanager/install_uninstall.go:280 -#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:99 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 msgid "platform not installed" msgstr "平台未安装" @@ -3252,7 +3249,7 @@ msgstr "已添加可插入 discovery:%s" msgid "port" msgstr "端口" -#: internal/cli/arguments/port.go:127 +#: internal/cli/arguments/port.go:125 msgid "port not found: %[1]s %[2]s" msgstr "未找到端口:%[1]s %[2]s" @@ -3287,7 +3284,7 @@ msgstr "正在读取 %s 目录" msgid "reading directory %s content: %w" msgstr "正在读取 %s 目录的内容:%w" -#: arduino/builder/sketch.go:84 +#: arduino/builder/sketch.go:89 msgid "reading file %[1]s: %[2]s" msgstr "正在读取 %[1]s 文件: %[2]s" @@ -3315,7 +3312,7 @@ msgstr "正在读取 library_index.json: %s" msgid "reading package root dir: %s" msgstr "正在读取软件包根目录:%s" -#: commands/upload/upload.go:627 +#: commands/upload/upload.go:632 msgid "recipe not found '%s'" msgstr "未找到 ‘%s’ 方法" @@ -3385,7 +3382,7 @@ msgstr "项目路径无效" msgid "sketchPath" msgstr "项目路径" -#: legacy/builder/utils/utils.go:339 +#: legacy/builder/create_cmake_rule.go:118 msgid "source is not a directory" msgstr "来源不是目录" @@ -3409,12 +3406,12 @@ msgstr "测试存档是否被缓存:%s" msgid "testing local archive integrity: %s" msgstr "测试本地存档完整性:%s" -#: legacy/builder/phases/sizer.go:160 +#: arduino/builder/sizer/sizer.go:185 msgid "text section exceeds available space in board" msgstr "文本部分超出开发板的可用空间" +#: arduino/builder/detector/detector.go:211 #: arduino/builder/preprocessor/ctags.go:70 -#: legacy/builder/container_find_includes.go:119 msgid "the compilation database may be incomplete or inaccurate" msgstr "编译数据库可能不完整或不准确" @@ -3465,19 +3462,15 @@ msgid "" "two different versions of the library %[1]s are required: %[2]s and %[3]s" msgstr "需要 %[1]s 库的两个不同版本:%[2]s 和 %[3]s" -#: arduino/builder/sketch.go:77 arduino/builder/sketch.go:125 +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 msgid "unable to compute relative path to the sketch for the item" msgstr "无法计算项目的相对路径" -#: arduino/builder/sketch.go:56 +#: arduino/builder/sketch.go:53 msgid "unable to create a folder to save the sketch" msgstr "无法新建文件夹来保存项目" -#: arduino/builder/sketch.go:119 -msgid "unable to create a folder to save the sketch files" -msgstr "无法新建文件夹来保存项目文件" - -#: arduino/builder/sketch.go:131 +#: arduino/builder/sketch.go:132 msgid "unable to create the folder containing the item" msgstr "无法新建包含该项目的文件夹" @@ -3485,19 +3478,15 @@ msgstr "无法新建包含该项目的文件夹" msgid "unable to marshal config to YAML: %v" msgstr "无法将 config 编码成 YAML:%v" -#: arduino/builder/sketch.go:169 +#: arduino/builder/sketch.go:170 msgid "unable to read contents of the destination item" msgstr "无法读取目标项目的内容" -#: arduino/builder/sketch.go:142 +#: arduino/builder/sketch.go:143 msgid "unable to read contents of the source item" msgstr "无法读取源项目的内容" -#: arduino/builder/sketch.go:62 -msgid "unable to save the sketch on disk" -msgstr "无法在磁盘上保存项目" - -#: arduino/builder/sketch.go:152 +#: arduino/builder/sketch.go:153 msgid "unable to write to destination file" msgstr "无法写入目标文件" @@ -3525,7 +3514,7 @@ msgstr "将 arduino:samd 升级到最新版本" msgid "upgrade everything to the latest version" msgstr "将所有内容升级到最新版本" -#: commands/upload/upload.go:662 +#: commands/upload/upload.go:667 msgid "uploading error: %s" msgstr "上传错误:%s" @@ -3533,11 +3522,11 @@ msgstr "上传错误:%s" msgid "user directory not set" msgstr "未设置用户目录" -#: internal/cli/feedback/terminal.go:51 +#: internal/cli/feedback/terminal.go:73 msgid "user input not supported for the '%s' output format" msgstr "'%s' 输出格式不支持用户输入" -#: internal/cli/feedback/terminal.go:54 +#: internal/cli/feedback/terminal.go:76 msgid "user input not supported in non interactive mode" msgstr "在非互动模式下不支持用户输入" diff --git a/i18n/data/zh_TW.po b/i18n/data/zh_TW.po new file mode 100644 index 00000000000..25966b8752b --- /dev/null +++ b/i18n/data/zh_TW.po @@ -0,0 +1,3539 @@ +# +# Translators: +# you bike, 2023 +# +msgid "" +msgstr "" +"Last-Translator: you bike, 2023\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/arduino-1/teams/108174/zh_TW/)\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: version/version.go:59 +msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s" +msgstr "%[1]s %[2]s 版本:%[3]s 交付:%[4]s 日期:%[5]s" + +#: arduino/builder/detector/detector.go:456 +msgid "%[1]s folder is no longer supported! See %[2]s for more information" +msgstr "已不支援%[1]s 檔案夾!詳細資訊,請見 %[2]s" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:49 +msgid "%[1]s invalid, rebuilding all" +msgstr "%[1]s 無效,重新建構全部" + +#: internal/cli/lib/check_deps.go:111 +msgid "%[1]s is required but %[2]s is currently installed." +msgstr "需要 %[1]s ,但已安裝 %[2]s" + +#: arduino/builder/utils/utils.go:311 +msgid "%[1]s pattern is missing" +msgstr "%[1]s 樣態遺失" + +#: arduino/discovery/discovery.go:74 +msgid "%[1]s, message: %[2]s" +msgstr "%[1]s,訊息:%[2]s" + +#: arduino/discovery/discovery.go:83 +msgid "%[1]s, port: %[2]s" +msgstr "%[1]s,連接埠:%[2]s" + +#: arduino/discovery/discovery.go:80 +msgid "%[1]s, ports: %[2]s" +msgstr "%[1]s,連接埠:%[2]s" + +#: arduino/discovery/discovery.go:77 +msgid "%[1]s, protocol version: %[2]d" +msgstr "%[1]s,協議版本:%[2]d" + +#: arduino/resources/download.go:49 +msgid "%s already downloaded" +msgstr "%s 已經下載" + +#: commands/upload/upload.go:689 +msgid "%s and %s cannot be used together" +msgstr "%s 和 %s 不能一起使用" + +#: arduino/cores/packagemanager/install_uninstall.go:353 +msgid "%s installed" +msgstr "%s 已安裝" + +#: internal/cli/lib/check_deps.go:108 +msgid "%s is already installed." +msgstr "%s 已安裝" + +#: arduino/cores/packagemanager/loader.go:65 +#: arduino/cores/packagemanager/loader.go:652 +msgid "%s is not a directory" +msgstr "%s 不是目錄" + +#: arduino/cores/packagemanager/install_uninstall.go:287 +msgid "%s is not managed by package manager" +msgstr "%s 不是由套件管理員管理的" + +#: internal/cli/lib/check_deps.go:105 +msgid "%s must be installed." +msgstr "必須安裝 %s " + +#: arduino/builder/preprocessor/ctags.go:190 +#: arduino/builder/preprocessor/gcc.go:58 +msgid "%s pattern is missing" +msgstr "%s 樣態遺失" + +#: arduino/errors.go:819 +msgid "'%s' has an invalid signature" +msgstr "'%s'的簽名無效" + +#: arduino/cores/packagemanager/package_manager.go:400 +msgid "" +"'build.core' and 'build.variant' refer to different platforms: %[1]s and " +"%[2]s" +msgstr "'build.core' 和 'build.variant' 參照到不同的平台: %[1]s 和 %[2]s" + +#: internal/cli/board/listall.go:89 internal/cli/board/search.go:86 +msgid "(hidden)" +msgstr "(隱藏)" + +#: legacy/builder/print_used_libraries_if_verbose.go:34 +msgid "(legacy)" +msgstr "(舊版)" + +#: internal/cli/lib/install.go:81 +msgid "" +"--git-url and --zip-path are disabled by default, for more information see: " +"%v" +msgstr "--git-url 和 --zip-path 預設為不能使用, 詳情請見: %v" + +#: internal/cli/lib/install.go:83 +msgid "" +"--git-url and --zip-path flags allow installing untrusted files, use it at " +"your own risk." +msgstr "--git-url 和 --zip-path 旗標允許安裝未被信任的檔案, 使用風險自負." + +#: internal/cli/lib/install.go:86 +msgid "--git-url or --zip-path can't be used with --install-in-builtin-dir" +msgstr "--git-url 或 --zip-path 不能和 --install-in-builtin-dir 一起使用" + +#: commands/sketch/new.go:66 +msgid ".ino file already exists" +msgstr ".ino 檔已存在" + +#: internal/cli/updater/updater.go:71 +msgid "A new release of Arduino CLI is available:" +msgstr "有新版的 Arduino CLI" + +#: arduino/errors.go:300 +msgid "A programmer is required to upload" +msgstr "上傳需要編寫器/燒錄器" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "ARCH" +msgstr "架構" + +#: internal/cli/generatedocs/generatedocs.go:80 +msgid "ARDUINO COMMAND LINE MANUAL" +msgstr "ARDUINO 命令列手冊" + +#: internal/cli/usage.go:32 +msgid "Additional help topics:" +msgstr "更多協助主題:" + +#: internal/cli/config/add.go:73 internal/cli/config/add.go:74 +msgid "Adds one or more values to a setting." +msgstr "加入一或多個值到設定中" + +#: internal/cli/usage.go:27 +msgid "Aliases:" +msgstr "別名:" + +#: internal/cli/core/upgrade.go:72 +msgid "All the cores are already at the latest version" +msgstr "所有核心都已是最新版" + +#: commands/lib/install.go:86 +msgid "Already installed %s" +msgstr "已安裝 %s" + +#: arduino/builder/detector/detector.go:89 +msgid "Alternatives for %[1]s: %[2]s" +msgstr "%[1]s 的替代品: %[2]s" + +#: arduino/builder/preprocessor/ctags.go:69 +msgid "An error occurred adding prototypes" +msgstr "新增原型時出錯" + +#: arduino/builder/detector/detector.go:210 +msgid "An error occurred detecting libraries" +msgstr "偵測程式庫時出錯" + +#: internal/cli/daemon/daemon.go:63 +msgid "Append debug logging to the specified file" +msgstr "添加除錯日誌到指定檔案" + +#: internal/cli/lib/search.go:164 +msgid "Architecture: %s" +msgstr "架構:%s" + +#: commands/sketch/archive.go:71 +msgid "Archive already exists" +msgstr "壓縮檔已存在" + +#: arduino/builder/core.go:188 +msgid "Archiving built core (caching) in: %[1]s" +msgstr "壓縮在: %[1]s 裏已編譯核心 (快取) " + +#: internal/cli/sketch/sketch.go:31 internal/cli/sketch/sketch.go:32 +msgid "Arduino CLI sketch commands." +msgstr "Arduino CLI sketch 命令" + +#: internal/cli/cli.go:70 +msgid "Arduino CLI." +msgstr "Arduino CLI 命令列介面" + +#: internal/cli/cli.go:71 +msgid "Arduino Command Line Interface (arduino-cli)." +msgstr "Arduino 命令列界面 (arduino-cli)" + +#: internal/cli/board/board.go:31 internal/cli/board/board.go:32 +msgid "Arduino board commands." +msgstr "Arduino 開發板指令" + +#: internal/cli/cache/cache.go:31 internal/cli/cache/cache.go:32 +msgid "Arduino cache commands." +msgstr "Arduino 快取指令" + +#: internal/cli/lib/lib.go:31 internal/cli/lib/lib.go:32 +msgid "Arduino commands about libraries." +msgstr "Arduino 程式庫指令" + +#: internal/cli/config/config.go:33 +msgid "Arduino configuration commands." +msgstr "Arduino 設定指令" + +#: internal/cli/core/core.go:31 internal/cli/core/core.go:32 +msgid "Arduino core operations." +msgstr "Arduino 核心作業" + +#: internal/cli/lib/check_deps.go:56 internal/cli/lib/install.go:127 +msgid "Arguments error: %v" +msgstr "參數錯誤:%v" + +#: internal/cli/board/attach.go:35 +msgid "Attaches a sketch to a board." +msgstr "將 sketch 放入開發板" + +#: internal/cli/lib/search.go:155 +msgid "Author: %s" +msgstr "作者: %s" + +#: arduino/libraries/librariesmanager/install.go:78 +msgid "" +"Automatic library install can't be performed in this case, please manually " +"remove all duplicates and retry." +msgstr "在這情況下無法自動化程式庫安裝, 請手動移除重覆的再試" + +#: commands/lib/uninstall.go:57 +msgid "" +"Automatic library uninstall can't be performed in this case, please manually" +" remove them." +msgstr "在這情況下無法自動化程式庫卸除, 請手動移除" + +#: internal/cli/lib/list.go:136 +msgid "Available" +msgstr "可用的" + +#: internal/cli/usage.go:29 +msgid "Available Commands:" +msgstr "可用命令:" + +#: internal/cli/upload/upload.go:71 +msgid "Binary file to upload." +msgstr "要上傳的二進位檔" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "Board Name" +msgstr "開發板名" + +#: internal/cli/board/details.go:138 +msgid "Board name:" +msgstr "開發板名:" + +#: internal/cli/board/details.go:140 +msgid "Board version:" +msgstr "開發板版本:" + +#: legacy/builder/merge_sketch_with_bootloader.go:71 +msgid "Bootloader file specified but missing: %[1]s" +msgstr "找不到指定的 Bootloader 檔: %[1]s" + +#: internal/cli/compile/compile.go:100 +msgid "Builds of 'core.a' are saved into this path to be cached and reused." +msgstr "'core.a'的編譯檔已存到這路徑,方便快取和重複使用" + +#: arduino/resources/index.go:57 +msgid "Can't create data directory %s" +msgstr "無法建立 %s 資料目錄" + +#: arduino/errors.go:512 +msgid "Can't create sketch" +msgstr "無法建立 sketch" + +#: commands/lib/download.go:63 commands/lib/download.go:66 +msgid "Can't download library" +msgstr "無法下載程式庫" + +#: arduino/cores/packagemanager/install_uninstall.go:133 +#: commands/core/uninstall.go:64 +msgid "Can't find dependencies for platform %s" +msgstr "找不到 %s 平台的相依" + +#: arduino/errors.go:538 +msgid "Can't open sketch" +msgstr "無法打開 sketch" + +#: internal/cli/config/set.go:54 +msgid "Can't set multiple values in key %v" +msgstr "無法在 %v 鍵設多個值" + +#: arduino/errors.go:525 +msgid "Can't update sketch" +msgstr "無法更新 sketch" + +#: internal/cli/arguments/arguments.go:36 +msgid "Can't use the following flags together: %s" +msgstr "不能同時使用下列參數: %s" + +#: internal/cli/config/add.go:103 internal/cli/config/remove.go:69 +msgid "Can't write config file: %v" +msgstr "無法寫入設定檔: %v" + +#: internal/cli/daemon/daemon.go:92 +msgid "Can't write debug log: %s" +msgstr "無法寫入除錯日誌: %s" + +#: commands/compile/compile.go:166 commands/compile/compile.go:169 +msgid "Cannot create build cache directory" +msgstr "無法建立編譯快取的目錄" + +#: commands/compile/compile.go:154 +msgid "Cannot create build directory" +msgstr "無法建立編譯目錄" + +#: internal/cli/config/init.go:94 +msgid "Cannot create config file directory: %v" +msgstr "無法建立設定檔的目錄: %v" + +#: internal/cli/config/init.go:109 +msgid "Cannot create config file: %v" +msgstr "無法建立設定檔: %v" + +#: arduino/errors.go:782 +msgid "Cannot create temp dir" +msgstr "無法建立暫存目錄" + +#: arduino/errors.go:800 +msgid "Cannot create temp file" +msgstr "無法建立暫存檔" + +#: internal/cli/config/delete.go:53 +msgid "Cannot delete the key %[1]s: %[2]v" +msgstr "無法刪除鍵值 %[1]s: %[2]v" + +#: commands/debug/debug.go:72 +msgid "Cannot execute debug tool" +msgstr "無法執行除錯工具" + +#: internal/cli/config/init.go:72 internal/cli/config/init.go:82 +msgid "Cannot find absolute path: %v" +msgstr "找不到絕對路徑: %v" + +#: arduino/cores/packagemanager/install_uninstall.go:140 +msgid "Cannot install platform" +msgstr "無法安裝平台" + +#: arduino/cores/packagemanager/install_uninstall.go:331 +msgid "Cannot install tool %s" +msgstr "無法安裝工具 %s" + +#: commands/upload/upload.go:468 +msgid "Cannot perform port reset: %s" +msgstr "無法執行連接埠重設: %s" + +#: arduino/cores/packagemanager/install_uninstall.go:158 +msgid "Cannot upgrade platform" +msgstr "無法升級平台" + +#: internal/cli/config/delete.go:57 +msgid "Cannot write the file %[1]s: %[2]v" +msgstr "無法寫入檔案 %[1]s: %[2]v" + +#: internal/cli/lib/search.go:163 +msgid "Category: %s" +msgstr "類別:%s" + +#: internal/cli/lib/check_deps.go:37 internal/cli/lib/check_deps.go:38 +msgid "Check dependencies status for the specified library." +msgstr "檢查指定程式庫的相依狀態" + +#: arduino/resources/checksums.go:167 +msgid "Checksum differs from checksum in package.json" +msgstr "校驗碼和 package.json 檔內的不同" + +#: internal/cli/board/details.go:188 +msgid "Checksum:" +msgstr "校驗碼:" + +#: internal/cli/cache/cache.go:33 +msgid "Clean caches." +msgstr "清除快取" + +#: internal/cli/cli.go:126 +msgid "Comma-separated list of additional URLs for the Boards Manager." +msgstr "給開發板管理員用的網址清單,以逗號分隔" + +#: internal/cli/board/list.go:53 +msgid "" +"Command keeps running and prints list of connected boards whenever there is " +"a change." +msgstr "命令保持執行, 在有更動時列出連接的開發板" + +#: commands/debug/debug_info.go:125 commands/upload/upload.go:376 +msgid "Compiled sketch not found in %s" +msgstr "在 %s 中找不到已編譯的 sketch" + +#: internal/cli/compile/compile.go:84 internal/cli/compile/compile.go:85 +msgid "Compiles Arduino sketches." +msgstr "編譯 Arduino sketch" + +#: legacy/builder/builder.go:129 +msgid "Compiling core..." +msgstr "編譯核心..." + +#: legacy/builder/builder.go:94 +msgid "Compiling libraries..." +msgstr "編譯程式庫..." + +#: arduino/builder/libraries.go:182 +msgid "Compiling library \"%[1]s\"" +msgstr "編譯程式庫 “%[1]s”" + +#: legacy/builder/builder.go:66 +msgid "Compiling sketch..." +msgstr "編譯 sketch ..." + +#: internal/cli/config/init.go:88 +msgid "" +"Config file already exists, use --overwrite to discard the existing one." +msgstr "設定檔已存在,使用 --overwrite 覆蓋它" + +#: internal/cli/config/init.go:112 +msgid "Config file written to: %s" +msgstr "設定檔寫入:%s" + +#: internal/cli/debug/debug.go:151 +msgid "Configuration options for %s" +msgstr "%s 的設定選項" + +#: internal/cli/monitor/monitor.go:68 +msgid "" +"Configure communication port settings. The format is " +"=[,=]..." +msgstr "通訊埠設定, 格式為 =[,=]..." + +#: arduino/cores/packagemanager/install_uninstall.go:174 +msgid "Configuring platform." +msgstr "設定平台" + +#: arduino/cores/packagemanager/install_uninstall.go:341 +msgid "Configuring tool." +msgstr "設定工具" + +#: internal/cli/board/list.go:188 +msgid "Connected" +msgstr "已連接" + +#: internal/cli/monitor/monitor.go:155 +msgid "Connected to %s! Press CTRL-C to exit." +msgstr "已連到 %s!按 CTRL-C 退出" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Core" +msgstr "核心" + +#: arduino/httpclient/httpclient.go:112 +msgid "Could not connect via HTTP" +msgstr "無法通過 HTTP 連接" + +#: commands/instances.go:503 +msgid "Could not create index directory" +msgstr "無法建立索引目錄" + +#: arduino/builder/core.go:61 +msgid "Couldn't deeply cache core build: %[1]s" +msgstr "無法深入快取核心編譯:%[1]s" + +#: arduino/builder/sizer/sizer.go:148 +msgid "Couldn't determine program size" +msgstr "無法確定程式大小" + +#: internal/cli/arguments/sketch.go:36 internal/cli/lib/install.go:109 +msgid "Couldn't get current working directory: %v" +msgstr "無法取得工作目錄:%v" + +#: internal/cli/sketch/new.go:37 internal/cli/sketch/new.go:38 +msgid "Create a new Sketch" +msgstr "建立新 sketch" + +#: internal/cli/compile/compile.go:97 +msgid "Create and print a profile configuration from the build." +msgstr "從建構中建立並印出設定檔內容" + +#: internal/cli/sketch/archive.go:38 internal/cli/sketch/archive.go:39 +msgid "Creates a zip file containing all sketch files." +msgstr "建立含全部 sketch 檔的 zip 壓縮檔" + +#: internal/cli/config/init.go:43 +msgid "" +"Creates or updates the configuration file in the data directory or custom " +"directory with the current configuration settings." +msgstr "用目前的設定值建立或更新資料或自定義目錄內的設定檔" + +#: internal/cli/compile/compile.go:309 +msgid "" +"Currently, Build Profiles only support libraries available through Arduino " +"Library Manager." +msgstr "目前建構方案只支援 Arduino 程式庫管理員所提供的程式庫" + +#: internal/cli/core/list.go:93 internal/cli/core/search.go:104 +#: internal/cli/outdated/outdated.go:98 +msgid "DEPRECATED" +msgstr "已棄用" + +#: internal/cli/daemon/daemon.go:178 +msgid "Daemon is now listening on %s:%s" +msgstr "背景程式正在監聽 %s:%s" + +#: internal/cli/debug/debug.go:53 +msgid "Debug Arduino sketches." +msgstr "除錯 Arduino sketch" + +#: internal/cli/debug/debug.go:54 +msgid "" +"Debug Arduino sketches. (this command opens an interactive gdb session)" +msgstr "除錯 Arduino sketch (此命令會開啟互動式 gdb 對話)" + +#: internal/cli/debug/debug.go:63 +msgid "Debug interpreter e.g.: %s" +msgstr "除錯解譯器,例如:%s" + +#: commands/debug/debug_info.go:148 +msgid "Debugging not supported for board %s" +msgstr "不支援 %s 開發板除錯" + +#: internal/cli/board/details.go:142 +msgid "Debugging supported:" +msgstr "支援除錯:" + +#: internal/cli/monitor/monitor.go:225 +msgid "Default" +msgstr "預設" + +#: internal/cli/board/attach.go:108 +msgid "Default FQBN set to" +msgstr "預設 FQBN 設定為" + +#: internal/cli/board/attach.go:107 +msgid "Default port set to" +msgstr "預設連接埠設定為" + +#: internal/cli/cache/clean.go:30 +msgid "Delete Boards/Library Manager download cache." +msgstr "刪除開發板/程式庫管理員下載快取" + +#: internal/cli/cache/clean.go:31 +msgid "" +"Delete contents of the `directories.downloads` folder, where archive files " +"are staged during installation of libraries and boards platforms." +msgstr "刪除 `directories.downloads` 目錄裏面的內容,內有在安裝程式庫和開發板平台時所暫存的檔案" + +#: internal/cli/config/delete.go:32 internal/cli/config/delete.go:33 +msgid "Deletes a settings key and all its sub keys." +msgstr "刪除某設定鍵和所有子鍵" + +#: internal/cli/lib/search.go:171 +msgid "Dependencies: %s" +msgstr "相依: %s" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:88 +msgid "Description" +msgstr "說明" + +#: legacy/builder/builder.go:58 +msgid "Detecting libraries used..." +msgstr "檢測有使用的程式庫..." + +#: internal/cli/board/list.go:43 +msgid "" +"Detects and displays a list of boards connected to the current computer." +msgstr "檢測並顯示連接到電腦的開發板清單" + +#: internal/cli/debug/debug.go:64 +msgid "Directory containing binaries for debug." +msgstr "目錄內有除錯用二進位檔" + +#: internal/cli/upload/upload.go:70 +msgid "Directory containing binaries to upload." +msgstr "目錄內有上傳用二進位檔" + +#: internal/cli/generatedocs/generatedocs.go:45 +msgid "" +"Directory where to save generated files. Default is './docs', the directory " +"must exist." +msgstr "目錄用來保存生成檔。預設為 ./docs,本目錄必須存在" + +#: internal/cli/completion/completion.go:44 +msgid "Disable completion description for shells that support it" +msgstr "關閉 shell 的完成描述功能" + +#: internal/cli/board/list.go:189 +msgid "Disconnected" +msgstr "斷開連接" + +#: internal/cli/daemon/daemon.go:64 +msgid "Display only the provided gRPC calls" +msgstr "只顯示提供的 gRPC 呼叫" + +#: internal/cli/lib/install.go:61 +msgid "Do not install dependencies." +msgstr "不安裝相依" + +#: internal/cli/lib/install.go:62 +msgid "Do not overwrite already installed libraries." +msgstr "不要覆蓋已安裝的程式庫" + +#: internal/cli/core/install.go:55 +msgid "Do not overwrite already installed platforms." +msgstr "不要覆蓋已安裝的平台" + +#: internal/cli/burnbootloader/burnbootloader.go:58 +#: internal/cli/upload/upload.go:75 +msgid "Do not perform the actual upload, just log out actions" +msgstr "不要真的上傳,取消動作" + +#: internal/cli/daemon/daemon.go:61 +msgid "Do not terminate daemon process if the parent process dies" +msgstr "就算父程序已 GG,也不要中止背景程式" + +#: commands/lib/download.go:60 +msgid "Downloading %s" +msgstr "下載 %s" + +#: arduino/resources/index.go:129 +msgid "Downloading index signature: %s" +msgstr "下載索引簽名: %s" + +#: arduino/resources/index.go:74 commands/instances.go:542 +#: commands/instances.go:551 +msgid "Downloading index: %s" +msgstr "下載索引: %s" + +#: commands/instances.go:439 +msgid "Downloading library %s" +msgstr "下載程式庫 %s" + +#: commands/instances.go:136 +msgid "Downloading missing tool %s" +msgstr "下載缺少的工具 %s" + +#: arduino/cores/packagemanager/install_uninstall.go:93 +msgid "Downloading packages" +msgstr "下載安裝包" + +#: arduino/cores/packagemanager/profiles.go:98 +msgid "Downloading platform %s" +msgstr "下載平台 %s" + +#: arduino/cores/packagemanager/profiles.go:178 +msgid "Downloading tool %s" +msgstr "下載工具 %s" + +#: internal/cli/core/download.go:35 internal/cli/core/download.go:36 +msgid "Downloads one or more cores and corresponding tool dependencies." +msgstr "下載一或多個核心及工具相依" + +#: internal/cli/lib/download.go:35 internal/cli/lib/download.go:36 +msgid "Downloads one or more libraries without installing them." +msgstr "下載一或多個程式庫, 但不安裝" + +#: internal/cli/daemon/daemon.go:62 +msgid "Enable debug logging of gRPC calls" +msgstr "啟用 gRPC 呼叫的除錯記錄" + +#: internal/cli/lib/install.go:64 +msgid "Enter a path to zip file" +msgstr "輸入 zip 壓縮檔的路徑" + +#: internal/cli/lib/install.go:63 +msgid "Enter git url for libraries hosted on repositories" +msgstr "輸入托管程式庫的 git 位址" + +#: commands/sketch/archive.go:107 +msgid "Error adding file to sketch archive" +msgstr "將檔案加入 sketch 時出錯" + +#: arduino/builder/core.go:194 +msgid "Error archiving built core (caching) in %[1]s: %[2]s" +msgstr "在 %[1]s 中儲存編譯核心(快取)時出錯:%[2]s" + +#: internal/cli/sketch/archive.go:80 +msgid "Error archiving: %v" +msgstr "錯誤歸檔:%v" + +#: commands/sketch/archive.go:95 +msgid "Error calculating relative file path" +msgstr "計算相對檔案路徑時出錯" + +#: internal/cli/cache/clean.go:45 +msgid "Error cleaning caches: %v" +msgstr "清理快取時出錯: %v" + +#: internal/cli/compile/compile.go:218 +msgid "Error converting path to absolute: %v" +msgstr "將路徑轉換成絕對路徑時出錯: %v" + +#: commands/compile/compile.go:405 +msgid "Error copying output file %s" +msgstr "複製輸出檔 %s 時出錯" + +#: internal/cli/instance/instance.go:43 +msgid "Error creating instance: %v" +msgstr "建立實例時出錯: %v" + +#: commands/compile/compile.go:385 +msgid "Error creating output dir" +msgstr "建立輸出目錄時出錯" + +#: commands/sketch/archive.go:83 +msgid "Error creating sketch archive" +msgstr "建立 sketch 檔時出錯" + +#: internal/cli/sketch/new.go:69 internal/cli/sketch/new.go:81 +msgid "Error creating sketch: %v" +msgstr "建立 sketch 時出錯: %v" + +#: internal/cli/board/list.go:78 internal/cli/board/list.go:89 +msgid "Error detecting boards: %v" +msgstr "偵測開發板時出錯: %v" + +#: internal/cli/core/download.go:68 internal/cli/lib/download.go:65 +msgid "Error downloading %[1]s: %[2]v" +msgstr "下載 %[1]s 出錯: %[2]v" + +#: arduino/cores/packagemanager/profiles.go:106 +#: arduino/cores/packagemanager/profiles.go:107 +#: arduino/cores/packagemanager/profiles.go:111 +#: arduino/cores/packagemanager/profiles.go:112 +msgid "Error downloading %s" +msgstr "下載 %s 出錯" + +#: arduino/resources/index.go:75 commands/instances.go:602 +msgid "Error downloading index '%s'" +msgstr "下載索引'%s'時出錯" + +#: arduino/resources/index.go:130 +msgid "Error downloading index signature '%s'" +msgstr "下載索引簽名 '%s' 出錯" + +#: commands/instances.go:451 +msgid "Error downloading library %s" +msgstr "下載程式庫 %s 出錯" + +#: arduino/cores/packagemanager/profiles.go:129 +#: arduino/cores/packagemanager/profiles.go:130 +msgid "Error downloading platform %s" +msgstr "下載平台 %s 出錯" + +#: arduino/cores/packagemanager/download.go:127 +#: arduino/cores/packagemanager/profiles.go:180 +msgid "Error downloading tool %s" +msgstr "下載工具 %s 出錯" + +#: internal/cli/debug/debug.go:114 +msgid "Error during Debug: %v" +msgstr "除錯時出錯: %v" + +#: internal/cli/arguments/port.go:144 +msgid "Error during FQBN detection: %v" +msgstr "FQBN 偵測時出錯: %v" + +#: internal/cli/feedback/feedback.go:244 internal/cli/feedback/feedback.go:250 +msgid "Error during JSON encoding of the output: %v" +msgstr "輸出 JSON 編碼過程出錯:%v" + +#: internal/cli/burnbootloader/burnbootloader.go:72 +#: internal/cli/burnbootloader/burnbootloader.go:85 +#: internal/cli/compile/compile.go:258 internal/cli/compile/compile.go:284 +#: internal/cli/upload/upload.go:95 internal/cli/upload/upload.go:122 +msgid "Error during Upload: %v" +msgstr "上傳時出錯: %v" + +#: internal/cli/feedback/feedback.go:256 +msgid "Error during YAML encoding of the output: %v" +msgstr "輸出 YAML 編碼過程出錯: %v" + +#: internal/cli/compile/compile.go:355 +msgid "Error during build: %v" +msgstr "建構時出錯: %v" + +#: internal/cli/core/install.go:79 +msgid "Error during install: %v" +msgstr "安裝時出錯: %v" + +#: internal/cli/core/uninstall.go:68 +msgid "Error during uninstall: %v" +msgstr "卸載時出錯: %v" + +#: internal/cli/core/upgrade.go:119 +msgid "Error during upgrade: %v" +msgstr "升級時出錯: %v" + +#: arduino/resources/index.go:97 arduino/resources/index.go:116 +msgid "Error extracting %s" +msgstr "解開 %s 時出錯" + +#: commands/upload/upload.go:373 +msgid "Error finding build artifacts" +msgstr "尋找建構成品時出錯" + +#: internal/cli/debug/debug.go:98 +msgid "Error getting Debug info: %v" +msgstr "取得除錯資訊時出錯: %v" + +#: commands/sketch/archive.go:59 +msgid "Error getting absolute path of sketch archive" +msgstr "取得 sketch 檔絕對路徑時出錯" + +#: internal/cli/board/details.go:73 +msgid "Error getting board details: %v" +msgstr "取得開發板細節時出錯: %v" + +#: arduino/builder/compilation/database.go:81 +msgid "Error getting current directory for compilation database: %s" +msgstr "取得編譯資料庫所在目錄時出錯: %s" + +#: commands/compile/compile.go:319 commands/lib/list.go:108 +msgid "Error getting information for library %s" +msgstr "取得程式庫 %s 資訊時出錯" + +#: internal/cli/lib/examples.go:72 +msgid "Error getting libraries info: %v" +msgstr "取得程式庫資訊時出錯: %v" + +#: internal/cli/arguments/fqbn.go:90 +msgid "Error getting port metadata: %v" +msgstr "取得連接埠資訊出錯: %v" + +#: internal/cli/monitor/monitor.go:95 +msgid "Error getting port settings details: %s" +msgstr "取得連接埠設定細節出錯: %s" + +#: internal/cli/upload/upload.go:155 +msgid "Error getting user input" +msgstr "取得用戶輸入時出錯" + +#: internal/cli/instance/instance.go:82 internal/cli/instance/instance.go:99 +msgid "Error initializing instance: %v" +msgstr "初始化實例時出錯: %v" + +#: internal/cli/lib/install.go:145 +msgid "Error installing %s: %v" +msgstr "安裝 %s 時出錯: %v" + +#: internal/cli/lib/install.go:119 +msgid "Error installing Git Library: %v" +msgstr "安裝 Git 程式庫出錯: %v" + +#: internal/cli/lib/install.go:98 +msgid "Error installing Zip Library: %v" +msgstr "安裝 Zip 程式庫出錯: %v" + +#: commands/instances.go:461 +msgid "Error installing library %s" +msgstr "安裝程式庫 %s 出錯" + +#: arduino/cores/packagemanager/profiles.go:137 +#: arduino/cores/packagemanager/profiles.go:138 +msgid "Error installing platform %s" +msgstr "安裝 %s 平台出錯" + +#: arduino/cores/packagemanager/profiles.go:181 +#: arduino/cores/packagemanager/profiles.go:188 +#: arduino/cores/packagemanager/profiles.go:189 +msgid "Error installing tool %s" +msgstr "安裝 %s 工具出錯" + +#: internal/cli/board/listall.go:63 +msgid "Error listing boards: %v" +msgstr "列出開發板出錯: %v" + +#: internal/cli/lib/list.go:89 +msgid "Error listing libraries: %v" +msgstr "列出程式庫出錯: %v" + +#: internal/cli/core/list.go:69 +msgid "Error listing platforms: %v" +msgstr "列出平台出錯: %v" + +#: arduino/errors.go:425 +msgid "Error loading hardware platform" +msgstr "載入硬體平台時出錯" + +#: arduino/cores/packagemanager/profiles.go:115 +#: arduino/cores/packagemanager/profiles.go:116 +msgid "Error loading index %s" +msgstr "載入索引 %s 出錯" + +#: arduino/resources/index.go:91 +msgid "Error opening %s" +msgstr "開啟 %s 時出錯" + +#: internal/cli/daemon/daemon.go:86 +msgid "Error opening debug logging file: %s" +msgstr "打開除錯日誌檔出錯: %s" + +#: internal/cli/compile/compile.go:191 +msgid "Error opening source code overrides data file: %v" +msgstr "打開原始碼覆寫資料檔時出錯: %v" + +#: internal/cli/compile/compile.go:204 +msgid "Error parsing --show-properties flag: %v" +msgstr "解析 --show-properties 參數出錯: %v" + +#: commands/compile/compile.go:395 +msgid "Error reading build directory" +msgstr "讀取建構目錄時出錯" + +#: configuration/configuration.go:68 +msgid "Error reading config file: %v" +msgstr "讀取設定檔時出錯: %v" + +#: commands/sketch/archive.go:77 +msgid "Error reading sketch files" +msgstr "讀取 sketch 檔出錯" + +#: internal/cli/lib/check_deps.go:65 +msgid "Error resolving dependencies for %[1]s: %[2]s" +msgstr "解析 %[1]s 的相依時出錯: %[2]s" + +#: internal/cli/core/upgrade.go:68 +msgid "Error retrieving core list: %v" +msgstr "取得核心列表出錯: %v" + +#: arduino/cores/packagemanager/install_uninstall.go:155 +msgid "Error rolling-back changes: %s" +msgstr "回復更改時出錯: %s" + +#: arduino/resources/index.go:153 arduino/resources/index.go:165 +msgid "Error saving downloaded index" +msgstr "儲存下載的索引出錯" + +#: arduino/resources/index.go:160 arduino/resources/index.go:169 +msgid "Error saving downloaded index signature" +msgstr "儲存下載的索引簽名時出錯" + +#: internal/cli/board/search.go:60 +msgid "Error searching boards: %v" +msgstr "搜尋開發板時出錯: %v" + +#: internal/cli/lib/search.go:79 +msgid "Error searching for Libraries: %v" +msgstr "搜尋程式庫時出錯: %v" + +#: internal/cli/core/search.go:80 +msgid "Error searching for platforms: %v" +msgstr "搜尋平台時出錯: %v" + +#: arduino/builder/compilation/database.go:66 +msgid "Error serializing compilation database: %s" +msgstr "序列化編譯資料庫時出錯: %s" + +#: internal/cli/board/list.go:81 +msgid "Error starting discovery: %v" +msgstr "啟動探索時出錯:%v" + +#: internal/cli/lib/uninstall.go:63 +msgid "Error uninstalling %[1]s: %[2]v" +msgstr "卸載 %[1]s 時出錯: %[2]v" + +#: internal/cli/lib/search.go:68 internal/cli/lib/update_index.go:54 +msgid "Error updating library index: %v" +msgstr "更新程式庫索引時出錯: %v" + +#: internal/cli/lib/upgrade.go:71 +msgid "Error upgrading libraries" +msgstr "更新程式庫時出錯" + +#: arduino/cores/packagemanager/install_uninstall.go:150 +msgid "Error upgrading platform: %s" +msgstr "更新平台時出錯: %s" + +#: arduino/resources/index.go:139 +msgid "Error verifying signature" +msgstr "驗證簽名時出錯" + +#: arduino/builder/detector/detector.go:366 +msgid "Error while detecting libraries included by %[1]s" +msgstr "偵測 %[1]s 所包含的程式庫時出錯" + +#: arduino/builder/sizer/sizer.go:77 arduino/builder/sizer/sizer.go:85 +#: arduino/builder/sizer/sizer.go:104 arduino/builder/sizer/sizer.go:209 +#: arduino/builder/sizer/sizer.go:218 +msgid "Error while determining sketch size: %s" +msgstr "確定 sketch 大小時出錯: %s" + +#: arduino/builder/compilation/database.go:69 +msgid "Error writing compilation database: %s" +msgstr "寫入編譯資料庫時出錯: %s" + +#: internal/cli/completion/completion.go:56 +msgid "Error: command description is not supported by %v" +msgstr "錯誤: %v 不支持命令說明" + +#: internal/cli/compile/compile.go:197 +msgid "Error: invalid source code overrides data file: %v" +msgstr "錯誤: 無效原始碼覆蓋了資料檔: %v" + +#: internal/cli/board/list.go:96 +msgid "Event" +msgstr "事件" + +#: internal/cli/lib/examples.go:120 +msgid "Examples for library %s" +msgstr "%s 程式庫的範例" + +#: internal/cli/usage.go:28 +msgid "Examples:" +msgstr "範例:" + +#: internal/cli/debug/debug.go:132 +msgid "Executable to debug" +msgstr "可執行來除錯" + +#: commands/debug/debug_info.go:128 commands/upload/upload.go:379 +msgid "Expected compiled sketch in directory %s, but is a file instead" +msgstr "%s 目錄內應該有已編譯的 sketch,卻只有個檔案" + +#: internal/cli/board/attach.go:34 internal/cli/board/details.go:40 +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +#: internal/cli/board/listall.go:85 internal/cli/board/search.go:82 +msgid "FQBN" +msgstr "FQBN" + +#: internal/cli/board/details.go:139 +msgid "FQBN:" +msgstr "FQBN:" + +#: commands/upload/upload.go:502 +msgid "Failed chip erase" +msgstr "晶片擦除失敗" + +#: commands/upload/upload.go:509 +msgid "Failed programming" +msgstr "燒錄失敗" + +#: commands/upload/upload.go:505 +msgid "Failed to burn bootloader" +msgstr "燒錄 bootloader 失敗" + +#: commands/instances.go:166 +msgid "Failed to create data directory" +msgstr "建立資料目錄失敗" + +#: commands/instances.go:156 +msgid "Failed to create downloads directory" +msgstr "建立下載檔案夾失敗" + +#: internal/cli/daemon/daemon.go:133 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port." +msgstr "監聽 TCP 埠失敗: %[1]s. %[2]s 是無效連接埠" + +#: internal/cli/daemon/daemon.go:128 +msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name." +msgstr "監聽 TCP 埠失敗: %[1]s. %[2]s 是未知名稱" + +#: internal/cli/daemon/daemon.go:140 +msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v" +msgstr "監聽 TCP 埠: %[1]s 失敗, 未預期的錯誤: %[2]v" + +#: internal/cli/daemon/daemon.go:138 +msgid "Failed to listen on TCP port: %s. Address already in use." +msgstr "監聽 TCP 埠: %s 失敗。位址已被使用" + +#: commands/upload/upload.go:513 +msgid "Failed uploading" +msgstr "上傳失敗" + +#: internal/cli/board/details.go:186 +msgid "File:" +msgstr "檔案:" + +#: commands/compile/compile.go:137 +msgid "" +"Firmware encryption/signing requires all the following properties to be " +"defined: %s" +msgstr "韌體加密/簽名需要定義以下全部屬性: %s" + +#: commands/daemon/debug.go:46 +msgid "First message must contain debug request, not data" +msgstr "第一則訊息必須包含除錯請求,而不是資料" + +#: internal/cli/arguments/arguments.go:47 +msgid "Flag %[1]s is mandatory when used in conjunction with: %[2]s" +msgstr "參數 %[1]s 當與:%[2]s 一起使用時必須強制使用" + +#: internal/cli/usage.go:30 +msgid "Flags:" +msgstr "旗標參數:" + +#: internal/cli/arguments/post_install.go:35 +msgid "" +"Force run of post-install scripts (if the CLI is not running interactively)." +msgstr "強制執行安裝後指令檔 (如果 CLI 未以互動方式執行)" + +#: internal/cli/arguments/post_install.go:36 +msgid "" +"Force skip of post-install scripts (if the CLI is running interactively)." +msgstr "強制跳過安裝後指令檔 (如果 CLI 以互動方式運行)" + +#: arduino/errors.go:840 +msgid "Found %d platforms matching \"%s\": %s" +msgstr "找到 %d 平台有符合 \"%s\": %s" + +#: internal/cli/arguments/fqbn.go:37 +msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno" +msgstr "完全合格的開發板名,例如:arduino:avr:uno" + +#: internal/cli/debug/debug.go:146 +msgid "GDB Server path" +msgstr "GDB 伺服器路徑" + +#: internal/cli/debug/debug.go:145 +msgid "GDB Server type" +msgstr "GDB 伺服器類型" + +#: commands/debug/debug.go:178 +msgid "GDB server '%s' is not supported" +msgstr "不支援 GDB 伺服器 '%s'" + +#: internal/cli/generatedocs/generatedocs.go:38 +#: internal/cli/generatedocs/generatedocs.go:39 +msgid "Generates bash completion and command manpages." +msgstr "已生成 bash 和命令手冊" + +#: internal/cli/completion/completion.go:38 +msgid "Generates completion scripts" +msgstr "已生成指令檔" + +#: internal/cli/completion/completion.go:39 +msgid "Generates completion scripts for various shells" +msgstr "已為各種 shell 生成指令檔" + +#: legacy/builder/builder.go:63 +msgid "Generating function prototypes..." +msgstr "生成函式原型..." + +#: internal/cli/usage.go:31 +msgid "Global Flags:" +msgstr "全域旗標:" + +#: arduino/builder/sizer/sizer.go:158 +msgid "" +"Global variables use %[1]s bytes (%[3]s%%) of dynamic memory, leaving %[4]s " +"bytes for local variables. Maximum is %[2]s bytes." +msgstr "全域變數使用 %[1]s 位元組 (%[3]s%%) 的動態記憶體, 保留 %[4]s 位元組給區域變數. 最大 %[2]s 位元組" + +#: arduino/builder/sizer/sizer.go:164 +msgid "Global variables use %[1]s bytes of dynamic memory." +msgstr "全域變數使用 %[1]s 位元組的動態記憶體" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/monitor/monitor.go:225 +#: internal/cli/outdated/outdated.go:83 +msgid "ID" +msgstr "ID" + +#: internal/cli/board/details.go:110 +msgid "Id" +msgstr "Id" + +#: internal/cli/board/details.go:153 +msgid "Identification properties:" +msgstr "標識屬性:" + +#: internal/cli/compile/compile.go:132 +msgid "If set built binaries will be exported to the sketch folder." +msgstr "一經設定,建構的二進位檔將導出到 sketch 檔案夾" + +#: internal/cli/core/list.go:45 +msgid "" +"If set return all installable and installed cores, including manually " +"installed." +msgstr "一經設定,傳回所有可安裝和已安裝的核心,包括手動安裝的" + +#: internal/cli/lib/list.go:53 +msgid "Include built-in libraries (from platforms and IDE) in listing." +msgstr "列表內包含內建程式庫 (來自平台和 IDE)" + +#: internal/cli/sketch/archive.go:50 +msgid "Includes %s directory in the archive." +msgstr "存檔中包含 %s 目錄" + +#: internal/cli/lib/install.go:65 +msgid "Install libraries in the IDE-Builtin directory" +msgstr "安裝程式庫到 IDE-Builtin 目錄" + +#: internal/cli/core/list.go:89 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:85 +msgid "Installed" +msgstr "已安裝" + +#: commands/lib/install.go:140 +msgid "Installed %s" +msgstr "已安裝 %s" + +#: arduino/cores/packagemanager/install_uninstall.go:316 +#: commands/lib/install.go:126 +msgid "Installing %s" +msgstr "安裝 %s..." + +#: commands/instances.go:459 +msgid "Installing library %s" +msgstr "安裝程式庫 %s" + +#: arduino/cores/packagemanager/install_uninstall.go:116 +#: arduino/cores/packagemanager/profiles.go:135 +msgid "Installing platform %s" +msgstr "安裝平台 %s " + +#: arduino/cores/packagemanager/profiles.go:186 +msgid "Installing tool %s" +msgstr "安裝工具 %s" + +#: internal/cli/core/install.go:37 internal/cli/core/install.go:38 +msgid "Installs one or more cores and corresponding tool dependencies." +msgstr "安裝一或多個核心和工具相依" + +#: internal/cli/lib/install.go:45 internal/cli/lib/install.go:46 +msgid "Installs one or more specified libraries into the system." +msgstr "安裝一或多個指定程式庫到系統中" + +#: arduino/builder/detector/detector.go:392 +msgid "Internal error in cache" +msgstr "快取的內部錯誤" + +#: arduino/errors.go:378 +msgid "Invalid '%[1]s' property: %[2]s" +msgstr "無效的 '%[1]s' 屬性:%[2]s" + +#: internal/cli/cli.go:250 +msgid "" +"Invalid Call : should show Help, but it is available only in TEXT mode." +msgstr "無效呼叫: 應顯示求助,但只在文字模式下能用" + +#: arduino/errors.go:62 +msgid "Invalid FQBN" +msgstr "無效的 FQBN" + +#: internal/cli/daemon/daemon.go:151 +msgid "Invalid TCP address: port is missing" +msgstr "無效的 TCP 位址:缺少連接埠" + +#: arduino/errors.go:80 +msgid "Invalid URL" +msgstr "無效的網址" + +#: commands/instances.go:274 +msgid "Invalid additional URL: %v" +msgstr "無效的額外網址: %v" + +#: arduino/resources/index.go:103 +msgid "Invalid archive: file %{1}s not found in archive %{2}s" +msgstr "無效存檔:存檔 %{2}s 裏找不到檔案 %{1}s " + +#: internal/cli/core/download.go:56 internal/cli/core/install.go:65 +#: internal/cli/core/uninstall.go:53 internal/cli/core/upgrade.go:93 +#: internal/cli/lib/download.go:54 internal/cli/lib/uninstall.go:53 +msgid "Invalid argument passed: %v" +msgstr "傳送的參數無效: %v" + +#: commands/compile/compile.go:190 +msgid "Invalid build properties" +msgstr "無效的建構屬性" + +#: arduino/builder/sizer/sizer.go:237 +msgid "Invalid data size regexp: %s" +msgstr "無效的資料大小正規表示式: %s" + +#: arduino/builder/sizer/sizer.go:243 +msgid "Invalid eeprom size regexp: %s" +msgstr "無效的 eeprom 大小正規表示式: %s" + +#: arduino/errors.go:48 +msgid "Invalid instance" +msgstr "無效的實例" + +#: internal/cli/core/upgrade.go:99 +msgid "Invalid item %s" +msgstr "無效的項目 %s" + +#: arduino/errors.go:98 +msgid "Invalid library" +msgstr "無效的程式庫" + +#: configuration/network.go:63 +msgid "Invalid network.proxy '%[1]s': %[2]s" +msgstr "無效的 '%[1]s' 網路代理 network.proxy: %[2]s" + +#: internal/cli/cli.go:217 +msgid "Invalid option for --log-level: %s" +msgstr "--log-level: %s 選項無效" + +#: internal/cli/cli.go:229 +msgid "Invalid output format: %s" +msgstr "無效的輸出格式: %s" + +#: commands/instances.go:554 +msgid "Invalid package index in %s" +msgstr "%s 內的套件索引無效" + +#: internal/cli/core/uninstall.go:58 +msgid "Invalid parameter %s: version not allowed" +msgstr "無效 %s 參數: 版本不允許" + +#: commands/board/list.go:79 +msgid "Invalid pid value: '%s'" +msgstr "無效的 pid 值: '%s'" + +#: arduino/errors.go:222 +msgid "Invalid profile" +msgstr "無效的設定檔" + +#: commands/monitor/monitor.go:145 +msgid "Invalid recipe in platform.txt" +msgstr "platform.txt 中的方法無效" + +#: arduino/builder/sizer/sizer.go:227 +msgid "Invalid size regexp: %s" +msgstr "無效的大小正規表示式: %s" + +#: internal/cli/core/search.go:124 +msgid "Invalid timeout: %s" +msgstr "無效的超時: %s" + +#: arduino/errors.go:116 +msgid "Invalid version" +msgstr "無效的版本" + +#: commands/board/list.go:76 +msgid "Invalid vid value: '%s'" +msgstr "無效的 vid 值: '%s'" + +#: internal/cli/compile/compile.go:127 +msgid "" +"Just produce the compilation database, without actually compiling. All build" +" commands are skipped except pre* hooks." +msgstr "只產生編譯資料庫,不實際編譯。跳過除 pre* 以外的所有建構指令" + +#: internal/cli/lib/list.go:38 +msgid "LIBNAME" +msgstr "程式庫名" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "LIBRARY" +msgstr "程式庫" + +#: internal/cli/lib/download.go:34 internal/cli/lib/examples.go:42 +#: internal/cli/lib/search.go:40 internal/cli/lib/uninstall.go:34 +msgid "LIBRARY_NAME" +msgstr "程式庫_名" + +#: internal/cli/core/list.go:89 internal/cli/outdated/outdated.go:86 +msgid "Latest" +msgstr "最新的" + +#: arduino/builder/libraries.go:112 +msgid "Library %[1]s has been declared precompiled:" +msgstr "程式庫 %[1]s 已聲明為預編譯:" + +#: arduino/libraries/librariesmanager/install.go:135 +#: commands/lib/install.go:92 +msgid "" +"Library %[1]s is already installed, but with a different version: %[2]s" +msgstr "程式庫 %[1]s 已經安裝, 但版本不同: %[2]s" + +#: commands/lib/upgrade.go:59 +msgid "Library %s is already at the latest version" +msgstr "程式庫 %s 已是最新版" + +#: commands/lib/uninstall.go:39 +msgid "Library %s is not installed" +msgstr "程式庫 %s 未安裝" + +#: commands/instances.go:445 +msgid "Library %s not found" +msgstr "未找到程式庫 %s " + +#: arduino/errors.go:446 +msgid "Library '%s' not found" +msgstr "未找到程式庫 '%s'" + +#: arduino/builder/detector/detector.go:465 +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:575 +msgid "Library install failed" +msgstr "程式庫安裝失敗" + +#: commands/lib/install.go:150 commands/lib/install.go:160 +msgid "Library installed" +msgstr "程式庫已安裝" + +#: internal/cli/lib/search.go:161 +msgid "License: %s" +msgstr "許可證: %s" + +#: legacy/builder/builder.go:156 +msgid "Linking everything together..." +msgstr "將所有內容鏈接在一起..." + +#: internal/cli/board/listall.go:39 +msgid "" +"List all boards that have the support platform installed. You can search\n" +"for a specific board if you specify the board name" +msgstr "列出已安裝被支援平台的所有開發板。輸入開發板名,也可進行搜尋" + +#: internal/cli/board/listall.go:38 +msgid "List all known boards and their corresponding FQBN." +msgstr "列出所有已知開發板及其相應的 FQBN" + +#: internal/cli/board/list.go:42 +msgid "List connected boards." +msgstr "列出已連接的開發板" + +#: internal/cli/arguments/fqbn.go:42 +msgid "" +"List of board options separated by commas. Or can be used multiple times for" +" multiple options." +msgstr "列出開發板選項列表。可多選項多次使用" + +#: internal/cli/compile/compile.go:105 +msgid "" +"List of custom build properties separated by commas. Or can be used multiple" +" times for multiple properties." +msgstr "列出自定義屬性列表。可多屬性多次使用" + +#: internal/cli/lib/list.go:55 +msgid "List updatable libraries." +msgstr "列出可更新的程式庫" + +#: internal/cli/core/list.go:44 +msgid "List updatable platforms." +msgstr "列出可更新的平台" + +#: internal/cli/board/board.go:33 +msgid "Lists all connected boards." +msgstr "列出所有連接的開發板" + +#: internal/cli/outdated/outdated.go:41 +msgid "Lists cores and libraries that can be upgraded" +msgstr "列出可升級的核心和程式庫" + +#: commands/instances.go:307 commands/instances.go:318 +#: commands/instances.go:418 +msgid "Loading index file: %v" +msgstr "載入索引檔: %v" + +#: internal/cli/lib/list.go:136 internal/cli/outdated/outdated.go:87 +msgid "Location" +msgstr "位置" + +#: arduino/builder/sizer/sizer.go:199 +msgid "Low memory available, stability problems may occur." +msgstr "記憶體低容量,可能影響穩定性" + +#: internal/cli/lib/search.go:156 +msgid "Maintainer: %s" +msgstr "維護者: %s" + +#: internal/cli/arguments/discovery_timeout.go:31 +msgid "Max time to wait for port discovery, e.g.: 30s, 1m" +msgstr "等待連接埠探尋的最長時間,例如:30s, 1m" + +#: internal/cli/cli.go:110 +msgid "" +"Messages with this level and above will be logged. Valid levels are: %s" +msgstr "記錄此等級含以上的訊息。有效等級為 %s" + +#: arduino/builder/detector/detector.go:460 +msgid "Missing '%[1]s' from library in %[2]s" +msgstr "%[2]s 的程式庫缺少 '%[1]s'" + +#: arduino/errors.go:171 +msgid "Missing FQBN (Fully Qualified Board Name)" +msgstr "缺少 FQBN (完全合格開發板名)" + +#: arduino/errors.go:262 +msgid "Missing port" +msgstr "缺少連接埠" + +#: arduino/errors.go:238 +msgid "Missing port address" +msgstr "缺少連接埠地址" + +#: arduino/errors.go:250 +msgid "Missing port protocol" +msgstr "缺少連接埠協議" + +#: arduino/errors.go:288 +msgid "Missing programmer" +msgstr "缺少燒錄器" + +#: arduino/builder/sizer/sizer.go:231 +msgid "Missing size regexp" +msgstr "缺少大小正規表示式" + +#: arduino/errors.go:498 +msgid "Missing sketch path" +msgstr "缺少 sketch 路徑" + +#: arduino/errors.go:359 +msgid "Monitor '%s' not found" +msgstr "監視器 '%s' 找不到" + +#: internal/cli/monitor/monitor.go:138 +msgid "Monitor port settings:" +msgstr "監視連接埠設定:" + +#: arduino/builder/detector/detector.go:154 +msgid "Multiple libraries were found for \"%[1]s\"" +msgstr "找到了多個 “%[1]s” 程式庫" + +#: internal/cli/board/details.go:214 internal/cli/core/list.go:89 +#: internal/cli/core/search.go:100 internal/cli/lib/list.go:136 +#: internal/cli/outdated/outdated.go:84 +msgid "Name" +msgstr "名" + +#: internal/cli/lib/search.go:135 +msgid "Name: \"%s\"" +msgstr "名: “%s”" + +#: internal/cli/upload/upload.go:206 +msgid "New upload port: %[1]s (%[2]s)" +msgstr "新上傳連接埠: %[1]s (%[2]s)" + +#: internal/cli/board/list.go:122 +msgid "No boards found." +msgstr "沒找到開發板" + +#: internal/cli/board/attach.go:105 +msgid "No default port or FQBN set" +msgstr "未設定預設連接埠或 FQBN" + +#: internal/cli/lib/examples.go:105 +msgid "No libraries found." +msgstr "沒找到程式庫" + +#: internal/cli/lib/list.go:128 +msgid "No libraries installed." +msgstr "沒安裝程式庫" + +#: internal/cli/lib/search.go:124 +msgid "No libraries matching your search." +msgstr "沒有你想找的程式庫" + +#: internal/cli/lib/search.go:130 +msgid "" +"No libraries matching your search.\n" +"Did you mean...\n" +msgstr "" +"沒有符合你想找的程式庫\n" +"你的意思是...\n" + +#: internal/cli/lib/list.go:126 +msgid "No libraries update is available." +msgstr "沒的程式庫更新檔" + +#: arduino/errors.go:276 +msgid "No monitor available for the port protocol %s" +msgstr "沒有可用於連接埠協議 %s 的監視器" + +#: internal/cli/outdated/outdated.go:77 +msgid "No outdated platforms or libraries found." +msgstr "沒找到已過時的平台或程式庫" + +#: internal/cli/core/list.go:86 +msgid "No platforms installed." +msgstr "沒安裝任何平台" + +#: internal/cli/core/search.go:110 +msgid "No platforms matching your search." +msgstr "沒有你想找的平台" + +#: commands/upload/upload.go:458 +msgid "No upload port found, using %s as fallback" +msgstr "沒找到上傳連接埠,使用 %s 作為後援" + +#: arduino/errors.go:465 +msgid "No valid dependencies solution found" +msgstr "找不到有效的相依解決方案" + +#: arduino/builder/sizer/sizer.go:189 +msgid "Not enough memory; see %[1]s for tips on reducing your footprint." +msgstr "記憶體不足;有關減少用量的方法,請參見 %[1]s" + +#: arduino/builder/detector/detector.go:157 +msgid "Not used: %[1]s" +msgstr "未使用: %[1]s" + +#: internal/cli/board/details.go:185 +msgid "OS:" +msgstr "作業系統:" + +#: internal/cli/board/details.go:147 +msgid "Official Arduino board:" +msgstr "Arduino 官方開發板:" + +#: internal/cli/lib/search.go:50 +msgid "" +"Omit library details far all versions except the latest (produce a more " +"compact JSON output)." +msgstr "省略程式庫中除最新版本以外的所有版本(產出更精簡的 JSON )" + +#: internal/cli/monitor/monitor.go:56 internal/cli/monitor/monitor.go:57 +msgid "Open a communication port with a board." +msgstr "開啟開發板的通信埠" + +#: internal/cli/board/details.go:197 +msgid "Option:" +msgstr "選項:" + +#: internal/cli/compile/compile.go:115 +msgid "" +"Optional, can be: %s. Used to tell gcc which warning level to use (-W flag)." +msgstr "選項,可以是:%s。用來告訴 gcc 使用哪個警告級別 (-W 參數)" + +#: internal/cli/compile/compile.go:128 +msgid "Optional, cleanup the build folder and do not use any cached build." +msgstr "選項,清理建構用的檔案夾且不使用任何快取" + +#: internal/cli/compile/compile.go:125 +msgid "" +"Optional, optimize compile output for debugging, rather than for release." +msgstr "選項,優化編譯用於除錯的輸出,還不到發佈用" + +#: internal/cli/compile/compile.go:117 +msgid "Optional, suppresses almost every output." +msgstr "選項,禁止全部輸出" + +#: internal/cli/compile/compile.go:116 internal/cli/upload/upload.go:73 +msgid "Optional, turns on verbose mode." +msgstr "選項,開啟詳細模式" + +#: internal/cli/compile/compile.go:133 +msgid "" +"Optional. Path to a .json file that contains a set of replacements of the " +"sketch source code." +msgstr "選項, 包含一組替代 sketch 原始碼的 .json 檔的路徑" + +#: internal/cli/compile/compile.go:107 +msgid "" +"Override a build property with a custom value. Can be used multiple times " +"for multiple properties." +msgstr "用自定義值替代建構屬性。可多次使用多個屬性" + +#: internal/cli/config/init.go:57 +msgid "Overwrite existing config file." +msgstr "覆蓋現有的設定檔" + +#: internal/cli/sketch/archive.go:51 +msgid "Overwrites an already existing archive" +msgstr "覆蓋已存在的存檔" + +#: internal/cli/sketch/new.go:44 +msgid "Overwrites an existing .ino sketch." +msgstr "覆蓋現有的 .ino sketch 檔" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +#: internal/cli/core/uninstall.go:34 internal/cli/core/upgrade.go:37 +msgid "PACKAGER" +msgstr "套件管理員" + +#: internal/cli/board/details.go:163 +msgid "Package URL:" +msgstr "套件網址:" + +#: internal/cli/board/details.go:162 +msgid "Package maintainer:" +msgstr "套件維護者:" + +#: internal/cli/board/details.go:161 +msgid "Package name:" +msgstr "套件名" + +#: internal/cli/board/details.go:165 +msgid "Package online help:" +msgstr "套件線上協助:" + +#: internal/cli/board/details.go:164 +msgid "Package website:" +msgstr "套件網站:" + +#: internal/cli/lib/search.go:158 +msgid "Paragraph: %s" +msgstr "段落: %s" + +#: internal/cli/compile/compile.go:429 internal/cli/compile/compile.go:444 +msgid "Path" +msgstr "路徑" + +#: internal/cli/compile/compile.go:124 +msgid "" +"Path to a collection of libraries. Can be used multiple times or entries can" +" be comma separated." +msgstr "程式庫集合的路徑。可多次使用,或以逗號分隔" + +#: internal/cli/compile/compile.go:122 +msgid "" +"Path to a single library’s root folder. Can be used multiple times or " +"entries can be comma separated." +msgstr "單一程式庫的根目錄路徑。可多次使用,或以逗號分隔" + +#: internal/cli/cli.go:114 +msgid "Path to the file where logs will be written." +msgstr "日誌檔的路徑" + +#: internal/cli/compile/compile.go:103 +msgid "" +"Path where to save compiled files. If omitted, a directory will be created " +"in the default temporary path of your OS." +msgstr "保存已編譯檔的路徑。如果省略,將在作業系統預設的臨時目錄中建立" + +#: commands/upload/upload.go:439 +msgid "Performing 1200-bps touch reset on serial port %s" +msgstr "在 %s 連接埠上執行 1200-bps TOUCH 重置" + +#: commands/core/install.go:54 commands/core/install.go:61 +msgid "Platform %s already installed" +msgstr "平台 %s 已安裝過" + +#: arduino/cores/packagemanager/install_uninstall.go:191 +msgid "Platform %s installed" +msgstr "平台 %s 已安裝" + +#: internal/cli/compile/compile.go:380 internal/cli/upload/upload.go:145 +msgid "" +"Platform %s is not found in any known index\n" +"Maybe you need to add a 3rd party URL?" +msgstr "" +"在已知索引中找不到平台 %s \n" +"也許你需要加入第三方 3rd 位址?" + +#: arduino/cores/packagemanager/install_uninstall.go:301 +msgid "Platform %s uninstalled" +msgstr "%s 平台已卸載" + +#: arduino/errors.go:483 +msgid "Platform '%s' is already at the latest version" +msgstr "平台 '%s' 已是最新版" + +#: arduino/errors.go:407 +msgid "Platform '%s' not found" +msgstr "平台 '%s' 沒找到" + +#: internal/cli/board/search.go:82 +msgid "Platform ID" +msgstr "平台 ID" + +#: internal/cli/compile/compile.go:363 internal/cli/upload/upload.go:130 +msgid "Platform ID is not correct" +msgstr "平台 ID 不正確" + +#: internal/cli/board/details.go:171 +msgid "Platform URL:" +msgstr "平台位址:" + +#: internal/cli/board/details.go:170 +msgid "Platform architecture:" +msgstr "平台架構:" + +#: internal/cli/board/details.go:169 +msgid "Platform category:" +msgstr "平台類別:" + +#: internal/cli/board/details.go:176 +msgid "Platform checksum:" +msgstr "平台校驗碼:" + +#: internal/cli/board/details.go:172 +msgid "Platform file name:" +msgstr "平台檔案名:" + +#: internal/cli/board/details.go:168 +msgid "Platform name:" +msgstr "平台名:" + +#: internal/cli/board/details.go:174 +msgid "Platform size (bytes):" +msgstr "平台大小 (位元組):" + +#: arduino/errors.go:155 +msgid "" +"Please specify an FQBN. Multiple possible boards detected on port %[1]s with" +" protocol %[2]s" +msgstr "請指定一個 FQBN。在 %[1]s 連接埠以協議 %[2]s 檢測到多個可能的開發板" + +#: arduino/errors.go:135 +msgid "" +"Please specify an FQBN. The board on port %[1]s with protocol %[2]s can't be" +" identified" +msgstr "請指定一個 FQBN。%[1]s 連接埠以協議 %[2]s 的開發板無法識別" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Port" +msgstr "連接埠" + +#: internal/cli/monitor/monitor.go:183 internal/cli/monitor/monitor.go:192 +msgid "Port closed: %v" +msgstr "連接埠關閉: %v" + +#: arduino/errors.go:669 +msgid "Port monitor error" +msgstr "連接埠監視器錯誤" + +#: arduino/builder/libraries.go:122 arduino/builder/libraries.go:130 +msgid "Precompiled library in \"%[1]s\" not found" +msgstr "找不到在“%[1]s”的預編譯程式庫" + +#: internal/cli/board/details.go:41 +msgid "Print details about a board." +msgstr "列出開發板的詳細資訊" + +#: internal/cli/compile/compile.go:99 +msgid "Print preprocessed code to stdout instead of compiling." +msgstr "列出預處理的代碼到標準輸出,而不是編譯" + +#: internal/cli/cli.go:106 internal/cli/cli.go:108 +msgid "Print the logs on the standard output." +msgstr "列出日誌到標準輸出" + +#: internal/cli/config/dump.go:31 +msgid "Prints the current configuration" +msgstr "列出目前設定" + +#: internal/cli/config/dump.go:32 +msgid "Prints the current configuration." +msgstr "列出目前設定" + +#: arduino/errors.go:204 +msgid "Profile '%s' not found" +msgstr "設定集'%s' 找不到" + +#: arduino/errors.go:340 +msgid "Programmer '%s' not found" +msgstr "燒錄器 '%s' 找不到" + +#: internal/cli/board/details.go:110 +msgid "Programmer name" +msgstr "燒錄器名" + +#: internal/cli/arguments/programmer.go:29 +msgid "Programmer to use, e.g: atmel_ice" +msgstr "要使用的燒錄器,例如:atmel_ice" + +#: internal/cli/board/details.go:214 +msgid "Programmers:" +msgstr "燒錄器:" + +#: arduino/errors.go:392 +msgid "Property '%s' is undefined" +msgstr "'%s' 屬性未定義" + +#: internal/cli/board/list.go:132 +msgid "Protocol" +msgstr "協議" + +#: internal/cli/lib/search.go:168 +msgid "Provides includes: %s" +msgstr "提供的包括: %s" + +#: internal/cli/config/remove.go:31 internal/cli/config/remove.go:32 +msgid "Removes one or more values from a setting." +msgstr "從設定中移除一或多個值" + +#: commands/lib/install.go:130 +msgid "Replacing %[1]s with %[2]s" +msgstr "將 %[1]s 替換成 %[2]s" + +#: arduino/cores/packagemanager/install_uninstall.go:120 +msgid "Replacing platform %[1]s with %[2]s" +msgstr "以平台 %[2]s 替換 %[1]s " + +#: internal/cli/board/details.go:182 +msgid "Required tool:" +msgstr "需要的工具:" + +#: internal/cli/daemon/daemon.go:53 +msgid "Run as a daemon on port: %s" +msgstr "以背景程式身份在連接埠: %s 執行" + +#: internal/cli/monitor/monitor.go:69 +msgid "Run in silent mode, show only monitor input and output." +msgstr "以靜默模式執行,只顯示監視輸入和輸出" + +#: internal/cli/daemon/daemon.go:54 +msgid "" +"Running as a daemon the initialization of cores and libraries is done only " +"once." +msgstr "以背景程式身份執行時,只做一次核心和程式庫的初始化" + +#: arduino/builder/core.go:62 +msgid "Running normal build of the core..." +msgstr "以正常建構的核心執行..." + +#: internal/cli/compile/compile.go:101 +msgid "Save build artifacts in this directory." +msgstr "將建構成品存在這個目錄" + +#: internal/cli/board/search.go:38 +msgid "Search for a board in the Boards Manager using the specified keywords." +msgstr "以指定的關鍵字在開發板管理員尋找開發板" + +#: internal/cli/board/search.go:37 +msgid "Search for a board in the Boards Manager." +msgstr "在開發板管理員尋找開發板" + +#: internal/cli/core/search.go:47 +msgid "Search for a core in Boards Manager using the specified keywords." +msgstr "以指定的關鍵字在開發板管理員尋找核心" + +#: internal/cli/core/search.go:46 +msgid "Search for a core in Boards Manager." +msgstr "在開發板管理員尋找核心" + +#: internal/cli/lib/search.go:42 +msgid "Search for one or more libraries data (case insensitive search)." +msgstr "尋找一或多個程式庫資料 (不分大小寫)" + +#: internal/cli/lib/search.go:41 +msgid "Searches for one or more libraries data." +msgstr "尋找一或多個程式庫資料" + +#: internal/cli/lib/search.go:157 +msgid "Sentence: %s" +msgstr "句子: %s" + +#: arduino/httpclient/httpclient.go:73 +msgid "Server responded with: %s" +msgstr "伺服器回應: %s" + +#: internal/cli/monitor/monitor.go:66 +msgid "Set terminal in raw mode (unbuffered)." +msgstr "設定終端成粗糙模式 (無緩衝)" + +#: internal/cli/config/set.go:32 internal/cli/config/set.go:33 +msgid "Sets a setting value." +msgstr "設定一個值" + +#: internal/cli/board/attach.go:36 +msgid "" +"Sets the default values for port and FQBN. If no port or FQBN are specified," +" the current default port and FQBN are displayed." +msgstr "設定連接埠和 FQBN 的預設值。如果沒指定連接埠或 FQBN,將顯示預設的" + +#: internal/cli/config/init.go:55 internal/cli/config/init.go:56 +msgid "Sets where to save the configuration file." +msgstr "設定儲存設定檔的位置" + +#: internal/cli/monitor/monitor.go:225 +msgid "Setting" +msgstr "設定" + +#: internal/cli/config/validate.go:50 +msgid "Settings key doesn't exist" +msgstr "設定鍵值不存在" + +#: internal/cli/core/search.go:52 +msgid "Show all available core versions." +msgstr "顯示全部可用的核心版本" + +#: internal/cli/monitor/monitor.go:67 +msgid "Show all the settings of the communication port." +msgstr "顯示通訊連接埠的全部設定" + +#: internal/cli/board/listall.go:47 internal/cli/board/search.go:45 +msgid "Show also boards marked as 'hidden' in the platform" +msgstr "在平台上也顯示標記為'隱藏的'開發板" + +#: internal/cli/arguments/show_properties.go:59 +msgid "" +"Show build properties. The properties are expanded, use \"--show-" +"properties=unexpanded\" if you want them exactly as they are defined." +msgstr "顯示建構屬性. 屬性是攤開的, 如只想看定義, 請用 \\\"--show-properties=unexpanded\\\"." + +#: internal/cli/board/details.go:51 +msgid "Show full board details" +msgstr "顯示完整的開發板細節" + +#: internal/cli/board/details.go:42 +msgid "" +"Show information about a board, in particular if the board has options to be" +" specified in the FQBN." +msgstr "顯示開發板的資訊,特別是如果開發板在 FQBN 中有可指定的選項" + +#: internal/cli/lib/search.go:49 +msgid "Show library names only." +msgstr "只顯示程式庫名" + +#: internal/cli/board/details.go:52 +msgid "Show list of available programmers" +msgstr "顯示可用的燒錄器列表" + +#: internal/cli/debug/debug.go:65 +msgid "" +"Show metadata about the debug session instead of starting the debugger." +msgstr "顯示除錯作業的數據,而不是啟動除錯器" + +#: internal/cli/update/update.go:45 +msgid "Show outdated cores and libraries after index update" +msgstr "顯示在索引更新後過時的核心和程式庫" + +#: internal/cli/lib/list.go:39 +msgid "Shows a list of installed libraries." +msgstr "顯示已安裝的程式庫" + +#: internal/cli/lib/list.go:40 +msgid "" +"Shows a list of installed libraries.\n" +"\n" +"If the LIBNAME parameter is specified the listing is limited to that specific\n" +"library. By default the libraries provided as built-in by platforms/core are\n" +"not listed, they can be listed by adding the --all flag." +msgstr "" +"顯示已安裝的程式庫。\\n如果指定了 LIBNAME 參數,則只列出該程式庫。\\n預設情況下,不會列出 '平台/核心' 內建的程式庫,\\n但可以通過" +" --all 來顯示" + +#: internal/cli/core/list.go:36 internal/cli/core/list.go:37 +msgid "Shows the list of installed platforms." +msgstr "顯示已安裝的平台" + +#: internal/cli/lib/examples.go:43 +msgid "Shows the list of the examples for libraries." +msgstr "顯示程式庫範例" + +#: internal/cli/lib/examples.go:44 +msgid "" +"Shows the list of the examples for libraries. A name may be given as " +"argument to search a specific library." +msgstr "顯示程式庫的範例列表。可以指定程式庫" + +#: internal/cli/version/version.go:39 +msgid "" +"Shows the version number of Arduino CLI which is installed on your system." +msgstr "顯示安裝在系統上的 Arduino CLI 版本" + +#: internal/cli/version/version.go:38 +msgid "Shows version number of Arduino CLI." +msgstr "\"顯示 Arduino CLI 版本" + +#: internal/cli/board/details.go:187 +msgid "Size (bytes):" +msgstr "大小 (字元組) :" + +#: commands/compile/compile.go:249 +msgid "" +"Sketch cannot be located in build path. Please specify a different build " +"path" +msgstr "sketch 不能放在建構路徑上。請指定不同的建構路徑" + +#: internal/cli/sketch/new.go:84 +msgid "Sketch created in: %s" +msgstr "Sketch 建立在: %s" + +#: internal/cli/arguments/profiles.go:29 +msgid "Sketch profile to use" +msgstr "採用的 Sketch 設定集" + +#: arduino/builder/sizer/sizer.go:184 +msgid "Sketch too big; see %[1]s for tips on reducing it." +msgstr "Sketch 太胖了;請參考 %[1]s 裏的減肥技巧" + +#: arduino/builder/sizer/sizer.go:152 +msgid "" +"Sketch uses %[1]s bytes (%[3]s%%) of program storage space. Maximum is %[2]s" +" bytes." +msgstr "Sketch 使用 %[1]s 位元組(%[3]s%%)的程式儲存空間。最大為 %[2]s 位元組" + +#: internal/cli/arguments/sketch.go:49 +msgid "" +"Sketches with .pde extension are deprecated, please rename the following " +"files to .ino:" +msgstr "Sketch 已棄用 .pde 副檔名 ,請將下列檔案的副檔名改成.ino" + +#: arduino/builder/linker.go:41 +msgid "Skip linking of final executable." +msgstr "跳過鏈結成執行檔" + +#: commands/upload/upload.go:432 +msgid "Skipping 1200-bps touch reset: no serial port selected!" +msgstr "跳過 1200-bps 接觸重設:未選取序列埠!" + +#: arduino/builder/utils/utils.go:589 +msgid "Skipping archive creation of: %[1]s" +msgstr "跳過建立壓縮檔: %[1]s" + +#: arduino/builder/utils/utils.go:571 +msgid "Skipping compile of: %[1]s" +msgstr "跳過編譯: %[1]s" + +#: arduino/builder/detector/detector.go:408 +msgid "Skipping dependencies detection for precompiled library %[1]s" +msgstr "跳過預編譯程式庫 %[1]s 的相依偵測" + +#: arduino/cores/packagemanager/install_uninstall.go:187 +msgid "Skipping platform configuration." +msgstr "跳過平台設定" + +#: arduino/cores/packagemanager/install_uninstall.go:350 +msgid "Skipping tool configuration." +msgstr "跳過工具設定" + +#: legacy/builder/recipe_runner.go:54 +msgid "Skipping: %[1]s" +msgstr "跳過: %[1]s" + +#: commands/instances.go:574 +msgid "Some indexes could not be updated." +msgstr "有些索引無法更新" + +#: internal/cli/core/upgrade.go:124 +msgid "Some upgrades failed, please check the output for details." +msgstr "有些升級失敗了,細節請看輸出" + +#: arduino/serialutils/serialutils.go:141 +msgid "TOUCH: error during reset: %s" +msgstr "TOUCH: 重設時出錯: %s" + +#: internal/cli/daemon/daemon.go:59 +msgid "The TCP port the daemon will listen to" +msgstr "背景程式監聽的 TCP 埠" + +#: internal/cli/cli.go:125 +msgid "The custom config file (if not specified the default will be used)." +msgstr "自定義設定檔 (如沒指定,將使用預設值)" + +#: internal/cli/daemon/daemon.go:78 +msgid "The flag --debug-file must be used with --debug." +msgstr "參數 --debug-file 必須和 --debug 一起使用" + +#: internal/cli/config/add.go:93 +msgid "" +"The key '%[1]v' is not a list of items, can't add to it.\n" +"Maybe use '%[2]s'?" +msgstr "" +"'%[1]v' 鍵不是項目列表,無法加入其中。\n" +"還是用 '%[2]s'?" + +#: internal/cli/config/remove.go:51 +msgid "" +"The key '%[1]v' is not a list of items, can't remove from it.\n" +"Maybe use '%[2]s'?" +msgstr "" +"'%[1]v' 鍵不是項目列表,無法移除。\n" +"還是用 '%[2]s'?" + +#: arduino/errors.go:859 +msgid "The library %s has multiple installations:" +msgstr "程式庫 %s 有多個安裝" + +#: internal/cli/compile/compile.go:113 +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 "自定義加密密鑰的名稱,用在編譯過程中對二進位碼進行加密。只用在有支援的平台" + +#: internal/cli/compile/compile.go:111 +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." +msgstr "自定義簽名密鑰的名稱,用在編譯過程中對二進位碼進行簽名。只用在有支援的平台" + +#: internal/cli/cli.go:116 internal/cli/cli.go:121 +msgid "The output format for the logs, can be: %s" +msgstr "日誌的輸出格​​式,可以是: %s" + +#: internal/cli/compile/compile.go:109 +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." +msgstr "尋找用來簽名和加密二進位碼的自定義密鑰檔的檔案夾路徑。只用在有支援的平台" + +#: arduino/builder/libraries.go:201 +msgid "The platform does not support '%[1]s' for precompiled libraries." +msgstr "本平台不支援預編譯程式庫的 '%[1]s'" + +#: internal/cli/lib/upgrade.go:35 +msgid "" +"This command upgrades an installed library to the latest available version. " +"Multiple libraries can be passed separated by a space. If no arguments are " +"provided, the command will upgrade all the installed libraries where an " +"update is available." +msgstr "此指令將升級已安裝的程式庫到最新版。多程式庫以空格為間格。如未提供參數,將升級全部已安裝的程式庫" + +#: internal/cli/outdated/outdated.go:42 +msgid "" +"This commands shows a list of installed cores and/or libraries\n" +"that can be upgraded. If nothing needs to be updated the output is empty." +msgstr "此指令顯示可升級的已安裝核心和程式庫。如沒需要更新的,則輸出空白" + +#: arduino/cores/packagemanager/install_uninstall.go:86 +#: arduino/cores/packagemanager/install_uninstall.go:311 +msgid "Tool %s already installed" +msgstr "工具 %s 已安裝" + +#: arduino/cores/packagemanager/install_uninstall.go:400 +msgid "Tool %s uninstalled" +msgstr "工具 %s 已卸除" + +#: commands/debug/debug.go:139 +msgid "Toolchain '%s' is not supported" +msgstr "不支援工具包 '%s' " + +#: internal/cli/debug/debug.go:140 +msgid "Toolchain custom configurations" +msgstr "工具包客製化設定" + +#: internal/cli/debug/debug.go:134 +msgid "Toolchain path" +msgstr "工具包路徑" + +#: internal/cli/debug/debug.go:135 +msgid "Toolchain prefix" +msgstr "工具包前綴字元" + +#: internal/cli/debug/debug.go:133 +msgid "Toolchain type" +msgstr "工具包類型" + +#: internal/cli/compile/compile.go:378 internal/cli/upload/upload.go:143 +msgid "Try running %s" +msgstr "嘗試執行 %s" + +#: internal/cli/burnbootloader/burnbootloader.go:57 +msgid "Turns on verbose mode." +msgstr "開啟囉嗦模式" + +#: internal/cli/board/list.go:96 internal/cli/board/list.go:132 +msgid "Type" +msgstr "類型" + +#: internal/cli/lib/search.go:165 +msgid "Types: %s" +msgstr "類型: %s" + +#: internal/cli/board/details.go:189 +msgid "URL:" +msgstr "網址:" + +#: arduino/builder/core.go:190 +msgid "" +"Unable to cache built core, please tell %[1]s maintainers to follow %[2]s" +msgstr "無法快取建構核心,請通知 %[1]s 維護者注意 %[2]s" + +#: configuration/configuration.go:125 +msgid "Unable to get Documents Folder: %v" +msgstr "無法取得文件夾: %v" + +#: configuration/configuration.go:100 +msgid "Unable to get Local App Data Folder: %v" +msgstr "無法取得本地應用程式的資料夾: %v" + +#: configuration/configuration.go:88 configuration/configuration.go:113 +msgid "Unable to get user home dir: %v" +msgstr "無法取得用戶家目錄: %v" + +#: internal/cli/cli.go:204 +msgid "Unable to open file for logging: %s" +msgstr "無法開啟檔案做日誌記錄: %s" + +#: commands/instances.go:541 +msgid "Unable to parse URL" +msgstr "無法解析網址" + +#: arduino/cores/packagemanager/install_uninstall.go:277 +#: commands/lib/uninstall.go:44 +msgid "Uninstalling %s" +msgstr "卸除 %s" + +#: arduino/cores/packagemanager/install_uninstall.go:163 +#: commands/core/uninstall.go:73 +msgid "Uninstalling %s, tool is no more required" +msgstr "卸除 %s,不需要這工具了" + +#: internal/cli/core/uninstall.go:35 internal/cli/core/uninstall.go:36 +msgid "" +"Uninstalls one or more cores and corresponding tool dependencies if no " +"longer used." +msgstr "如不再需用到, 卸除一或多個核心及相依" + +#: internal/cli/lib/uninstall.go:35 internal/cli/lib/uninstall.go:36 +msgid "Uninstalls one or more libraries." +msgstr "卸載一或多個程式庫" + +#: internal/cli/board/list.go:164 +msgid "Unknown" +msgstr "未知的" + +#: arduino/errors.go:185 +msgid "Unknown FQBN" +msgstr "未知的 FQBN" + +#: internal/cli/update/update.go:37 +msgid "Updates the index of cores and libraries" +msgstr "更新核心和程式庫的索引" + +#: internal/cli/update/update.go:38 +msgid "Updates the index of cores and libraries to the latest versions." +msgstr "更新核心和程式庫的索引到最新版" + +#: internal/cli/core/update_index.go:34 +msgid "Updates the index of cores to the latest version." +msgstr "更新核心索引到最新" + +#: internal/cli/core/update_index.go:33 +msgid "Updates the index of cores." +msgstr "更新核心索引" + +#: internal/cli/lib/update_index.go:34 +msgid "Updates the libraries index to the latest version." +msgstr "更新程式庫索引到最新" + +#: internal/cli/lib/update_index.go:33 +msgid "Updates the libraries index." +msgstr "更新程式庫索引" + +#: arduino/cores/packagemanager/install_uninstall.go:43 +msgid "Upgrade doesn't accept parameters with version" +msgstr "升級不接受版本參數" + +#: internal/cli/upgrade/upgrade.go:38 +msgid "Upgrades installed cores and libraries to latest version." +msgstr "升級已安裝的核心和程式庫到最新版" + +#: internal/cli/upgrade/upgrade.go:37 +msgid "Upgrades installed cores and libraries." +msgstr "升級已安裝的核心和程式庫" + +#: internal/cli/lib/upgrade.go:34 +msgid "Upgrades installed libraries." +msgstr "升級已安裝的程式庫" + +#: internal/cli/core/upgrade.go:38 internal/cli/core/upgrade.go:39 +msgid "Upgrades one or all installed platforms to the latest version." +msgstr "升級已安裝的平台到最新版本" + +#: internal/cli/upload/upload.go:57 +msgid "Upload Arduino sketches." +msgstr "上傳 Arduino sketch" + +#: internal/cli/upload/upload.go:58 +msgid "" +"Upload Arduino sketches. This does NOT compile the sketch prior to upload." +msgstr "上傳 Arduino sketch。不會在上傳前編譯它" + +#: internal/cli/arguments/port.go:42 +msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2" +msgstr "上傳連接埠,例如:COM3 或 /dev/ttyACM2" + +#: commands/upload/upload.go:456 +msgid "Upload port found on %s" +msgstr "找到上傳連接埠 %s " + +#: internal/cli/arguments/port.go:46 +msgid "Upload port protocol, e.g: serial" +msgstr "上傳連接埠協議,例如:串列" + +#: internal/cli/compile/compile.go:118 +msgid "Upload the binary after the compilation." +msgstr "編譯完成就上傳二進位碼" + +#: internal/cli/burnbootloader/burnbootloader.go:47 +msgid "Upload the bootloader on the board using an external programmer." +msgstr "使用燒錄器將 bootloader 上傳到開發板" + +#: internal/cli/burnbootloader/burnbootloader.go:46 +msgid "Upload the bootloader." +msgstr "上傳 bootloader" + +#: internal/cli/compile/compile.go:263 internal/cli/upload/upload.go:153 +msgid "" +"Uploading to specified board using %s protocol requires the following info:" +msgstr "以 %s 協議上傳到開發板需要以下資訊:" + +#: internal/cli/config/init.go:103 +msgid "" +"Urls cannot contain commas. Separate multiple urls exported as env var with a space:\n" +"%s" +msgstr "" +"網址不能有逗號。用空格隔開多個位址, 例如 env var::\n" +"%s" + +#: internal/cli/usage.go:26 +msgid "Usage:" +msgstr "用法:" + +#: internal/cli/usage.go:33 +msgid "Use %s for more information about a command." +msgstr "使用 %s 取得指令的更多資訊" + +#: internal/cli/compile/compile.go:427 +msgid "Used library" +msgstr "使用的程式庫" + +#: internal/cli/compile/compile.go:442 +msgid "Used platform" +msgstr "使用的平台" + +#: arduino/builder/detector/detector.go:155 +msgid "Used: %[1]s" +msgstr "使用: %[1]s" + +#: commands/compile/compile.go:342 +msgid "Using board '%[1]s' from platform in folder: %[2]s" +msgstr "使用檔案夾: %[2]s 裏面平台的開發板 '%[1]s' " + +#: arduino/builder/detector/detector.go:348 +msgid "Using cached library dependencies for file: %[1]s" +msgstr "檔案: %[1]s 使用快取程式庫相依" + +#: commands/compile/compile.go:343 +msgid "Using core '%[1]s' from platform in folder: %[2]s" +msgstr "使用檔案夾: %[2]s 裏面平台的核心 '%[1]s' " + +#: legacy/builder/print_used_libraries_if_verbose.go:44 +msgid "Using library %[1]s at version %[2]s in folder: %[3]s %[4]s" +msgstr "使用檔案夾: %[3]s %[4]s 內的程式庫 %[1]s 版本 %[2]s " + +#: legacy/builder/print_used_libraries_if_verbose.go:38 +msgid "Using library %[1]s in folder: %[2]s %[3]s" +msgstr "使用檔案夾: %[2]s %[3]s 內的程式庫 %[1]s " + +#: arduino/builder/core.go:154 +msgid "Using precompiled core: %[1]s" +msgstr "使用預編譯核心: %[1]s" + +#: arduino/builder/libraries.go:119 arduino/builder/libraries.go:127 +msgid "Using precompiled library in %[1]s" +msgstr "使用在%[1]s 裏預編譯的程式庫" + +#: arduino/builder/utils/utils.go:569 arduino/builder/utils/utils.go:612 +msgid "Using previously compiled file: %[1]s" +msgstr "使用先前編譯的檔案: %[1]s" + +#: internal/cli/core/download.go:34 internal/cli/core/install.go:36 +msgid "VERSION" +msgstr "版本" + +#: internal/cli/lib/check_deps.go:36 internal/cli/lib/install.go:44 +msgid "VERSION_NUMBER" +msgstr "版本_號" + +#: internal/cli/monitor/monitor.go:225 +msgid "Values" +msgstr "數值" + +#: internal/cli/burnbootloader/burnbootloader.go:56 +#: internal/cli/compile/compile.go:120 internal/cli/upload/upload.go:72 +msgid "Verify uploaded binary after the upload." +msgstr "上傳後驗證上傳的二進位碼" + +#: internal/cli/compile/compile.go:428 internal/cli/compile/compile.go:443 +#: internal/cli/core/search.go:100 +msgid "Version" +msgstr "版本" + +#: internal/cli/lib/search.go:166 +msgid "Versions: %s" +msgstr "版本: %s" + +#: arduino/cores/packagemanager/install_uninstall.go:182 +msgid "WARNING cannot configure platform: %s" +msgstr "警告! 無法設定平台: %s" + +#: arduino/cores/packagemanager/install_uninstall.go:346 +msgid "WARNING cannot configure tool: %s" +msgstr "警告!無法設定工具: %s" + +#: internal/cli/compile/compile.go:308 +msgid "WARNING: The sketch is compiled using one or more custom libraries." +msgstr "警告! sketch 用了一或多個客製程式庫編譯" + +#: legacy/builder/warn_about_arch_incompatible_libraries.go:39 +msgid "" +"WARNING: library %[1]s claims to run on %[2]s architecture(s) and may be " +"incompatible with your current board which runs on %[3]s architecture(s)." +msgstr "警告: %[1]s 程式庫是 (%[2]s 架構),可能與選擇的開發板 (%[3]s架構)不相容 " + +#: commands/upload/upload.go:445 +msgid "Waiting for upload port..." +msgstr "等待上傳連接埠..." + +#: commands/compile/compile.go:348 +msgid "" +"Warning: Board %[1]s doesn't define a %[2]s preference. Auto-set to: %[3]s" +msgstr "警告: 開發板 %[1]s 並沒定義 %[2]s 喜好。自動設定成:%[3]s" + +#: internal/cli/lib/search.go:159 +msgid "Website: %s" +msgstr "網站: %s" + +#: internal/cli/config/init.go:42 +msgid "Writes current configuration to a configuration file." +msgstr "將目前的設定寫入設定檔" + +#: internal/cli/config/init.go:45 +msgid "" +"Writes current configuration to the configuration file in the data " +"directory." +msgstr "將目前的設定寫入資料目錄裏面的設定檔" + +#: internal/cli/config/set.go:74 +msgid "Writing config file: %v" +msgstr "寫入設定檔: %v" + +#: internal/cli/compile/compile.go:149 internal/cli/compile/compile.go:152 +msgid "You cannot use the %s flag while compiling with a profile." +msgstr "使用設定集編譯時不能使用 %s 旗標參數" + +#: arduino/resources/checksums.go:79 +msgid "archive hash differs from hash in index" +msgstr "保存與和索引不同的雜湊" + +#: arduino/libraries/librariesmanager/install.go:192 +msgid "archive is not valid: multiple files found in zip file top level" +msgstr "存檔無效: 在 zip 檔頂層找到多個檔案" + +#: arduino/libraries/librariesmanager/install.go:195 +msgid "archive is not valid: no files found in zip file top level" +msgstr "存檔無效: 在 zip 檔的頂層沒找到檔案" + +#: internal/cli/sketch/archive.go:37 +msgid "archivePath" +msgstr "存檔路徑" + +#: arduino/builder/preprocessor/arduino_preprocessor.go:60 +msgid "arduino-preprocessor pattern is missing" +msgstr "缺少 arduino 預處理器樣態" + +#: commands/upload/upload.go:714 +msgid "autodetect build artifact: %s" +msgstr "自動偵測建構成品: %s" + +#: internal/cli/feedback/stdio.go:35 +msgid "available only in text format" +msgstr "只有本文格式" + +#: commands/upload/upload.go:699 +msgid "binary file not found in %s" +msgstr "%s 裏找不到二進位檔" + +#: arduino/cores/packagemanager/package_manager.go:305 +msgid "board %s not found" +msgstr "找不到開發板 %s" + +#: internal/cli/board/listall.go:37 internal/cli/board/search.go:36 +msgid "boardname" +msgstr "開發板名" + +#: arduino/libraries/librariesmanager/librariesmanager.go:155 +msgid "built-in libraries directory not set" +msgstr "內建程式庫目錄未設定" + +#: arduino/discovery/discovery.go:346 arduino/discovery/discovery.go:369 +#: arduino/discovery/discovery.go:391 arduino/discovery/discovery.go:431 +#: arduino/discovery/discovery.go:457 +msgid "calling %[1]s: %[2]w" +msgstr "呼叫 %[1]s: %[2]w" + +#: arduino/cores/status.go:124 arduino/cores/status.go:151 +msgid "can't find latest release of %s" +msgstr "找不到最新版的 %s " + +#: commands/instances.go:360 +msgid "can't find latest release of tool %s" +msgstr "找不到最新版的工具 %s " + +#: arduino/sketch/sketch.go:106 +msgid "can't find main Sketch file in %s" +msgstr "在 %s 找不到 sketch 主檔" + +#: arduino/cores/packagemanager/loader.go:825 +msgid "can't find pattern for discovery with id %s" +msgstr "找不到 id 為 %s 探索的樣態" + +#: executils/output.go:52 +msgid "can't retrieve standard error stream: %s" +msgstr "無法取得標準錯誤流: %s" + +#: executils/output.go:34 +msgid "can't retrieve standard output stream: %s" +msgstr "無法取得標準輸出流: %s" + +#: arduino/builder/detector/detector.go:91 +msgid "candidates" +msgstr "候選" + +#: commands/upload/upload.go:656 commands/upload/upload.go:663 +msgid "cannot execute upload tool: %s" +msgstr "無法執行上傳工具: %s" + +#: arduino/resources/install.go:39 +msgid "checking local archive integrity" +msgstr "檢查本地端存檔的完整性" + +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:85 +#: legacy/builder/wipeout_build_path_if_build_options_changed.go:89 +msgid "cleaning build path" +msgstr "清理建構路徑" + +#: internal/cli/cli.go:72 +msgid "command" +msgstr "指令" + +#: arduino/monitor/monitor.go:150 +msgid "command '%[1]s' failed: %[2]s" +msgstr "指令 '%[1]s' 失敗: %[2]s" + +#: arduino/discovery/discovery.go:350 arduino/discovery/discovery.go:373 +#: arduino/discovery/discovery.go:395 arduino/discovery/discovery.go:435 +#: arduino/discovery/discovery.go:461 +msgid "command failed: %s" +msgstr "指令失敗: %s" + +#: arduino/discovery/discovery.go:348 arduino/discovery/discovery.go:352 +#: arduino/discovery/discovery.go:371 arduino/discovery/discovery.go:375 +#: arduino/discovery/discovery.go:393 arduino/discovery/discovery.go:397 +#: arduino/discovery/discovery.go:433 arduino/discovery/discovery.go:459 +#: arduino/discovery/discovery.go:463 arduino/monitor/monitor.go:147 +#: arduino/monitor/monitor.go:153 +msgid "communication out of sync, expected '%[1]s', received '%[2]s'" +msgstr "通信不同步,預期 '%[1]s',卻收到 '%[2]s'" + +#: arduino/resources/checksums.go:75 +msgid "computing hash: %s" +msgstr "計算雜湊: %s" + +#: arduino/libraries/librariesmanager/install.go:145 +msgid "copying library to destination directory:" +msgstr "拷貝程式庫到目標目錄:" + +#: commands/upload/upload.go:771 +msgid "could not find a valid build artifact" +msgstr "找不到正確的建構成品" + +#: commands/core/install.go:62 +msgid "could not overwrite" +msgstr "無法覆寫" + +#: commands/lib/install.go:133 +msgid "could not remove old library" +msgstr "無法移除舊的程式庫" + +#: arduino/sketch/yaml.go:78 arduino/sketch/yaml.go:82 +#: arduino/sketch/yaml.go:86 +msgid "could not update sketch project file" +msgstr "無法更新 sketch 專案檔" + +#: arduino/builder/core.go:133 +msgid "creating core cache folder: %s" +msgstr "建立核心快取檔案夾: %s" + +#: arduino/cores/packagemanager/install_uninstall.go:216 +msgid "creating installed.json in %[1]s: %[2]s" +msgstr "在 %[1]s:%[2]s 建立 installed.json" + +#: arduino/resources/install.go:44 arduino/resources/install.go:48 +msgid "creating temp dir for extraction: %s" +msgstr "建立解壓縮用的臨時目錄: %s" + +#: arduino/builder/sizer/sizer.go:190 +msgid "data section exceeds available space in board" +msgstr "資料區已超出開發板的可用空間" + +#: commands/lib/resolve_deps.go:56 +msgid "dependency '%s' is not available" +msgstr "沒有 '%s' 的相依" + +#: legacy/builder/create_cmake_rule.go:126 +msgid "destination already exists" +msgstr "目的地已存在" + +#: arduino/libraries/librariesmanager/install.go:93 +msgid "destination dir %s already exists, cannot install" +msgstr "目標目錄 %s 已存在,無法安裝" + +#: arduino/libraries/librariesmanager/install.go:142 +msgid "destination directory already exists" +msgstr "目標目錄已存在" + +#: arduino/libraries/librariesmanager/install.go:282 +msgid "directory doesn't exist: %s" +msgstr "目錄不存在: %s" + +#: arduino/discovery/discoverymanager/discoverymanager.go:190 +msgid "discovery %[1]s process not started: %[2]w" +msgstr "探索 %[1]s 程序未啟動: %[2]w" + +#: arduino/cores/packagemanager/loader.go:756 +msgid "discovery %s not found" +msgstr "探索 %s找不到 " + +#: arduino/cores/packagemanager/loader.go:760 +msgid "discovery %s not installed" +msgstr "探索 %s 未安裝" + +#: arduino/cores/packagemanager/package_manager.go:698 +msgid "discovery release not found: %s" +msgstr "找不到探索發行: %s" + +#: internal/cli/core/download.go:39 internal/cli/core/install.go:41 +msgid "download a specific version (in this case 1.6.9)." +msgstr "下載特定版本(在本例中為 1.6.9)" + +#: internal/cli/core/download.go:38 internal/cli/core/install.go:39 +msgid "download the latest version of Arduino SAMD core." +msgstr "下載 Arduino SAMD 核心最新版" + +#: internal/cli/feedback/rpc_progress.go:73 +msgid "downloaded" +msgstr "已下載" + +#: commands/instances.go:138 +msgid "downloading %[1]s tool: %[2]s" +msgstr "正在下載 %[1]s 工具: %[2]s" + +#: arduino/cores/fqbn.go:48 +msgid "empty board identifier" +msgstr "清空開發板識別" + +#: arduino/sketch/sketch.go:92 +msgid "error loading sketch project file:" +msgstr "錯誤載入 sketch 專案:" + +#: arduino/cores/packagemanager/loader.go:650 +msgid "error opening %s" +msgstr "錯誤開啟 %s" + +#: internal/cli/config/set.go:67 +msgid "error parsing value: %v" +msgstr "錯誤解析數值: %v" + +#: arduino/sketch/profiles.go:193 +msgid "error parsing version constraints" +msgstr "錯誤解析版本限制" + +#: commands/board/list.go:116 +msgid "error processing response from server" +msgstr "錯誤處理伺服器回應" + +#: commands/board/list.go:96 +msgid "error querying Arduino Cloud Api" +msgstr "錯誤查詢 Arduino Cloud Api" + +#: arduino/resources/install.go:67 +msgid "extracting archive: %s" +msgstr "解開存檔: %s" + +#: arduino/libraries/librariesmanager/install.go:183 +msgid "extracting archive: %w" +msgstr "解開存檔: %w" + +#: arduino/resources/checksums.go:144 +msgid "failed to compute hash of file \"%s\"" +msgstr "計算 “%s” 檔的雜湊值失敗" + +#: commands/board/list.go:91 +msgid "failed to initialize http client" +msgstr "初始化 http 客戶端失敗" + +#: arduino/resources/checksums.go:96 +msgid "fetched archive size differs from size specified in index" +msgstr "抓取的存檔大小跟索引內指明的大小不同" + +#: arduino/resources/install.go:128 +msgid "files in archive must be placed in a subdirectory" +msgstr "存檔內的檔案必須放在子目錄下" + +#: arduino/cores/packagemanager/loader.go:61 +msgid "finding absolute path of %s" +msgstr "尋找 %s 的絕對路徑" + +#: internal/cli/cli.go:72 +msgid "flags" +msgstr "旗標" + +#: arduino/cores/packagemanager/loader.go:100 +msgid "following symlink %s" +msgstr "跟隨符式鏈接 %s" + +#: internal/cli/lib/download.go:39 +msgid "for a specific version." +msgstr "針對特定版本" + +#: internal/cli/lib/check_deps.go:40 internal/cli/lib/download.go:38 +#: internal/cli/lib/install.go:48 +msgid "for the latest version." +msgstr "針對最新版本" + +#: internal/cli/lib/check_deps.go:41 internal/cli/lib/install.go:49 +#: internal/cli/lib/install.go:51 +msgid "for the specific version." +msgstr "針對特定版本" + +#: internal/inventory/inventory.go:68 +msgid "generating installation.id: %w" +msgstr "產出 installation.id: %w" + +#: internal/inventory/inventory.go:74 +msgid "generating installation.secret: %w" +msgstr "產出 installation.secret: %w" + +#: arduino/resources/download.go:53 +msgid "getting archive file info: %s" +msgstr "取得存檔資訊: %s" + +#: arduino/resources/checksums.go:93 +msgid "getting archive info: %s" +msgstr "取得存檔資訊: %s" + +#: arduino/resources/checksums.go:66 arduino/resources/checksums.go:89 +#: arduino/resources/download.go:34 arduino/resources/helpers.go:38 +#: arduino/resources/install.go:55 +msgid "getting archive path: %s" +msgstr "取得存檔路徑: %s" + +#: arduino/cores/packagemanager/package_manager.go:311 +msgid "getting build properties for board %[1]s: %[2]s" +msgstr "取得開發板 %[1]s: %[2]s 的建構屬性" + +#: arduino/cores/packagemanager/download.go:106 +msgid "getting discovery dependencies for platform %[1]s: %[2]s" +msgstr "取得平台 %[1]s: %[2]s 的探索相依" + +#: arduino/cores/packagemanager/download.go:114 +msgid "getting monitor dependencies for platform %[1]s: %[2]s" +msgstr "取得平台 %[1]s: %[2]s 的監視器相依" + +#: arduino/cores/packagemanager/loader.go:711 +msgid "getting parent dir of %[1]s: %[2]s" +msgstr "取得 %[1]s: %[2]s 的父目錄" + +#: arduino/cores/packagemanager/download.go:99 +msgid "getting tool dependencies for platform %[1]s: %[2]s" +msgstr "取得平台 %[1]s: %[2]s 的工具相依" + +#: arduino/libraries/librariesmanager/install.go:153 +msgid "install directory not set" +msgstr "未設定安裝目錄" + +#: commands/instances.go:142 +msgid "installing %[1]s tool: %[2]s" +msgstr "安裝 %[1]s 工具: %[2]s" + +#: arduino/cores/packagemanager/install_uninstall.go:208 +msgid "installing platform %[1]s: %[2]s" +msgstr "安裝平台%[1]s: %[2]s" + +#: internal/cli/feedback/terminal.go:36 +msgid "interactive terminal not supported for the '%s' output format" +msgstr "互動終端不支援 '%s' 輸出格式" + +#: arduino/sketch/profiles.go:191 +msgid "invalid '%s' directive" +msgstr "無效的 '%s' 指令" + +#: arduino/discovery/discovery.go:212 +msgid "invalid 'add' message: missing port" +msgstr "無效的 “加入” 訊息:找不到連接埠" + +#: arduino/discovery/discovery.go:222 +msgid "invalid 'remove' message: missing port" +msgstr "無效的 “移除” 訊息:找不到連接埠" + +#: arduino/resources/checksums.go:44 +msgid "invalid checksum format: %s" +msgstr "無效的校驗碼格式: %s" + +#: arduino/cores/fqbn.go:54 arduino/cores/fqbn.go:59 +msgid "invalid config option: %s" +msgstr "無效的設定選項: %s" + +#: internal/cli/arguments/reference.go:90 +msgid "invalid empty core architecture '%s'" +msgstr "無效的空核心架構 '%s'" + +#: internal/cli/arguments/reference.go:67 +msgid "invalid empty core argument" +msgstr "無效的空核心參數" + +#: internal/cli/arguments/reference.go:86 +msgid "invalid empty core name '%s'" +msgstr "無效的空核心名 '%s'" + +#: internal/cli/arguments/reference.go:71 +msgid "invalid empty core reference '%s'" +msgstr "無效的空核心參照 '%s'" + +#: internal/cli/arguments/reference.go:76 +msgid "invalid empty core version: '%s'" +msgstr "無效的空核心版本: '%s'" + +#: internal/cli/lib/args.go:49 +msgid "invalid empty library name" +msgstr "無效的空程式庫名" + +#: internal/cli/lib/args.go:54 +msgid "invalid empty library version: %s" +msgstr "無效的空程式庫版本: %s" + +#: arduino/cores/board.go:142 +msgid "invalid empty option found" +msgstr "找到無效的空選項" + +#: arduino/libraries/librariesmanager/install.go:272 +msgid "invalid git url" +msgstr "無效的 git 網址" + +#: arduino/resources/checksums.go:48 +msgid "invalid hash '%[1]s': %[2]s" +msgstr "無效的雜湊 '%[1]s': %[2]s" + +#: internal/cli/arguments/reference.go:83 +msgid "invalid item %s" +msgstr "無效的項目 %s" + +#: arduino/sketch/profiles.go:225 +msgid "invalid library directive:" +msgstr "無效的程式庫指令:" + +#: arduino/libraries/libraries_layout.go:65 +msgid "invalid library layout: %s" +msgstr "無效的程式庫配置: %s" + +#: arduino/libraries/libraries_location.go:88 +msgid "invalid library location: %s" +msgstr "無效的程式庫位置: %s" + +#: arduino/libraries/loader.go:139 +msgid "invalid library: no header files found" +msgstr "無效的程式庫: 找不到 .h 標頭檔" + +#: arduino/cores/board.go:145 +msgid "invalid option '%s'" +msgstr "無效的選項 '%s'" + +#: internal/cli/arguments/show_properties.go:51 +msgid "invalid option '%s'." +msgstr "無效的選項 '%s'" + +#: internal/inventory/inventory.go:93 +msgid "invalid path creating config dir: %[1]s error: %[2]w" +msgstr "無效的建定目錄路徑: %[1]s 錯誤: %[2]w" + +#: internal/inventory/inventory.go:99 +msgid "invalid path writing inventory file: %[1]s error: %[2]w" +msgstr "無效的庫存檔路徑: %[1]s 錯誤:%[2]w" + +#: arduino/cores/packageindex/index.go:283 +msgid "invalid platform archive size: %s" +msgstr "無效的平台存檔大小: %s" + +#: arduino/sketch/profiles.go:195 +msgid "invalid platform identifier" +msgstr "無效的平台識別" + +#: arduino/sketch/profiles.go:205 +msgid "invalid platform index URL:" +msgstr "無效的平台索引位址:" + +#: arduino/cores/packagemanager/loader.go:363 +msgid "invalid pluggable monitor reference: %s" +msgstr "無效的插拔式監視器參照: %s" + +#: internal/cli/monitor/monitor.go:123 +msgid "invalid port configuration value for %s: %s" +msgstr "無效的連接埠設定值 %s : %s" + +#: internal/cli/monitor/monitor.go:131 +msgid "invalid port configuration: %s" +msgstr "無效的連接埠設定: %s" + +#: commands/upload/upload.go:643 +msgid "invalid recipe '%[1]s': %[2]s" +msgstr "無效的作法'%[1]s': %[2]s" + +#: commands/sketch/new.go:86 +msgid "" +"invalid sketch name \"%[1]s\": the first character must be alphanumeric or " +"\"_\", the following ones can also contain \"-\" and \".\". The last one " +"cannot be \".\"." +msgstr "無效的 sketch 名 \\\"%[1]s\\\": 首字元必須是英數字或底線, 接著可以是減號和逗點, 但最後字元不可以是逗點" + +#: arduino/cores/board.go:149 +msgid "invalid value '%[1]s' for option '%[2]s'" +msgstr "無效的 '%[2]s' 選項值 '%[1]s' " + +#: arduino/cores/packagemanager/loader.go:273 +msgid "invalid version directory %s" +msgstr "無效的版本目錄 %s" + +#: arduino/sketch/profiles.go:227 +msgid "invalid version:" +msgstr "無效的版本:" + +#: commands/daemon/settings.go:111 commands/daemon/settings.go:166 +msgid "key not found in settings" +msgstr "設定中找不到鍵值" + +#: internal/cli/core/search.go:45 +msgid "keywords" +msgstr "關鍵字" + +#: arduino/libraries/librariesmanager/install.go:130 +msgid "library %s already installed" +msgstr "程式庫 %s 已安裝" + +#: arduino/libraries/librariesmanager/install.go:319 +msgid "library not valid" +msgstr "程式庫無效" + +#: arduino/libraries/librariesmanager/librariesmanager.go:197 +msgid "library path does not exist: %s" +msgstr "程式庫路徑不存在: %s" + +#: arduino/serialutils/serialutils.go:67 +msgid "listing serial ports" +msgstr "列出序列埠" + +#: arduino/cores/packagemanager/loader.go:301 +#: arduino/cores/packagemanager/loader.go:310 +#: arduino/cores/packagemanager/loader.go:315 +msgid "loading %[1]s: %[2]s" +msgstr "載入 %[1]s: %[2]s" + +#: arduino/cores/packagemanager/loader.go:351 +msgid "loading boards: %s" +msgstr "載入開發板: %s" + +#: arduino/cores/packagemanager/loader.go:666 +msgid "loading bundled tools from %s" +msgstr "從 %s 載入整捆的工具" + +#: arduino/cores/packagemanager/package_manager.go:452 +#: arduino/cores/packagemanager/package_manager.go:467 +msgid "loading json index file %[1]s: %[2]s" +msgstr "載入json 索引檔 %[1]s:%[2]s" + +#: arduino/libraries/librariesmanager/librariesmanager.go:179 +#: arduino/libraries/librariesmanager/librariesmanager.go:202 +msgid "loading library from %[1]s: %[2]s" +msgstr "從 %[1]s: %[2]s載入程式庫" + +#: arduino/libraries/loader.go:54 +msgid "loading library.properties: %s" +msgstr "載入 library.properties: %s" + +#: arduino/cores/packagemanager/loader.go:250 +#: arduino/cores/packagemanager/loader.go:278 +msgid "loading platform release %s" +msgstr "載入平台發行版 %s" + +#: arduino/cores/packagemanager/loader.go:197 +msgid "loading platform.txt" +msgstr "載入 platform.txt" + +#: arduino/cores/packagemanager/profiles.go:44 +msgid "loading required platform %s" +msgstr "載入需要的平台 %s" + +#: arduino/cores/packagemanager/profiles.go:60 +msgid "loading required tool %s" +msgstr "載入需要的工具 %s" + +#: arduino/cores/packagemanager/loader.go:625 +msgid "loading tool release in %s" +msgstr "載入在 %s 的工具" + +#: arduino/cores/packagemanager/loader.go:190 +msgid "looking for boards.txt in %s" +msgstr "在 %s 尋找 boards.txt" + +#: arduino/sketch/sketch.go:76 +msgid "main file missing from sketch: %s" +msgstr "sketch 缺少主檔: %s" + +#: arduino/sketch/profiles.go:189 +msgid "missing '%s' directive" +msgstr "缺少 '%s' 指令" + +#: arduino/resources/checksums.go:40 +msgid "missing checksum for: %s" +msgstr "缺少 %s 的校驗碼" + +#: arduino/cores/packagemanager/package_manager.go:413 +msgid "missing package %[1]s referenced by board %[2]s" +msgstr "缺少開發板 %[2]s 參照的套件 %[1]s" + +#: internal/cli/core/upgrade.go:86 +msgid "missing package index for %s, future updates cannot be guaranteed" +msgstr "缺少 %s 的套件索引, 不保証未來更新與否" + +#: arduino/cores/packagemanager/package_manager.go:418 +msgid "missing platform %[1]s:%[2]s referenced by board %[3]s" +msgstr "缺少被開發板 %[3]s 參照的平台 %[1]s : %[2]s" + +#: arduino/cores/packagemanager/package_manager.go:423 +msgid "missing platform release %[1]s:%[2]s referenced by board %[3]s" +msgstr "缺少開發板 %[3]s 參照的平台發行版 %[1]s : %[2]s" + +#: arduino/cores/packagemanager/package_manager.go:709 +msgid "monitor release not found: %s" +msgstr "沒找到監視器發行版: %s" + +#: arduino/libraries/librariesmanager/install.go:201 +#: arduino/libraries/librariesmanager/install.go:250 +#: arduino/resources/install.go:96 +msgid "moving extracted archive to destination dir: %s" +msgstr "移動解壓縮的存檔到目標資料夾: %s" + +#: commands/upload/upload.go:766 +msgid "multiple build artifacts found: '%[1]s' and '%[2]s'" +msgstr "找到多個建構成品: '%[1]s' 和 '%[2]s'" + +#: arduino/sketch/sketch.go:68 +msgid "multiple main sketch files found (%[1]v, %[2]v)" +msgstr "找到多個 sketch 檔 (%[1]v, %[2]v)" + +#: arduino/cores/packagemanager/install_uninstall.go:320 +msgid "" +"no compatible version of %[1]s tools found for the current os, try " +"contacting %[2]s" +msgstr "沒找到目前作業系統相容工具版本 %[1]s,請聯絡 %[2]s" + +#: executils/process.go:40 +msgid "no executable specified" +msgstr "未指定執行檔" + +#: commands/daemon/daemon.go:100 +msgid "no instance specified" +msgstr "未指定實例" + +#: commands/upload/upload.go:721 +msgid "no sketch or build directory/file specified" +msgstr "未指定 sketch 或建構目錄/檔" + +#: arduino/sketch/sketch.go:55 +msgid "no such file or directory" +msgstr "沒有這檔案/目錄" + +#: arduino/resources/install.go:131 +msgid "no unique root dir in archive, found '%[1]s' and '%[2]s'" +msgstr "存檔中沒有單一的根目錄,找到了 '%[1]s' 和 '%[2]s'" + +#: commands/upload/upload.go:638 +msgid "no upload port provided" +msgstr "未提供上傳連接埠" + +#: arduino/sketch/sketch.go:274 +msgid "no valid sketch found in %[1]s: missing %[2]s" +msgstr "在 %[1]s 找不到有效的 sketch : 缺少 %[2]s" + +#: arduino/cores/packagemanager/download.go:128 +msgid "no versions available for the current OS, try contacting %s" +msgstr "目前的作業系統沒可用的版本,請聯絡 %s" + +#: internal/cli/feedback/terminal.go:39 +msgid "not running in a terminal" +msgstr "沒在終端執行" + +#: arduino/resources/checksums.go:71 arduino/resources/install.go:59 +msgid "opening archive file: %s" +msgstr "開啟存檔: %s" + +#: arduino/cores/packagemanager/loader.go:266 +msgid "opening boards.txt" +msgstr "開啟 boards.txt" + +#: arduino/serialutils/serialutils.go:38 +msgid "opening port at 1200bps" +msgstr "以 1200 bps 開啟連接埠" + +#: arduino/security/signatures.go:83 +msgid "opening signature file: %s" +msgstr "開啟簽名檔: %s" + +#: arduino/security/signatures.go:78 +msgid "opening target file: %s" +msgstr "開啟目標檔: %s" + +#: arduino/cores/packagemanager/download.go:76 arduino/cores/status.go:89 +#: arduino/cores/status.go:114 arduino/cores/status.go:141 +msgid "package %s not found" +msgstr "找不到套件 %s" + +#: arduino/cores/packagemanager/package_manager.go:481 +msgid "package '%s' not found" +msgstr "找不到套件 '%s'" + +#: arduino/cores/packagemanager/loader.go:221 +msgid "parsing IDE bundled index" +msgstr "解析 IDE 同捆的索引" + +#: arduino/cores/board.go:165 +#: arduino/cores/packagemanager/package_manager.go:252 +msgid "parsing fqbn: %s" +msgstr "解析 FQBN:%s" + +#: arduino/libraries/librariesindex/json.go:72 +msgid "parsing library_index.json: %s" +msgstr "解析 library_index.json: %s" + +#: arduino/cores/packagemanager/loader.go:181 +msgid "path is not a platform directory: %s" +msgstr "路徑不是平台目錄: %s" + +#: arduino/cores/packagemanager/download.go:80 +msgid "platform %[1]s not found in package %[2]s" +msgstr "%[2]s 套件裏找不到 %[1]s 平台" + +#: arduino/cores/packagemanager/download.go:92 +msgid "platform %s has no available releases" +msgstr "平台 %s 沒有可用的發行版" + +#: arduino/cores/packagemanager/package_manager.go:298 +msgid "platform %s is not installed" +msgstr "平台 %s 未安裝" + +#: arduino/cores/packagemanager/install_uninstall.go:176 +#: arduino/cores/packagemanager/install_uninstall.go:280 +#: arduino/cores/packagemanager/loader.go:457 commands/compile/compile.go:108 +msgid "platform not installed" +msgstr "平台未安裝" + +#: internal/cli/compile/compile.go:139 +msgid "please use --build-property instead." +msgstr "請改用 --build-property" + +#: arduino/discovery/discoverymanager/discoverymanager.go:126 +msgid "pluggable discovery already added: %s" +msgstr "已加入可插拔探索: %s" + +#: internal/cli/board/attach.go:34 +msgid "port" +msgstr "連接埠" + +#: internal/cli/arguments/port.go:125 +msgid "port not found: %[1]s %[2]s" +msgstr "沒找到連接埠: %[1]s %[2]s" + +#: arduino/monitor/monitor.go:236 +msgid "protocol version not supported: requested %[1]d, got %[2]d" +msgstr "協議版本不被支援: 要 %[1]d,卻得到 %[2]d" + +#: arduino/discovery/discovery.go:354 +msgid "protocol version not supported: requested 1, got %d" +msgstr "協議版本不被支援: 要 1,卻得到%d" + +#: arduino/cores/packagemanager/loader.go:716 +msgid "reading %[1]s: %[2]s" +msgstr "讀取 %[1]s: %[2]s" + +#: arduino/libraries/librariesmanager/librariesmanager.go:170 +msgid "reading dir %[1]s: %[2]s" +msgstr "讀取目錄 %[1]s: %[2]s" + +#: arduino/libraries/loader.go:198 +msgid "reading directory %[1]s content: %[2]w" +msgstr "讀取目錄 %[1]s 內容: %[2]w" + +#: arduino/cores/packagemanager/loader.go:71 +#: arduino/cores/packagemanager/loader.go:153 +#: arduino/cores/packagemanager/loader.go:260 +#: arduino/cores/packagemanager/loader.go:617 +msgid "reading directory %s" +msgstr "讀取目錄 %s" + +#: arduino/libraries/librariesmanager/install.go:292 +msgid "reading directory %s content: %w" +msgstr "讀取目錄%s 內容: %w" + +#: arduino/builder/sketch.go:89 +msgid "reading file %[1]s: %[2]s" +msgstr "讀取檔案%[1]s: %[2]s" + +#: arduino/sketch/sketch.go:205 +msgid "reading files: %v" +msgstr "讀取檔案: %v" + +#: arduino/libraries/librariesresolver/cpp.go:104 +msgid "reading lib headers: %s" +msgstr "讀取程式庫頭檔: %s" + +#: arduino/libraries/libraries.go:228 +msgid "reading lib src dir: %s" +msgstr "正在讀取 lib src 目錄: %s" + +#: arduino/libraries/libraries.go:116 +msgid "reading library headers: %w" +msgstr "讀取程式庫標頭檔:%w" + +#: arduino/libraries/librariesindex/json.go:66 +msgid "reading library_index.json: %s" +msgstr "讀取 library_index.json: %s" + +#: arduino/resources/install.go:121 +msgid "reading package root dir: %s" +msgstr "讀取套件根目錄: %s" + +#: commands/upload/upload.go:632 +msgid "recipe not found '%s'" +msgstr "作法未找到 %s" + +#: arduino/cores/packagemanager/package_manager.go:557 +msgid "release %[1]s not found for tool %[2]s" +msgstr "找不到工具 %[2]s 的發行版 %[1]s" + +#: arduino/cores/status.go:83 arduino/cores/status.go:107 +#: arduino/cores/status.go:134 +msgid "release cannot be nil" +msgstr "發行版不能是無" + +#: arduino/resources/download.go:44 +msgid "removing corrupted archive file: %s" +msgstr "刪除損壞的存檔 %s" + +#: arduino/libraries/librariesmanager/install.go:156 +msgid "removing library directory: %s" +msgstr "刪除程式庫目錄: %s" + +#: arduino/cores/packagemanager/install_uninstall.go:293 +msgid "removing platform files: %s" +msgstr "刪除平台檔: %s" + +#: arduino/cores/packagemanager/download.go:87 +msgid "required version %[1]s not found for platform %[2]s" +msgstr "找不到平台 %[2]s 需要的版本 %[1]s" + +#: arduino/security/signatures.go:74 +msgid "retrieving Arduino public keys: %s" +msgstr "取得 Arduino 公鑰:%s" + +#: arduino/libraries/loader.go:116 arduino/libraries/loader.go:154 +msgid "scanning examples: %s" +msgstr "掃描範例: %s" + +#: arduino/cores/packagemanager/loader.go:702 +msgid "searching for builtin_tools_versions.txt in %[1]s: %[2]s" +msgstr "在 %[1]s: %[2]s 尋找 builtin_tools_versions.txt" + +#: arduino/resources/install.go:73 +msgid "searching package root dir: %s" +msgstr "尋找套件根目錄: %s" + +#: arduino/serialutils/serialutils.go:48 +msgid "setting DTR to OFF" +msgstr "將 DTR 設為 OFF" + +#: commands/sketch/new.go:78 +msgid "sketch name cannot be empty" +msgstr "sketch 名字不能空白" + +#: commands/sketch/new.go:91 +msgid "sketch name cannot be the reserved name \"%[1]s\"" +msgstr "sketch 名字不能使用保留名'%[1]s'" + +#: commands/sketch/new.go:81 +msgid "" +"sketch name too long (%[1]d characters). Maximum allowed length is %[2]d" +msgstr "sketch 名字過長(%[1]d 字元)。 最大允許 %[2]d 字元" + +#: arduino/sketch/sketch.go:48 arduino/sketch/sketch.go:53 +msgid "sketch path is not valid" +msgstr "sketch 路徑無效" + +#: internal/cli/board/attach.go:34 internal/cli/sketch/archive.go:37 +msgid "sketchPath" +msgstr "sketchPath" + +#: legacy/builder/create_cmake_rule.go:118 +msgid "source is not a directory" +msgstr "來源不是目錄" + +#: arduino/discovery/discoverymanager/discoverymanager.go:194 +msgid "starting discovery %s" +msgstr "開始探索 %s" + +#: arduino/resources/checksums.go:118 +msgid "testing archive checksum: %s" +msgstr "測試存檔校驗碼: %s" + +#: arduino/resources/checksums.go:111 +msgid "testing archive size: %s" +msgstr "測試存檔大小: %s" + +#: arduino/resources/checksums.go:105 +msgid "testing if archive is cached: %s" +msgstr "測試存檔是否被快取: %s" + +#: arduino/resources/install.go:37 +msgid "testing local archive integrity: %s" +msgstr "測試本地存檔完整性: %s" + +#: arduino/builder/sizer/sizer.go:185 +msgid "text section exceeds available space in board" +msgstr "本文區已超出開發板的可用空間" + +#: arduino/builder/detector/detector.go:211 +#: arduino/builder/preprocessor/ctags.go:70 +msgid "the compilation database may be incomplete or inaccurate" +msgstr "編譯資料庫可能不完整或不準確" + +#: commands/core/list.go:63 +msgid "the platform has no releases" +msgstr "該平台沒有發行版" + +#: commands/board/list.go:103 +msgid "the server responded with status %s" +msgstr "伺服器回應狀態 %s" + +#: arduino/monitor/monitor.go:140 +msgid "timeout waiting for message" +msgstr "等待訊息超時" + +#: arduino/discovery/discovery.go:251 +msgid "timeout waiting for message from %s" +msgstr "等待來自 %s 的訊息超時" + +#: arduino/cores/packagemanager/install_uninstall.go:386 +msgid "tool %s is not managed by package manager" +msgstr "工具 %s 不是由套件管理員管理的" + +#: arduino/cores/status.go:93 arduino/cores/status.go:118 +#: arduino/cores/status.go:145 +msgid "tool %s not found" +msgstr "找不到工具 %s" + +#: arduino/cores/packagemanager/package_manager.go:507 +msgid "tool '%[1]s' not found in package '%[2]s'" +msgstr "套件 '%[2]s' 裏找不到工具 '%[1]s'" + +#: arduino/cores/packagemanager/install_uninstall.go:381 +msgid "tool not installed" +msgstr "工具未安裝" + +#: arduino/cores/packagemanager/package_manager.go:687 +#: arduino/cores/packagemanager/package_manager.go:793 +msgid "tool release not found: %s" +msgstr "工具發行未找到: %s" + +#: arduino/cores/status.go:97 +msgid "tool version %s not found" +msgstr "工具版本 %s 未找到" + +#: commands/lib/install.go:61 +msgid "" +"two different versions of the library %[1]s are required: %[2]s and %[3]s" +msgstr "需要兩個不同版本的程式庫 %[1]s : %[2]s 和 %[3]s" + +#: arduino/builder/sketch.go:82 arduino/builder/sketch.go:126 +msgid "unable to compute relative path to the sketch for the item" +msgstr "無法計算 sketch 的相對路徑" + +#: arduino/builder/sketch.go:53 +msgid "unable to create a folder to save the sketch" +msgstr "無法建立保存 sketch 的資料夾" + +#: arduino/builder/sketch.go:132 +msgid "unable to create the folder containing the item" +msgstr "無法建立含有項目的資料夾" + +#: internal/cli/config/dump.go:59 +msgid "unable to marshal config to YAML: %v" +msgstr "無法將 config 轉成 YAML: %v" + +#: arduino/builder/sketch.go:170 +msgid "unable to read contents of the destination item" +msgstr "無法讀取目標項目的內容" + +#: arduino/builder/sketch.go:143 +msgid "unable to read contents of the source item" +msgstr "無法讀取來源項目的內容" + +#: arduino/builder/sketch.go:153 +msgid "unable to write to destination file" +msgstr "無法寫入目標檔" + +#: arduino/cores/packagemanager/package_manager.go:286 +msgid "unknown package %s" +msgstr "未知的套件 %s" + +#: arduino/cores/packagemanager/package_manager.go:293 +msgid "unknown platform %s:%s" +msgstr "未知的平台 %s:%s" + +#: arduino/sketch/sketch.go:147 +msgid "unknown sketch file extension '%s'" +msgstr "未知的 sketch 副檔名 %s" + +#: arduino/resources/checksums.go:61 +msgid "unsupported hash algorithm: %s" +msgstr "未支援的雜湊演算法: %s" + +#: internal/cli/core/upgrade.go:43 +msgid "upgrade arduino:samd to the latest version" +msgstr "升級 arduino:samd 到最新版" + +#: internal/cli/core/upgrade.go:41 +msgid "upgrade everything to the latest version" +msgstr "升級全部內容到最新版" + +#: commands/upload/upload.go:667 +msgid "uploading error: %s" +msgstr "上傳錯誤: %s" + +#: arduino/libraries/librariesmanager/librariesmanager.go:153 +msgid "user directory not set" +msgstr "用戶目錄未設定" + +#: internal/cli/feedback/terminal.go:73 +msgid "user input not supported for the '%s' output format" +msgstr "用戶輸入不支援 '%s' 輸出格式" + +#: internal/cli/feedback/terminal.go:76 +msgid "user input not supported in non interactive mode" +msgstr "在非互動模式下不支援用戶輸入" + +#: arduino/cores/packagemanager/profiles.go:176 +msgid "version %s not available for this operating system" +msgstr "版本 %s 不適合本作業系統" + +#: arduino/cores/packagemanager/profiles.go:155 +msgid "version %s not found" +msgstr "沒找到版本 %s " + +#: commands/board/list.go:121 +msgid "wrong format in server response" +msgstr "伺服器回應錯誤格式"