1
0
forked from me/IronOS
Files
IronOS/Translation Editor/translation_pt.json
Julius Vitkauskas 54ec20cd9f Update translations and use new translations infrastructure (#357)
* Align Lithuanian translation with text length restrictions

* Make translation generation script work also with Python 3

* Fix compilation error by introducing "OffString" string to translations

* Update translations

* Update remaining translations

* Add Finnish, Dutch, Portuguese and Ukrainian languages

* Add Swedish language, update build script

* Add Norwegian and Serbian (Latin) translations

* Update translation file, add automatically generated file warning

* PIDSETTINGS support. Thanks Andre Bernet (kilrah)

* Update Hungarian translation. Thanks adrianmihalko.
2018-09-18 09:55:52 +10:00

223 lines
4.7 KiB
JSON

{
"languageCode": "PT",
"messages": {
"SettingsCalibrationWarning": "A ponta deve estar em temperatura ambiente antes de continuar!",
"SettingsResetWarning": "Resetar para ajustes de fábrica?",
"UVLOWarningString": "DC BAIXO",
"UndervoltageString": "Subtensão",
"InputVoltageString": "Tensão ",
"WarningTipTempString": "Temperatura ",
"BadTipString": "ER PONTA",
"SleepingSimpleString": "Zzzz",
"SleepingAdvancedString": "Repouso...",
"WarningSimpleString": "TEMP",
"WarningAdvancedString": "TEMP ELEVADA!",
"SleepingTipAdvancedString": "Ponta:",
"IdleTipString": "Ponta:",
"IdleSetString": " Aj:",
"TipDisconnectedString": "SEM PONTA",
"SolderingAdvancedPowerPrompt": "Power: ",
"OffString": "Off"
},
"characters": {
"SettingRightChar": "D",
"SettingLeftChar": "C",
"SettingAutoChar": "A",
"SettingFastChar": "R",
"SettingSlowChar": "L"
},
"menuDouble": true,
"menuGroups": {
"SolderingMenu": {
"text2": [
"Configurações",
"Solda"
],
"desc": "Configurações de soldagem"
},
"PowerSavingMenu": {
"text2": [
"Modos",
"Repouso"
],
"desc": "Configurações de economia de energia"
},
"UIMenu": {
"text2": [
"Interface",
"Usuário"
],
"desc": "Configurações da interface do usuário"
},
"AdvancedMenu": {
"text2": [
"Menu",
"Avançado"
],
"desc": "Opções avançadas"
}
},
"menuOptions": {
"PowerSource": {
"text": "FONTE",
"text2": [
"Fonte",
"alimentação"
],
"desc": "nte de alimentação. Define a tensão de corte. <DC=10V> <S=3.3V/célula>"
},
"SleepTemperature": {
"text": "TMPE",
"text2": [
"Temperat.",
"repouso"
],
"desc": "Temperatura de repouso <C>"
},
"SleepTimeout": {
"text": "TMPO",
"text2": [
"Tempo",
"repouso"
],
"desc": "Tempo para repouso <Minutos/Segundos>"
},
"ShutdownTimeout": {
"text": "DESLI",
"text2": [
"Tempo",
"desligam."
],
"desc": "Tempo para desligamento <Minutos>"
},
"MotionSensitivity": {
"text": "MOVIME",
"text2": [
"Sensibilidade",
"movimento"
],
"desc": "Sensibilidade ao movimento <0=Desligado 1=Menor 9=Maior>"
},
"TemperatureUnit": {
"text": "UNIDAD",
"text2": [
"Unidade",
"temperatura"
],
"desc": "Unidade de temperatura <C=Celsius F=Fahrenheit>"
},
"AdvancedIdle": {
"text": "OCIOSO",
"text2": [
"Tela repouso",
"avançada"
],
"desc": "Exibe informações avançadas quando ocioso"
},
"DisplayRotation": {
"text": "ORIENT",
"text2": [
"Orientação",
"tela"
],
"desc": "Orientação da tela <A.utomática C.anhoto D.estro>"
},
"BoostEnabled": {
"text": "TURBO",
"text2": [
"Modo turbo",
"ativado"
],
"desc": "Tecla frontal ativa modo \"turbo\""
},
"BoostTemperature": {
"text": "TTMP",
"text2": [
"Modo turbo",
"temperat."
],
"desc": "Ajuste de temperatura do modo \"turbo\""
},
"AutoStart": {
"text": "MODOAT",
"text2": [
"Partida",
"automática"
],
"desc": "Aquece a ponta automaticamente ao ligar"
},
"CooldownBlink": {
"text": "RESFRI",
"text2": [
"Piscar ao",
"resfriar"
],
"desc": "Faz o valor da temperatura piscar durante o resfriamento"
},
"TemperatureCalibration": {
"text": "CAL.TEMP",
"text2": [
"Calibrar",
"temperatura"
],
"desc": "Calibra a temperatura"
},
"SettingsReset": {
"text": "RESETAR",
"text2": [
"Reset de",
"fábrica?"
],
"desc": "Reverte todos ajustes"
},
"VoltageCalibration": {
"text": "CAL.VOLT",
"text2": [
"Calibrar",
"tensão"
],
"desc": "Calibra a tensão de alimentação. Use os botões para ajustar o valor. Mantenha presionado para sair"
},
"AdvancedSoldering": {
"text": "AVNCAD",
"text2": [
"Tela trabalho",
"avançada"
],
"desc": "Exibe informações avançadas durante o uso"
},
"ScrollingSpeed": {
"text": "DESCSP",
"text2": [
"Velocidade",
"texto ajuda"
],
"desc": "Velocidade que esse texto é exibido"
},
"PidSettingsP": {
"text": "PIDP",
"text2": [
"PID",
"P"
],
"desc": "PID P term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
},
"PidSettingsI": {
"text": "PIDI",
"text2": [
"PID",
"I"
],
"desc": "PID I term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
},
"PidSettingsD": {
"text": "PIDD",
"text2": [
"PID",
"D"
],
"desc": "PID D term. Inverse values! This acts as a divisor. So Larger numbers == typically smaller in other systems"
}
},
"languageLocalName": "Portugues"
}