Merged PR 225: Implement translations
Implement translations with useContext in React +Add events to allow changing the language in the app +Refactor AppEvents +Redesign vertical bars in elements
This commit is contained in:
parent
60a3ead6aa
commit
505813d530
26 changed files with 527 additions and 160 deletions
70
src/Translations/translation.en.json
Normal file
70
src/Translations/translation.en.json
Normal file
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"@StartFromScratch": "Start from scratch",
|
||||
"@LoadConfigFile": "Load a configuration file",
|
||||
"@GoBack": "Go back",
|
||||
|
||||
"@Components": "Components",
|
||||
"@Elements": "Elements",
|
||||
"@Symbols": "Symbols",
|
||||
"@SymbolsLeft": "Symbols",
|
||||
"@SymbolsRight": "Symbols",
|
||||
"@Timeline": "Timeline",
|
||||
"@Messages": "Messages",
|
||||
"@Settings": "Settings",
|
||||
|
||||
"@Undo": "Undo",
|
||||
"@UndoTitle": "Undo last action",
|
||||
"@Redo": "Redo",
|
||||
"@RedoTitle": "Redo last action",
|
||||
"@DeleteContainer": "Delete",
|
||||
"@DeleteContainerTitle": "Delete the container",
|
||||
"@DeleteSymbol": "Delete",
|
||||
"@DeleteSymbolTitle": "Delete the container",
|
||||
|
||||
"@ExportAsJSON": "Export as JSON",
|
||||
"@ExportAsSVG": "Export as SVG",
|
||||
|
||||
"@HideDisabledComponents": "Hide disabled components",
|
||||
"@ShowDisabledComponents": "Show disabled components",
|
||||
|
||||
"@ClearAllMessages": "Clear all messages",
|
||||
|
||||
"@ContainerDisplayedText": "Displayed text",
|
||||
"@ContainerOrientation": "Orientation",
|
||||
"@ContainerProperties": "Properties",
|
||||
"@ContainerName": "Name",
|
||||
"@ContainerParentName": "Parent name",
|
||||
"@ContainerType": "Type",
|
||||
"@ContainerPosition": "Position",
|
||||
"@ContainerX": "x",
|
||||
"@ContainerY": "y",
|
||||
"@ContainerSize": "Size",
|
||||
"@ContainerMinWidth": "Minimum Width",
|
||||
"@ContainerWidth": "Width",
|
||||
"@ContainerMaxWidth": "Maximum Width",
|
||||
"@ContainerMinHeight": "Minimum Height",
|
||||
"@ContainerHeight": "Height",
|
||||
"@ContainerMaxHeight": "Maximum Height",
|
||||
"@ContainerMargins": "Margins",
|
||||
"@ContainerMarginLeft": "Margin Left",
|
||||
"@ContainerMarginBottom": "Margin Bottom",
|
||||
"@ContainerMarginTop": "Margin Top",
|
||||
"@ContainerMarginRight": "Margin Right",
|
||||
"@ContainerBehaviors": "Behaviors",
|
||||
"@ContainerFlex": "Flex",
|
||||
"@ContainerAnchor": "Lock position and size",
|
||||
"@ContainerAlignment": "Alignment",
|
||||
"@ContainerAlignmentInput": "Alignment",
|
||||
"@ContainerAlignWithSymbol": "Align to symbol",
|
||||
"@ContainerDimensions": "Dimensions",
|
||||
"@ContainerShowDimension": "Show Dimension",
|
||||
"@ContainerShowChildrenDimension": "Show surrounding dimension of children",
|
||||
"@ContainerMarkPosition": "Mark the position for the parents",
|
||||
"@ContainerShowDimensionWithMarks": "Show dimension with marked children",
|
||||
"@ContainerStyle": "Style",
|
||||
|
||||
"@SymbolName": "Name",
|
||||
"@SymbolX": "x",
|
||||
"@SymbolHeight": "Height",
|
||||
"@SymbolWidth": "Width"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue