File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 166
166
<source >This value is already used</source >
167
167
<target >Это значение уже используется</target >
168
168
</trans-unit >
169
+ <trans-unit id =" 42" >
170
+ <source >The size of the image could not be detected</source >
171
+ <target >Не удалось определить размер изображения</target >
172
+ </trans-unit >
173
+ <trans-unit id =" 43" >
174
+ <source >The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source >
175
+ <target >Ширина изображения слишком большая ({{ width }}px). Максимальная допустимая ширина {{ max_width }}px</target >
176
+ </trans-unit >
177
+ <trans-unit id =" 44" >
178
+ <source >The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source >
179
+ <target >Ширина изображения слишком мала ({{ width }}px). Минимальная допустимая ширина {{ min_width }}px</target >
180
+ </trans-unit >
181
+ <trans-unit id =" 45" >
182
+ <source >The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source >
183
+ <target >Высота изображения слишком большая ({{ height }}px). Максимальная допустимая высота {{ max_height }}px</target >
184
+ </trans-unit >
185
+ <trans-unit id =" 46" >
186
+ <source >The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source >
187
+ <target >Высота изображения слишком мала ({{ height }}px). Минимальная допустимая высота {{ min_height }}px</target >
188
+ </trans-unit >
189
+ <trans-unit id =" 47" >
190
+ <source >This value should be the user current password</source >
191
+ <target >Значение должно быть текущим паролем пользователя</target >
192
+ </trans-unit >
169
193
</body >
170
194
</file >
171
195
</xliff >
You can’t perform that action at this time.
0 commit comments