Merge branch 'upcoming' of https://github.com/ciderapp/Cider into upcoming
This commit is contained in:
commit
b4293cf065
3 changed files with 145 additions and 20 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${d} ${m}, ${y}",
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "Ακύρωση",
|
||||
"dialog.ok": "ΟΚ",
|
||||
|
@ -9,8 +12,8 @@
|
|||
"notification.updatingLibrarySongs": "Ενημέρωση βιβλιοθήκης τραγουδιών...",
|
||||
"notification.updatingLibraryAlbums": "Ενημέρωση βιβλιοθήκης άλμπουμ...",
|
||||
"notification.updatingLibraryArtists": "Ενημέρωση βιβλιοθήκης καλλιτεχνών...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
"term.applePodcasts": "Apple Podcasts",
|
||||
"term.itunes": "iTunes",
|
||||
|
@ -60,6 +63,7 @@
|
|||
"term.viewAs": "Προβολή Ως",
|
||||
"term.viewAs.coverArt": "Εξώφυλλο",
|
||||
"term.viewAs.list": "Λίστα",
|
||||
"term.size": "Μέγεθος",
|
||||
"term.size.normal": "Κανονικό",
|
||||
"term.size.compact": "Συμπαγή",
|
||||
"term.enable": "Ενεργοποίηση",
|
||||
|
@ -67,17 +71,58 @@
|
|||
"term.enabled": "Ενεργοποιημένο",
|
||||
"term.disabled": "Απενεργοποιημένο",
|
||||
"term.connect": "Σύνδεση",
|
||||
"term.connecting": "Γίνεται Σύνδεση",
|
||||
"term.disconnect": "Αποσύνδεση",
|
||||
"term.authed": "Επικυρωμένο",
|
||||
"term.confirm": "Σίγουρα;",
|
||||
"term.more": "Περισσότερα",
|
||||
"term.less": "Λιγότερα",
|
||||
"term.showMore": "Εμφάνιση περισσότερων",
|
||||
"term.showLess": "Εμφάνιση λιγότερων",
|
||||
"term.topSongs" : "Κορυφαία Τραγούδια",
|
||||
"term.latestReleases": "Τελευταίες Κυκλοφορίες",
|
||||
"term.time.added": "Προστέθηκε",
|
||||
"term.time.released": "Κυκλοφόρησε",
|
||||
"term.time.updated": "Ενημερώθηκε",
|
||||
"term.fullscreenView": "Πλήρης οθόνη",
|
||||
"term.defaultView": "Κανονική οθόνη",
|
||||
"term.spacializedAudioSetting": "Χωρική Ρύθμιση Ήχου",
|
||||
"term.clearAll": "Εκκαθάριση Όλων",
|
||||
"term.recentStations": "Πρόσφατοι Σταθμοί",
|
||||
"term.language": "Γλώσσα",
|
||||
"term.noLyrics": "Φόρτωση... / Δεν βρέθηκαν στίχοι./ Ορχηστικό.",
|
||||
"term.copyright": "Copyright",
|
||||
"term.rightsReserved": "Όλα τα δικαιώματα διατηρούνται.",
|
||||
"term.sponsor": "Χορήγησε αυτό το έργο",
|
||||
"term.ciderTeam": "Ομάδα Cider",
|
||||
"term.developer": "Προγραμματιστής",
|
||||
"term.socialTeam": "Κοινωνική Ομάδα",
|
||||
"term.contributors": "Συνεισφέροντες",
|
||||
|
||||
// Home
|
||||
"home.title": "Αρχική",
|
||||
"home.recentlyPlayed": "Έπαιξαν Πρόσφατα",
|
||||
"home.recentlyAdded": "Πρόσφατες Προσθήκες",
|
||||
"home.artistsFeed": "Ροή των Καλλιτεχνών σου",
|
||||
"home.artistsFeed.noArtist": "Ακολούθησε μερικούς καλλιτέχνες πρώτα και οι τελευταίες κυκλοφορίες τους θα εμφανίζονται εδώ",
|
||||
"home.madeForYou": "Δημιουργήθηκε Για Εσάς",
|
||||
"home.friendsListeningTo": "Οι Φίλοι σου Ακούν",
|
||||
"home.followedArtists": "Καλλιτέχνες που Ακολουθείτε",
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Το Apple Music απαιτεί μια συνδρομή.",
|
||||
"error.connectionError": "Δεν είναι δυνατή η σύνδεση με το Apple Music.",
|
||||
"error.noResults": "Κανένα αποτέλεσμα.",
|
||||
"error.noResults.description": "Δοκιμάστε μια νέα αναζήτηση.",
|
||||
|
||||
//Podcasts
|
||||
"podcast.followOnCider": "Ακολούθηση στο Cider",
|
||||
"podcast.followedOnCider": "Ακολουθείτε στο Cider",
|
||||
"podcast.subscribeOnItunes": "Συνδρομή στο iTunes",
|
||||
"podcast.subscribedOnItunes": "Συνδρομητής στο iTunes",
|
||||
"podcast.itunesStore": "iTunes Store",
|
||||
"podcast.episodes": "Επεισόδια",
|
||||
"podcast.playEpisode": "Αναπαραγωγή Επεισοδίου",
|
||||
"podcast.website": "Ιστότοπος Podcast",
|
||||
|
||||
// Actions
|
||||
"action.addToLibrary": "Προσθήκη στη Βιβλιοθήκη",
|
||||
|
@ -92,6 +137,7 @@
|
|||
"action.removeFromQueue.success": "Αφαιρέθηκε από την Ουρά",
|
||||
"action.removeFromQueue.error": "Σφάλμα Αφαίρεσης από την Ουρά",
|
||||
"action.addToPlaylist": "Προσθήκη σε Λίστα",
|
||||
"action.removeFromPlaylist": "Αφαίρεση από Λίστα",
|
||||
"action.addToFavorites": "Προσθήκη στα Αγαπημένα",
|
||||
"action.follow": "Ακολούθηση",
|
||||
"action.follow.success": "Ακολουθήθηκε",
|
||||
|
@ -112,6 +158,7 @@
|
|||
"action.dislike": "Δεν μου αρέσει",
|
||||
"action.undoDislike": "Αναίρεση \"Δεν μου αρέσει\"",
|
||||
"action.showWebRemoteQR": "Εμφάνιση Web Remote QR",
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Ήχος",
|
||||
"settings.header.audio.description": "Προσαρμογή ρυθμίσεων ήχου για το Cider.",
|
||||
|
@ -140,9 +187,11 @@
|
|||
"settings.header.visual.animatedArtworkQuality.low": "Χαμηλή",
|
||||
"settings.header.visual.animatedArtworkQuality.medium": "Μέτρια",
|
||||
"settings.header.visual.animatedArtworkQuality.high": "Υψηλή",
|
||||
"settings.header.visual.animatedArtworkQuality.extreme": "Πολύ Υψηλή",
|
||||
"settings.header.visual.animatedArtworkQuality.veryHigh": "Πολύ Υψηλή",
|
||||
"settings.header.visual.animatedArtworkQuality.extreme": "Ακραία",
|
||||
"settings.option.visual.animatedWindowBackground": "Κινούμενο Φόντο Παραθύρου", // Toggle
|
||||
"settings.option.visual.hardwareAcceleration": "Επιτάχυνση Υλικού", // Dropdown
|
||||
"settings.option.visual.hardwareAcceleration.description": "Απαιτεί επανεκκίνηση",
|
||||
"settings.header.visual.hardwareAcceleration.default": "Προεπιλογή",
|
||||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
// Refer to term.disabled for the disabled option
|
||||
|
@ -168,6 +217,9 @@
|
|||
"settings.header.connectivity.discordRPC.appleMusic": "Εμφάνιση ως 'Apple Music'",
|
||||
"settings.option.connectivity.discordRPC.clearOnPause": "Εκκαθάριση του Discord Rich Presence στην Παύση", // Toggle
|
||||
"settings.option.connectivity.lastfmScrobble": "LastFM Scrobbling", // Option to Connect
|
||||
"settings.option.connectivity.lastfmScrobble.delay": "Καθυστέρηση LastFM Scrobble (%)",
|
||||
"settings.option.connectivity.lastfmScrobble.nowPlaying": "Ενεργοποίηση LastFM \"Now Playing\"",
|
||||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Αφαίρεση καλλιτεχνών feature από τον τίτλο του τραγουδιού (LastFM)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - Experimental
|
||||
|
@ -176,7 +228,32 @@
|
|||
"settings.option.experimental.compactUI": "Συμπαγής Διεπαφή", // Toggle
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Spatialization Menu
|
||||
"spatial.spatialProperties" : "Χωρικές Ιδιότητες",
|
||||
"spatial.width" : "Πλάτος",
|
||||
"spatial.height" : "Ύψος",
|
||||
"spatial.depth" : "Βάθος",
|
||||
"spatial.roomMaterials" : "Υλικά Δωματίου",
|
||||
"spatial.roomDimensions" : "Διαστάσεις Δωματίου",
|
||||
"spatial.roomPositions" : "Θέσεις Δωματίου",
|
||||
"spatial.setDimensions" : "Ορισμός Διαστάσεων",
|
||||
"spatial.setPositions" : "Ορισμός Θέσεων",
|
||||
"spatial.up" : "Πάνω",
|
||||
"spatial.front" : "Πρόσοψη",
|
||||
"spatial.left" : "Αριστερά",
|
||||
"spatial.right" : "Δεξιά",
|
||||
"spatial.back" : "Πίσω Όψη",
|
||||
"spatial.down" : "Κάτω",
|
||||
"spatial.listener" : "Ακροατής",
|
||||
"spatial.audioSource" : "Πηγή Ήχου",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "Ημιτελής",
|
||||
|
||||
// Web Remote
|
||||
"remote.web.title": "Cider Remote",
|
||||
"remote.web.description": "Σαρώστε τον κωδικό QR για σύζευξη του Cider με το κινητό σας"
|
||||
"remote.web.description": "Σαρώστε τον κωδικό QR για σύζευξη του Cider με το κινητό σας",
|
||||
|
||||
//About
|
||||
"about.thanks": "Μεγάλα ευχαριστώ στην Ομάδα Cider Collective και σε όλους τους συνεισφέροντές μας."
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
"notification.updatingLibraryAlbums": "正在更新資料庫的專輯...",
|
||||
"notification.updatingLibraryArtists": "正在更新資料庫的藝人...",
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music", // Follows brand term
|
||||
"term.applePodcasts": "Apple Podcasts", // Follows brand term
|
||||
"term.itunes": "iTunes", // Follows brand term
|
||||
|
@ -24,7 +25,7 @@
|
|||
"term.login": "登入",
|
||||
"term.about": "關於",
|
||||
"term.privateSession": "私人模式",
|
||||
"term.queue": "播放清單",
|
||||
"term.queue": "待播清單",
|
||||
"term.search": "搜尋",
|
||||
"term.library": "資料庫",
|
||||
"term.listenNow": "立即聆聽",
|
||||
|
@ -70,6 +71,9 @@
|
|||
"term.enabled": "已啟用",
|
||||
"term.disabled": "已停用",
|
||||
"term.connect": "連結",
|
||||
"term.connecting": "連結中",
|
||||
"term.disconnect": "取消連結",
|
||||
"term.authed": "已授權",
|
||||
"term.confirm": "確認?",
|
||||
"term.more": "更多",
|
||||
"term.less": "較少",
|
||||
|
@ -82,10 +86,18 @@
|
|||
"term.time.updated": "更新於",
|
||||
"term.fullscreenView": "全螢幕檢視",
|
||||
"term.defaultView": "一般檢視",
|
||||
"term.spacializedAudioSetting": "音频空间化设置",
|
||||
"term.spacializedAudioSetting": "空間音訊設定",
|
||||
"term.clearAll": "清空",
|
||||
"term.recentStations": "最近播放的頻道",
|
||||
"term.language": "語言",
|
||||
"term.noLyrics": "加載中... / 找不到歌詞。/ 純音樂。",
|
||||
"term.copyright": "Copyright",
|
||||
"term.rightsReserved": "保留一切權利。",
|
||||
"term.sponsor": "贊助這個項目",
|
||||
"term.ciderTeam": "Cider 團隊",
|
||||
"term.developer": "開發者",
|
||||
"term.socialTeam": "社交團隊",
|
||||
"term.contributors": "貢獻者",
|
||||
|
||||
// Home
|
||||
"home.title": "主頁",
|
||||
|
@ -98,21 +110,32 @@
|
|||
"home.followedArtists": "追蹤的藝人",
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "需要訂閱Apple Music以使用Cider",
|
||||
"error.connectionError": "There was a problem connecting to Apple Music.",
|
||||
"error.noResults": "No Results.",
|
||||
"error.noResults.description": "Try a new search.",
|
||||
"error.connectionError": "無法連接到 Apple Music。",
|
||||
"error.noResults": "沒有結果",
|
||||
"error.noResults.description": "請嘗試新的搜尋內容。",
|
||||
|
||||
//Podcasts
|
||||
"podcast.followOnCider": "在Cider上追蹤",
|
||||
"podcast.followedOnCider": "已在Cider上追蹤",
|
||||
"podcast.subscribeOnItunes": "在iTunes上訂閱",
|
||||
"podcast.subscribedOnItunes": "已在iTunes上訂閱",
|
||||
"podcast.itunesStore": "iTunes Store",
|
||||
"podcast.episodes": "單集",
|
||||
"podcast.playEpisode": "播放單集",
|
||||
"podcast.website": "Podcast 網頁",
|
||||
|
||||
// Actions
|
||||
"action.addToLibrary": "加入資料庫",
|
||||
"action.addToLibrary.success": "成功加入資料庫",
|
||||
"action.addToLibrary.error": "加入資料庫的過程發生錯誤",
|
||||
"action.removeFromLibrary": "從資料庫刪除",
|
||||
"action.removeFromLibrary.success": "已從資料庫刪除",
|
||||
"action.addToQueue": "加入播放清單",
|
||||
"action.addToQueue.success": "成功加入播放清單",
|
||||
"action.addToQueue.error": "加入播放清單的過程發生錯誤",
|
||||
"action.removeFromQueue": "從播放清單刪除",
|
||||
"action.removeFromQueue.success": "已從播放清單刪除",
|
||||
"action.removeFromQueue.error": "從播放清單刪除的過程中發生錯誤",
|
||||
"action.addToQueue": "加入待播清單",
|
||||
"action.addToQueue.success": "成功加入待播清單",
|
||||
"action.addToQueue.error": "加入待播清單的過程發生錯誤",
|
||||
"action.removeFromQueue": "從待播清單刪除",
|
||||
"action.removeFromQueue.success": "已從待播清單刪除",
|
||||
"action.removeFromQueue.error": "從待播清單刪除的過程中發生錯誤",
|
||||
"action.addToPlaylist": "加至播放列表",
|
||||
"action.removeFromPlaylist": "從播放列表刪除",
|
||||
"action.addToFavorites": "加至收藏",
|
||||
|
@ -194,6 +217,9 @@
|
|||
"settings.header.connectivity.discordRPC.appleMusic": "顯示為'Apple Music'",
|
||||
"settings.option.connectivity.discordRPC.clearOnPause": "暫停時清除 Discord 狀態", // Toggle
|
||||
"settings.option.connectivity.lastfmScrobble": "LastFM Scrobbling 記錄", // Option to Connect
|
||||
"settings.option.connectivity.lastfmScrobble.delay": "LastFM Scrobble 延遲 (%)",
|
||||
"settings.option.connectivity.lastfmScrobble.nowPlaying": "啟用 LastFM 正在播放",
|
||||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Remove featuring artists from song title (LastFM)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - Experimental
|
||||
|
@ -202,10 +228,32 @@
|
|||
"settings.option.experimental.compactUI": "緊凑型 UI", // Toggle
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Spatialization Menu
|
||||
"spatial.spatialProperties" : "空間音訊屬性",
|
||||
"spatial.width" : "闊度",
|
||||
"spatial.height" : "高度",
|
||||
"spatial.depth" : "深度",
|
||||
"spatial.roomMaterials" : "空間材質",
|
||||
"spatial.roomDimensions" : "空間大小",
|
||||
"spatial.roomPositions" : "空間位置",
|
||||
"spatial.setDimensions" : "大小設定",
|
||||
"spatial.setPositions" : "位置設定",
|
||||
"spatial.up" : "上方",
|
||||
"spatial.front" : "前方",
|
||||
"spatial.left" : "左方",
|
||||
"spatial.right" : "右方",
|
||||
"spatial.back" : "後方",
|
||||
"spatial.down" : "下方",
|
||||
"spatial.listener" : "觀眾",
|
||||
"spatial.audioSource" : "音源",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "未完成",
|
||||
|
||||
// Web Remote
|
||||
"remote.web.title": "遙距控制 Cider",
|
||||
"remote.web.description": "掃描以下的二維碼以控制 Cider",
|
||||
|
||||
//About
|
||||
"about.thanks": "感謝Cider Collective團隊以及所有貢獻者所作出的貢獻。"
|
||||
}
|
|
@ -82,7 +82,7 @@
|
|||
"term.time.updated": "更改于",
|
||||
"term.fullscreenView": "全螢幕顯示",
|
||||
"term.defaultView": "預設顯示",
|
||||
"term.spacializedAudioSetting": "音频空间化设置",
|
||||
"term.spacializedAudioSetting": "音頻空間化設置",
|
||||
"term.clearAll": "清空",
|
||||
"term.recentStations": "最近收聽的廣播",
|
||||
"term.language": "語言",
|
||||
|
@ -110,9 +110,9 @@
|
|||
"action.addToQueue": "加入待播清單",
|
||||
"action.addToQueue.success": "成功加入待播清單",
|
||||
"action.addToQueue.error": "加入待播清單的過程發生錯誤",
|
||||
"action.removeFromQueue": "從代播清單刪除",
|
||||
"action.removeFromQueue.success": "已從代播清單刪除",
|
||||
"action.removeFromQueue.error": "從代播清單刪除的過程發生錯誤",
|
||||
"action.removeFromQueue": "從待播清單刪除",
|
||||
"action.removeFromQueue.success": "已從待播清單刪除",
|
||||
"action.removeFromQueue.error": "從待播清單刪除的過程發生錯誤",
|
||||
"action.addToPlaylist": "加入播放列表",
|
||||
"action.removeFromPlaylist": "從播放列表刪除",
|
||||
"action.addToFavorites": "加入我的最愛",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue