nextcloud/apps/files_sharing/l10n/zh_TW.php

10 lines
362 B
PHP
Raw Normal View History

2012-09-12 04:02:58 +04:00
<?php $TRANSLATIONS = array(
"Password" => "密碼",
"Submit" => "送出",
2012-11-28 03:11:21 +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-01-25 03:05:56 +04:00
"No preview available for" => "無法預覽",
"web services under your control" => "在您掌控之下的網路服務"
2012-09-12 04:02:58 +04:00
);