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
The symbol bar with button for the Katex Input Helper (Calculator symbol)
99
+
The symbol bar with button for the Katex Input Helper (Square Root symbol)
100
100
101
101

102
102
103
103
## Known Problems
104
104
105
105
- A minor problem is a missing update of the language of the data grid paging bar in the *Custom Equations* dialog. This only appears during language change during an actual activation of the dialog.
106
106
- The persistence of custom equations can be damaged when a filter is active.
107
+
- The *web* version of this app does work bad on *Firefox* and on mobile devices in that many dialogs are sized wrong.
108
+
This does not appear on the *Chrome* browser on desktop.
109
+
- The sub menu items of the mobile version do show icons with the default theme only.
110
+
- The mobile version does regularly pop-up the screen keyboard. No mechanism is known to avoid this.
107
111
108
112
## Release Notes
109
113
@@ -130,7 +134,7 @@ The symbol bar with button for the Katex Input Helper (Calculator symbol)
130
134
- A dependency injection framework was introduced.
131
135
- The handling of the information window was improved.
132
136
- The web version of this app now supports a mobile parameter in the query string. But this is
133
-
merely an experimental feature in an early stage.
137
+
merely an experimental feature in an early stage. Use **?mobile=true**.
134
138
- Extensive re-factorings of the source code to improve the code structure.
Copy file name to clipboardExpand all lines: src/assets/js/localization/ar/lang.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,11 @@
122
122
"TTREMOVECATEGORY": "استخدم أمر القائمة هذا لإزالة العقدة الطرفية (الفئة) وجميع المعادلات التابعة لها.",
123
123
"TTREMOVEFOLDER": "استخدم أمر القائمة هذا لإزالة عقدة المجلد (الفئة الفائقة) وجميع المعادلات والمجلدات الفرعية التابعة لها.",
124
124
"TTCUTPASTE": "استخدم أمر القائمة هذا لقص ولصق المعادلات من فئة إلى أخرى. للقيام بذلك، تحقق من المعادلات المطلوبة في شبكة البيانات واستدعاء هذا الأمر.",
125
+
"TTREGION_FIRST": "انقر للتبديل إلى عرض الفئات",
126
+
"TTREGION_SECOND": "انقر للتبديل إلى عرض المعادلات",
127
+
"TTREGION_BOTH": "انقر للتبديل إلى عرض كل من: الفئات والمعادلات",
128
+
"TTCONTAINER_ACTIVATE": "انقر لعرض نافذة قائمة يونيكود",
129
+
"TTCONTAINER_DEACTIVATE": "انقر لإخفاء نافذة قائمة يونيكود",
0 commit comments