nextcloud/apps/media/l10n/zh_TW.php

14 lines
300 B
PHP

<?php $TRANSLATIONS = array(
"Music" => "音樂",
"Play" => "播放",
"Pause" => "暫停",
"Previous" => "上一首",
"Next" => "下一首",
"Mute" => "靜音",
"Unmute" => "取消靜音",
"Rescan Collection" => "重新掃描收藏",
"Artist" => "藝人",
"Album" => "專輯",
"Title" => "標題"
);