X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1aa63d92bcbcca6edcd66c55a026e0b1e4413603..70d6880e10881dfd4b68f51cf16609a9f8aaff24:/config/locales/zh-TW.yml diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index ae2532c0c..349817a90 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1327,6 +1327,9 @@ zh-TW: BY授權) 、Land Vorarlberg及 Land Tirol (修訂的CC-BY AT授權) 的資料。 + contributors_au_html: |- + 澳大利亞:包含來自 + PSMA 澳大利亞有限公司的資料來源,並依據姓名標示 4.0 國際澳大利亞聯邦條款授權。 contributors_ca_html: |- 加拿大:包含來自 GeoBase®ï¼ŒGeoGratis (© Department of Natural Resources Canada) ,CanVec (© Department of Natural @@ -1731,6 +1734,7 @@ zh-TW: other: 由 %{user} 上傳的 GPX 檔案,含有 %{count} 點 description_without_count: 由 %{user} 上傳的 GPX 檔案 application: + permission_denied: 您沒有權限來存取該操作。 require_cookies: cookies_needed: 您似乎已停用 cookies - 請在瀏覽器中開啟 cookies,然後繼續。 require_admin: @@ -2484,4 +2488,9 @@ zh-TW: not_empty: 修訂尚未清空。請在銷毀前清除所有此修訂的版本。 flash: 修訂已銷毀。 error: 銷毀此修訂時發生錯誤。 + validations: + leading_whitespace: 前頭有空白 + trailing_whitespace: 後端有空白 + invalid_characters: 包含無效字元 + url_characters: 包含特定 URL 字元(%{characters}) ...