X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/083500f056f5b995f1979f88b37793046d9e4d37..3790dd2aba45ca5b8b4ae30880045e3636023645:/config/locales/zh-TW.yml diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index ae2532c0c..d6b789097 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -267,14 +267,14 @@ zh-TW: load_more: 載入更多 timeout: sorry: 抱歉,您請求的變更集清單取得時間過長。 - rss: - title_all: OpenStreetMap 變更集討論 - title_particular: OpenStreetMap 變更集 %{changeset_id} 討論 + changeset_comments: + comment: comment: '%{author} 對變更集 #%{changeset_id} 發表新評論' - commented_at_html: 於 %{when} 前更新 commented_at_by_html: 於 %{when} 前由 %{user} 更新 - full: 完整討論 - diary_entry: + index: + title_all: OpenStreetMap 變更集討論 + title_particular: OpenStreetMap 變更集 %{changeset_id} 討論 + diary_entries: new: title: 新日記項目 publish_button: 發佈 @@ -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}) ...