Merge pull request #4981 from esenapaj/Update-Japanese-language
Update Japanese translation, etc
This commit is contained in:
		| @@ -532,6 +532,15 @@ | ||||
|   #define MSG_INFO_PSU                        "Power Supply" | ||||
| #endif | ||||
|  | ||||
| #ifndef MSG_DRIVE_STRENGTH | ||||
|   #define MSG_DRIVE_STRENGTH                  "Drive Strength" | ||||
| #endif | ||||
| #ifndef MSG_DAC_PERCENT | ||||
|   #define MSG_DAC_PERCENT                     "Driver %" | ||||
| #endif | ||||
| #ifndef MSG_DAC_EEPROM_WRITE | ||||
|   #define MSG_DAC_EEPROM_WRITE                "DAC EEPROM Write" | ||||
| #endif | ||||
| #ifndef MSG_FILAMENT_CHANGE_HEADER | ||||
|   #define MSG_FILAMENT_CHANGE_HEADER          "CHANGE FILAMENT" | ||||
| #endif | ||||
| @@ -544,15 +553,6 @@ | ||||
| #ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME | ||||
|   #define MSG_FILAMENT_CHANGE_OPTION_RESUME   "Resume print" | ||||
| #endif | ||||
| #ifndef MSG_DRIVE_STRENGTH | ||||
|   #define MSG_DRIVE_STRENGTH                  "Drive Strength" | ||||
| #endif | ||||
| #ifndef MSG_DAC_PERCENT | ||||
|   #define MSG_DAC_PERCENT                     "Driver %" | ||||
| #endif | ||||
| #ifndef MSG_DAC_EEPROM_WRITE | ||||
|   #define MSG_DAC_EEPROM_WRITE                "DAC EEPROM Write" | ||||
| #endif | ||||
| #if LCD_HEIGHT >= 4 | ||||
|   #ifndef MSG_FILAMENT_CHANGE_INIT_1 | ||||
|     #define MSG_FILAMENT_CHANGE_INIT_1          "Wait for start" | ||||
|   | ||||
| @@ -255,6 +255,13 @@ | ||||
| #else | ||||
|   #define MSG_INFO_PSU                      "\xc3\xde\xdd\xb9\xde\xdd"                                         // "デンゲン" ("Power Supply") | ||||
| #endif | ||||
| #define MSG_DRIVE_STRENGTH                  "\xd3\xb0\xc0\xb0\xb8\xc4\xde\xb3\xd8\xae\xb8"                     // "モータークドウリョク" ("Drive Strength") | ||||
| #if LCD_WIDTH > 19 | ||||
|   #define MSG_DAC_PERCENT                   "DAC\xbc\xad\xc2\xd8\xae\xb8 %"                                    // "DACシュツリョク %" ("Driver %") | ||||
| #else | ||||
|   #define MSG_DAC_PERCENT                   "DAC\xbc\xad\xc2\xd8\xae\xb8"                                      // "DACシュツリョク" ("Driver %") | ||||
| #endif | ||||
| #define MSG_DAC_EEPROM_WRITE                MSG_STORE_EPROM                                                    // "メモリヘカクノウ" ("DAC EEPROM Write") | ||||
| #define MSG_FILAMENT_CHANGE_HEADER          "\xcc\xa8\xd7\xd2\xdd\xc4\xba\xb3\xb6\xdd"                         // "フィラメントコウカン" ("CHANGE FILAMENT") | ||||
| #define MSG_FILAMENT_CHANGE_OPTION_HEADER   "\xc4\xde\xb3\xbb\xa6\xbe\xdd\xc0\xb8\xbc\xc3\xb8\xc0\xde\xbb\xb2" // "ドウサヲセンタクシテクダサイ" ("CHANGE OPTIONS:") | ||||
| #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  "\xbb\xd7\xc6\xb5\xbc\xc0\xde\xbd"                                 // "サラニオシダス" ("Extrude more") | ||||
|   | ||||
| @@ -198,6 +198,9 @@ | ||||
| #define MSG_INFO_MIN_TEMP                   "セッテイサイテイオン"              // "Min Temp" | ||||
| #define MSG_INFO_MAX_TEMP                   "セッテイサイコウオン"              // "Max Temp" | ||||
| #define MSG_INFO_PSU                        "デンゲンシュベツ"                // "Power Supply" | ||||
| #define MSG_DRIVE_STRENGTH                  "モータークドウリョク"              // "Drive Strength" | ||||
| #define MSG_DAC_PERCENT                     "DACシュツリョク %"               // "Driver %" | ||||
| #define MSG_DAC_EEPROM_WRITE                MSG_STORE_EPROM              // "DAC EEPROM Write" | ||||
| #define MSG_FILAMENT_CHANGE_HEADER          "フィラメントコウカン"              // "CHANGE FILAMENT" | ||||
| #define MSG_FILAMENT_CHANGE_OPTION_HEADER   "ドウサヲセンタクシテクダサイ"        // "CHANGE OPTIONS:" | ||||
| #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  "サラニオシダス"                 // "Extrude more" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user