Skip to content

Commit

Permalink
WFE 7.0.0 (autocommit)
Browse files Browse the repository at this point in the history
  • Loading branch information
optimajet committed Aug 29, 2022
1 parent 6c65b8f commit e4b388c
Show file tree
Hide file tree
Showing 560 changed files with 24,358 additions and 36,549 deletions.
1,044 changes: 535 additions & 509 deletions Designer/Localization/ar.json

Large diffs are not rendered by default.

1,043 changes: 534 additions & 509 deletions Designer/Localization/de.json

Large diffs are not rendered by default.

23 changes: 22 additions & 1 deletion Designer/Localization/en_default.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"LangInfo": {
"code": "en",
"dialect": "US",
"name": "English",
"description": "American English"
},
"DeleteConfirm": "Are you sure you want to delete selected item(s)?",
"DeleteConfirmCurrent": "Are you sure you want to delete this item?",
"EscapeConfirm": "There are unsaved changes. Do you want to save the schema?",
Expand All @@ -21,6 +27,7 @@
"TransitionAuto": "Auto",
"DialogConfirmText": "Question",
"AlertTitle": "Warning",
"ReadMore": "Read more.",
"None": "None",
"Warning": "Warning",
"SwitchToExpertMode": "Switch To Expert Mode",
Expand Down Expand Up @@ -210,11 +217,12 @@
"Value": "Value",
"ShowPredefined": "Show predefined",
"Types": {
"Command": "Command",
"State": "State",
"Parameter": "Parameter",
"Action": "Action",
"Condition": "Condition",
"Command": "Command",
"Comment": "Comment",
"Scheme": "Scheme"
}
},
Expand Down Expand Up @@ -320,6 +328,7 @@
"IsGlobal": "Is global",
"IsAsync": "Async",
"Type": "Type",
"CustomTypeHint": "To use a custom type, add its name here and add its implementation to the jsonform template.",
"GlobalDeleteMessage": "If you've delete the Global CodeAction - <br/><b>other schemes won't be able to call it!</b>",
"UnGlobalMessage": "You've changed the state of the global flag.<br/>There will be created a Local CodeAction based on this Global CodeAction after saving this scheme.",
"EditParameters": "Edit parameters",
Expand Down Expand Up @@ -528,6 +537,9 @@
"Library": "Library",
"Language": "Language",
"File": "File",
"SaveToImage": "Save to image",
"ShowGrid": "Show grid",
"ImageQuality": "Quality (pixel aspect ratio):",
"ResetSettings": "Reset settings",
"Clear": "Clear",
"ActivitiesCount": "Activities count / Limit",
Expand Down Expand Up @@ -604,6 +616,15 @@
"Title": "Set loop state",
"Description": "The action for set loop state"
},
"Comment": {
"Title": "Comment",
"Description": "Place a comment on the scheme",
"Name": "Name",
"CommentText": "Comment text",
"Alignment": "Alignment",
"FontSize": "Font size",
"TextFormatting": "Text formatting"
},
"Header": "Elements"
},
"ErrorInBrowserConsole": "See more info in the browser console."
Expand Down
Loading

0 comments on commit e4b388c

Please sign in to comment.