Skip to content

Commit

Permalink
New Crowdin updates (#7385)
Browse files Browse the repository at this point in the history
* New translations popup.json (Turkish)

* New translations tabs.json (Turkish)
  • Loading branch information
SeMiD authored Jan 23, 2024
1 parent e405ebc commit 6012a44
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tr-TR/Extension/popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
28 changes: 28 additions & 0 deletions tr-TR/Extension/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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ı"
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 6012a44

Please sign in to comment.