- 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_failure:
+ failed_to_import: 看來匯入失敗。錯誤訊息為:
+ import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
+ subject: '[OpenStreetMap] GPX 匯入失敗'
+ gpx_success:
+ loaded_successfully:
+ one: |-
+ 成功載入 1 點中的
+ %{trace_points}。
+ other: |-
+ l成功載入 %{possible_points} 點中的
+ %{trace_points}。
+ subject: '[OpenStreetMap] GPX 匯入成功'