mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-30 18:46:00 +00:00
chore(i18n): add KMZ/KML import translation keys
This commit is contained in:
@@ -810,6 +810,16 @@ const cs: Record<string, string | { name: string; category: string }[]> = {
|
||||
// Boční panel míst (Places Sidebar)
|
||||
'places.addPlace': 'Přidat místo/aktivitu',
|
||||
'places.importGpx': 'GPX',
|
||||
'places.importKmlKmz': 'TODO: KMZ / KML',
|
||||
|
||||
'places.kmlKmzImportError': 'TODO: KMZ/KML import failed',
|
||||
'places.kmlKmzInvalidType': 'TODO: Please select a .kml or .kmz file.',
|
||||
'places.kmlKmzTooLarge': 'TODO: File is too large. Maximum upload size is {maxMb} MB.',
|
||||
'places.kmlKmzHint': 'TODO: KML/KMZ are common map export formats used by apps like Google My Maps and Google Earth. TREK imports Placemark name, description, and coordinates.',
|
||||
'places.kmlKmzSizeHint': 'TODO: Maximum file size: {maxMb} MB (same limit as GPX).',
|
||||
'places.kmlKmzSelectedFile': 'TODO: Selected file: {name}',
|
||||
'places.kmlKmzSummaryTitle': 'TODO: Import summary',
|
||||
'places.kmlKmzSummaryValues': 'TODO: Placemarks: {total} - Imported: {created} - Skipped: {skipped}',
|
||||
'places.gpxImported': '{count} míst importováno z GPX',
|
||||
'places.urlResolved': 'Místo importováno z URL',
|
||||
'places.gpxError': 'Import GPX se nezdařil',
|
||||
|
||||
Reference in New Issue
Block a user