Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update language_tr.h #6463

Merged
merged 1 commit into from Apr 28, 2017
Merged

Update language_tr.h #6463

merged 1 commit into from Apr 28, 2017

Conversation

ghost
Copy link

@ghost ghost commented Apr 26, 2017

No description provided.

@@ -59,11 +62,13 @@
#define MSG_PREHEAT_1 _UxGT("Ön Isınma PLA") // Ön Isınma PLA
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") //
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" Tüm") // Tüm
#define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" Nozül") // Nozül
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSG_PREHEAT_1_END should be translated to "End" or "finished".
I guess "Nozül" means "Nozzle"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSG_PREHEAT_1_END and MSG_PREHEAT_2_END does not end anything. When the related functions with these messages are chosen, the machine heats the hotend only. So the current translation is meaningful. There is no exact short word for Hotend in Turkish.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uhh, dammit, complete misunderstanding on my side. I derived it from language_en.h and interpreted MSG_PREHEAT_1_END as "finished" and not as "hotend".
Sorry for that.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem

#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Tabla") // Tabla
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Ayar") // Ayar
#define MSG_PREHEAT_2 _UxGT("Ön Isınma ABS") // Ön Isınma ABS
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") //
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" Tüm") // Tüm
#define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" Nozül") // Nozül
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSG_PREHEAT_2_END should be translated to "End" or "finished".
I guess "Nozül" means "Nozzle"

@ghost ghost mentioned this pull request Apr 27, 2017
27 tasks
@Roxy-3D
Copy link
Member

Roxy-3D commented Apr 28, 2017

Thank You!

@Roxy-3D Roxy-3D merged commit 404f767 into MarlinFirmware:RCBugFix Apr 28, 2017
nomukaiki pushed a commit to nomukaiki/Marlin that referenced this pull request Apr 29, 2017
* Original/RCBugFix: (167 commits)
  Update language_de.h
  Added missing translations (MarlinFirmware#6458)
  Update language_tr.h (MarlinFirmware#6463)
  Update language_cz.h for new translations (MarlinFirmware#6465)
  Completed french translation (MarlinFirmware#6475)
  Add new strings as per recent changes in RCBugFix (MarlinFirmware#6482)
  Update language_nl.h (MarlinFirmware#6478)
  Fix issue in itostr4sign with numbers <100 (MarlinFirmware#6487)
  Allow BL-Touch users to control heaters during probe event (MarlinFirmware#6485)
  Shut down heaters during BL-Touch probe event
  Better tuned FolgerTech i3-2020 example file
  Better tuned Example file for FolgerTech i3-2020
  Update language_de.h
  Update language_de.h
  Get example files fully into compliance
  Add my two 'Nice' machines as example configurations
  Fix stuck "Print Aborted" LCD message
  Minor optimization of FILAMENT_WIDTH_SENSOR
  Cosmetic patches
  Added more translation strings
  ...

# Conflicts:
#	Marlin/Configuration.h
#	Marlin/Configuration_adv.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants