mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[i18n] Fix bug in universal messages
Change-Id: I5c228ae1ba782ee66bace56b9f909455585089ec
This commit is contained in:
committed by
EmilieNumworks
parent
b671a812e1
commit
2e6ee2e1f2
@@ -21,11 +21,11 @@ YMin = "Ymin"
|
||||
YMax = "Ymax"
|
||||
YAuto = "Y auto"
|
||||
RightIntegralFirstLegend = "P("
|
||||
RightIntegralSecondLegend = "≤X) = "
|
||||
RightIntegralSecondLegend = "≤X)="
|
||||
LeftIntegralFirstLegend = "P(X≤"
|
||||
LeftIntegralSecondLegend = ") = "
|
||||
LeftIntegralSecondLegend = ")="
|
||||
FiniteIntegralLegend = "≤X≤"
|
||||
DiscreteLegend = "P(X = "
|
||||
DiscreteLegend = "P(X="
|
||||
RegressionFormula = " D: y=ax+b "
|
||||
FccId = "FCC ID"
|
||||
AbsCommand = "abs()"
|
||||
|
||||
Reference in New Issue
Block a user