浏览代码

Merge pull request #294 from YanFM/patch-1

Update Marlin/language.h
daid 12 年前
父节点
当前提交
a394ac9f95
共有 1 个文件被更改,包括 161 次插入1 次删除
  1. 161
    1
      Marlin/language.h

+ 161
- 1
Marlin/language.h 查看文件

@@ -14,7 +14,7 @@
14 14
 // 5  Spanish
15 15
 // 6  Russian
16 16
 // 7  Italian
17
-// 8  Etc
17
+// 8  Portuguese
18 18
 
19 19
 #define LANGUAGE_CHOICE 1  // Pick your language from the list above
20 20
 
@@ -822,4 +822,164 @@
822 822
 
823 823
 #endif
824 824
 
825
+#if LANGUAGE_CHOICE == 8
826
+
827
+// LCD Menu Messages
828
+	#define WELCOME_MSG MACHINE_NAME " Pronta."
829
+	#define MSG_SD_INSERTED "Cartao SD inserido"
830
+	#define MSG_SD_REMOVED "Cartao SD removido"
831
+	#define MSG_MAIN " Menu Principal \003"
832
+	#define MSG_AUTOSTART " Autostart"
833
+	#define MSG_DISABLE_STEPPERS " Apagar Motores"
834
+	#define MSG_AUTO_HOME " Ir para Origen"
835
+	#define MSG_SET_ORIGIN " Estabelecer Origen"
836
+	#define MSG_PREHEAT_PLA " pre-aquecer PLA"
837
+	#define MSG_PREHEAT_PLA_SETTINGS " pre-aquecer PLA Setting"
838
+	#define MSG_PREHEAT_ABS " pre-aquecer ABS"
839
+	#define MSG_PREHEAT_ABS_SETTINGS " pre-aquecer ABS Setting"
840
+	#define MSG_COOLDOWN " Esfriar"
841
+	#define MSG_EXTRUDE " Extrudar"
842
+	#define MSG_RETRACT " Retrair"
843
+	#define MSG_PREHEAT_PLA " pre-aquecer PLA"
844
+	#define MSG_PREHEAT_ABS " pre-aquecer ABS"
845
+	#define MSG_MOVE_AXIS " Mover eixo      \x7E"
846
+	#define MSG_SPEED " Velocidade:"
847
+	#define MSG_NOZZLE " \002Nozzle:"
848
+	#define MSG_NOZZLE1 " \002Nozzle2:"
849
+	#define MSG_NOZZLE2 " \002Nozzle3:"
850
+	#define MSG_BED " \002Base:"
851
+	#define MSG_FAN_SPEED " Velocidade Ventoinha:"
852
+	#define MSG_FLOW " Fluxo:"
853
+	#define MSG_CONTROL " Controle \003"
854
+	#define MSG_MIN " \002 Min:"
855
+	#define MSG_MAX " \002 Max:"
856
+	#define MSG_FACTOR " \002 Fact:"
857
+	#define MSG_AUTOTEMP " Autotemp:"
858
+	#define MSG_ON "On "
859
+	#define MSG_OFF "Off"
860
+	#define MSG_PID_P " PID-P: "
861
+	#define MSG_PID_I " PID-I: "
862
+	#define MSG_PID_D " PID-D: "
863
+	#define MSG_PID_C " PID-C: "
864
+	#define MSG_ACC  " Acc:"
865
+	#define MSG_VXY_JERK " Vxy-jerk: "
866
+	#define MSG_VMAX " Vmax "
867
+	#define MSG_X "x:"
868
+	#define MSG_Y "y:"
869
+	#define MSG_Z "z:"
870
+	#define MSG_E "e:"
871
+	#define MSG_VMIN " Vmin:"
872
+	#define MSG_VTRAV_MIN " VTrav min:"
873
+	#define MSG_AMAX " Amax "
874
+	#define MSG_A_RETRACT " A-retract:"
875
+	#define MSG_XSTEPS " Xpasso/mm:"
876
+	#define MSG_YSTEPS " Ypasso/mm:"
877
+	#define MSG_ZSTEPS " Zpasso/mm:"
878
+	#define MSG_ESTEPS " Epasso/mm:"
879
+	#define MSG_MAIN_WIDE " Menu Principal  \003"
880
+	#define MSG_RECTRACT_WIDE " Retrair    \x7E"
881
+	#define MSG_TEMPERATURE_WIDE " Temperatura \x7E"
882
+	#define MSG_TEMPERATURE_RTN " Temperatura  \003"
883
+	#define MSG_MOTION_WIDE " Movimento     \x7E"
884
+	#define MSG_STORE_EPROM " Guardar memoria"
885
+	#define MSG_LOAD_EPROM " Carregar memoria"
886
+	#define MSG_RESTORE_FAILSAFE " Rest. de emergencia"
887
+	#define MSG_REFRESH "\004Recarregar"
888
+	#define MSG_WATCH " Monitorar   \003"
889
+	#define MSG_PREPARE " Preparar \x7E"
890
+	#define MSG_PREPARE_ALT " Preparar \003"
891
+	#define MSG_CONTROL_ARROW " Controle \x7E"
892
+	#define MSG_RETRACT_ARROW " Retrair \x7E"
893
+	#define MSG_TUNE " Tune    \x7E"
894
+	#define MSG_PAUSE_PRINT " Pausar Impressao \x7E"
895
+	#define MSG_RESUME_PRINT " Resumir Impressao \x7E"
896
+	#define MSG_STOP_PRINT " Parar Impressao   \x7E"
897
+	#define MSG_CARD_MENU " Menu cartao SD    \x7E"
898
+	#define MSG_NO_CARD " Sem cartao SD"
899
+	#define MSG_DWELL "Repouso..."
900
+	#define MSG_USERWAIT "Esperando Ordem..."
901
+	#define MSG_NO_MOVE "Sem movimento."
902
+	#define MSG_PART_RELEASE "Lancamento Parcial"
903
+	#define MSG_KILLED "PARADA DE EMERGENCIA. "
904
+	#define MSG_STOPPED "PARADA. "
905
+	#define MSG_STEPPER_RELEASED "Lancado."
906
+	#define MSG_CONTROL_RETRACT  " Retrair mm:"
907
+	#define MSG_CONTROL_RETRACTF " Retrair  F:"
908
+	#define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm:"
909
+	#define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm:"
910
+	#define MSG_CONTROL_RETRACT_RECOVERF " DesRet  F:"
911
+	#define MSG_AUTORETRACT " AutoRetr.:"
912
+        #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Algo esta errado na estrutura do Menu."
913
+
914
+// Serial Console Messages
915
+
916
+	#define MSG_Enqueing "enqueing \""
917
+	#define MSG_POWERUP "PowerUp"
918
+	#define MSG_EXTERNAL_RESET " Reset Externo"
919
+	#define MSG_BROWNOUT_RESET " Reset por voltagem incorreta"
920
+	#define MSG_WATCHDOG_RESET " Reset por Bloqueio"
921
+	#define MSG_SOFTWARE_RESET " Reset por Software"
922
+	#define MSG_MARLIN "Marlin "
923
+	#define MSG_AUTHOR " | Author: "
924
+	#define MSG_CONFIGURATION_VER " Ultima atualizacao: "
925
+	#define MSG_FREE_MEMORY " memoria Livre: "
926
+	#define MSG_PLANNER_BUFFER_BYTES "  PlannerBufferBytes: "
927
+	#define MSG_OK "ok"
928
+	#define MSG_FILE_SAVED "Guardado."
929
+	#define MSG_ERR_LINE_NO "O Numero da linha Nao e igual ao ultimo Numero da linha+1, Ultima linha:"
930
+	#define MSG_ERR_CHECKSUM_MISMATCH "O checksum Nao coincide, Ultima linha:"
931
+	#define MSG_ERR_NO_CHECKSUM "Nao foi possivel encontrar o checksum com o numero da linha, Ultima linha :"
932
+	#define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "Nao ha o numero da linha com o checksum, Ultima linha:"
933
+	#define MSG_FILE_PRINTED "Impressao terminada"
934
+	#define MSG_BEGIN_FILE_LIST "Começo da lista de arquivos"
935
+	#define MSG_END_FILE_LIST "Fim da lista de arquivos"
936
+	#define MSG_M104_INVALID_EXTRUDER "M104 Extrusor inválido "
937
+	#define MSG_M105_INVALID_EXTRUDER "M105 Extrusor inválido "
938
+	#define MSG_ERR_NO_THERMISTORS "Nao ha termistor - no temp"
939
+	#define MSG_M109_INVALID_EXTRUDER "M109 Extrusor inválido "
940
+	#define MSG_HEATING "Aquecendo..."
941
+	#define MSG_HEATING_COMPLETE "Aquecido."
942
+	#define MSG_BED_HEATING "Aquecendo a Base."
943
+	#define MSG_BED_DONE "Base quente."
944
+	#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) "\n"
945
+	#define MSG_COUNT_X " Conta X:"
946
+	#define MSG_ERR_KILLED "Impressora parada com kill() !!"
947
+	#define MSG_ERR_STOPPED "Impressora parada por erros. Coserte o erro e use M999 para recomeçar!. (Temperatura reiniciada. Ajuste antes de recomeçar)"
948
+	#define MSG_RESEND "Reenviar:"
949
+	#define MSG_UNKNOWN_COMMAND "Comando desconhecido:\""
950
+	#define MSG_ACTIVE_EXTRUDER "Extrusor ativo: "
951
+	#define MSG_INVALID_EXTRUDER "Extrusor invalido"
952
+	#define MSG_X_MIN "x_min: "
953
+	#define MSG_X_MAX "x_max: "
954
+	#define MSG_Y_MIN "y_min: "
955
+	#define MSG_Y_MAX "y_max: "
956
+	#define MSG_Z_MIN "z_min: "
957
+	#define MSG_Z_MAX "z_max: "
958
+	#define MSG_M119_REPORT "Relatando estado do ponto final"
959
+	#define MSG_ENDSTOP_HIT "PULSADO"
960
+	#define MSG_ENDSTOP_OPEN "Aberto"
961
+
962
+	#define MSG_SD_CANT_OPEN_SUBDIR "Nao pode abrir sub diretorio"
963
+	#define MSG_SD_INIT_FAIL "Falha ao iniciar SD"
964
+	#define MSG_SD_VOL_INIT_FAIL "Falha ao montar volume"
965
+	#define MSG_SD_OPENROOT_FAIL "Falha ao abrir diretorio raiz"
966
+	#define MSG_SD_CARD_OK "cartao SD ok"
967
+	#define MSG_SD_WORKDIR_FAIL "Falha ao abrir diretorio de trabalho"
968
+	#define MSG_SD_OPEN_FILE_FAIL "Erro ao abrir, Arquivo: "
969
+	#define MSG_SD_FILE_OPENED "Arquivo aberto:"
970
+	#define MSG_SD_SIZE " Size:"
971
+	#define MSG_SD_FILE_SELECTED "Arquivo selecionado"
972
+	#define MSG_SD_WRITE_TO_FILE "Escrevendo no arquivo: "
973
+	#define MSG_SD_PRINTING_BYTE "SD imprimindo o byte "
974
+	#define MSG_SD_NOT_PRINTING "Nao esta se imprimindo com o SD"
975
+	#define MSG_SD_ERR_WRITE_TO_FILE "Erro ao escrever no arquivo"
976
+	#define MSG_SD_CANT_ENTER_SUBDIR "Nao pode abrir o sub diretorio:"
977
+
978
+	#define MSG_STEPPER_TO_HIGH "Steprate muito alto : "
979
+	#define MSG_ENDSTOPS_HIT "O ponto final foi tocado: "
980
+	#define MSG_ERR_COLD_EXTRUDE_STOP " Extrusao a frio evitada"
981
+	#define MSG_ERR_LONG_EXTRUDE_STOP " Extrusao muito larga evitada"
982
+
983
+
984
+#endif
825 985
 #endif // ifndef LANGUAGE_H

正在加载...
取消
保存