Skip to content

Commit

Permalink
Turkish (Türkçe) language support
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jan 2, 2018
1 parent b968803 commit 06083a3
Show file tree
Hide file tree
Showing 8 changed files with 576 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ Locale | Language | Status | Contributors
[nl](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/nl) | Nederlands (Netherlands) | ✔ | [dutchpatriot](https://github.com/dutchpatriot)
[pt-br](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/pt-br) | Português (Brasil) | ✔ | [cmsteinBR](https://github.com/cmsteinBR)
[ru](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/ru) | Ру́сский (Russian) | ✔ | [Denis Yusupov](https://github.com/minithc)
[tr](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/tr) | Türkçe (Turkish) | ✔ | Ali GÜNDOĞDU
[zh-cn](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/zh-cn) | 简体中文 (Simplified Chinese) | ✔ | [Mandy Chien](https://github.com/MandyChien), [Terry Lee](https://github.com/TerryShampoo)
[zh-tw](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/zh-tw) | 繁體中文 (Traditional Chinese) | ✔ | [Cheton Wu](https://github.com/cheton)

Expand Down
1 change: 1 addition & 0 deletions build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
'nl', // Nederlands
'pt-br', // Portuguese (Brazil)
'ru', // Russian
'tr', // Turkish
'zh-cn', // Simplified Chinese
'zh-tw' // Traditional Chinese
],
Expand Down
3 changes: 3 additions & 0 deletions src/app/i18n/tr/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dir": "ltr"
}
4 changes: 4 additions & 0 deletions src/app/i18n/tr/resource.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"loading": "Yükleniyor...",
"title": "CNCjs"
}
1 change: 1 addition & 0 deletions src/web/containers/Settings/General/General.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class General extends PureComponent {
<option value="hu">Magyar</option>
<option value="nl">Nederlands</option>
<option value="pt-br">Português (Brasil)</option>
<option value="tr">Türkçe</option>
<option value="ru">Русский</option>
<option value="zh-tw">中文 (繁體)</option>
<option value="zh-cn">中文 (简体)</option>
Expand Down
44 changes: 44 additions & 0 deletions src/web/i18n/tr/controller.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"TinyG": {
"machineState": {
"initializing": "Initializing",
"ready": "Ready",
"alarm": "Alarm",
"stop": "Program Stop",
"end": "Program End",
"run": "Run",
"hold": "Hold",
"probe": "Probe",
"cycle": "Cycle",
"homing": "Homing",
"jog": "Jog",
"interlock": "Interlock",
"shutdown": "Shutdown",
"panic": "Panic"
}
},
"Grbl": {
"activeState": {
"idle": "Idle",
"run": "Çalışıyor",
"hold": "Kilitle",
"door": "Kapı",
"home": "Başlangıç",
"sleep": "Uyku",
"alarm": "Alarm",
"check": "Kontrol"
}
},
"Smoothie": {
"activeState": {
"idle": "Idle",
"run": "Run",
"hold": "Hold",
"door": "Door",
"home": "Home",
"sleep": "sleep",
"alarm": "Alarm",
"check": "Check"
}
}
}
41 changes: 41 additions & 0 deletions src/web/i18n/tr/gcode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"Rapid Move (G0)": "Hızlı Taşı (G0)",
"Linear Move (G1)": "Doğrusal Taşı (G1)",
"CW Arc (G2)": "CW Yay (G2)",
"CCW Arc (G3)": "CCW Yay (G3)",
"Probing (G38.2)": "Probing (G38.2)",
"Probing (G38.3)": "Probing (G38.3)",
"Probing (G38.4)": "Probing (G38.4)",
"Probing (G38.5)": "Probing (G38.5)",
"Cancel Mode (G80)": "İptal Modu (G80)",
"P1 (G54)": "P1 (G54)",
"P2 (G55)": "P2 (G55)",
"P3 (G56)": "P3 (G56)",
"P4 (G57)": "P4 (G57)",
"P5 (G58)": "P5 (G58)",
"P6 (G59)": "P6 (G59)",
"XY Plane (G17)": "XY Düzlemi (G17)",
"XZ Plane (G18)": "XZ Düzlemi (G18)",
"YZ Plane (G19)": "YZ Düzlemi (G19)",
"Inches (G20)": "Inç (G20)",
"Millimeters (G21)": "Millimetre (G21)",
"Exact Path (G61)": "Tam Yol (G61)",
"Exact Stop (G61.1)": "Kesin Durdur (G61.1)",
"Continuous (G64)": "Sürekli (G64)",
"Absolute (G90)": "Kesin (G90)",
"Relative (G91)": "Bağıl (G91)",
"Inverse Time (G93)": "Ters Zaman (G93)",
"Units/Min (G94)": "Birim/Dakika (G94)",
"Active Tool Offset (G43.1)": "Active Tool Offset (G43.1)",
"No Tool Offset (G49)": "No Tool Offset (G49)",
"Program Stop (M0)": "Programı Durdur (M0)",
"Optional Program Stop (M1)": "İsteğe Bağlı Program Durdur (M1)",
"Program End (M2)": "Program Sonu (M2)",
"Program End and Rewind (M30)": "Programı Sonlandırma ve Geri Alma (M30)",
"Spindle On, CW (M3)": "Freze açık, CW (M3)",
"Spindle On, CCW (M4)": "Freze açık, CCW (M4)",
"Spindle Off (M5)": "Freze kapalı (M5)",
"Mist Coolant On (M7)": "Soğutma Sıvısı açık (M7)",
"Flood Coolant On (M8)": "Soğutma Sıvısı açık (M8)",
"Coolant Off (M9)": "Soğutma Sıvısı kapalı (M9)"
}
Loading

0 comments on commit 06083a3

Please sign in to comment.