X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c42900f538e5aa3d0e6d3efd105ce0aab117057e..3790dd2aba45ca5b8b4ae30880045e3636023645:/config/locales/zh-TW.yml diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 6dfe3523c..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: 發佈 @@ -2488,4 +2488,9 @@ zh-TW: not_empty: 修訂尚未清空。請在銷毀前清除所有此修訂的版本。 flash: 修訂已銷毀。 error: 銷毀此修訂時發生錯誤。 + validations: + leading_whitespace: 前頭有空白 + trailing_whitespace: 後端有空白 + invalid_characters: 包含無效字元 + url_characters: 包含特定 URL 字元(%{characters}) ...