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:
@@ -794,6 +794,16 @@ const br: Record<string, string | { name: string; category: string }[]> = {
|
||||
// Places Sidebar
|
||||
'places.addPlace': 'Adicionar lugar/atividade',
|
||||
'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} lugares importados do GPX',
|
||||
'places.gpxError': 'Falha ao importar GPX',
|
||||
'places.importGoogleList': 'Lista Google',
|
||||
|
||||
Reference in New Issue
Block a user