diff --git a/tr-TR/Extension/popup.json b/tr-TR/Extension/popup.json index 4e42ed06551..ba6d175a94b 100644 --- a/tr-TR/Extension/popup.json +++ b/tr-TR/Extension/popup.json @@ -111,6 +111,14 @@ "description": "Shown when the extension has been disabled in the settings", "message": "Uzantı devre dışı bırakıldı" }, + "popup.info.extensionDisabled.message": { + "description": "Shown when the extension has been disabled in the settings", + "message": "PreMiD uzantısı ayarlardan devre dışı bırakılmış. PreMiD'i kullanmaya devam etmek için lütfen etkinleştirin." + }, + "popup.info.discordStatusSetting.message": { + "description": "Shown on the troubleshooting page when the user might have to change their Discord status setting", + "message": "Lütfen Discord ayarlarından \"Mevcut etkinliği durum mesajı olarak göster.\" özelliğini etkinleştirdiğinizden emin olun." + }, "popup.navigation.credits": { "description": "Title of the 'credits' section at the navigation in the popup", "message": "Katkıda Bulunanlar" @@ -154,5 +162,21 @@ "popup.setting.titleMenubar": { "description": "Enable/Disable the indicator in the menu bar (location: extension popup -> discord icon/profile picture -> 'settings' section)", "message": "Menü Başlığı" + }, + "popup.setting.syncLanguage": { + "description": "Enable/Disable syncing the language of the extension with the language of presences (location: extension popup -> discord icon/profile picture -> 'language' section)", + "message": "Dili senkronize et" + }, + "popup.information.extensionVersion": { + "description": "Shows the version of the extension (located at the 'information' tab in the popup); {0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Example: Extension version: 2.5.0", + "message": "Uzantı sürümü: {0}" + }, + "popup.information.appVersion": { + "description": "Shows the version of the app (located at the 'information' tab in the popup); {0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Example: App version: 2.5.0", + "message": "Uygulama sürümü: {0}" + }, + "popup.information.discordUser": { + "description": "Shows Discord user PreMiD is connected to (located at the 'information' tab in the popup); {0} will be replaced the username of the Discord account -> {0} is a variable and should not be translated; Example: Discord user: Bas950", + "message": "Discord kullanıcısı: {0}" } } diff --git a/tr-TR/Presence/x.json b/tr-TR/Presence/x.json index ae9310fc90b..7a13717e40f 100644 --- a/tr-TR/Presence/x.json +++ b/tr-TR/Presence/x.json @@ -1,4 +1,8 @@ { + "x.notifs": { + "description": "", + "message": "Bildirimler" + }, "x.viewDms": { "description": "", "message": "Direkt mesajlarına bakıyor" diff --git a/tr-TR/Website/contributors.json b/tr-TR/Website/contributors.json index c52a493429f..17b1b3c3076 100644 --- a/tr-TR/Website/contributors.json +++ b/tr-TR/Website/contributors.json @@ -15,6 +15,10 @@ "description": "Heading for group of users.", "message": "Destekçiler" }, + "contributors.headings.presenceDevelopers": { + "description": "Heading for group of users.", + "message": "Servis Geliştiricileri" + }, "contributors.headings.translators": { "description": "Heading for group of users.", "message": "Çevirmenler" @@ -47,6 +51,10 @@ "description": "'Project Management' title for contributors and user pages.", "message": "Proje Yönetimi" }, + "contributors.roles.contributor": { + "description": "'Contributor' title for contributors and user pages.", + "message": "Katkıda Bulunan" + }, "contributors.roles.presenceDeveloper": { "description": "'Presence Developer' title for contributors and user pages.", "message": "Servis Geliştiricisi"