Skip to content

Commit

Permalink
Translated using Weblate (Chinese (Traditional Han script))
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (188 of 188 strings)

Translation: Finamp/Finamp
Translate-URL: https://hosted.weblate.org/projects/finamp/finamp/zh_Hant/
  • Loading branch information
boan51204 authored and weblate committed Sep 12, 2024
1 parent ace4d46 commit 817caef
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions lib/l10n/app_zh_Hant.arb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@serverUrl": {},
"showTextOnGridViewSubtitle": "是否在網格音樂螢幕上顯示文字(標題、歌手等)。",
"@showTextOnGridViewSubtitle": {},
"startupError": "應用程序啓動期間出現問題! 錯誤是:{error}\n\n請在 github.com/UnicornsOnLSD/finamp 上創建一個 Github 問題,並附上此頁面的螢幕截圖。 如果此頁面一直顯示,請清除您的應用數據以重置應用。",
"startupError": "應用程序啓動期間出現問題! 錯誤是:{error}\n\n請在 github.com/UnicornsOnLSD/finamp 上提出一個 Github 問題,並附上此頁面的螢幕截圖。 如果此頁面一直顯示,請清除您的應用數據以重置應用。",
"@startupError": {
"description": "The error message that shows when startup fails.",
"placeholders": {
Expand Down Expand Up @@ -204,7 +204,7 @@
"@downloadErrorsTitle": {},
"noErrors": "沒有錯誤!",
"@noErrors": {},
"errorScreenError": "獲取錯誤列表時出錯! 現在您可能應該在 GitHub 上創建一個問題並清除應用數據",
"errorScreenError": "獲取錯誤列表時出錯!您可以在 GitHub 上提出問題並清除應用數據",
"@errorScreenError": {},
"failedToGetSongFromDownloadId": "從下載 ID 獲取歌曲失敗",
"@failedToGetSongFromDownloadId": {},
Expand Down Expand Up @@ -503,5 +503,37 @@
"noMusicLibrariesTitle": "尚無音樂庫",
"@noMusicLibrariesTitle": {
"description": "Title for message that shows on the views screen when no music libraries could be found."
}
},
"redesignBeta": "重新設計的Beta測試版",
"@redesignBeta": {},
"deleteDownloadsPrompt": "您確定要將 {itemType, select, album{album} playlist{playlist} artist{artist} genre{genre} track{song} other{}} '{itemName}'從設備中刪除嗎?",
"@deleteDownloadsPrompt": {
"placeholders": {
"itemName": {
"type": "String",
"example": "Abandon Ship"
},
"itemType": {
"type": "String",
"example": "album"
}
},
"description": "Confirmation prompt shown before deleting downloaded media from the local device, destructive action, doesn't affect the media on the server."
},
"deleteDownloadsConfirmButtonText": "刪除",
"@deleteDownloadsConfirmButtonText": {
"description": "Shown in the confirmation dialog for deleting downloaded media from the local device."
},
"deleteDownloadsAbortButtonText": "取消",
"@deleteDownloadsAbortButtonText": {},
"syncDownloadedPlaylists": "同步已下載的播放清",
"@syncDownloadedPlaylists": {},
"interactions": "互動",
"@interactions": {},
"showFastScroller": "顯示快速滾動條",
"@showFastScroller": {},
"swipeInsertQueueNext": "滑動歌曲接著播放",
"@swipeInsertQueueNext": {},
"swipeInsertQueueNextSubtitle": "開啟後滑動清單中的歌曲,可以將歌曲接著播放,而不是加到播放清單的最後一首。",
"@swipeInsertQueueNextSubtitle": {}
}

0 comments on commit 817caef

Please sign in to comment.