Skip to content

Commit e4b388c

Browse files
committed
WFE 7.0.0 (autocommit)
1 parent 6c65b8f commit e4b388c

560 files changed

Lines changed: 24358 additions & 36549 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Designer/Localization/ar.json

Lines changed: 535 additions & 509 deletions
Large diffs are not rendered by default.

Designer/Localization/de.json

Lines changed: 534 additions & 509 deletions
Large diffs are not rendered by default.

Designer/Localization/en_default.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"LangInfo": {
3+
"code": "en",
4+
"dialect": "US",
5+
"name": "English",
6+
"description": "American English"
7+
},
28
"DeleteConfirm": "Are you sure you want to delete selected item(s)?",
39
"DeleteConfirmCurrent": "Are you sure you want to delete this item?",
410
"EscapeConfirm": "There are unsaved changes. Do you want to save the schema?",
@@ -21,6 +27,7 @@
2127
"TransitionAuto": "Auto",
2228
"DialogConfirmText": "Question",
2329
"AlertTitle": "Warning",
30+
"ReadMore": "Read more.",
2431
"None": "None",
2532
"Warning": "Warning",
2633
"SwitchToExpertMode": "Switch To Expert Mode",
@@ -210,11 +217,12 @@
210217
"Value": "Value",
211218
"ShowPredefined": "Show predefined",
212219
"Types": {
213-
"Command": "Command",
214220
"State": "State",
215221
"Parameter": "Parameter",
216222
"Action": "Action",
217223
"Condition": "Condition",
224+
"Command": "Command",
225+
"Comment": "Comment",
218226
"Scheme": "Scheme"
219227
}
220228
},
@@ -320,6 +328,7 @@
320328
"IsGlobal": "Is global",
321329
"IsAsync": "Async",
322330
"Type": "Type",
331+
"CustomTypeHint": "To use a custom type, add its name here and add its implementation to the jsonform template.",
323332
"GlobalDeleteMessage": "If you've delete the Global CodeAction - <br/><b>other schemes won't be able to call it!</b>",
324333
"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.",
325334
"EditParameters": "Edit parameters",
@@ -528,6 +537,9 @@
528537
"Library": "Library",
529538
"Language": "Language",
530539
"File": "File",
540+
"SaveToImage": "Save to image",
541+
"ShowGrid": "Show grid",
542+
"ImageQuality": "Quality (pixel aspect ratio):",
531543
"ResetSettings": "Reset settings",
532544
"Clear": "Clear",
533545
"ActivitiesCount": "Activities count / Limit",
@@ -604,6 +616,15 @@
604616
"Title": "Set loop state",
605617
"Description": "The action for set loop state"
606618
},
619+
"Comment": {
620+
"Title": "Comment",
621+
"Description": "Place a comment on the scheme",
622+
"Name": "Name",
623+
"CommentText": "Comment text",
624+
"Alignment": "Alignment",
625+
"FontSize": "Font size",
626+
"TextFormatting": "Text formatting"
627+
},
607628
"Header": "Elements"
608629
},
609630
"ErrorInBrowserConsole": "See more info in the browser console."

0 commit comments

Comments
 (0)