-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathen.yml
More file actions
145 lines (128 loc) · 5.46 KB
/
Copy pathen.yml
File metadata and controls
145 lines (128 loc) · 5.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# English strings go here for Rails i18n
en:
error_invalid_json: Must be valid JSON
error_unable_to_update_project_gtt_settings: "Unable to update project GTT settings
(%{value})"
field_geometry: "Geometry"
field_location: "Location"
field_geom: "Geometry"
label_geotask_map: "Geotask Map"
label_global: Global
label_project_map: "Project Map"
label_user_map: "User Map"
label_name: Name
label_baselayer: BaseLayer
label_nearby: "nearby(lat,lng)"
label_layer: "Layer Type"
label_source: "Source Type"
label_config: Configuration
label_gtt_settings: GTT
label_gtt_settings_headline: GTT Settings
label_gtt: "GTT"
label_gtt_bbox_filter: Location
label_gtt_distance: Distance
label_gtt_select_icon: Select icon
label_parameters: Parameters
label_tab_general: "General"
label_tab_geocoder: "Geocoder"
geocoder_provider: "Provider"
geocoder_options: "Options"
geocoder_load_example: "Load example options"
gtt_map_rotate_label: "Map rotation"
gtt_map_rotate_info_html: "Hold down <code>Shift+Alt</code> and drag the map to
rotate."
gtt_settings_general_center_lon: "Default map center longitude"
gtt_settings_general_center_lat: "Default map center latitude"
gtt_settings_general_zoom_level: "Default map zoom level"
gtt_settings_general_maxzoom_level: "Default map maximum zoom level"
gtt_settings_general_fit_maxzoom_level: "Default map fit maximum zoom level"
gtt_settings_vector_minzoom_level: "Minimum zoom level"
gtt_settings_label_general: "General"
gtt_settings_label_styling: "Styling"
gtt_settings_label_geocoder: "Geocoder"
label_default_collapsed_issues_page_map: "Default collapsed issues page map"
label_gtt_point: "Point"
label_gtt_linestring: "LineString"
label_gtt_polygon: "Polygon"
label_editable_geometry_types_on_issue_map: "Editable geometry types on issue map"
label_enable_geojson_upload_on_issue_map: "Enable GeoJSON upload on issue map"
label_enable_geocoding_on_map: "Enable geocoding on map"
label_default_target_enabled: "Show target on map center"
label_default_measure_enabled: "Show control for measuring length and area"
select_other_gtt_settings: "Other GTT settings"
label_hide_map_for_invalid_geom: "Hide issue map for invalid geometry"
label_geojson_precision: "GeoJSON coordinate precision"
text_geojson_precision_info: "Decimal places for coordinates in GeoJSON output (EPSG:4326). 6 is about 0.11 m; lower values shrink the payload."
gtt_hide_map_for_invalid_geom_info: "Please edit the issue and set the geometry
to see the map."
select_default_tracker_icon: "Select default tracker icon:"
select_default_status_color: "Select default status color:"
gtt_icon_search_placeholder: "Search icons (e.g. bike, tree)..."
gtt_icon_paste_label: "Paste SVG markup"
select_default_map_settings: "Set default map settings:"
select_edit_geometry_settings: "Set edit geometry settings:"
select_default_geocoder_settings: "Set Geocoder settings:"
select_other_style_settings: "Other style settings"
project_module_gtt: "GTT"
permission_manage_gtt_settings: "Manage GTT settings"
permission_view_gtt_settings: "View GTT settings"
title_geojson_upload: "Import GeoJSON"
placeholder_geojson_upload: "Please paste a GeoJSON geometry here, or import the
GeoJSON data from a file."
map_layer:
title: "Map layers"
plural: "Map layers"
new: "New map layer"
ids: "Map layers"
project:
info: "Select the map layers that should be available in this project."
layer_options_select: "-- Select layer type --"
source_options_select: "-- Select source type --"
format_options_select: "-- Select format type --"
load_example: "Examples: "
type_advanced: "Advanced (OpenLayers classes)"
# Workaround to easily customize field labels
field_name: "Name"
field_layer: "Layer type"
field_layer_options_string: "Layer options"
field_baselayer: "BaseLayer"
field_global: "Globally available"
field_default: "Default for new projects"
field_source: "Source type"
field_source_options_string: "Source options"
field_format: "Format type"
field_format_options_string: "Format options"
field_styles: "Style settings"
# Localize for use in Javascript
gtt_js:
control:
geocoding: "Location search"
geolocation: "My location"
search_location: "Search location"
reverse_location: "Click on the map to get location…"
search_placeholder: "Type a location…"
geolocation_activated: "Geolocation activated"
geolocation_deactivated: "Geolocation deactivated"
maximize: "Zoom to all features"
upload: "Upload GeoJSON"
fullscreen: "Toggle full-screen"
rotate: "Reset rotation"
zoom_in: "Zoom in"
zoom_out: "Zoom out"
point: "Point editor"
linestring: "Line editor"
polygon: "Area editor"
clear_map: "Clear map"
remove_point: "Remove point"
edit_mode: "Edit features"
copied_location_to_clipboard: "Copied location to clipboard"
modal:
load: "Load"
cancel: "Cancel"
messages:
baselayer_missing: "There is no baselayer available!"
zoom_in_more: "Zoom in to view objects."
invalid_geojson: "The text could not be read as GeoJSON. Please check the input and try again."
modify_start: "Hold down <code>ALT</code> and click on a vertex to delete it."
modify_start_mac: "Hold down <code>Option</code> and click on a vertex to delete it."
modify_start_touch: "Tap on a vertex to delete it."