mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-14 01:40:28 +00:00
Add drawing sharing functionality and localization updates
- Implemented sharing options for drawings, including sharing to a public channel and specific rooms. - Added confirmation dialogs for deleting drawings and sharing drawings. - Enhanced the drawing toolbar to display a list of user's drawings with options to share or delete. - Updated localization files for English, Spanish, French, Croatian, Italian, German, Slovenian, and other languages to include new strings related to drawing sharing and management. - Introduced syncing of drawing messages with the DrawingProvider to restore missing drawings. - Improved the drawing minimap preview to display a small preview of drawings in the toolbar.
This commit is contained in:
@@ -2516,5 +2516,15 @@
|
||||
"drawingHidden": "Dibujo ocultado del mapa",
|
||||
"alreadyShared": "{count} ya compartido",
|
||||
"newDrawingsShared": "{count} nuevo(s) dibujo(s) compartido(s)",
|
||||
"drawingTools": "Herramientas de Dibujo"
|
||||
"drawingTools": "Herramientas de Dibujo",
|
||||
"shareDrawing": "Compartir Dibujo",
|
||||
"shareWithAllNearbyDevices": "Compartir con todos los dispositivos cercanos",
|
||||
"shareToRoom": "Compartir en Sala",
|
||||
"sendToPersistentStorage": "Enviar a almacenamiento persistente de sala",
|
||||
"deleteDrawingConfirm": "¿Está seguro de que desea eliminar este dibujo?",
|
||||
"drawingDeleted": "Dibujo eliminado",
|
||||
"yourDrawingsCount": "Sus Dibujos ({count})",
|
||||
"shared": "Compartido",
|
||||
"line": "Línea",
|
||||
"rectangle": "Rectángulo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user