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