Skip to content

Commit e48f79b

Browse files
committed
Some updates to the .po files
Presumably these are showing up because either the .po files were edited or because they were regenerated as a result of changes in the text.
1 parent cfe147f commit e48f79b

File tree

15 files changed

+382
-279
lines changed

15 files changed

+382
-279
lines changed

text/locale/cn/LC_MESSAGES/behavior/arrays/chem.po

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,6 @@ msgid ""
134134
"**as a dimension in an array** as follows:"
135135
msgstr ""
136136

137-
#: ../../source/behavior/arrays/chem.rst:150
138-
msgid ""
139-
"Since the ``Species`` type has only three possible values, this means that "
140-
"the vector ``C`` has exactly three components. We can then refer to the "
141-
"individual components of ``C`` as ``C[Species.A]``, ``C[Species.B]`` and "
142-
"``C[Species.C]``."
143-
msgstr ""
144-
145-
#: ../../source/behavior/arrays/chem.rst:155
146-
msgid ""
147-
"Because it is awkward to constantly prefix each species name with "
148-
"``Species``, we can define a few convenient constants, we follows:"
149-
msgstr ""
150-
151137
#: ../../source/behavior/arrays/chem.rst:164
152138
msgid ""
153139
"In this way, we can now refer to the concentration of species :math:`A` as "
@@ -169,3 +155,29 @@ msgid ""
169155
" be used not only to index the array, but also to define one or more "
170156
"dimensions in the declaration."
171157
msgstr ""
158+
159+
#: ../../source/behavior/arrays/chem.rst:150
160+
msgid ""
161+
"Since the ``Species`` type has only three possible values, this means that "
162+
"the vector ``C`` has exactly three components. We can then refer to the "
163+
"individual components of ``C`` as ``C[Species.A]``, ``C[Species.B]`` and "
164+
"``C[Species.X]``."
165+
msgstr ""
166+
167+
#: ../../source/behavior/arrays/chem.rst:155
168+
msgid ""
169+
"Because it is awkward to constantly prefix each species name with "
170+
"``Species``, we can define a few convenient constants as follows:"
171+
msgstr ""
172+
173+
#~ msgid ""
174+
#~ "Since the ``Species`` type has only three possible values, this means that "
175+
#~ "the vector ``C`` has exactly three components. We can then refer to the "
176+
#~ "individual components of ``C`` as ``C[Species.A]``, ``C[Species.B]`` and "
177+
#~ "``C[Species.C]``."
178+
#~ msgstr ""
179+
180+
#~ msgid ""
181+
#~ "Because it is awkward to constantly prefix each species name with "
182+
#~ "``Species``, we can define a few convenient constants, we follows:"
183+
#~ msgstr ""

text/locale/cn/LC_MESSAGES/behavior/arrays/functions.po

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -663,22 +663,10 @@ msgstr ""
663663
msgid "``skew``"
664664
msgstr ""
665665

666-
#: ../../source/behavior/arrays/functions.rst:509
667-
msgid ""
668-
"The ``skew`` function takes a vector with three components and returns the "
669-
"following matrix:"
670-
msgstr ""
671-
672666
#: ../../source/behavior/arrays/functions.rst:523
673667
msgid "``cross``"
674668
msgstr ""
675669

676-
#: ../../source/behavior/arrays/functions.rst:528
677-
msgid ""
678-
"The ``cross`` function takes two vectors (each with 3 components) and "
679-
"returns the following scalar:"
680-
msgstr ""
681-
682670
#: ../../source/behavior/arrays/functions.rst:542
683671
msgid "Reduction Operators"
684672
msgstr ""
@@ -1058,3 +1046,25 @@ msgstr ""
10581046
#: ../../source/behavior/arrays/functions.rst:657
10591047
msgid "vectorization"
10601048
msgstr ""
1049+
1050+
#: ../../source/behavior/arrays/functions.rst:509
1051+
msgid ""
1052+
"The ``skew`` function takes a vector with three components and returns the "
1053+
"following skew-symmetric matrix:"
1054+
msgstr ""
1055+
1056+
#: ../../source/behavior/arrays/functions.rst:528
1057+
msgid ""
1058+
"The ``cross`` function takes two vectors (each with 3 components) and "
1059+
"returns the following vector (with three components):"
1060+
msgstr ""
1061+
1062+
#~ msgid ""
1063+
#~ "The ``skew`` function takes a vector with three components and returns the "
1064+
#~ "following matrix:"
1065+
#~ msgstr ""
1066+
1067+
#~ msgid ""
1068+
#~ "The ``cross`` function takes two vectors (each with 3 components) and "
1069+
#~ "returns the following scalar:"
1070+
#~ msgstr ""

text/locale/cn/LC_MESSAGES/behavior/arrays/oned.po

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ msgid ""
4949
":math:`i^{th}` section. We can further describe the mass as:"
5050
msgstr ""
5151

52-
#: ../../source/behavior/arrays/oned.rst:41
53-
msgid ""
54-
"where :math:`\\rho` is the material density and :math:`V_i` is the volume of"
55-
" the :math:`i^{th}` section. Finally, we can expression the volume of the "
56-
":math:`i^{th}` section as:"
57-
msgstr ""
58-
5952
#: ../../source/behavior/arrays/oned.rst:49
6053
msgid ""
6154
"where :math:`A_i` is the cross-sectional area of the :math:`i^{th}` section,"
@@ -321,3 +314,16 @@ msgstr ""
321314
#: ../../source/behavior/arrays/oned.rst:252
322315
msgid "array comprehensions"
323316
msgstr ""
317+
318+
#: ../../source/behavior/arrays/oned.rst:41
319+
msgid ""
320+
"where :math:`\\rho` is the material density and :math:`V_i` is the volume of"
321+
" the :math:`i^{th}` section. Finally, we can express the volume of the "
322+
":math:`i^{th}` section as:"
323+
msgstr ""
324+
325+
#~ msgid ""
326+
#~ "where :math:`\\rho` is the material density and :math:`V_i` is the volume of"
327+
#~ " the :math:`i^{th}` section. Finally, we can expression the volume of the "
328+
#~ ":math:`i^{th}` section as:"
329+
#~ msgstr ""

text/locale/cn/LC_MESSAGES/behavior/arrays/state_space.po

Lines changed: 41 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ msgid ""
3333
" but can ultimately be computed from the values of the states and inputs)."
3434
msgstr ""
3535

36-
#: ../../source/behavior/arrays/state_space.rst:28
37-
msgid ""
38-
"There is a particularly interesting special case of these equation when the "
39-
"functions :math:`\\vec{f}` and :math:`\\vec{g}` depend linearly on "
40-
":math:`\\vec{x}` and :math:`\\vec{u}`. In this case, the equations can be "
41-
"rewritten as:"
42-
msgstr ""
43-
4436
#: ../../source/behavior/arrays/state_space.rst:38
4537
msgid ""
4638
"The matrices in this problem are the so-called \"ABCD\" matrices. This ABCD"
@@ -219,27 +211,13 @@ msgid ""
219211
"change accordingly."
220212
msgstr ""
221213

222-
#: ../../source/behavior/arrays/state_space.rst:203
223-
msgid ""
224-
"We can take a similar approach in reformulating the our previous "
225-
":ref:`mechanical example <mech-example>` into LTI form:"
226-
msgstr ""
227-
228214
#: ../../source/behavior/arrays/state_space.rst:210
229215
msgid ""
230216
"Again, we compute ``A`` from physical parameters. One thing to note about "
231217
"this example is the construction of ``A``. Mathematically, the :math:`A` "
232218
"matrix is defined as:"
233219
msgstr ""
234220

235-
#: ../../source/behavior/arrays/state_space.rst:227
236-
msgid ""
237-
"One thing we can note about this construction of :math:`A` is that the first"
238-
" two rows might be easier to express as a matrix of zeros and an identify "
239-
"matrix. In other words, it might be simpler to construct the matrix as a "
240-
"set of sub-matrices, *i.e.,*"
241-
msgstr ""
242-
243221
#: ../../source/behavior/arrays/state_space.rst:264
244222
msgid ""
245223
"In Modelica, we can construct our ``A`` matrix from sub-matrices in this "
@@ -296,3 +274,44 @@ msgstr ""
296274
#: ../../source/behavior/arrays/state_space.rst:56
297275
msgid "FMI"
298276
msgstr ""
277+
278+
#: ../../source/behavior/arrays/state_space.rst:28
279+
msgid ""
280+
"There is a particularly interesting special case of these equations when the"
281+
" functions :math:`\\vec{f}` and :math:`\\vec{g}` depend linearly on "
282+
":math:`\\vec{x}` and :math:`\\vec{u}`. In this case, the equations can be "
283+
"rewritten as:"
284+
msgstr ""
285+
286+
#: ../../source/behavior/arrays/state_space.rst:203
287+
msgid ""
288+
"We can take a similar approach in reformulating our previous "
289+
":ref:`mechanical example <mech-example>` into LTI form:"
290+
msgstr ""
291+
292+
#: ../../source/behavior/arrays/state_space.rst:227
293+
msgid ""
294+
"One thing we can note about this construction of :math:`A` is that the first"
295+
" two rows might be easier to express as a matrix of zeros and an identity "
296+
"matrix. In other words, it might be simpler to construct the matrix as a "
297+
"set of sub-matrices, *i.e.,*"
298+
msgstr ""
299+
300+
#~ msgid ""
301+
#~ "There is a particularly interesting special case of these equation when the "
302+
#~ "functions :math:`\\vec{f}` and :math:`\\vec{g}` depend linearly on "
303+
#~ ":math:`\\vec{x}` and :math:`\\vec{u}`. In this case, the equations can be "
304+
#~ "rewritten as:"
305+
#~ msgstr ""
306+
307+
#~ msgid ""
308+
#~ "We can take a similar approach in reformulating the our previous "
309+
#~ ":ref:`mechanical example <mech-example>` into LTI form:"
310+
#~ msgstr ""
311+
312+
#~ msgid ""
313+
#~ "One thing we can note about this construction of :math:`A` is that the first"
314+
#~ " two rows might be easier to express as a matrix of zeros and an identify "
315+
#~ "matrix. In other words, it might be simpler to construct the matrix as a "
316+
#~ "set of sub-matrices, *i.e.,*"
317+
#~ msgstr ""

text/locale/cn/LC_MESSAGES/behavior/discrete/bouncing.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ msgid ""
106106
" ``time``."
107107
msgstr ""
108108

109-
#: ../../source/behavior/discrete/bouncing.rst:89
110-
msgid ""
111-
"do the referenced variables have to be continuous to make a state event?"
112-
msgstr ""
113-
114109
#: ../../source/behavior/discrete/bouncing.rst:91
115110
msgid ""
116111
"As such, the simulation proceeds assuming the ball is in free fall until it "
@@ -276,3 +271,7 @@ msgid ""
276271
"later in this chapter when we talk about the important differences between "
277272
":ref:`if-vs-when`."
278273
msgstr ""
274+
275+
#~ msgid ""
276+
#~ "do the referenced variables have to be continuous to make a state event?"
277+
#~ msgstr ""

text/locale/cn/LC_MESSAGES/behavior/discrete/cooling.po

Lines changed: 46 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -65,34 +65,10 @@ msgid ""
6565
"model for one second, we get the following temperature trajectory:"
6666
msgstr ""
6767

68-
#: ../../source/behavior/discrete/cooling.rst:50
69-
msgid ""
70-
"As you can see in these results, the ambient temperature does indeed start "
71-
"to decrease after half a second. In studying the dynamic response of the "
72-
"temperature itself, we see two distinct phases. The first phase is the "
73-
"initial transient response toward equilibrium (to match the ambient "
74-
"temperature). The second phase is the tracking of the ambient temperature "
75-
"as it increases."
76-
msgstr ""
77-
7868
#: ../../source/behavior/discrete/cooling.rst:58
7969
msgid "Initial Transients"
8070
msgstr ""
8171

82-
#: ../../source/behavior/discrete/cooling.rst:60
83-
msgid ""
84-
"It is worth noting that this is a very common issue in modeling. Frequently,"
85-
" you wish to model the systems response to some disturbance (like the "
86-
"ambient temperature increase in this case). However, if you don't start "
87-
"your system in some kind of equilibrium state, the system response will also"
88-
" include some kind of initial transient (like the one shown here). In order"
89-
" to distinguish these two responses clearly, we want to avoid any overlap "
90-
"between them. **The simplest way to do that is to start the simulation in "
91-
"an equilibrium condition** (as discussed previous in our discussion of :ref"
92-
":`steady-state`). This avoids the initial transient altogether and allows "
93-
"us to focus entirely on the disturbance that we are interested in."
94-
msgstr ""
95-
9672
#: ../../source/behavior/discrete/cooling.rst:72
9773
msgid ""
9874
"As we learned during our discussion of :ref:`initialization`, we can solve "
@@ -223,3 +199,49 @@ msgstr ""
223199
#: ../../source/behavior/discrete/cooling.rst:115
224200
msgid "max"
225201
msgstr ""
202+
203+
#: ../../source/behavior/discrete/cooling.rst:50
204+
msgid ""
205+
"As you can see in these results, the ambient temperature does indeed start "
206+
"to decrease after half a second. In studying the dynamic response of the "
207+
"temperature itself, we see two distinct phases. The first phase is the "
208+
"initial transient response toward equilibrium (to match the ambient "
209+
"temperature). The second phase is the tracking of the ambient temperature "
210+
"as it decreases."
211+
msgstr ""
212+
213+
#: ../../source/behavior/discrete/cooling.rst:60
214+
msgid ""
215+
"It is worth noting that this is a very common issue in modeling. Frequently,"
216+
" you wish to model the systems response to some disturbance (like the "
217+
"ambient temperature decrease in this case). However, if you don't start "
218+
"your system in some kind of equilibrium state, the system response will also"
219+
" include some kind of initial transient (like the one shown here). In order"
220+
" to distinguish these two responses clearly, we want to avoid any overlap "
221+
"between them. **The simplest way to do that is to start the simulation in "
222+
"an equilibrium condition** (as discussed previous in our discussion of :ref"
223+
":`steady-state`). This avoids the initial transient altogether and allows "
224+
"us to focus entirely on the disturbance that we are interested in."
225+
msgstr ""
226+
227+
#~ msgid ""
228+
#~ "As you can see in these results, the ambient temperature does indeed start "
229+
#~ "to decrease after half a second. In studying the dynamic response of the "
230+
#~ "temperature itself, we see two distinct phases. The first phase is the "
231+
#~ "initial transient response toward equilibrium (to match the ambient "
232+
#~ "temperature). The second phase is the tracking of the ambient temperature "
233+
#~ "as it increases."
234+
#~ msgstr ""
235+
236+
#~ msgid ""
237+
#~ "It is worth noting that this is a very common issue in modeling. Frequently,"
238+
#~ " you wish to model the systems response to some disturbance (like the "
239+
#~ "ambient temperature increase in this case). However, if you don't start "
240+
#~ "your system in some kind of equilibrium state, the system response will also"
241+
#~ " include some kind of initial transient (like the one shown here). In order"
242+
#~ " to distinguish these two responses clearly, we want to avoid any overlap "
243+
#~ "between them. **The simplest way to do that is to start the simulation in "
244+
#~ "an equilibrium condition** (as discussed previous in our discussion of :ref"
245+
#~ ":`steady-state`). This avoids the initial transient altogether and allows "
246+
#~ "us to focus entirely on the disturbance that we are interested in."
247+
#~ msgstr ""

text/locale/cn/LC_MESSAGES/behavior/discrete/decay.po

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ msgstr ""
3131
msgid "Consider the following almost trivial model:"
3232
msgstr ""
3333

34-
#: ../../source/behavior/discrete/decay.rst:21
35-
msgid ""
36-
"If we attempt to simulate this model for 5 seconds, we fine that the "
37-
"simulation terminates after about 2 seconds with the following trajectory:"
38-
msgstr ""
39-
4034
#: ../../source/behavior/discrete/decay.rst:27
4135
msgid ""
4236
"Again, numerical issues creep in. Even though mathematically it should not "
@@ -311,3 +305,14 @@ msgid ""
311305
"integration error is introduced and this, in turn, depends on the numerical "
312306
"tolerances used."
313307
msgstr ""
308+
309+
#: ../../source/behavior/discrete/decay.rst:21
310+
msgid ""
311+
"If we attempt to simulate this model for 5 seconds, we find that the "
312+
"simulation terminates after about 2 seconds with the following trajectory:"
313+
msgstr ""
314+
315+
#~ msgid ""
316+
#~ "If we attempt to simulate this model for 5 seconds, we fine that the "
317+
#~ "simulation terminates after about 2 seconds with the following trajectory:"
318+
#~ msgstr ""

text/locale/cn/LC_MESSAGES/behavior/functions/interpolation.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ msgstr ""
3333
msgid "Function Definition"
3434
msgstr ""
3535

36-
#: ../../source/behavior/functions/interpolation.rst:18
37-
msgid ""
38-
"For this example, we assume that we interpolation data in the following "
39-
"form:"
40-
msgstr ""
41-
4236
#: ../../source/behavior/functions/interpolation.rst:22
4337
msgid "Independent Variable, :math:`x`"
4438
msgstr ""
@@ -461,3 +455,13 @@ msgstr ""
461455
#: ../../source/behavior/functions/interpolation.rst:152
462456
msgid "ExternalObject"
463457
msgstr ""
458+
459+
#: ../../source/behavior/functions/interpolation.rst:18
460+
msgid ""
461+
"For this example, we assume that we interpolate data in the following form:"
462+
msgstr ""
463+
464+
#~ msgid ""
465+
#~ "For this example, we assume that we interpolation data in the following "
466+
#~ "form:"
467+
#~ msgstr ""

0 commit comments

Comments
 (0)