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:
@@ -3058,5 +3058,60 @@
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"shareDrawing": "Share Drawing",
|
||||
"@shareDrawing": {
|
||||
"description": "Title for share single drawing dialog"
|
||||
},
|
||||
|
||||
"shareWithAllNearbyDevices": "Share with all nearby devices",
|
||||
"@shareWithAllNearbyDevices": {
|
||||
"description": "Subtitle for public channel sharing option"
|
||||
},
|
||||
|
||||
"shareToRoom": "Share to Room",
|
||||
"@shareToRoom": {
|
||||
"description": "Header for room sharing section"
|
||||
},
|
||||
|
||||
"sendToPersistentStorage": "Send to persistent room storage",
|
||||
"@sendToPersistentStorage": {
|
||||
"description": "Subtitle for room sharing option"
|
||||
},
|
||||
|
||||
"deleteDrawingConfirm": "Are you sure you want to delete this drawing?",
|
||||
"@deleteDrawingConfirm": {
|
||||
"description": "Confirmation message for deleting a single drawing"
|
||||
},
|
||||
|
||||
"drawingDeleted": "Drawing deleted",
|
||||
"@drawingDeleted": {
|
||||
"description": "Success message after deleting a drawing"
|
||||
},
|
||||
|
||||
"yourDrawingsCount": "Your Drawings ({count})",
|
||||
"@yourDrawingsCount": {
|
||||
"description": "Header showing count of user's drawings",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"shared": "Shared",
|
||||
"@shared": {
|
||||
"description": "Status label for shared drawings"
|
||||
},
|
||||
|
||||
"line": "Line",
|
||||
"@line": {
|
||||
"description": "Line drawing type label"
|
||||
},
|
||||
|
||||
"rectangle": "Rectangle",
|
||||
"@rectangle": {
|
||||
"description": "Rectangle drawing type label"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user