- gpx_notification:
- greeting: 您好,
- your_gpx_file: 您的 GPX 檔案
- with_description: 附有說明為
- and_the_tags: 並且標籤為:
- and_no_tags: 並且沒有標籤。
- failure:
- subject: '[OpenStreetMap] GPX 匯入失敗'
- failed_to_import: 看來匯入失敗。錯誤訊息為:
- more_info_1: 更多關於 GPX 匯入失敗與如何避免它們的
- more_info_2: 資訊可在這裡找到:
- import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
- success:
- subject: '[OpenStreetMap] GPX 匯入成功'
- loaded_successfully:
- one: |-
- 成功載入 1 點中的
- %{trace_points}。
- other: |-
- l成功載入 %{possible_points} 點中的
- %{trace_points}。
+ gpx_description:
+ description_with_tags_html: 看起來似乎是您的 GPX 檔案%{trace_name}帶有%{trace_description}描述而且沒有標籤:%{tags}
+ description_with_no_tags_html: 看起來似乎是您的 GPX 檔案%{trace_name}帶有%{trace_description}描述而且沒有標籤
+ gpx_failure:
+ hi: '%{to_user} 您好,'
+ failed_to_import: 看來匯入失敗。錯誤訊息為:
+ more_info_html: 更多關於 GPX 匯入失敗的資訊與如何避免,可在 %{url} 查詢。
+ import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
+ subject: '[OpenStreetMap] GPX 匯入失敗'
+ gpx_success:
+ hi: '%{to_user} 您好,'
+ loaded_successfully:
+ one: |-
+ 成功載入 1 點中的
+ %{trace_points}。
+ other: |-
+ l成功載入 %{possible_points} 點中的
+ %{trace_points}。
+ subject: '[OpenStreetMap] GPX 匯入成功'