Skip to content

Commit 17c4785

Browse files
committed
Organizasyon ve Repo bilgileri güncellendi
1 parent 6ec5927 commit 17c4785

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security report
4-
url: https://github.com/Project-Ro-ASD/ro-Assist/security/advisories/new
4+
url: https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Assist/security/advisories/new
55
about: Report security vulnerabilities privately.

mainwindow.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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")); }
856856
void MainWindow::showAboutDialog() { QMessageBox::about(this, "Hakkında", "Geliştirici: Ebubekir Bulut\nYıl: 2026"); }
857857

858858
void MainWindow::dummyAppStoreAction()

ro-assist.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release: 1%{?dist}
44
Summary: Fedora Linux Sistem Asistanı
55

66
License: GPLv3+
7-
URL: https://github.com/example/ro-Assist
7+
URL: https://github.com/Project-Ro-ASD/ro-Assist
88
Source0: %{name}-%{version}.tar.gz
99

1010
BuildRequires: cmake

0 commit comments

Comments
 (0)