1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

Translation TODO Completed AND Turkish Translation Added!

Warn: GTK Turkish character supported(UTF-8)
This commit is contained in:
Furkan 2024-01-01 18:16:07 +03:00
parent 119f29108d
commit ffc24094dd
17 changed files with 176 additions and 0 deletions

2
.gitignore vendored
View File

@ -16,3 +16,5 @@ OpenDX.kdev4
opendx.tar opendx.tar
opendx.deb opendx.deb
!build/.no-delete !build/.no-delete
*.vsidx
*.opendb

0
.vs/CMake Overview Normal file
View File

BIN
.vs/OpenDX/v17/.wsuo Normal file

Binary file not shown.

BIN
.vs/OpenDX/v17/Browse.VC.db Normal file

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

3
.vs/ProjectSettings.json Normal file
View File

@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "Linux-GCC-Debug"
}

12
.vs/VSWorkspaceState.json Normal file
View File

@ -0,0 +1,12 @@
{
"OutputFoldersPerTargetSystem": {
"Yerel Makine": [
"out\\build\\Linux-GCC-Debug",
"out\\install\\Linux-GCC-Debug"
]
},
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}

BIN
.vs/cmake.db Normal file

Binary file not shown.

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

24
CMakeSettings.json Normal file
View File

@ -0,0 +1,24 @@
{
"configurations": [
{
"name": "Linux-GCC-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"cmakeExecutable": "cmake",
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "linux_x64" ],
"remoteMachineName": "${defaultRemoteMachineName}",
"remoteCMakeListsRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/src",
"remoteBuildRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/build/${name}",
"remoteInstallRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/install/${name}",
"remoteCopySources": true,
"rsyncCommandArgs": "-t --delete",
"remoteCopyBuildOutput": false,
"remoteCopySourcesMethod": "rsync",
"variables": []
}
]
}

View File

@ -41,5 +41,50 @@ Translation_t Translation_enUS() {
r.system_info_directxVersion = (char*) "DirectX Version"; r.system_info_directxVersion = (char*) "DirectX Version";
r.system_info_opendxVersion = (char*) "OpenDX Version"; r.system_info_opendxVersion = (char*) "OpenDX Version";
// Tab Display X
r.display_device_label = (char*) "Device";
r.display_device_manufacturer = (char*)"Manufacturer";
r.display_device_chipType = (char*)"Chip Type";
r.display_device_dacType = (char*)"DAC Type";
r.display_device_type = (char*)"Device Type";
r.display_device_mem = (char*)"Total Memory";
r.display_device_videoMem = (char*)"Video Memory";
r.display_device_sharedMem = (char*)"Shared Memory";
r.display_device_currDisplayMode = (char*)"Current Display Mode";
r.display_device_monitor = (char*)"Monitor";
r.display_driver_label = (char*)"Drivers";
r.display_driver_mainDriver = (char*)"Main Driver";
r.display_driver_version = (char*)"Version";
r.display_driver_date = (char*)"Date";
r.display_driver_whqlLogo = (char*)"WHQL Logo";
r.display_driver_d3dDdi = (char*)"Direct3D DDI";
r.display_driver_featureLevels = (char*)"Feature";
r.display_driver_model = (char*)"Model";
r.display_features_ddAccel = (char*) "DD Accel";
r.display_features_d3dAccel = (char*)"D3D Accel";
r.display_features_agpAccel = (char*)"AGP Accel";
r.display_notes_label = (char*)"Notes";
// Tab Sound
r.sound_device_label = (char*) "Device";
r.sound_device_name = (char*) "Device Name";
r.sound_device_hardwareId = (char*)"Hardware ID";
r.sound_device_manufacturerId = (char*)"Manufacturer ID";
r.sound_device_productID = (char*)"Product ID";
r.sound_device_type = (char*)"Type";
r.sound_device_default = (char*)"Default Device";
r.sound_driver_label = (char*)"Drivers";
r.sound_driver_name = (char*)"Name";
r.sound_driver_version = (char*)"Version";
r.sound_driver_date = (char*)"Date";
r.sound_driver_whqlLogo = (char*)"WHQL Logo";
r.sound_driver_otherFiles = (char*)"Other Files";
r.sound_driver_provider = (char*)"Provider";
r.sound_notes_label = (char*)"Notes";
return r; return r;
} }

View File

@ -0,0 +1,90 @@
#pragma once
#include <types/Translation.hpp>
#include "en_US.hpp"
/**
* TODO Completed
*/
Translation_t Translation_trTR() {
Translation_t r = Translation_enUS();
//Common texts
r.yes = (char*)"Evet";
r.no = (char*)"Hayýr";
r.not_available = (char*)"Mevcut deðil";
r.enabled = (char*)"Etkinleþtirilmiþ";
//Tab names
r.tab_system = (char*)"Sistem";
r.tab_display = (char*)"Ekran";
r.tab_sound = (char*)"Ses";
r.tab_input = (char*)"Girdi";
//Buttons
r.btn_help = (char*)"Yardým";
r.btn_next = (char*)"Ýleri";
r.btn_save = (char*)"Kaydet";
r.btn_exit = (char*)"Çýkýþ";
//Tab System
r.system_description = (char*)"Bu araç, sisteminizde yüklü olan OpenDX bileþenleri ve sürücüleri hakkýnda ayrýntýlý bilgi rapor eder.\n\nSoruna hangi alanýn neden olduðunu biliyorsanýz, yukarýdaki uygun sekmeye týklayýn. Aksi takdirde her sayfayý sýrayla ziyaret etmek için aþaðýdaki \"Sonraki Sayfa\" butonunu kullanabilirsiniz.";
r.system_info_label = (char*)"Sistem bilgisi";
r.system_info_currentDate = (char*)"Yerel Tarih/Zaman";
r.system_info_pcName = (char*)"Bilgisayar adý";
r.system_info_os = (char*)"Isletim sistemi";
r.system_info_language = (char*)"Dil";
r.system_info_manufacturer = (char*)"Sistem üreticisi";
r.system_info_model = (char*)"Sistem modeli";
r.system_info_bios = (char*)"BIOS";
r.system_info_processor = (char*)"Ýþlemci";
r.system_info_memory = (char*)"Hafýza";
r.system_info_pageFile = (char*)"Sayfa";
r.system_info_directxVersion = (char*)"DirectX Sürümü";
r.system_info_opendxVersion = (char*)"OpenDX Sürümü";
// Tab Display X
r.display_device_label = (char*)"Sürücü";
r.display_device_manufacturer = (char*)"Üretici";
r.display_device_chipType = (char*)"Çip Türü";
r.display_device_dacType = (char*)"DAC Türü";
r.display_device_type = (char*)"Device Türü";
r.display_device_mem = (char*)"Toplam Bellek";
r.display_device_videoMem = (char*)"Video Belleði";
r.display_device_sharedMem = (char*)"Paylaþýmlý Bellek";
r.display_device_currDisplayMode = (char*)"Geçerli Görüntü Modu";
r.display_device_monitor = (char*)"Ekran";
r.display_driver_label = (char*)"Sürücüler";
r.display_driver_mainDriver = (char*)"Ana Sürücü";
r.display_driver_version = (char*)"Sürüm";
r.display_driver_date = (char*)"Tarih";
r.display_driver_whqlLogo = (char*)"WHQL Logosu";
r.display_driver_d3dDdi = (char*)"Direct3D DDI";
r.display_driver_featureLevels = (char*)"Özellik";
r.display_driver_model = (char*)"Model";
r.display_features_ddAccel = (char*)"DD Hýzlandýrmasý";
r.display_features_d3dAccel = (char*)"D3D Hýzlandýrmasý";
r.display_features_agpAccel = (char*)"AGP Hýzlandýrmasý";
r.display_notes_label = (char*)"Notlar";
// Tab Sound
r.sound_device_label = (char*)"Cihaz";
r.sound_device_name = (char*)"Ad";
r.sound_device_hardwareId = (char*)"Donaným Kimliði";
r.sound_device_manufacturerId = (char*)"Üretici Kimliði";
r.sound_device_productID = (char*)"Ürün Kimliði;
r.sound_device_type = (char*)"Tür";
r.sound_device_default = (char*)"Varsayýlan Cihaz";
r.sound_driver_label = (char*)"Sürücüler";
r.sound_driver_name = (char*)"Ad";
r.sound_driver_version = (char*)"Sürüm";
r.sound_driver_date = (char*)"Tarih";
r.sound_driver_whqlLogo = (char*)"WHQL Logosu";
r.sound_driver_otherFiles = (char*)"Diðer Dosyalar";
r.sound_driver_provider = (char*)"Saðlayýcý";
r.sound_notes_label = (char*)"Notlar";
return r;
}