nextcloud/apps/files_external/l10n/zh_TW.php

30 lines
1.0 KiB
PHP
Raw Normal View History

2013-08-09 14:06:31 +02:00
<?php
$TRANSLATIONS = array(
2014-04-30 07:57:53 +02:00
"Local" => "本地",
"Location" => "地點",
"URL" => "URL",
"Username" => "使用者名稱:",
"Password" => "密碼",
"Share" => "分享",
2013-04-27 02:24:29 +02:00
"Access granted" => "允許存取",
"Error configuring Dropbox storage" => "設定 Dropbox 儲存時發生錯誤",
"Grant access" => "允許存取",
"Please provide a valid Dropbox app key and secret." => "請提供有效的 Dropbox app key 和 app secret 。",
"Error configuring Google Drive storage" => "設定 Google Drive 儲存時發生錯誤",
2014-04-25 07:56:28 +02:00
"Saved" => "已儲存",
2013-04-27 02:24:29 +02:00
"External Storage" => "外部儲存",
2013-03-01 00:07:02 +01:00
"Folder name" => "資料夾名稱",
2013-04-27 02:24:29 +02:00
"External storage" => "外部儲存",
2013-03-20 00:02:44 +01:00
"Configuration" => "設定",
"Options" => "選項",
2013-04-27 02:24:29 +02:00
"Add storage" => "增加儲存區",
2012-11-28 00:11:21 +01:00
"All Users" => "所有使用者",
"Groups" => "群組",
"Users" => "使用者",
"Delete" => "刪除",
2013-04-27 02:24:29 +02:00
"Enable User External Storage" => "啓用使用者外部儲存",
"SSL root certificates" => "SSL 根憑證",
2012-11-28 00:11:21 +01:00
"Import Root Certificate" => "匯入根憑證"
);
2013-08-09 14:06:31 +02:00
$PLURAL_FORMS = "nplurals=1; plural=0;";