You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing problem when no language is set to desc or pref (#162)
* Fixing problem when no language is set to desc or pref
* Add shortcuts for linux and windows
* Fix loading on open new window
* Adjust shortcuts for win and mac
Copy file name to clipboardExpand all lines: core/apps/ame/src/assets/i18n/en.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,10 @@
89
89
"ASPECT_MISSING_TITLE": "Aspect Model is missing",
90
90
"ASPECT_MISSING_CONTENT": "To start modelling, please create a new or load an existing model first. After that you can add new node types",
91
91
"LOAD_MODEL_INFO_TITLE": "Load a Model to Continue",
92
-
"LOAD_MODEL_INFO_MESSAGE": "To view the file contents, please load a model first."
92
+
"LOAD_MODEL_INFO_MESSAGE": "To view the file contents, please load a model first.",
93
+
"FALLBACK_TO_DEFAULT_LANGUAGE_TITLE": "Fallback to Default Language.",
94
+
"FALLBACK_TO_DEFAULT_LANGUAGE_DESC_MESSAGE": "The specified language for {{subject}}'s description was not found in {{fileName}}. Proceeding with the default language settings.",
95
+
"FALLBACK_TO_DEFAULT_LANGUAGE_PREF_MESSAGE": "The specified language for {{subject}}'s preferred name was not found in {{fileName}}. Proceeding with the default language settings."
0 commit comments