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