@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/build/index.css +1 -1
- package/build/index.css.map +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/src/translations/eo.json +14 -1
- package/src/viewer/Widgets.css +2 -0
package/package.json
CHANGED
package/src/translations/eo.json
CHANGED
|
@@ -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
|
}
|
package/src/viewer/Widgets.css
CHANGED
|
@@ -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; }
|