Updated translation files (#1164)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-07-14 23:05:24 +02:00 committed by GitHub
parent fb690c97e8
commit e4d9243486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 224 additions and 64 deletions

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Ontfouting {0}",
"debuggingNotSupported": "Debugging is not supported by '{0}'",

View File

@ -57,11 +57,11 @@
"uploadingCertificates": "جار رفع الشهادة"
},
"cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
"keyboardError": "تعذر ايجاد لوحة المفاتيح 'Keyboard' . هل يحتوي مشروعك على '#include <Keyboard.h>' ؟",
"mouseError": "تعذر ايجاد الفأرة 'Mouse' . هل يحتوي مشروعك على '#include <Mouse.h>' ؟"
},
"cloud": {
"account": "Account",
"account": "الحساب",
"chooseSketchVisibility": "اختر خصوصية مشروعك:",
"connected": "متصل",
"continue": "استئناف",
@ -86,14 +86,14 @@
"pushSketch": "دفع المشروع",
"pushSketchMsg": "هذا مشروع عام . قبل دفعه , تاكد من عدم وجود اي معلومات حساسة داخل ملف arduino_secrets.h . تستطيع جعل المشروع خاصا من لوحة المشاركة",
"remote": "عن بعد",
"remoteSketchbook": "Remote Sketchbook",
"remoteSketchbook": "ملف المشاريع عن بعد (Remote Sketchbook)",
"share": "مشاركة...",
"shareSketch": "مشاركة المشروع",
"showHideRemoveSketchbook": "اظهار/اخفاء المشاريع عن بعد",
"signIn": "تسجيل الدخول",
"signInToCloud": "تسجيل الدخول الى Arduino Cloud",
"signOut": "تسجيل الخروج",
"sync": "Sync",
"sync": "مزامنة",
"syncEditSketches": "المزامنة و التعديل على مشاريعك في Arduino Cloud",
"visitArduinoCloud": "قم بزيارة Arduino Cloud من اجل انشاء ملف مشاريع على السحابة"
},
@ -127,7 +127,12 @@
"replaceTitle": "استبدال"
},
"coreContribution": {
"copyError": "Copy error messages"
"copyError": "نسخ رسالة الخطأ"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "تصحيح برمجي - {0}",
@ -146,8 +151,8 @@
"decreaseIndent": "تقليل مسافة البادئة",
"increaseFontSize": "تكبير حجم الخط",
"increaseIndent": "زيادة مسافة البادئة",
"nextError": "Next Error",
"previousError": "Previous Error"
"nextError": "الخطأ التالي",
"previousError": "الخطأ السابق"
},
"electron": {
"couldNotSave": "تعذر حفظ المشروع . الرجاء نسخ عملك الغير محفوظ الى محرر النصوص المفضل لديك و اعادة تشغيل Arduino IDE",
@ -223,7 +228,7 @@
"zipLibrary": "المكتبة"
},
"menu": {
"advanced": "Advanced",
"advanced": "متقدم",
"sketch": "مشروع",
"tools": "ادوات"
},
@ -241,7 +246,7 @@
"board.certificates": "قائمة الشهادات التي يمكن رفعها الى اللوحات",
"browse": "استعرض",
"choose": "اختر",
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
"cli.daemonDebug": "تفعيل تسجيل تصحيح الاخطاء لـ gRPC calls الى CLI الاردوينو (Enable debug logging of the gRPC calls to the Arduino CLI) يجب اعادة تشغيل ide لكي يصبح هذا الخيار فعالا . الخيار غير مفعل افتراضيا",
"cloud.enabled": "True اذا كانت مهام المزامنة مفعلة . True افتراضيا",
"cloud.pull.warn": "True اذا كان يجب تحذير المستخدمين قبل سحب مشروع من السحابة . True افتراضيا",
"cloud.push.warn": "True اذا كان يجب تحذير المستخدمين قبل دفع مشروع الى السحابة . True افتراضيا",
@ -322,9 +327,9 @@
"verifyOrCompile": "تحقق/ترجم"
},
"survey": {
"answerSurvey": "Answer survey",
"dismissSurvey": "Don't show again",
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
"answerSurvey": "الاجابة على الاستبيان",
"dismissSurvey": "لا تظهر مرة اخرى",
"surveyMessage": "يرجى ان تساعدنا لنحسن ادائنا من خلال الاجابة على هذا الاستبيان القصير جدا . نحن نحترم المجتمع الخاص بنا و نريد ان نتعرف بشكل افضل على داعمينا "
},
"upload": {
"error": "خطا {0} : {1}"

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debugging is not supported by '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Отстраняване на грешки - {0}",
"debuggingNotSupported": "Отстраняването на грешки не се поддържа от „{0}“",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Depuració - {0}",
"debuggingNotSupported": "La depuració no és compatible amb '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debugging není podporován s '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "'{0}' unterstützt kein Debuggen",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Αποσφαλμάτωση - {0}",
"debuggingNotSupported": "Δεν υποστιρίζεται αποσφαλμάτωση από '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "La depuración no está soportada por '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Araztu - {0}",
"debuggingNotSupported": "Ez dauka arazketarako euskarririk: '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "رفع خطا {0}",
"debuggingNotSupported": "رفع خطا توسط {0} پشتیبانی نمی شود.",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Ang debugging ay hindi suportado ng '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Débogage - {0}",
"debuggingNotSupported": "Le débogage n'est pas supporté pour '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debugging is not supported by '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debugging is not supported by '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Hibakeresés/Debug - {0}",
"debuggingNotSupported": "A hibakeresést a '{0}' nem támogatja ",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copia messaggi di errore"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Il debug non è supportato da '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "デバッグ - {0}",
"debuggingNotSupported": "デバッグは'{0}'ではサポートされていません。",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "디버그 - {0}",
"debuggingNotSupported": "Debugging is not supported by '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "ပြစ်ချက်ရှာဖွေချက် - {0}",
"debuggingNotSupported": "ကုတ်ပြစ်ချက်ရှာဖွေမှုကို '{0}'မှ မပေးထားပါ",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debugging is not supported by '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Foutmeldingen kopiëren"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Foutopsporing - {0}",
"debuggingNotSupported": "Foutopsporing wordt niet ondersteund door '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debugowanie nie jest wspierane przez '{0}'",

View File

@ -9,7 +9,7 @@
"boardInfo": "Informações da Placa",
"boardListItem": "{0} de {1}",
"configDialog1": "Selecione uma placa e uma porta se quiser fazer o upload de um sketch.",
"configDialog2": "Se você somente selecionar uma Placa você será capaz de compilar, mas não de enviar o seu rascunho.",
"configDialog2": "Se você selecionar apenas uma Placa, você será capaz de compilar, mas não de carregar o seu sketch.",
"configDialogTitle": "Selecionar Outra Placa e Porta",
"couldNotFindPreviouslySelected": "Não foi possível encontrar a placa selecionada anteriormente '{0}' na plataforma instalada '{1}'. Por favor, selecione novamente a placa que deseja usar. Você deseja selecioná-la novamente agora?",
"getBoardInfo": "Obter Informações da Placa",
@ -57,11 +57,11 @@
"uploadingCertificates": "Enviando certificados."
},
"cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
"keyboardError": "'Keyboard' não encontrado. Seu sketch deve incluir a linha\n'#include <Keyboard.h>'?",
"mouseError": "'Mouse' não encontrado. Seu sketch deve incluir a linha\n'#include <Mouse.h>'?"
},
"cloud": {
"account": "Account",
"account": "Conta",
"chooseSketchVisibility": "Escolha a visibilidade do seu Sketch:",
"connected": "Conectado",
"continue": "Continuar",
@ -86,14 +86,14 @@
"pushSketch": "Enviar Sketch",
"pushSketchMsg": "Baixar",
"remote": "Remoto",
"remoteSketchbook": "Remote Sketchbook",
"remoteSketchbook": "Sketchbook remoto",
"share": "Compartilhar...",
"shareSketch": "Compartilhar Sketch",
"showHideRemoveSketchbook": "Exibir/Ocultar Sketchbook remoto",
"signIn": "ENTRAR",
"signInToCloud": "Faça login no Arduino Cloud",
"signOut": "Sair",
"sync": "Sync",
"sync": "Sincronização",
"syncEditSketches": "Sincronizar e editar seus Sketches no Arduino Cloud",
"visitArduinoCloud": "Visite Arduino Cloud para criar Cloud Sketches."
},
@ -127,7 +127,12 @@
"replaceTitle": "Substituir"
},
"coreContribution": {
"copyError": "Copy error messages"
"copyError": "Cópia de mensagens de erro"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Depuração - {0}",
@ -146,8 +151,8 @@
"decreaseIndent": "Diminuir Recuo",
"increaseFontSize": "Aumentar o Tamanho da Fonte",
"increaseIndent": "Aumentar Recuo",
"nextError": "Next Error",
"previousError": "Previous Error"
"nextError": "Próximo Erro",
"previousError": "Erro Anterior"
},
"electron": {
"couldNotSave": "Não foi possível salvar o sketch. Copie seu trabalho não salvo em seu editor de texto favorito e reinicie a IDE.",
@ -223,13 +228,13 @@
"zipLibrary": "Biblioteca"
},
"menu": {
"advanced": "Advanced",
"advanced": "Avançado",
"sketch": "Rascunho",
"tools": "Ferramentas"
},
"monitor": {
"unableToCloseWebSocket": "Unable to close websocket",
"unableToConnectToWebSocket": "Unable to connect to websocket"
"unableToCloseWebSocket": "Impossível fechar websocket",
"unableToConnectToWebSocket": "Impossível conectar ao websocket"
},
"preferences": {
"additionalManagerURLs": "URLs Adicionais para Gerenciadores de Placas",
@ -241,15 +246,15 @@
"board.certificates": "Lista de certificados que podem ser carregados nas placas",
"browse": "Procurar",
"choose": "Escolher",
"cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
"cli.daemonDebug": "Habilite o log de depuração das chamadas gRPC para a CLI do Arduino. Uma reinicialização do IDE é necessária para que essa configuração tenha efeito. É falso por padrão.",
"cloud.enabled": "Verdadeiro se as funções de sincronização de sketch estiverem ativadas. O padrão é verdadeiro.",
"cloud.pull.warn": "Verdadeiro se os usuários devem ser avisados antes de baixar um sketch da nuvem. O padrão é verdadeiro.",
"cloud.push.warn": "Verdadeiro se os usuários devem ser avisados antes de enviar um sketch para a nuvem. O padrão é verdadeiro.",
"cloud.pushpublic.warn": "Verdadeiro se os usuários devem ser avisados antes de enviar um sketch público para a nuvem. O padrão é verdadeiro.",
"cloud.sketchSyncEnpoint": "O endpoint usado para enviar e baixar os sketches de um backend. Por padrão, ele aponta para a Arduino Cloud API.",
"compile": "compilar",
"compile.experimental": "True if the IDE should handle multiple compiler errors. False by default",
"compile.revealRange": "Adjusts how compiler errors are revealed in the editor after a failed verify/upload. Possible values: 'auto': Scroll vertically as necessary and reveal a line. 'center': Scroll vertically as necessary and reveal a line centered vertically. 'top': Scroll vertically as necessary and reveal a line close to the top of the viewport, optimized for viewing a code definition. 'centerIfOutsideViewport': Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport. The default value is '{0}'.",
"compile.experimental": "Verdadeiro se o IDE deve trabalhar com múltiplos erros de compilação. Falso por padrão",
"compile.revealRange": "Ajusta como os erros do compilador são revelados no editor após uma falha na verificação/upload. Valores possíveis: 'auto': Role verticalmente conforme necessário e revele uma linha. 'center': Role verticalmente conforme necessário e revele uma linha centralizada verticalmente. 'top': Role verticalmente conforme necessário e revele uma linha próxima ao topo da janela de visualização, otimizada para visualizar uma definição de código. 'centerIfOutsideViewport': Role verticalmente conforme necessário e revele uma linha centralizada verticalmente somente se estiver fora da viewport. O valor padrão é ' {0}'.",
"compile.verbose": "Verdadeiro para saída de compilação detalhada. Falso é padrão",
"compile.warnings": "Diz ao gcc qual nível de aviso usar. 'Nenhum' é padrão",
"compilerWarnings": "Avisos do compilador",
@ -271,7 +276,7 @@
"showVerbose": "Mostrar a saída detalhada durante",
"sketchbook.location": "Localização dos Sketchbooks",
"sketchbook.showAllFiles": "Verdadeiro para mostrar todos os arquivos de sketch dentro do sketch. Falso é padrão.",
"survey.notification": "True if users should be notified if a survey is available. True by default.",
"survey.notification": "Verdadeiro se o usuário deve ser notificado se uma pesquisa estiver disponível. Verdadeiro por padrão",
"unofficialBoardSupport": "Clique para obter uma lista de URLs de placas não oficiais suportadas",
"upload": "enviar",
"upload.verbose": "Verdadeiro para saída de upload detalhada. Falsa é padrão.",
@ -309,7 +314,7 @@
"openSketchInNewWindow": "Abrir sketch em uma nova janela",
"saveFolderAs": "Salvar a pasta de sketch como...",
"saveSketchAs": "Salvar a pasta de sketch como...",
"saveTempSketch": "Save your sketch to open it again later.",
"saveTempSketch": "Salve seu sketch para abrí-lo novamente mais tarde",
"showFolder": "Mostrar a pasta de Sketches",
"sketch": "Sketch",
"sketchbook": "Sketchbook",
@ -322,9 +327,9 @@
"verifyOrCompile": "Verificar/Compilar"
},
"survey": {
"answerSurvey": "Answer survey",
"dismissSurvey": "Don't show again",
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
"answerSurvey": "Responder a pesquisa",
"dismissSurvey": "Não mostrar novamente",
"surveyMessage": "Por favor, ajude-nos a melhorar respondendo essa pequena pesquisa. Nós valorizamos nossa comunidade e gostaríamos de conhecer nossos colaboradores um pouco melhor."
},
"upload": {
"error": "{0} erro: {1}"
@ -345,7 +350,7 @@
"daemonOffline": "CLI Daemon Offline",
"offline": "Offline",
"quitMessage": "Quaisquer alterações não serão salvas.",
"quitTitle": "Are you sure you want to quit?"
"quitTitle": "Você tem certeza que quer sair?"
},
"debug": {
"start": "Iniciar...",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Depanare - {0}",
"debuggingNotSupported": "Depanarea nu este suportată de '{0}'",

View File

@ -57,11 +57,11 @@
"uploadingCertificates": "Загрузка сертификатов."
},
"cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
"keyboardError": "'Keyboard' не найдено. В вашем скетче есть строка '#include <Keyboard.h>'?",
"mouseError": "'Mouse' не найдено. В вашем скетче есть строка '#include <Mouse.h>'?"
},
"cloud": {
"account": "Account",
"account": "Аккаунт",
"chooseSketchVisibility": "Выберите видимость своего скетча:",
"connected": "Подключено",
"continue": "Продолжить",
@ -127,7 +127,12 @@
"replaceTitle": "Заменить"
},
"coreContribution": {
"copyError": "Copy error messages"
"copyError": "Скопировать сообщения ошибок"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Отладка - {0}",
@ -146,8 +151,8 @@
"decreaseIndent": "Уменьшить отступ",
"increaseFontSize": "Увеличить размер шрифта",
"increaseIndent": "Увеличить отступ",
"nextError": "Next Error",
"previousError": "Previous Error"
"nextError": "Следущая ошибка",
"previousError": "Предыдущая ошибка"
},
"electron": {
"couldNotSave": "Скетч не сохранён. Пожалуйста, скопируйте вашу не сохраненную работу в ваш внешний текстовый редактор и перезапустите IDE.",
@ -322,8 +327,8 @@
"verifyOrCompile": "Проверить/Скомпилировать"
},
"survey": {
"answerSurvey": "Answer survey",
"dismissSurvey": "Don't show again",
"answerSurvey": "Ответить на опрос",
"dismissSurvey": "Больше не показывать",
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
},
"upload": {

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Отклањање грешака - {0}",
"debuggingNotSupported": "'{0}' не подржава отклањање грешака",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Hata mesajlarını kopyala"
},
"daemon": {
"restart": "Arthizmeti Yeniden Başlat",
"start": "Arthizmeti Başlat",
"stop": "Arthizmeti Durdur"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debug '{0}' tarafından desteklenmiyor",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Debug - {0}",
"debuggingNotSupported": "Debugging is not supported by '{0}'",

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "Sửa lỗi - {0}",
"debuggingNotSupported": "Sửa lỗi không hỗ trợ bởi '{0}'",

View File

@ -19,7 +19,7 @@
"noFQBN": "FQBN不可用于所选开发板“{0}”。你是否安装了相应的内核?",
"noPortsSelected": "没有为开发板选择端口:’{0}‘。",
"noneSelected": "未选择任何开发板。",
"openBoardsConfig": "选择其他开发板和端口。。。",
"openBoardsConfig": "选择其他开发板和接口......",
"platformMissing": "未安装所选’{0}‘开发板的平台。",
"pleasePickBoard": "请选择要连接的开发板。",
"port": "端口{0}",
@ -48,7 +48,7 @@
"noSupportedBoardConnected": "未连接受支持的开发板",
"openContext": "打开上下文",
"remove": "删除",
"selectBoard": "选择开发板。。。",
"selectBoard": "选择开发板...",
"selectCertificateToUpload": "1.选择要上传的证书",
"selectDestinationBoardToUpload": "2.选择开发板并上传证书",
"upload": "上传",
@ -57,11 +57,11 @@
"uploadingCertificates": "上传证书。"
},
"cli-error-parser": {
"keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
"mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
"keyboardError": "没有找到'Keyboard',请检查您的项目是否包含‘#include<Keyboard.h>",
"mouseError": "没有找到'Mouse',请检查您的项目是否包含‘#include<Mouse.h>"
},
"cloud": {
"account": "Account",
"account": "账户",
"chooseSketchVisibility": "选择项目的可见性:",
"connected": "已连接",
"continue": "继续",
@ -74,7 +74,7 @@
"notYetPulled": "无法推送到Cloud。未被拉取。",
"offline": "离线",
"openInCloudEditor": "在Cloud编辑器打开",
"options": "选项。。。",
"options": "选项......",
"privateVisibility": "私有的。只有你可以查看项目。",
"profilePicture": "资料图片",
"publicVisibility": "公开的。有链接的人都可以查看项目。",
@ -86,14 +86,14 @@
"pushSketch": "推送项目",
"pushSketchMsg": "这是公开的项目。推送前确保在arduino_secrets.h中明确了所有敏感信息。可以从共享界面将项目设为私人项目。",
"remote": "远程",
"remoteSketchbook": "Remote Sketchbook",
"share": "共享。。。",
"remoteSketchbook": "远程项目文件夹",
"share": "共享......",
"shareSketch": "共享项目",
"showHideRemoveSketchbook": "显示/隐藏远程项目文件夹",
"signIn": "登录",
"signInToCloud": "登录Arduino Cloud",
"signOut": "退出登录",
"sync": "Sync",
"sync": "同步",
"syncEditSketches": "同步和编辑Arduino Cloud项目",
"visitArduinoCloud": "访问Arduino Cloud以创建云项目。"
},
@ -114,7 +114,7 @@
},
"component": {
"by": "by",
"filterSearch": "对搜索进行过滤。。。",
"filterSearch": "筛选搜索结果......",
"install": "安装",
"moreInfo": "更多信息",
"uninstall": "卸载",
@ -127,7 +127,12 @@
"replaceTitle": "替换"
},
"coreContribution": {
"copyError": "Copy error messages"
"copyError": "复制错误信息"
},
"daemon": {
"restart": "重启守护进程",
"start": "启动守护进程",
"stop": "停止守护进程"
},
"debug": {
"debugWithMessage": "调试 - {0}",
@ -139,15 +144,15 @@
"dontAskAgain": "不要再请求"
},
"editor": {
"autoFormat": "自动排版",
"autoFormat": "自动格式化",
"commentUncomment": "注释/取消注释",
"copyForForum": "复制到论坛Markdown",
"decreaseFontSize": "减小字号",
"decreaseIndent": "减少缩进",
"increaseFontSize": "放大字体",
"increaseIndent": "增加缩进",
"nextError": "Next Error",
"previousError": "Previous Error"
"nextError": "下一个错误",
"previousError": "上一个错误"
},
"electron": {
"couldNotSave": "无法保存草图。请将未保存的工作复制到你喜爱的文本编辑器中然后重新启动IDE。",
@ -201,7 +206,7 @@
"versionDownloaded": "Arduino IDE{0}已经下载。"
},
"library": {
"addZip": "添加 .ZIP 库。。。",
"addZip": "添加 .ZIP 库...",
"arduinoLibraries": "arduino库",
"contributedLibraries": "贡献库",
"dependenciesForLibrary": "{0}库的依赖:{1}",
@ -212,7 +217,7 @@
"installOnly": "仅安装{0}",
"installedSuccessfully": "已成功安装{0}库:{1}",
"libraryAlreadyExists": "库已经存在。是否要覆盖它?",
"manageLibraries": "管理库。。。",
"manageLibraries": "管理库...",
"namedLibraryAlreadyExists": "名为{0}的库文件夹已存在。是否要覆盖它?",
"needsMultipleDependencies": "<b>{0}库:{1}</b>需要一些未安装的依赖:",
"needsOneDependency": "<b>{0}库:{1}</b>需要一些未安装的依赖:",
@ -223,7 +228,7 @@
"zipLibrary": "库"
},
"menu": {
"advanced": "Advanced",
"advanced": "高级设置",
"sketch": "项目",
"tools": "工具"
},
@ -290,7 +295,7 @@
"noLineEndings": "没有结束符",
"notConnected": "未连接。选择要自动连接的开发板和端口。",
"timestamp": "时间戳",
"toggleTimestamp": "切换时间戳"
"toggleTimestamp": "显示时间戳"
},
"sketch": {
"archiveSketch": "项目存档",
@ -322,9 +327,9 @@
"verifyOrCompile": "验证/编译"
},
"survey": {
"answerSurvey": "Answer survey",
"dismissSurvey": "Don't show again",
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
"answerSurvey": "回答问卷",
"dismissSurvey": "不要再显示",
"surveyMessage": "请回答这份很短的调查来帮助我们改进。我们重视我们的社区,也希望能够更好地了解对我们的支持者"
},
"upload": {
"error": "{0}错误:{1}"
@ -348,7 +353,7 @@
"quitTitle": "你确定你要退出吗?"
},
"debug": {
"start": "开始。。。",
"start": "开始...",
"startError": "启动调试会话时出错,请检查日志以了解更多详细信息。",
"typeNotSupported": "不支持调试会话的类型“{0}”。"
},

View File

@ -129,6 +129,11 @@
"coreContribution": {
"copyError": "Copy error messages"
},
"daemon": {
"restart": "Restart Daemon",
"start": "Start Daemon",
"stop": "Stop Daemon"
},
"debug": {
"debugWithMessage": "除錯 - {0}",
"debuggingNotSupported": "'{0}'不支援除錯。",