config: update crowdin translations
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"title": "Şu anki indirme hızı",
|
||||
"download": "İndirme: {{download}}",
|
||||
"upload": "Yükleme: {{upload}}",
|
||||
"timeSpan": "{{seconds}} saniye önce",
|
||||
"timeSpan": "{{seconds}} saniye önce ",
|
||||
"totalDownload": "İndirme: {{download}}/s",
|
||||
"totalUpload": "Yükleme: {{upload}}/s"
|
||||
},
|
||||
|
||||
17
public/locales/tr/modules/smart-home/entity-state.json
Normal file
17
public/locales/tr/modules/smart-home/entity-state.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entityNotFound": "Varlık bulunamadı",
|
||||
"descriptor": {
|
||||
"name": "Home Assistant varlığı",
|
||||
"description": "Home Assistant'nda bir varlığın mevcut durumu",
|
||||
"settings": {
|
||||
"title": "Varlık Durumu",
|
||||
"entityId": {
|
||||
"label": "Varlık Kimliği",
|
||||
"info": "Home Assistant'ta benzersiz varlık kimliği. Varlığa tıklayın > Çark simgesine tıklayın > 'Varlık Kimliği'ndeki kopyala butonuna tıklayın. Bazı özel varlıklar desteklenmeyebilir."
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Ekran adı"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -35,18 +35,28 @@
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Hata",
|
||||
"lastUpdated": "Son Güncelleme {{time}} önce",
|
||||
"lastUpdated": "Son Güncelleme {{time}} önce ",
|
||||
"ratioGlobal": "Genel Ratio",
|
||||
"ratioWithFilter": "Filtrelenen ratio"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"isCompleted": "İndiriliyor",
|
||||
"name": "İsim",
|
||||
"dateAdded": "Eklendi",
|
||||
"size": "Boyut",
|
||||
"download": "İndirme",
|
||||
"upload": "Yükleme",
|
||||
"estimatedTimeOfArrival": "ETA (Kalan Süre)",
|
||||
"progress": "İlerleme"
|
||||
"progress": "İlerleme",
|
||||
"totalUploaded": "Toplam Yüklenen",
|
||||
"totalDownloaded": "Toplam İndirilen",
|
||||
"ratio": "Ratio",
|
||||
"seeds": "Tohumlar (Bağlı)",
|
||||
"peers": "Eşler (Bağlı)",
|
||||
"label": "Etiket",
|
||||
"state": "Durum",
|
||||
"stateMessage": "Durum Mesajı"
|
||||
},
|
||||
"item": {
|
||||
"text": "{{appName}} tarafından yönetilen, {{ratio}} oranı"
|
||||
@@ -60,7 +70,7 @@
|
||||
"title": "Şu anki indirme hızı",
|
||||
"download": "İndirme: {{download}}",
|
||||
"upload": "Yükleme: {{upload}}",
|
||||
"timeSpan": "{{seconds}} saniye önce",
|
||||
"timeSpan": "{{seconds}} saniye önce ",
|
||||
"totalDownload": "İndirme: {{download}}/s",
|
||||
"totalUpload": "Yükleme: {{upload}}/s"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user