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
<h1className="pageHeader">{t('Recharge Time Formula')}
35
35
<svgonClick={()=>setShowModal('info')}fill="#288DCE"viewBox="0 0 50 50"><pathd="M 25 2 C 12.309295 2 2 12.309295 2 25 C 2 37.690705 12.309295 48 25 48 C 37.690705 48 48 37.690705 48 25 C 48 12.309295 37.690705 2 25 2 z M 25 4 C 36.609824 4 46 13.390176 46 25 C 46 36.609824 36.609824 46 25 46 C 13.390176 46 4 36.609824 4 25 C 4 13.390176 13.390176 4 25 4 z M 25 11 A 3 3 0 0 0 22 14 A 3 3 0 0 0 25 17 A 3 3 0 0 0 28 14 A 3 3 0 0 0 25 11 z M 21 21 L 21 23 L 22 23 L 23 23 L 23 36 L 22 36 L 21 36 L 21 38 L 22 38 L 23 38 L 27 38 L 28 38 L 29 38 L 29 36 L 28 36 L 27 36 L 27 21 L 26 21 L 22 21 L 21 21 z"/></svg>
Copy file name to clipboardExpand all lines: src/app/locales/en.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
"The ingress formula is": "The ingress formula is",
33
33
"days": "days",
34
34
"hours": "hours",
35
+
"liter": "liter",
35
36
"liters": "liters",
36
37
"minute": "minute",
37
38
"second": "second",
@@ -82,6 +83,15 @@
82
83
83
84
"mother solution max weight text 1" : "There is a recommended maximum weight of the mother tank, which is 50 kilograms. This is to ensure that the tank is manageable and the water is not strongly chlorinated.",
84
85
86
+
"Mother Tank Maximum Weight Formula": "Mother Tank Maximum Weight Formula",
87
+
"The maximum weight of the mother tank is": "The maximum weight of the mother tank is",
88
+
89
+
"Save Configuration": "Save Configuration",
90
+
"Configuration Name": "Configuration Name",
91
+
"Description": "Description",
92
+
"Enter a name": "Enter a name",
93
+
"Enter a description": "Enter a description",
94
+
85
95
"configurations.no_configurations": "No configurations",
86
96
"configurations.add_configuration_message": "Add a configuration to see it here.",
Copy file name to clipboardExpand all lines: src/app/locales/es.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
"The ingress formula is": "La fórmula de entrada es",
32
32
"days": "días",
33
33
"hours": "horas",
34
+
"liter": "litro",
34
35
"liters": "litros",
35
36
"second": "segundo",
36
37
"minute": "minuto",
@@ -83,6 +84,16 @@
83
84
"flow rate text 1" : "El caudal de entrada del reservorio es la tasa a la que el agua entra en el reservorio en litros por segundo. Se recomienda medir regularmente este caudal, ya que diferentes factores, como el clima o la época del año, pueden afectar la entrada de agua.",
84
85
"flow rate text 2" : "Siempre que tenga el tamaño del contenedor y el tiempo que tarda en llenarse, puede usar cualquier contenedor para medir el caudal.",
85
86
87
+
"mother solution max weight header 1" : "El Peso Máximo del Tanque Madre",
88
+
89
+
"mother solution max weight text 1" : "Existe un peso máximo recomendado para el tanque madre, que es de 50 kilogramos. Esto es para asegurar que el tanque sea manejable y que el agua no esté fuertemente clorada.",
0 commit comments