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

zh-tw.json « lang « GeoIp2 « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4441d3fe73f69a8107c6471e625a24bae572be40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
    "GeoIp2": {
        "AssumingNonApache": "找不到 apache_get_modules 功能,推測是非 Apache 伺服器。",
        "CannotFindGeoIPServerVar": "變數 %s 未設定。你的伺服器可能沒有正確的變更設定。",
        "CannotListContent": "無法列出 %1$s 的內容列表:%2$s",
        "CannotUnzipGeoIPFile": "無法解壓縮 %1$s 中的 GeoIP 檔案:%2$s",
        "DownloadingDb": "正在下載 %s",
        "DownloadNewDatabasesEvery": "更新資料庫每隔一",
        "FoundApacheModules": "Matomo 找到下列 Apache 模組",
        "GeoIPImplHasAccessTo": "這個 GeoIP 執行時會存取以下類型的資料庫",
        "GeoIPDatabases": "GeoIP 資料庫",
        "GeoIPLocationProviderDesc_ServerBasedAnonWarn": "注意:IP 匿名化在此供應商所提供的位置中沒有任何效果。在 IP 匿名化開啟時,請先確定這並不違反法律政策。",
        "GeoIPLocationProviderNotRecommended": "地理位置已執行,但你不是使用推薦的供應商。",
        "GeoIPNoDatabaseFound": "這個 GeoIP 執行時無法找到任何資料庫。",
        "GeoIPNoServerVars": "Matomo 找不到任何 GeoIP 的 %s 變數。",
        "GeoIPServerVarsFound": "Matomo 偵測到下列 GeoIP 的 %s 變數",
        "GeoIPVariablesConfigurationHere": "你可以在%1$s這裡%2$s設置已使用的伺服器變數。",
        "HowToSetupGeoIPIntro": "看起來你沒有設定準確的地理位置。這是個實用的功能,沒有它你將無法看到準確且完整的訪客資訊。這裡是幾個你可以快速開始使用的方法:",
        "HowToInstallApacheModule": "我該如何在 Apache 上安裝 GeoIP 模組?",
        "HowToInstallNginxModule": "我該如何在 Nginx 上安裝 GeoIP 模組?",
        "HttpServerModule": "HTTP 伺服器模組",
        "InvalidGeoIPUpdatePeriod": "無效的 GeoIP 更新期間:%1$s。有效值為 %2$s。",
        "ISPDatabase": "網路服務供應商(ISP)資料庫",
        "LocationDatabase": "地理位置資料庫",
        "LocationDatabaseHint": "地理位置資料庫可能是國家、地區或城市資料庫。",
        "LocationProviderDesc_Php_WithExtension": "這個地理位置供應商已透過安裝的 %1$smaxminddb%2$s 擴充功能加速。",
        "LocationProviderDesc_ServerModule": "這個地理位置供應商使用安裝在你 HTTP 伺服器上的 GeoIP 2 模組。這個供應商快又精準,但是%1$s只適用於一般瀏覽器上的追蹤%2$s。",
        "LocationProviderDesc_ServerModule2": "如果你需要匯入紀錄檔或是其他需要設定 IP 位址的事情,使用 %3$sPHP GeoIP 2 implementation%4$s 並安裝 %1$smaxminddb 擴充功能%2$s。",
        "UnsupportedArchiveType": "遇到不支援的壓縮檔類型 %1$s。",
        "UpdaterHasNotBeenRun": "還沒有自動更新過。",
        "UpdaterIsNotScheduledToRun": "未來沒有排程執行。",
        "UpdaterScheduledForNextRun": "已排程在下次 core:archive 指令執行時執行。",
        "UpdaterWasLastRun": "上次自動更新執行於 %s。",
        "UpdaterWillRunNext": "下次自動更新將於 %s 執行。",
        "ServerBasedVariablesConfiguration": "GeoIP 2 伺服器模組所使用的伺服器變數設定檔",
        "ServerVariableFor": "%s 的伺服器變數"
    }
}