Skip to content

Commit

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

* New translations contributors.json (Turkish)

* New translations x.json (Turkish)
  • Loading branch information
SeMiD authored Jan 23, 2024
1 parent 6012a44 commit 0ef4ecc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tr-TR/Extension/popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}"
}
}
4 changes: 4 additions & 0 deletions tr-TR/Presence/x.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"x.notifs": {
"description": "",
"message": "Bildirimler"
},
"x.viewDms": {
"description": "",
"message": "Direkt mesajlarına bakıyor"
Expand Down
8 changes: 8 additions & 0 deletions tr-TR/Website/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0ef4ecc

Please sign in to comment.