Skip to content

Commit

Permalink
Translated using Weblate (Chinese (Traditional, Hong Kong))
Browse files Browse the repository at this point in the history
Currently translated at 98.9% (185 of 187 strings)

Translation: Finamp/Finamp
Translate-URL: https://hosted.weblate.org/projects/finamp/finamp/zh_Hant_HK/
  • Loading branch information
SuperDumbTM authored and weblate committed Apr 4, 2024
1 parent 115c90a commit 918244c
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion lib/l10n/app_zh_Hant_HK.arb
Original file line number Diff line number Diff line change
Expand Up @@ -503,5 +503,31 @@
"noMusicLibrariesTitle": "沒有音樂類媒體庫",
"@noMusicLibrariesTitle": {
"description": "Title for message that shows on the views screen when no music libraries could be found."
}
},
"interactions": "互動",
"@interactions": {},
"deleteDownloadsConfirmButtonText": "刪除",
"@deleteDownloadsConfirmButtonText": {
"description": "Shown in the confirmation dialog for deleting downloaded media from the local device."
},
"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."
},
"deleteDownloadsAbortButtonText": "取消",
"@deleteDownloadsAbortButtonText": {},
"syncDownloadedPlaylists": "同步已下載播放清單",
"@syncDownloadedPlaylists": {},
"showFastScroller": "顯示快速卷軸",
"@showFastScroller": {}
}

0 comments on commit 918244c

Please sign in to comment.