mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3726] Add copy to clipbouard support to card view properties (#5565)
This commit is contained in:
@@ -198,11 +198,13 @@
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"CLEAR": "Clear",
|
||||
"TOGGLE": "Toggle value"
|
||||
"TOGGLE": "Toggle value",
|
||||
"COPY_TO_CLIPBOARD": "Double click to copy value"
|
||||
},
|
||||
"ACCESSIBILITY": {
|
||||
"EDIT": "Edit button",
|
||||
"DATEPICKER": "Use the arrow keys to navigate between dates. Up and down move to the next or previous week but on the same day. Left and right move to the next or previous day. Press Enter or Return to select a date."
|
||||
"DATEPICKER": "Use the arrow keys to navigate between dates. Up and down move to the next or previous week but on the same day. Left and right move to the next or previous day. Press Enter or Return to select a date.",
|
||||
"COPY_TO_CLIPBOARD_MESSAGE": "Value copied to clipboard"
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
|
Reference in New Issue
Block a user