From 6012a444a2fc84a077d5dc5aa7bb961b557f797c Mon Sep 17 00:00:00 2001 From: SeMiD Date: Tue, 23 Jan 2024 12:14:19 +0000 Subject: [PATCH] New Crowdin updates (#7385) * New translations popup.json (Turkish) * New translations tabs.json (Turkish) --- tr-TR/Extension/popup.json | 4 ++++ tr-TR/Extension/tabs.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/tr-TR/Extension/popup.json b/tr-TR/Extension/popup.json index 60bb19a07fb..4e42ed06551 100644 --- a/tr-TR/Extension/popup.json +++ b/tr-TR/Extension/popup.json @@ -107,6 +107,10 @@ "description": "Shown when application is outdated", "message": "PreMiD uygulamanız güncelliğini yitirmiştir. Kullanmaya devam edebilmek için lütfen PreMiD'i güncelleyin." }, + "popup.info.extensionDisabled": { + "description": "Shown when the extension has been disabled in the settings", + "message": "Uzantı devre dışı bırakıldı" + }, "popup.navigation.credits": { "description": "Title of the 'credits' section at the navigation in the popup", "message": "Katkıda Bulunanlar" diff --git a/tr-TR/Extension/tabs.json b/tr-TR/Extension/tabs.json index 004b8232472..c50a4397c6c 100644 --- a/tr-TR/Extension/tabs.json +++ b/tr-TR/Extension/tabs.json @@ -3,6 +3,10 @@ "description": "Donate button of the tab which opens when you install PreMiD for the first time", "message": "Bağış Yap" }, + "version": { + "description": "{0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Version text of the extension/app", + "message": "v{0}" + }, "tab.button.changelog": { "description": "Changelog button (opens changelog) of the tab which opens when you install PreMiD for the first time", "message": "Değişiklik Kaydı" @@ -58,5 +62,29 @@ "tab.troubleshooting.heading": { "description": "Title of the tab which opens when you click on the troubleshooting button", "message": "Sorun Giderme" + }, + "tab.troubleshooting.subHeading": { + "description": "Subtitle of the tab which opens when you click on the troubleshooting button, {0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated", + "message": "{0} ile ilgili bir sorun mu yaşıyorsunuz?" + }, + "tab.troubleshooting.checks.extensionEnabled": { + "description": "Check 1 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Uzantı etkinleştirildi" + }, + "tab.troubleshooting.checks.internetConnection": { + "description": "Check 2 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "İnternet bağlantısı" + }, + "tab.troubleshooting.checks.appConnection": { + "description": "Check 3 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "PreMiD uygulamasıyla bağlanıldı" + }, + "tab.troubleshooting.checks.discordConnection": { + "description": "Check 4 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Discord uygulamasıyla bağlanıldı" + }, + "tab.troubleshooting.checks.discordStatus": { + "description": "Check 5 of the tab which opens when you click on the troubleshooting button, in front of the text will be a question mark (?) since we can't check this", + "message": "Discord durum mesajı aktifleştirildi" } }