Reorder some language defines

This commit is contained in:
Scott Lahteine
2019-08-05 19:09:40 -05:00
parent 6fdb0bec07
commit 8f0aedeead
14 changed files with 371 additions and 375 deletions

View File

@@ -85,17 +85,13 @@
#define MSG_LEVEL_BED _UxGT("Nivelar Mesa")
#define MSG_LEVEL_CORNERS _UxGT("Nivelar Cantos")
#define MSG_NEXT_CORNER _UxGT("Próximo Canto")
#define MSG_EDIT_MESH _UxGT("Editar Malha")
#define MSG_EDITING_STOPPED _UxGT("Fim da Edição")
#define MSG_MESH_X _UxGT("Índice X")
#define MSG_MESH_Y _UxGT("Índice Y")
#define MSG_MESH_EDIT_Z _UxGT("Valor Z")
#define MSG_USER_MENU _UxGT("Comando customizado")
#define MSG_UBL_DOING_G29 _UxGT("Executando G29")
#define MSG_UBL_UNHOMED _UxGT("Fora da Origam")
#define MSG_UBL_TOOLS _UxGT("Ferramentas UBL")
#define MSG_UBL_LEVEL_BED _UxGT("Nivel. Mesa Unif.")
#define MSG_IDEX_MENU _UxGT("Modo IDEX")
#define MSG_IDEX_MODE_AUTOPARK _UxGT("Auto-Estacionar")
#define MSG_IDEX_MODE_DUPLICATE _UxGT("Duplicação")
@@ -105,11 +101,14 @@
#define MSG_Y_OFFSET _UxGT("2o bico Y")
#define MSG_Z_OFFSET _UxGT("2o bico Z")
#define MSG_UBL_DOING_G29 _UxGT("Executando G29")
#define MSG_UBL_UNHOMED _UxGT("Fora da Origam")
#define MSG_UBL_TOOLS _UxGT("Ferramentas UBL")
#define MSG_UBL_LEVEL_BED _UxGT("Nivel. Mesa Unif.")
#define MSG_UBL_MANUAL_MESH _UxGT("Fazer malha manual")
#define MSG_UBL_BC_INSERT _UxGT("Calçar e calibrar")
#define MSG_UBL_BC_INSERT2 _UxGT("Medir")
#define MSG_UBL_BC_REMOVE _UxGT("Remover e calibrar")
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Movendo para Próximo")
#define MSG_UBL_ACTIVATE_MESH _UxGT("Ativar UBL")
#define MSG_UBL_DEACTIVATE_MESH _UxGT("Desativar UBL")
@@ -144,7 +143,6 @@
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Salvar Malha CSV")
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Salvar Backup")
#define MSG_UBL_INFO_UBL _UxGT("Informação do UBL")
#define MSG_EDIT_MESH _UxGT("Editar Malha")
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Qtd de Enchimento")
#define MSG_UBL_MANUAL_FILLIN _UxGT("Enchimento Manual")
#define MSG_UBL_SMART_FILLIN _UxGT("Enchimento Smart")
@@ -159,7 +157,7 @@
#define MSG_UBL_SAVE_MESH _UxGT("Salvar Malha")
#define MSG_MESH_LOADED _UxGT("Malha %i carregada")
#define MSG_MESH_SAVED _UxGT("Malha %i salva")
#define MSG_NO_STORAGE _UxGT("Sem armazenamento")
#define MSG_UBL_NO_STORAGE _UxGT("Sem armazenamento")
#define MSG_UBL_SAVE_ERROR _UxGT("Erro ao salvar UBL")
#define MSG_UBL_RESTORE_ERROR _UxGT("Erro no restauro UBL")
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Compensação Z parou")