mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Merge master to develop (#1189)
* Merge master into develop (#1063) - pick up translation changes - clean up trailing spaces * Rebuild for translations * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Cherrypick a fix for #1069 and rebuild (#1075) * Fix #1069 (#1073) * rebuild * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Rebuild compressed files * Add some translatewiki annotations back into msg/messages.js * Rebuild msg files
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
"Cristofer Alves",
|
||||
"EVinente",
|
||||
"Lowvy",
|
||||
"Trigonometria87"
|
||||
"Trigonometria87",
|
||||
"BarbaraAckles",
|
||||
"Mauricio"
|
||||
]
|
||||
},
|
||||
"VARIABLES_DEFAULT_NAME": "item",
|
||||
@@ -48,6 +50,7 @@
|
||||
"NEW_VARIABLE_TITLE": "Nome da nova variável:",
|
||||
"VARIABLE_ALREADY_EXISTS": "A variável chamada '%1' já existe.",
|
||||
"DELETE_VARIABLE_CONFIRMATION": "Deletar %1 usos da variável '%2'?",
|
||||
"CANNOT_DELETE_VARIABLE_PROCEDURE": "Não se pode deletar a variável '%1' porque é parte da definição da função '%2'",
|
||||
"DELETE_VARIABLE": "Deletar a variável '%1'",
|
||||
"COLOUR_PICKER_HELPURL": "https://pt.wikipedia.org/wiki/Cor",
|
||||
"COLOUR_PICKER_TOOLTIP": "Escolher uma cor da palheta de cores.",
|
||||
@@ -90,6 +93,19 @@
|
||||
"CONTROLS_IF_IF_TOOLTIP": "Acrescente, remova ou reordene seções para reconfigurar este bloco.",
|
||||
"CONTROLS_IF_ELSEIF_TOOLTIP": "Acrescente uma condição para o bloco se.",
|
||||
"CONTROLS_IF_ELSE_TOOLTIP": "Acrescente uma condição final para o bloco se.",
|
||||
"IOS_OK": "Ok",
|
||||
"IOS_CANCEL": "blockly:IOS Cancelar/pt-br",
|
||||
"IOS_ERROR": "Erro",
|
||||
"IOS_PROCEDURES_INPUTS": "ENTRADAS",
|
||||
"IOS_PROCEDURES_ADD_INPUT": "+ Adicionar Entrada",
|
||||
"IOS_PROCEDURES_ALLOW_STATEMENTS": "Permitir declarações",
|
||||
"IOS_PROCEDURES_DUPLICATE_INPUTS_ERROR": "Essa função tem entradas duplicadas.",
|
||||
"IOS_VARIABLES_ADD_VARIABLE": "+ Adicionar Variável",
|
||||
"IOS_VARIABLES_ADD_BUTTON": "Adicionar",
|
||||
"IOS_VARIABLES_RENAME_BUTTON": "Blockly:Renomear varioas botoens/pt-br",
|
||||
"IOS_VARIABLES_DELETE_BUTTON": "Deletar",
|
||||
"IOS_VARIABLES_VARIABLE_NAME": "Nome variavel",
|
||||
"IOS_VARIABLES_EMPTY_NAME_ERROR": "Você não pode usar um nome de variável vazio.",
|
||||
"LOGIC_COMPARE_HELPURL": "https://pt.wikipedia.org/wiki/Inequa%C3%A7%C3%A3o",
|
||||
"LOGIC_COMPARE_TOOLTIP_EQ": "Retorna verdadeiro se ambas as entradas forem iguais.",
|
||||
"LOGIC_COMPARE_TOOLTIP_NEQ": "Retorna verdadeiro se ambas as entradas forem diferentes.",
|
||||
|
||||
Reference in New Issue
Block a user