-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculation symbols for time and day
- Loading branch information
Showing
14 changed files
with
320 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-07 22:53+0100\n" | ||
"POT-Creation-Date: 2024-12-10 08:39+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -7941,6 +7941,22 @@ msgstr "Aktuelle Simulationszeit" | |
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPI.Info" | ||
msgstr "<p>Liefert die aktuelle Simulationszeit gemessen in Sekunden seit Beginn der Simulation.</p>" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPIDay" | ||
msgstr "Aktueller Simulationstag" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPIDay.Info" | ||
msgstr "" | ||
"<p>Liefert den aktuellen Simulationstag, d.h. eine Ganzzahl mit Wert 0 oder höher.</p>\n" | ||
"<p>Es gilt <tt>TNow()=TNowDay()+TNowTime()</tt>.</p>" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPITime" | ||
msgstr "Aktuelle Simulationszeit innerhalb des Tages" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPITime.Info" | ||
msgstr "" | ||
"<p>Liefert die aktuelle Simulationszeit gemessen in Sekunden innerhalb des aktuellen Tages. Der Ergebniswert liegt zwischen 0 (inklusive) und 86400 (exklusive).</p>\n" | ||
"<p>Es gilt <tt>TNow()=TNowDay()+TNowTime()</tt>.</p>" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.DownNumber" | ||
msgstr "Anzahl in Pause" | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-07 22:53+0100\n" | ||
"POT-Creation-Date: 2024-12-10 08:39+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -7946,6 +7946,22 @@ msgstr "Current simulation time" | |
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPI.Info" | ||
msgstr "<p>Returns the current simulation time measured in seconds since the simulation started.</p>" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPIDay" | ||
msgstr "Current day" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPIDay.Info" | ||
msgstr "" | ||
"<p>Returns the current simulation day, i.e. an integer with a value of 0 or higher.</p>\n" | ||
"<p>It is <tt>TNow()=TNowDay()+TNowTime()</tt>.</p>" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPITime" | ||
msgstr "Current time in day" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.CurrentTimeKPITime.Info" | ||
msgstr "" | ||
"<p>Returns the current simulation time measured in seconds within the current day. The result value is between 0 (inclusive) and 86400 (exclusive).</p>\n" | ||
"<p>It is <tt>TNow()=TNowDay()+TNowTime()</tt>.</p>" | ||
|
||
msgid "ExpressionBuilder.SimulationCharacteristics.DownNumber" | ||
msgstr "Number down" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.