AutoLaunch is enabled. Press the [Arrow Up] button to disable AutoLaunch.
" + }, + "service": { + "alreadyRunning": "Service is already running.", + "started": "Service started.", + "connected": "Service connected to the app." + }, + "buttons": { + "red": "RED", + "green": "GREEN", + "yellow": "YELLOW", + "blue": "BLUE" + }, + "errors": { + "serviceDidntConnectYet": "You can't launch modules while the service hasn't connected to the app yet." + }, + "moduleManager": { + "confirmDelete": "Do you want to remove {packageName}?", + "addNPM": "Add NPM Module", + "addNPMDesc": "This is primarily for production and for users.", + "addGH": "Add GitHub Module", + "addGHDesc": "This is primarily for development and for developers.", + "addModule": "Add Module", + "moduleName": "Module Name (For {type}):" + }, + "settings": { + "autolaunch": "Autolaunch Settings", + "autolaunchDesc": "Launch your favorite module automatically when you launch TizenBrew.", + "autolaunchService": "Autolaunch Settings for services", + "autolaunchServiceDesc": "Launch your favorite service automatically when you launch TizenBrew.", + "useragent": "User-Agent Settings", + "useragentDesc": "Change the User-Agent of TizenBrew modules for some effects like fixing the UI in TizenTube.", + "enableAutolaunchPrompt": "Do you want to set {packageName} to launch on start?", + "disableAutolaunchPrompt": "Do you want to disable autolaunch?", + "disableAutolaunch": "Disable Autolaunch", + "noModules": "No modules found.", + "default": "Default", + "worksOnTizen": "(Works on Tizen {version}+)", + "uaBasedOnDevice": "User-Agent based on Device (should bring some features)", + "setUaTo": "Do you want to set the User-Agent to {userAgent}?", + "uaNegativeEffects": "Note that while this could have positive effects, there could also be negative effects.", + "language": "Language Settings", + "languageDesc": "Change the language of the app." + } +} \ No newline at end of file diff --git a/tizenbrew-app/TizenBrew/lang/tr_TR.json b/tizenbrew-app/TizenBrew/lang/tr_TR.json new file mode 100644 index 0000000..719b220 --- /dev/null +++ b/tizenbrew-app/TizenBrew/lang/tr_TR.json @@ -0,0 +1,52 @@ +{ + "mainMenu": { + "modules": "Modülleri", + "description": "Tizen cihazınızda modlar ve özel ayarlarla favori uygulamalarınızı başlatın.", + "moduleManagerAccess": "{buttons.green} butonunu kullanarak modül yöneticisine erişebilirsin.", + "settingsAccess": "{buttons.blue} butonunu kullanarak ayarlara erişebilirsin.", + "navigationHelp": "SAĞ ve SOL ok tuşlarını kullanarak listede gezinebilirsin.", + "autoLaunch": "Otomatik Başlatma etkin. Otomatik Başlatmayı devre dışı bırakmak için [Yukarı Ok] tuşuna basın.
" + }, + "service": { + "alreadyRunning": "Servis zaten çalışıyor.", + "started": "Servis başlatıldı.", + "connected": "Servis uygulamaya bağlandı." + }, + "buttons": { + "red": "KIRMIZI", + "green": "YEŞİL", + "yellow": "SARI", + "blue": "MAVİ" + }, + "errors": { + "serviceDidntConnectYet": "Servis henüz uygulamaya bağlanmadığı sürece modülleri başlatamazsınız." + }, + "moduleManager": { + "confirmDelete": "{packageName} modülünü kaldırmak istiyor musun?", + "addNPM": "NPM Modülü Ekle", + "addNPMDesc": "Bu öncelikle üretim ve kullanıcılar içindir.", + "addGH": "GitHub Modülü Ekle", + "addGHDesc": "Bu öncelikle geliştirme ve geliştiriciler içindir.", + "addModule": "Modül Ekle", + "moduleName": "Modül Adı ({type} için):" + }, + "settings": { + "autolaunch": "Otomatik Başlatma Ayarları", + "autolaunchDesc": "TizenBrew'u başlattığınızda favori modülünüzü otomatik olarak başlatın.", + "autolaunchService": "Servisler için Otomatik Başlatma Ayarları", + "autolaunchServiceDesc": "TizenBrew'u başlattığınızda favori Servisler otomatik olarak başlatın.", + "useragent": "User-Agent Ayarları", + "useragentDesc": "TizenBrew modüllerinin User-Agent'ını değiştirin, örneğin TizenTube'da UI'yi düzeltmek gibi bazı etkiler için.", + "enableAutolaunchPrompt": "{packageName} paketini başlangıçta başlatmak istiyor musun?", + "disableAutolaunchPrompt": "Otomatik başlatmayı devre dışı bırakmak istiyor musun?", + "disableAutolaunch": "Otomatik Başlatmayı Devre Dışı Bırak", + "noModules": "Modül bulunamadı.", + "default": "Varsayılan", + "worksOnTizen": "(Tizen {version} ve üzerinde çalışır)", + "uaBasedOnDevice": "Cihaza Dayalı User-Agent (bazı özellikler getirebilir)", + "setUaTo": "User-Agent'ı {userAgent} olarak ayarlamak istiyor musun?", + "uaNegativeEffects": "Bunun olumlu etkileri olabileceği gibi, olumsuz etkileri de olabileceğini unutmayın.", + "language": "Dil Ayarları", + "languageDesc": "Uygulamanın dilini değiştirin." + } +} \ No newline at end of file diff --git a/tizenbrew-app/TizenBrew/moduleManager.html b/tizenbrew-app/TizenBrew/moduleManager.html index 32b5281..20cb69b 100644 --- a/tizenbrew-app/TizenBrew/moduleManager.html +++ b/tizenbrew-app/TizenBrew/moduleManager.html @@ -1,179 +1,213 @@ - -Launch your favorite apps with mods and tweaks on your Tizen device.
-Use the GREEN button to go back to module launcher.
-Status
-Status
+Launch your favorite apps with mods and tweaks on your Tizen device.
-Use the BLUE button to go back to module launcher.
+ + + +Status
@@ -29,25 +45,28 @@