Update of TR and HODOR langs
This commit is contained in:
parent
1b4d8ac406
commit
f139a45992
2 changed files with 15 additions and 7 deletions
|
@ -115,6 +115,8 @@
|
|||
"term.time.seconds": "HODOR",
|
||||
"term.time.second": "HODOR",
|
||||
"term.funLanguages": "HODOR",
|
||||
"term.videos": "HODOR",
|
||||
"term.menu": "HODOR",
|
||||
|
||||
// Home
|
||||
"home.title": "HODOR",
|
||||
|
@ -178,6 +180,8 @@
|
|||
"action.playTracksNext": "HODOR ${app.selectedMediaItems.length} HODOR HODOR",
|
||||
"action.playTracksLater": "HODOR ${app.selectedMediaItems.length} HODOR HODOR",
|
||||
"action.removeTracks": "HODOR ${self.selectedItems.length} HODOR HODOR HODOR",
|
||||
"action.import": "HODOR",
|
||||
"action.export": "HODOR",
|
||||
|
||||
// Settings - General (Reserved)
|
||||
"settings.header.general": "HODOR HODOR",
|
||||
|
|
|
@ -35,6 +35,9 @@
|
|||
"term.queue": "Çalma Sırası",
|
||||
"term.search": "Arama",
|
||||
"term.library": "Arşiv",
|
||||
"term.listenNow": "Şimdi Dinle",
|
||||
"term.browse": "Göz At",
|
||||
"term.radio": "Radyo",
|
||||
"term.recentlyAdded": "Son Eklenenler",
|
||||
"term.songs": "Şarkılar",
|
||||
"term.albums": "Albümler",
|
||||
|
@ -54,9 +57,6 @@
|
|||
"term.share": "Paylaş",
|
||||
"term.settings": "Ayarlar",
|
||||
"term.seeAll": "Tümünü Gör",
|
||||
"term.listenNow": "Şimdi Dinle",
|
||||
"term.browse": "Göz At",
|
||||
"term.radio": "Radyo",
|
||||
"term.sortBy": "Sırala",
|
||||
"term.sortBy.album": "Albüm",
|
||||
"term.sortBy.artist": "Sanatçı",
|
||||
|
@ -79,8 +79,8 @@
|
|||
"term.disabled": "Kapalı",
|
||||
"term.connect": "Bağlan",
|
||||
"term.connecting": "Bağlanıyor",
|
||||
"term.authed": "Bağlantı sağlandı",
|
||||
"term.disconnect": "Bağlantıyı Kes",
|
||||
"term.authed": "Bağlantı sağlandı",
|
||||
"term.confirm": "Onayla?",
|
||||
"term.more": "Daha Fazla",
|
||||
"term.less": "Daha Az",
|
||||
|
@ -115,6 +115,8 @@
|
|||
"term.time.minute": "dakika",
|
||||
"term.time.seconds": "saniye",
|
||||
"term.time.second": "saniye",
|
||||
"term.videos": "Video Klipler",
|
||||
"term.menu": "Menü",
|
||||
|
||||
// Home
|
||||
"home.title": "Ana Sayfa",
|
||||
|
@ -176,9 +178,11 @@
|
|||
"action.dislike": "Bunun Gibileri Daha Az Öner",
|
||||
"action.undoDislike": "Bunun Gibileri Daha Az Önermeyi Geri Al",
|
||||
"action.showWebRemoteQR": "Uzaktan Kumanda Bağla",
|
||||
"action.playTracksNext": "Sonrasında ${app.selectedMediaItems.length} şarkıları çal",
|
||||
"action.playTracksLater": "En Son ${app.selectedMediaItems.length} şarkıları çal",
|
||||
"action.removeTracks": "Sıradan ${self.selectedItems.length} şarkıları kaldır",
|
||||
"action.playTracksNext": "${app.selectedMediaItems.length} adet şarkıyı sıraya ekle",
|
||||
"action.playTracksLater": "${app.selectedMediaItems.length} adet şarkıyı sıranın en sonuna ekle",
|
||||
"action.removeTracks": "Sıradan ${self.selectedItems.length} adet şarkıyı kaldır",
|
||||
"action.import": "Import",
|
||||
"action.export": "Export",
|
||||
|
||||
// Settings - General (Reserved)
|
||||
"settings.header.general": "Genel Ayarlar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue