nextcloud/apps/files_sharing/l10n/zh_TW.php

11 lines
344 B
PHP
Raw Normal View History

2012-09-12 04:02:58 +04:00
<?php $TRANSLATIONS = array(
"Password" => "密碼",
"Submit" => "送出",
2013-04-27 04:24:29 +04:00
"%s shared the folder %s with you" => "%s 和您分享了資料夾 %s ",
"%s shared the file %s with you" => "%s 和您分享了檔案 %s",
2012-09-12 04:02:58 +04:00
"Download" => "下載",
2013-06-30 04:13:07 +04:00
"Upload" => "上傳",
"Cancel upload" => "取消上傳",
2013-06-14 04:52:34 +04:00
"No preview available for" => "無法預覽"
2012-09-12 04:02:58 +04:00
);