Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_TW.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11ba296e0bac6de7881bab33a6b837b745cdd664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "歡迎來到 %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "您的個人線上服務,所有檔案、文件、聯絡人、日曆都在這。",
"Get the apps to sync your files" => "下載應用程式來同步您的檔案",
"Desktop client" => "桌面客戶端",
"Android app" => "Android 應用程式",
"iOS app" => "iOS 應用程式",
"Connect your desktop apps to %s" => "連接您的桌面應用程式到 %s",
"Connect your Calendar" => "連結您的日曆",
"Connect your Contacts" => "連結您的聯絡人",
"Documentation" => "文件",
"Access files via WebDAV" => "透過 WebDAV 存取檔案",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "可以從我們的<a target=\"_blank\" href=\"%s\">說明文件</a>和<a target=\"_blank\" href=\"http://owncloud.org\">網站</a>取得更多資訊",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "如果你喜歡 ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud 是一套可以同步和分享檔案的超棒自由軟體, \n\t\t你可以在 http://owncloud.org 免費取得\">\n\t\t將它推薦給朋友!</a>\n\t然後<a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">廣為宣傳</a>!"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";