@panoramax/web-viewer 3.2.0-develop-9384ccb6 → 3.2.0-develop-f619674f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "3.2.0-develop-9384ccb6",
3
+ "version": "3.2.0-develop-f619674f",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -154,10 +154,23 @@
154
154
  "metadata_exif_name": "Etikedo",
155
155
  "metadata_exif_value": "Valoro",
156
156
  "report_whole_sequence": "Ĉi tio koncernas la tutan sekvencon",
157
- "report_details": "Aliaj detaloj"
157
+ "report_details": "Aliaj detaloj",
158
+ "report_email": "Via retpoŝto",
159
+ "report_submit": "Sendi",
160
+ "report_wait": "Sendante raporton…",
161
+ "report_success": "La raporto estis sukcese sendita. Ĝi estos reviziita baldaŭ.",
162
+ "report_details_placeholder": "Opcie, vi povas aldoni detalojn pri la problemo",
163
+ "report_email_placeholder": "Opcie",
164
+ "report_failure": "Eraro okazis dum kreo de la raporto: {e}. Bonvolu provi denove poste."
158
165
  },
159
166
  "maplibre": {
160
167
  "GeolocateControl.FindMyLocation": "Trovi mian pozicion",
161
168
  "GeolocateControl.LocationNotAvailable": "Loko ne disponeblas"
169
+ },
170
+ "map": {
171
+ "slow_loading": "La mapo ŝarĝas malrapide kaj povus aperi rompiĝinta",
172
+ "loading": "Ŝarĝanto…",
173
+ "thumbnail": "Miniaturo de la surflikta bildo",
174
+ "not_public": "Ne publike videbla"
162
175
  }
163
176
  }
@@ -120,6 +120,7 @@
120
120
  justify-content: space-between;
121
121
  align-items: center;
122
122
  flex-wrap: wrap;
123
+ white-space: nowrap;
123
124
  }
124
125
 
125
126
  span.gvs-input-btn {
@@ -317,6 +318,7 @@ span.gvs-input-btn {
317
318
  display: flex;
318
319
  justify-content: center;
319
320
  align-items: center;
321
+ white-space: nowrap;
320
322
  }
321
323
 
322
324
  a.gvs-btn { text-decoration: none; }