@@ -616,8 +616,8 @@ void MainWindow::updateUiTextAndImages()
616616 appStoreTitleLabel->setText (" Özel Uygulama Mağazamızı Keşfedin" );
617617 appStoreOpenAppBtn->setText (" Mağazayı / Uygulamayı Aç" );
618618 slide4Title->setText (" Biz Kimiz? Topluluğumuzu Keşfedin" );
619- slide4Desc->setText (" Bozok Topluluğu olarak Açık Kaynak için çalışıyoruz." );
620- bozokBtn->setText (" Topluluğa Katıl" );
619+ slide4Desc->setText (" Yozgat Bozok Üniversitesi Açık Kaynak Yazılım Geliştirme Kulübü olarak ro-ASD projesi için çalışıyoruz." );
620+ bozokBtn->setText (" Kulübe Katıl" );
621621 slide5Title->setText (" Oyun Paketi" );
622622 slide5Desc->setText (" Steam ve Lutris kurulum sayfasına gidin." );
623623 gamePackageSlideBtn->setText (" Oyun Ekranına Geç" );
@@ -654,8 +654,8 @@ void MainWindow::updateUiTextAndImages()
654654 appStoreTitleLabel->setText (" Descubre Nuestra Tienda Especial" );
655655 appStoreOpenAppBtn->setText (" Abrir Aplicación de la Tienda" );
656656 slide4Title->setText (" ¿Quiénes somos? Nuestra comunidad" );
657- slide4Desc->setText (" Como la comunidad Bozok, trabajamos por el Código Abierto ." );
658- bozokBtn->setText (" Únete a la Comunidad " );
657+ slide4Desc->setText (" Como el Club de Desarrollo de Código Abierto de la Universidad de Yozgat Bozok, trabajamos para el proyecto ro-ASD ." );
658+ bozokBtn->setText (" Únete al Club " );
659659 slide5Title->setText (" Paquete de Juegos" );
660660 slide5Desc->setText (" Vaya a la página de instalación de Steam y Lutris." );
661661 gamePackageSlideBtn->setText (" Ir a Pantalla de Juegos" );
@@ -692,8 +692,8 @@ void MainWindow::updateUiTextAndImages()
692692 appStoreTitleLabel->setText (" Explore Our Custom App Store" );
693693 appStoreOpenAppBtn->setText (" Open App / Store" );
694694 slide4Title->setText (" Who Are We? Discover Our Community" );
695- slide4Desc->setText (" As the Bozok Community , we work for Open Source ." );
696- bozokBtn->setText (" Join Community " );
695+ slide4Desc->setText (" As Yozgat Bozok University Open Source Software Development Club , we work for the ro-ASD project ." );
696+ bozokBtn->setText (" Join the Club " );
697697 slide5Title->setText (" Game Package" );
698698 slide5Desc->setText (" Go to the Steam and Lutris installation page." );
699699 gamePackageSlideBtn->setText (" Open Game Screen" );
@@ -849,10 +849,10 @@ void MainWindow::onNetworkConnectedChanged(bool isConnected)
849849 networkStatusLabel->setVisible (!isNetworkConnected);
850850}
851851
852- void MainWindow::openWebsite () { QDesktopServices::openUrl (QUrl (" https://www.example. com" )); }
853- void MainWindow::openRoAsdGitHub () { QDesktopServices::openUrl (QUrl (" https://github.com/example /ro-asd" )); }
854- void MainWindow::openRoAssistGitHub () { QDesktopServices::openUrl (QUrl (" https://github.com/example /ro-Assist" )); }
855- void MainWindow::openBozokCommunity () { QDesktopServices::openUrl (QUrl (" https://github.com/Bozok-Toplulugu " )); }
852+ void MainWindow::openWebsite () { QDesktopServices::openUrl (QUrl (" https://github. com/Project-Ro-ASD " )); }
853+ void MainWindow::openRoAsdGitHub () { QDesktopServices::openUrl (QUrl (" https://github.com/Project-Ro-ASD /ro-asd" )); }
854+ void MainWindow::openRoAssistGitHub () { QDesktopServices::openUrl (QUrl (" https://github.com/Project-Ro-ASD /ro-Assist" )); }
855+ void MainWindow::openBozokCommunity () { QDesktopServices::openUrl (QUrl (" https://github.com/Project-Ro-ASD " )); }
856856void MainWindow::showAboutDialog () { QMessageBox::about (this , " Hakkında" , " Geliştirici: Ebubekir Bulut\n Yıl: 2026" ); }
857857
858858void MainWindow::dummyAppStoreAction ()
0 commit comments