@artel/ru-user-interface 0.92.25014-a → 0.92.25015

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/ru-user-interface",
3
- "version": "0.92.25014-a",
3
+ "version": "0.92.25015",
4
4
  "description": "*А* Пользовательский Интерфейс (RU)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache License 2.0",
@@ -11,6 +11,6 @@
11
11
  "Переводы"
12
12
  ],
13
13
  "dependencies": {
14
- "@artel/en-user-interface": "^0.92.25014"
14
+ "@artel/en-user-interface": "^0.92.25015"
15
15
  }
16
16
  }
@@ -245,4 +245,37 @@
245
245
  current ->
246
246
  текущая
247
247
  }
248
+
249
+ type RealTimeClock -> ЧасыРеальногоВремени
250
+ {
251
+ hour ->
252
+ час
253
+
254
+ minute ->
255
+ минута
256
+
257
+ second ->
258
+ секунда
259
+
260
+ ms ->
261
+ мс
262
+
263
+ interval ->
264
+ интервал
265
+
266
+ paused ->
267
+ на-паузе
268
+
269
+ tick ->
270
+ такт
271
+
272
+ prototype ->
273
+ прототип
274
+
275
+ creation(interval) ->
276
+ (интервал)
277
+
278
+ function pause(value) ->
279
+ пауза(значение)
280
+ }
248
281
  }