Skip to content

Commit

Permalink
🌐 Update Turkish language (MarlinFirmware#25447)
Browse files Browse the repository at this point in the history
  • Loading branch information
TA1GI authored and thinkyhead committed May 17, 2023
1 parent 7f9f922 commit 71e6f70
Show file tree
Hide file tree
Showing 11 changed files with 392 additions and 177 deletions.
5 changes: 3 additions & 2 deletions Marlin/src/lcd/language/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -856,11 +856,12 @@ namespace Language_en {

LSTR MSG_HOST_SHUTDOWN = _UxGT("Host Shutdown");

// These strings can be the same in all languages
LSTR MSG_MARLIN = _UxGT("Marlin");
LSTR MSG_SHORT_DAY = _UxGT("d"); // One character only
LSTR MSG_SHORT_HOUR = _UxGT("h"); // One character only
LSTR MSG_SHORT_MINUTE = _UxGT("m"); // One character only

// These strings can be the same in all languages
LSTR MSG_MARLIN = _UxGT("Marlin");
LSTR MSG_PID_P = _UxGT("PID-P");
LSTR MSG_PID_P_E = _UxGT("PID-P *");
LSTR MSG_PID_I = _UxGT("PID-I");
Expand Down
7 changes: 4 additions & 3 deletions Marlin/src/lcd/language/language_fr.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,6 @@ namespace Language_fr {

LSTR MSG_HALTED = _UxGT("IMPR. STOPPÉE");
LSTR MSG_PLEASE_RESET = _UxGT("Redémarrer SVP");
LSTR MSG_SHORT_DAY = _UxGT("j"); // One character only
LSTR MSG_SHORT_HOUR = _UxGT("h"); // One character only
LSTR MSG_SHORT_MINUTE = _UxGT("m"); // One character only

LSTR MSG_HEATING = _UxGT("en chauffe...");
LSTR MSG_COOLING = _UxGT("Refroidissement");
Expand Down Expand Up @@ -631,4 +628,8 @@ namespace Language_fr {

LSTR MSG_SD_CARD = _UxGT("Carte SD");
LSTR MSG_USB_DISK = _UxGT("Clé USB");

LSTR MSG_SHORT_DAY = _UxGT("j"); // One character only
LSTR MSG_SHORT_HOUR = _UxGT("h"); // One character only
LSTR MSG_SHORT_MINUTE = _UxGT("m"); // One character only
}
15 changes: 4 additions & 11 deletions Marlin/src/lcd/language/language_hu.h
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,6 @@ namespace Language_hu {
LSTR MSG_ERR_MINTEMP = _UxGT("Hiba: MIN höfok");
LSTR MSG_HALTED = _UxGT("A NYOMTATÓ LEÁLLT");
LSTR MSG_PLEASE_RESET = _UxGT("Indítsd újra!");
LSTR MSG_SHORT_DAY = _UxGT("n"); // Csak egy karakter
LSTR MSG_SHORT_HOUR = _UxGT("ó"); // Csak egy karakter
LSTR MSG_SHORT_MINUTE = _UxGT("p"); // Csak egy karakter
LSTR MSG_HEATING = _UxGT("Fütés...");
LSTR MSG_COOLING = _UxGT("Hütés...");
LSTR MSG_BED_HEATING = _UxGT("Ágy fütés...");
Expand Down Expand Up @@ -696,12 +693,8 @@ namespace Language_hu {

LSTR MSG_SD_CARD = _UxGT("SD Kártya");
LSTR MSG_USB_DISK = _UxGT("USB Lemez");
}

#if FAN_COUNT == 1
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED
#else
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED_N
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED_N
#endif
LSTR MSG_SHORT_DAY = _UxGT("n"); // Csak egy karakter
LSTR MSG_SHORT_HOUR = _UxGT("ó"); // Csak egy karakter
LSTR MSG_SHORT_MINUTE = _UxGT("p"); // Csak egy karakter
}
8 changes: 0 additions & 8 deletions Marlin/src/lcd/language/language_pl.h
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,3 @@ namespace Language_pl {
LSTR MSG_CALIBRATION_FAILED = _UxGT("Kalibracja nie powiodła się");

}

#if FAN_COUNT == 1
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED
#else
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED_N
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED_N
#endif
8 changes: 0 additions & 8 deletions Marlin/src/lcd/language/language_ro.h
Original file line number Diff line number Diff line change
Expand Up @@ -606,11 +606,3 @@ namespace Language_ro {
LSTR MSG_REHEAT = _UxGT("Reincalzire");
LSTR MSG_REHEATING = _UxGT("Reincalzire...");
}

#if FAN_COUNT == 1
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED
#else
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED_N
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED_N
#endif
15 changes: 4 additions & 11 deletions Marlin/src/lcd/language/language_ru.h
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,6 @@ namespace Language_ru {
LSTR MSG_ERR_MINTEMP = _UxGT("Ошибка: Т мин.");
LSTR MSG_HALTED = _UxGT("ПРИНТЕР ОСТАНОВЛЕН");
LSTR MSG_PLEASE_RESET = _UxGT("Сделайте сброс");
LSTR MSG_SHORT_DAY = _UxGT("д"); // One character only
LSTR MSG_SHORT_HOUR = _UxGT("ч"); // One character only
LSTR MSG_SHORT_MINUTE = _UxGT("м"); // One character only
LSTR MSG_HEATING = _UxGT("Нагрев...");
LSTR MSG_COOLING = _UxGT("Охлаждение...");
LSTR MSG_BED_HEATING = _UxGT("Нагрев стола...");
Expand Down Expand Up @@ -871,12 +868,8 @@ namespace Language_ru {

LSTR MSG_SD_CARD = _UxGT("SD Карта");
LSTR MSG_USB_DISK = _UxGT("USB Диск");
}

#if FAN_COUNT == 1
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED
#else
#define MSG_FIRST_FAN_SPEED MSG_FAN_SPEED_N
#define MSG_EXTRA_FIRST_FAN_SPEED MSG_EXTRA_FAN_SPEED_N
#endif
LSTR MSG_SHORT_DAY = _UxGT("д"); // One character only
LSTR MSG_SHORT_HOUR = _UxGT("ч"); // One character only
LSTR MSG_SHORT_MINUTE = _UxGT("м"); // One character only
}
Loading

0 comments on commit 71e6f70

Please sign in to comment.