Skip to content

Commit

Permalink
Update translations (#4143)
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Bot <[email protected]>
  • Loading branch information
github-actions[bot] and crowdin-bot authored Aug 26, 2024
1 parent e86fca5 commit d2375bf
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
35 changes: 35 additions & 0 deletions locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,15 @@
"powerBatteryWarning": {
"message": "Aviso Voltaje por Celda"
},
"powerBatteryMinimumHelp": {
"message": "El voltaje que se considera críticamente bajo, y activará las advertencias correspondientes. Advertencia 'LAND NOW' en el OSD y pitidos si un zumbador está soldado. También se utiliza en el cálculo del número de celdas."
},
"powerBatteryMaximumHelp": {
"message": "El voltaje de una célula completamente cargada. Se utiliza en el cálculo del número de celdas."
},
"powerBatteryWarningHelp": {
"message": "El voltaje que se considera bajo, y activará las advertencias correspondientes. Aviso de 'LOW BATTERY' en el OSD."
},
"powerCalibrationManagerButton": {
"message": "Calibración"
},
Expand Down Expand Up @@ -5516,6 +5525,13 @@
"osdDescElementDebug": {
"message": "Variables de depuración"
},
"osdTextElementDebug2": {
"message": "Depuración2",
"description": "One of the elements of the OSD"
},
"osdDescElementDebug2": {
"message": "Variables de depuración 4 a 7"
},
"osdTextElementPIDRoll": {
"message": "PID: roll",
"description": "One of the elements of the OSD"
Expand Down Expand Up @@ -7290,5 +7306,24 @@
"betaflightSupportButton": {
"message": "Wiki",
"description": "Text for the button to open the support URL"
},
"showNotifications": {
"message": "Mostrar notificaciones para operaciones largas"
},
"flashEraseDoneNotification": {
"message": "El borrado de la memoria flash ha sido completado",
"description": "Notification message when flash erase is done"
},
"flashDownloadDoneNotification": {
"message": "Los registros de la memoria flash han sido descargados",
"description": "Notification message when flash logs are done downloading"
},
"programmingSuccessfulNotification": {
"message": "La placa ha sido programada correctamente",
"description": "Notification message when programming is successful"
},
"programmingFailedNotification": {
"message": "Error al programar la placa",
"description": "Notification message when programming is unsuccessful"
}
}
9 changes: 9 additions & 0 deletions locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4755,6 +4755,15 @@
"powerBatteryWarning": {
"message": "셀 전압 경고"
},
"powerBatteryMinimumHelp": {
"message": "전압이 매우 낮으면 관련된 경고를 트리거합니다. OSD에 'LAND NOW' 경고와 비퍼가 장착된 경우 청각적인 비퍼음 경고를 합니다. 또한 셀-수 계산을 돕습니다."
},
"powerBatteryMaximumHelp": {
"message": "완전 충전된 셀 전압. 셀-수 계산을 돕습니다."
},
"powerBatteryWarningHelp": {
"message": "전압이 매우 낮으면 관련된 경고를 트리거합니다. OSD에서 'LOW BATTERY' 경고를 표시합니다."
},
"powerCalibrationManagerButton": {
"message": "교정"
},
Expand Down
35 changes: 35 additions & 0 deletions locales/pt/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,15 @@
"powerBatteryWarning": {
"message": "Aviso de Voltagem de Célula"
},
"powerBatteryMinimumHelp": {
"message": "A voltagem que é considerada criticamente baixa e acionará os avisos correspondentes. Aviso de 'ATERRE AGORA' em OSD e som audível se um beeper estiver soldado. Também ajuda no cálculo de contagem de células."
},
"powerBatteryMaximumHelp": {
"message": "A voltagem de uma célula totalmente carregada. Ajuda no cálculo de contagem de células."
},
"powerBatteryWarningHelp": {
"message": "A voltagem que é considerada baixa e acionará os avisos correspondentes. Aviso de 'BATTERIA FRACA' no OSD."
},
"powerCalibrationManagerButton": {
"message": "Calibração"
},
Expand Down Expand Up @@ -5516,6 +5525,13 @@
"osdDescElementDebug": {
"message": "Depuração de variáveis"
},
"osdTextElementDebug2": {
"message": "Depuração2",
"description": "One of the elements of the OSD"
},
"osdDescElementDebug2": {
"message": "Variáveis de depuração para depuração 4-7"
},
"osdTextElementPIDRoll": {
"message": "Valores PID do Roll",
"description": "One of the elements of the OSD"
Expand Down Expand Up @@ -7290,5 +7306,24 @@
"betaflightSupportButton": {
"message": "Wiki",
"description": "Text for the button to open the support URL"
},
"showNotifications": {
"message": "Mostrar notificações para operações longas"
},
"flashEraseDoneNotification": {
"message": "O apagar da Dataflash foi concluído",
"description": "Notification message when flash erase is done"
},
"flashDownloadDoneNotification": {
"message": "Efetuado o download dos logs da Dataflash",
"description": "Notification message when flash logs are done downloading"
},
"programmingSuccessfulNotification": {
"message": "A Controladora foi programada com sucesso",
"description": "Notification message when programming is successful"
},
"programmingFailedNotification": {
"message": "A programação da Controladora falhou",
"description": "Notification message when programming is unsuccessful"
}
}

0 comments on commit d2375bf

Please sign in to comment.