mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 07:15:02 -06:00
🌐 Fix Italian typo, etc. (#27890)
Followup to #27877 Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
c20c6b61f1
commit
5b59424447
3 changed files with 3 additions and 6 deletions
|
@ -364,7 +364,7 @@ namespace LanguageNarrow_en {
|
|||
LSTR MSG_MOVE_N_MM = _UxGT("Move $mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Move $in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Move $") LCD_STR_DEGREE;
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Live Move");
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Live Movement");
|
||||
LSTR MSG_SPEED = _UxGT("Speed");
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("Bed Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Nozzle");
|
||||
|
@ -1124,7 +1124,6 @@ namespace LanguageNarrow_en {
|
|||
namespace LanguageWide_en {
|
||||
using namespace LanguageNarrow_en;
|
||||
#if LCD_WIDTH >= 20 || HAS_DWIN_E3V2
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Live Movement");
|
||||
LSTR MSG_HOST_START_PRINT = _UxGT("Start Host Print");
|
||||
LSTR MSG_PRINTING_OBJECT = _UxGT("Printing Object");
|
||||
LSTR MSG_CANCEL_OBJECT = _UxGT("Cancel Object");
|
||||
|
|
|
@ -341,7 +341,7 @@ namespace LanguageNarrow_it {
|
|||
LSTR MSG_MOVE_N_MM = _UxGT("Muovi di $mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Muovi di $in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Muovi di $") LCD_STR_DEGREE;
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Modalità live");
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Movimento live");
|
||||
LSTR MSG_SPEED = _UxGT("Velocità");
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("Piatto Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Ugello");
|
||||
|
@ -606,7 +606,7 @@ namespace LanguageNarrow_it {
|
|||
LSTR MSG_ATTACH_SD = _UxGT("Collega scheda SD");
|
||||
LSTR MSG_ATTACH_USB = _UxGT("Collega unità USB");
|
||||
LSTR MSG_RELEASE_MEDIA = _UxGT("Rilascia ") MEDIA_TYPE_IT;
|
||||
LSTR MSG_RELEASE_SD = _UxGT("Rilascia sceda SD");
|
||||
LSTR MSG_RELEASE_SD = _UxGT("Rilascia scheda SD");
|
||||
LSTR MSG_RELEASE_USB = _UxGT("Rilascia unità USB");
|
||||
LSTR MSG_CHANGE_MEDIA = _UxGT("Selez.") MEDIA_TYPE_IT;
|
||||
LSTR MSG_CHANGE_SD = _UxGT("Selez. scheda SD");
|
||||
|
@ -1007,7 +1007,6 @@ namespace LanguageNarrow_it {
|
|||
namespace LanguageWide_it {
|
||||
using namespace LanguageNarrow_it;
|
||||
#if LCD_WIDTH >= 20 || HAS_DWIN_E3V2
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Movimento live");
|
||||
LSTR MSG_HOST_START_PRINT = _UxGT("Avvio stampa host");
|
||||
LSTR MSG_PRINTING_OBJECT = _UxGT("Stampa oggetto");
|
||||
LSTR MSG_CANCEL_OBJECT = _UxGT("Cancella oggetto");
|
||||
|
|
|
@ -891,7 +891,6 @@ namespace LanguageNarrow_tr {
|
|||
namespace LanguageWide_tr {
|
||||
using namespace LanguageNarrow_tr;
|
||||
#if LCD_WIDTH >= 20 || HAS_DWIN_E3V2
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Canlı Hareket");
|
||||
LSTR MSG_HOST_START_PRINT = _UxGT("Host Baskıyı başlat");
|
||||
LSTR MSG_PRINTING_OBJECT = _UxGT("Yazdırma Nesnesi");
|
||||
LSTR MSG_CANCEL_OBJECT = _UxGT("Nesneyi İptal Et");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue