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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserCountry/lang/zh-tw.json')
-rw-r--r--plugins/UserCountry/lang/zh-tw.json55
1 files changed, 54 insertions, 1 deletions
diff --git a/plugins/UserCountry/lang/zh-tw.json b/plugins/UserCountry/lang/zh-tw.json
index 85b6aad5e2..2e6112a5d9 100644
--- a/plugins/UserCountry/lang/zh-tw.json
+++ b/plugins/UserCountry/lang/zh-tw.json
@@ -1,10 +1,63 @@
{
"UserCountry": {
- "Continent": "世界大陸洲",
+ "AssumingNonApache": "找不到 apache_get_modules 功能,推測是非 Apache 伺服器。",
+ "CannotFindGeoIPDatabaseInArchive": "在 tar 壓縮檔 %2$s 中找不到 %1$s 檔案!",
+ "CannotFindGeoIPServerVar": "變數 %s 未設定。你的伺服器可能沒有正確的變更設定。",
+ "CannotFindPeclGeoIPDb": "在 GeoIP PECL 模組中找不到國家、地區或城市的資料庫。請確定你的 GeoIP 資料庫位於 %1$s 而且命名為 %2$s 或 %3$s,否則 PECL 模組不會偵測到。",
+ "CannotListContent": "無法列出 %1$s 的內容列表:%2$s",
+ "CannotLocalizeLocalIP": "IP 位址 %s 是本機位址因此無法顯示地理位置。",
+ "CannotSetupGeoIPAutoUpdating": "看起來你將你的 GeoIP 資料庫儲存在 Piwik 之外(我們只知道在 misc 資料夾中找不到資料庫,但你的 GeoIP 正在運作中)。如果 GeoIP 資料庫放在 misc 資料夾之外,Piwik 將無法自動幫你更新。",
+ "CannotUnzipDatFile": "無法解壓縮 %1$s 的 dat 檔案:%2$s",
+ "City": "城市",
+ "CityAndCountry": "%1$s,%2$s",
+ "Continent": "洲",
"Country": "國家",
+ "country_a1": "匿名的代理",
+ "country_a2": "衛星網路供應商",
+ "country_cat": "加泰羅尼亞語社區",
+ "country_o1": "其他國家",
+ "country_ti": "西藏",
+ "CurrentLocationIntro": "根據這個地理位置供應商,你目前的位置是",
+ "DefaultLocationProviderDesc1": "預設的地理位置供應商是透過訪客使用的語言來猜測他的國家。",
+ "DefaultLocationProviderDesc2": "這不是那麼準確,所以%1$s我們推薦安裝並使用 %2$sGeoIP%3$s。%4$s",
+ "DefaultLocationProviderExplanation": "你正在使用預設地理位置供應商,這代表 Piwik 將以訪客所使用的語言來猜測他們的地理位置。%1$s點此查看%2$s如何安裝更準確的地理位置。",
"DistinctCountries": "%s 個不同的國家",
+ "DownloadingDb": "正在下載 %s",
+ "DownloadNewDatabasesEvery": "更新資料庫每隔一",
+ "FoundApacheModules": "Piwik 找到下列 Apache 模組",
+ "FromDifferentCities": "不同城市",
+ "GeoIPDatabases": "GeoIP 資料庫",
+ "GeoIPImplHasAccessTo": "這個 GeoIP 執行時會存取以下類型的資料庫",
+ "GeoIPIncorrectDatabaseFormat": "你的 GeoIP 資料庫看起來不是正確的格式。它可能損壞了。請確定你正在使用二進制版本並試著使用其他副本覆蓋。",
+ "GeoIpLocationProviderDesc_Pecl1": "這個地理位置供應商使用 GeoIP 資料庫和 PECL 模組來精準而且有效率的判別訪客位置。",
+ "GeoIpLocationProviderDesc_Pecl2": "這個供應商沒有任何限制,所以我們推薦你使用這個。",
+ "GeoIpLocationProviderDesc_Php1": "這個地理位置供應商是安裝方式最簡單的,因為它不需要更動任何伺服器設定(共享主機適用!)。它使用 GeoIP 資料庫和 MaxMind 的 PHP API 來精準的判別訪客的位置。",
+ "GeoIpLocationProviderDesc_Php2": "如果你的網站有許多流量,你可能會覺得這個地理位置供應商太慢了。在這種情況下你應該安裝 %1$sPECL 擴充功能%2$s或是%3$s伺服器模組%4$s。",
+ "GeoIpLocationProviderDesc_ServerBased1": "這個地理位置供應商使用安裝在你 HTTP 伺服器上的 GeoIP 模組。這個供應商快又精準,但是%1$s只適用於一般瀏覽器上的追蹤%2$s。",
+ "GeoIpLocationProviderDesc_ServerBased2": "如果你需要匯入紀錄檔或是其他需要設定 IP 位址的事情,使用%1$sPECL GeoIP(推薦)%2$s或是%3$sPHP GeoIP%4$s執行。",
+ "GeoIpLocationProviderDesc_ServerBasedAnonWarn": "注意:IP 匿名化在此供應商所提供的位置中沒有任何效果。在 IP 匿名化開啟時,請先確定這並不違反法律政策。",
+ "GeoIPNoServerVars": "Piwik 找不到任何 GeoIP 的 %s 變數。",
+ "GeoIPPeclCustomDirNotSet": "PHP ini 中的 %s 選項未設定。",
+ "GeoIPServerVarsFound": "Piwik 偵測到下列 GeoIP 的 %s 變數",
+ "Geolocation": "地理位置",
+ "GeolocationPageDesc": "你可以在此頁面中改變 Piwik 決定訪客位置的方式。",
+ "HowToInstallApacheModule": "我該如何在 Apache 上安裝 GeoIP 模組?",
+ "HowToInstallGeoIPDatabases": "我該如何取得 GeoIP 資料庫?",
+ "HowToInstallGeoIpPecl": "我該如何安裝 GeoIP PECL 擴充功能?",
+ "HowToInstallNginxModule": "我該如何在 Nginx 上安裝 GeoIP 模組?",
+ "HowToSetupGeoIP": "如何安裝 GeoIP 達到精準地理位置",
+ "HttpServerModule": "HTTP 伺服器模組",
+ "ISPDatabase": "ISP 資料庫",
+ "Latitude": "緯度",
"Location": "位置",
+ "LocationDatabase": "位置資料庫",
+ "LocationProvider": "地理位置供應商",
+ "Longitude": "經度",
+ "Region": "地區",
"SubmenuLocations": "所在地",
"WidgetLocation": "訪客所在地點"
+ },
+ "Intl": {
+ "Country_TI": "西藏"
}
} \ No newline at end of file