home-assistant-intents 2024.11.13__py3-none-any.whl → 2024.12.2__py3-none-any.whl
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.
- home_assistant_intents/data/ar.json +645 -78
- home_assistant_intents/data/ca.json +509 -123
- home_assistant_intents/data/cs.json +477 -105
- home_assistant_intents/data/da.json +173 -2
- home_assistant_intents/data/de.json +1022 -921
- home_assistant_intents/data/en.json +149 -99
- home_assistant_intents/data/es.json +9 -9
- home_assistant_intents/data/eu.json +73 -16
- home_assistant_intents/data/fi.json +345 -260
- home_assistant_intents/data/fr.json +179 -57
- home_assistant_intents/data/gl.json +174 -1
- home_assistant_intents/data/he.json +611 -15
- home_assistant_intents/data/hr.json +508 -12
- home_assistant_intents/data/hu.json +748 -46
- home_assistant_intents/data/it.json +92 -5
- home_assistant_intents/data/ml.json +10 -0
- home_assistant_intents/data/nl.json +928 -670
- home_assistant_intents/data/pl.json +188 -55
- home_assistant_intents/data/pt-br.json +104 -32
- home_assistant_intents/data/pt.json +2 -10
- home_assistant_intents/data/ro.json +170 -57
- home_assistant_intents/data/ru.json +72 -33
- home_assistant_intents/data/sk.json +24 -0
- home_assistant_intents/data/sl.json +35 -30
- home_assistant_intents/data/sv.json +13 -3
- home_assistant_intents/data/uk.json +223 -1
- home_assistant_intents/languages.py +0 -6
- {home_assistant_intents-2024.11.13.dist-info → home_assistant_intents-2024.12.2.dist-info}/METADATA +2 -1
- home_assistant_intents-2024.12.2.dist-info/RECORD +58 -0
- {home_assistant_intents-2024.11.13.dist-info → home_assistant_intents-2024.12.2.dist-info}/WHEEL +1 -1
- home_assistant_intents/data/af.json +0 -56
- home_assistant_intents/data/gu.json +0 -43
- home_assistant_intents/data/hi.json +0 -43
- home_assistant_intents/data/kn.json +0 -43
- home_assistant_intents/data/mn.json +0 -43
- home_assistant_intents/data/sw.json +0 -578
- home_assistant_intents-2024.11.13.dist-info/RECORD +0 -64
- {home_assistant_intents-2024.11.13.dist-info → home_assistant_intents-2024.12.2.dist-info}/LICENSE.md +0 -0
- {home_assistant_intents-2024.11.13.dist-info → home_assistant_intents-2024.12.2.dist-info}/top_level.txt +0 -0
- {home_assistant_intents-2024.11.13.dist-info → home_assistant_intents-2024.12.2.dist-info}/zip-safe +0 -0
|
@@ -14,31 +14,83 @@
|
|
|
14
14
|
"lock",
|
|
15
15
|
"scene",
|
|
16
16
|
"script",
|
|
17
|
-
"sensor"
|
|
17
|
+
"sensor",
|
|
18
|
+
"valve",
|
|
19
|
+
"vacuum"
|
|
18
20
|
]
|
|
19
21
|
},
|
|
20
22
|
"response": "default"
|
|
21
23
|
},
|
|
22
24
|
{
|
|
23
25
|
"sentences": [
|
|
24
|
-
"<turn_off>
|
|
26
|
+
"[<turn_off>] (<in> <area> [<light>] <name>|[<light>] <name> [in <area>])"
|
|
25
27
|
],
|
|
28
|
+
"expansion_rules": {
|
|
29
|
+
"all_lights": "([<all>] <light>|<light> [<all>])"
|
|
30
|
+
},
|
|
31
|
+
"requires_context": {
|
|
32
|
+
"domain": "light"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"sentences": [
|
|
37
|
+
"<turn_off> <all_lights> [<in>] <area>",
|
|
38
|
+
"<turn_off> [<in>] <area> <all_lights>"
|
|
39
|
+
],
|
|
40
|
+
"expansion_rules": {
|
|
41
|
+
"all_lights": "([<all>] <light>|<light> [<all>])"
|
|
42
|
+
},
|
|
26
43
|
"slots": {
|
|
27
|
-
"domain": "light"
|
|
28
|
-
"name": "all"
|
|
44
|
+
"domain": "light"
|
|
29
45
|
},
|
|
30
46
|
"response": "lights_area"
|
|
31
47
|
},
|
|
32
48
|
{
|
|
33
49
|
"sentences": [
|
|
34
|
-
"<turn_off>
|
|
50
|
+
"<turn_off> <all_lights>",
|
|
51
|
+
"<turn_off> [<all>] <light> <everywhere>",
|
|
52
|
+
"<turn_off> <everywhere> [<all>] <light>"
|
|
35
53
|
],
|
|
54
|
+
"expansion_rules": {
|
|
55
|
+
"all_lights": "(<all> <light>|<light> <all>)"
|
|
56
|
+
},
|
|
36
57
|
"slots": {
|
|
37
|
-
"domain": "light"
|
|
38
|
-
"name": "all"
|
|
58
|
+
"domain": "light"
|
|
39
59
|
},
|
|
40
60
|
"response": "light_all"
|
|
41
61
|
},
|
|
62
|
+
{
|
|
63
|
+
"sentences": [
|
|
64
|
+
"<turn_off> <all_lights> [<here>]",
|
|
65
|
+
"<turn_off> [<here>] <all_lights>"
|
|
66
|
+
],
|
|
67
|
+
"expansion_rules": {
|
|
68
|
+
"all_lights": "([<all>] <light>|<light> [<all>])",
|
|
69
|
+
"here": "(هنا|هون|هينا)"
|
|
70
|
+
},
|
|
71
|
+
"slots": {
|
|
72
|
+
"domain": "light"
|
|
73
|
+
},
|
|
74
|
+
"requires_context": {
|
|
75
|
+
"area": {
|
|
76
|
+
"slot": true
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"response": "lights_area"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"sentences": [
|
|
83
|
+
"<turn_off> <all_lights> [<in>] <floor>",
|
|
84
|
+
"<turn_off> [<in>] <floor> <all_lights>"
|
|
85
|
+
],
|
|
86
|
+
"expansion_rules": {
|
|
87
|
+
"all_lights": "([<all>] <light>|<light> [<all>])"
|
|
88
|
+
},
|
|
89
|
+
"slots": {
|
|
90
|
+
"domain": "light"
|
|
91
|
+
},
|
|
92
|
+
"response": "lights_floor"
|
|
93
|
+
},
|
|
42
94
|
{
|
|
43
95
|
"sentences": [
|
|
44
96
|
"<close> <name> [<in> <area>]"
|
|
@@ -108,6 +160,71 @@
|
|
|
108
160
|
}
|
|
109
161
|
]
|
|
110
162
|
},
|
|
163
|
+
"HassCancelTimer": {
|
|
164
|
+
"data": [
|
|
165
|
+
{
|
|
166
|
+
"sentences": [
|
|
167
|
+
"<timer_cancel> <timer>",
|
|
168
|
+
"<timer_cancel> <timer> <timer_start>",
|
|
169
|
+
"<timer_cancel> <timer> [<in>] <area>",
|
|
170
|
+
"<timer_cancel> <timer> [<called>] [ال]{timer_name:name}"
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
"HassTimerStatus": {
|
|
176
|
+
"data": [
|
|
177
|
+
{
|
|
178
|
+
"sentences": [
|
|
179
|
+
"[<what_is>] حالة <timer>",
|
|
180
|
+
"[<what_is>] حالة <timer> [<duration>] <timer_start>",
|
|
181
|
+
"[<what_is>] حالة <timer> [<in>] <area>",
|
|
182
|
+
"[<what_is>] حالة <timer> [<called>] [ال]{timer_name:name}"
|
|
183
|
+
],
|
|
184
|
+
"required_keywords": [
|
|
185
|
+
"<timer>",
|
|
186
|
+
"حالة"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"sentences": [
|
|
191
|
+
"<what_is> [الوقت|الزمن] [<remains>] [[من] الوقت|الزمن] (<to>|<in> )<timer>",
|
|
192
|
+
"<what_is> [الوقت|الزمن] [<remains>] [[من] الوقت|الزمن] (<to>|<in> )<timer> [<duration>] <timer_start>",
|
|
193
|
+
"<what_is> [الوقت|الزمن] [<remains>] [[من] الوقت|الزمن] (<to>|<in> )<timer> [<in>] <area>",
|
|
194
|
+
"<what_is> [الوقت|الزمن] [<remains>] [[من] الوقت|الزمن] (<to>|<in> )<timer> [<called>] [ال]{timer_name:name}"
|
|
195
|
+
],
|
|
196
|
+
"required_keywords": [
|
|
197
|
+
"<timer>",
|
|
198
|
+
"البقي",
|
|
199
|
+
"الباقي",
|
|
200
|
+
"التبقى",
|
|
201
|
+
"المتبقي",
|
|
202
|
+
"باقي",
|
|
203
|
+
"تبقى",
|
|
204
|
+
"متبقي",
|
|
205
|
+
"بقى",
|
|
206
|
+
"لسه"
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
"HassGetWeather": {
|
|
212
|
+
"data": [
|
|
213
|
+
{
|
|
214
|
+
"sentences": [
|
|
215
|
+
"<what_is> <weather>"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"sentences": [
|
|
220
|
+
"<what_is> <weather> <in> <name>"
|
|
221
|
+
],
|
|
222
|
+
"requires_context": {
|
|
223
|
+
"domain": "weather"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
},
|
|
111
228
|
"HassGetCurrentTime": {
|
|
112
229
|
"data": [
|
|
113
230
|
{
|
|
@@ -123,14 +240,74 @@
|
|
|
123
240
|
"data": [
|
|
124
241
|
{
|
|
125
242
|
"sentences": [
|
|
126
|
-
"<turn_on>
|
|
243
|
+
"[<turn_on>] (<in> <area> [<light>] <name>|[<light>] <name> [in <area>])"
|
|
127
244
|
],
|
|
245
|
+
"expansion_rules": {
|
|
246
|
+
"all_lights": "([<all>] <light>|<light> [<all>])"
|
|
247
|
+
},
|
|
248
|
+
"requires_context": {
|
|
249
|
+
"domain": "light"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"sentences": [
|
|
254
|
+
"<turn_on> <all_lights> [<in>] <area>",
|
|
255
|
+
"<turn_on> [<in>] <area> <all_lights>"
|
|
256
|
+
],
|
|
257
|
+
"expansion_rules": {
|
|
258
|
+
"all_lights": "([<all>] <light>|<light> [<all>])"
|
|
259
|
+
},
|
|
128
260
|
"slots": {
|
|
129
|
-
"domain": "light"
|
|
130
|
-
"name": "all"
|
|
261
|
+
"domain": "light"
|
|
131
262
|
},
|
|
132
263
|
"response": "lights_area"
|
|
133
264
|
},
|
|
265
|
+
{
|
|
266
|
+
"sentences": [
|
|
267
|
+
"<turn_on> <all_lights>",
|
|
268
|
+
"<turn_on> [<all>] <light> <everywhere>",
|
|
269
|
+
"<turn_on> <everywhere> [<all>] <light>"
|
|
270
|
+
],
|
|
271
|
+
"expansion_rules": {
|
|
272
|
+
"all_lights": "(<all> <light>|<light> <all>)"
|
|
273
|
+
},
|
|
274
|
+
"slots": {
|
|
275
|
+
"domain": "light"
|
|
276
|
+
},
|
|
277
|
+
"response": "light_all"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"sentences": [
|
|
281
|
+
"<turn_on> <all_lights> [<here>]",
|
|
282
|
+
"<turn_on> [<here>] <all_lights>"
|
|
283
|
+
],
|
|
284
|
+
"expansion_rules": {
|
|
285
|
+
"all_lights": "([<all>] <light>|<light> [<all>])",
|
|
286
|
+
"here": "(هنا|هون|هينا)"
|
|
287
|
+
},
|
|
288
|
+
"slots": {
|
|
289
|
+
"domain": "light"
|
|
290
|
+
},
|
|
291
|
+
"requires_context": {
|
|
292
|
+
"area": {
|
|
293
|
+
"slot": true
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"response": "lights_area"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"sentences": [
|
|
300
|
+
"<turn_on> <all_lights> [<in>] <floor>",
|
|
301
|
+
"<turn_on> [<in>] <floor> <all_lights>"
|
|
302
|
+
],
|
|
303
|
+
"expansion_rules": {
|
|
304
|
+
"all_lights": "([<all>] <light>|<light> [<all>])"
|
|
305
|
+
},
|
|
306
|
+
"slots": {
|
|
307
|
+
"domain": "light"
|
|
308
|
+
},
|
|
309
|
+
"response": "lights_floor"
|
|
310
|
+
},
|
|
134
311
|
{
|
|
135
312
|
"sentences": [
|
|
136
313
|
"<turn_on> [<all>] <fan> [<in>] <area>"
|
|
@@ -196,7 +373,9 @@
|
|
|
196
373
|
"lock",
|
|
197
374
|
"scene",
|
|
198
375
|
"script",
|
|
199
|
-
"sensor"
|
|
376
|
+
"sensor",
|
|
377
|
+
"valve",
|
|
378
|
+
"vacuum"
|
|
200
379
|
]
|
|
201
380
|
},
|
|
202
381
|
"response": "default"
|
|
@@ -235,7 +414,7 @@
|
|
|
235
414
|
"data": [
|
|
236
415
|
{
|
|
237
416
|
"sentences": [
|
|
238
|
-
"<add> <item> (<to>|<in>)
|
|
417
|
+
"<add> <item> (<to>|<in> )<my_list>"
|
|
239
418
|
],
|
|
240
419
|
"response": "item_added",
|
|
241
420
|
"expansion_rules": {
|
|
@@ -265,7 +444,7 @@
|
|
|
265
444
|
"data": [
|
|
266
445
|
{
|
|
267
446
|
"sentences": [
|
|
268
|
-
"<numeric_value_set> <name> <to
|
|
447
|
+
"<numeric_value_set> <name> <to><position>"
|
|
269
448
|
],
|
|
270
449
|
"requires_context": {
|
|
271
450
|
"domain": "valve"
|
|
@@ -276,7 +455,7 @@
|
|
|
276
455
|
},
|
|
277
456
|
{
|
|
278
457
|
"sentences": [
|
|
279
|
-
"<numeric_value_set> [(ارتفاع|علو)] <name> <to
|
|
458
|
+
"<numeric_value_set> [(ارتفاع|علو)] <name> <to><position>"
|
|
280
459
|
],
|
|
281
460
|
"requires_context": {
|
|
282
461
|
"domain": "cover"
|
|
@@ -287,8 +466,8 @@
|
|
|
287
466
|
},
|
|
288
467
|
{
|
|
289
468
|
"sentences": [
|
|
290
|
-
"<numeric_value_set> {cover_classes:device_class} <to
|
|
291
|
-
"<numeric_value_set> [(ارتفاع|علو)] {cover_classes:device_class} <area> <to
|
|
469
|
+
"<numeric_value_set> {cover_classes:device_class} <to><position> <in> <area>",
|
|
470
|
+
"<numeric_value_set> [(ارتفاع|علو)] {cover_classes:device_class} <area> <to><position>"
|
|
292
471
|
],
|
|
293
472
|
"slots": {
|
|
294
473
|
"domain": "cover"
|
|
@@ -307,6 +486,30 @@
|
|
|
307
486
|
}
|
|
308
487
|
]
|
|
309
488
|
},
|
|
489
|
+
"HassIncreaseTimer": {
|
|
490
|
+
"data": [
|
|
491
|
+
{
|
|
492
|
+
"sentences": [
|
|
493
|
+
"<increase> <timer_duration> <to><timer>",
|
|
494
|
+
"<increase> <timer_duration> <to><timer> <timer_start>",
|
|
495
|
+
"<increase> <timer_duration> <to><timer> <area>",
|
|
496
|
+
"<increase> <timer_duration> <to><timer> <in> <area>",
|
|
497
|
+
"<increase> <timer_duration> <to><timer> [<called>] [ال]{timer_name:name}"
|
|
498
|
+
]
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"sentences": [
|
|
502
|
+
"<increase> <timer> <by><timer_duration>",
|
|
503
|
+
"<increase> <timer> <timer_start> <by><timer_duration>",
|
|
504
|
+
"<increase> <timer> [<in>] <area> <by><timer_duration>",
|
|
505
|
+
"<increase> <timer> <called> [ال]{timer_name:name} <by><timer_duration>"
|
|
506
|
+
],
|
|
507
|
+
"expansion_rules": {
|
|
508
|
+
"by": "(بمقدار|ب)[ ]"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
]
|
|
512
|
+
},
|
|
310
513
|
"HassLightSet": {
|
|
311
514
|
"data": [
|
|
312
515
|
{
|
|
@@ -407,6 +610,124 @@
|
|
|
407
610
|
}
|
|
408
611
|
]
|
|
409
612
|
},
|
|
613
|
+
"HassMediaNext": {
|
|
614
|
+
"data": [
|
|
615
|
+
{
|
|
616
|
+
"sentences": [
|
|
617
|
+
"[المسار|العنصر] <next> [على|لـ] <name>",
|
|
618
|
+
"تخطي [<this>|إلى] [المسار|الأغنية] [<this>|<next>];[على] <name>"
|
|
619
|
+
],
|
|
620
|
+
"requires_context": {
|
|
621
|
+
"domain": "media_player"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"sentences": [
|
|
626
|
+
"[المسار|العنصر] <next>",
|
|
627
|
+
"تخطي [<this>|إلى] [المسار|الأغنية] [<this>|<next>]"
|
|
628
|
+
],
|
|
629
|
+
"requires_context": {
|
|
630
|
+
"area": {
|
|
631
|
+
"slot": true
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"sentences": [
|
|
637
|
+
"[المسار|العنصر] <next> [في] <area>",
|
|
638
|
+
"تخطي [<this>|إلى] [المسار|الأغنية] [<this>|<next>];[<in>] <area>"
|
|
639
|
+
]
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"HassPauseTimer": {
|
|
644
|
+
"data": [
|
|
645
|
+
{
|
|
646
|
+
"sentences": [
|
|
647
|
+
"<timer_pause> <timer>",
|
|
648
|
+
"<timer_pause> <timer> <timer_start>",
|
|
649
|
+
"<timer_pause> <timer> [<in>] <area>",
|
|
650
|
+
"<timer_pause> <timer> [<called>] [ال]{timer_name:name}"
|
|
651
|
+
]
|
|
652
|
+
}
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
"HassDecreaseTimer": {
|
|
656
|
+
"data": [
|
|
657
|
+
{
|
|
658
|
+
"sentences": [
|
|
659
|
+
"<decrease> <timer_duration> من <timer>",
|
|
660
|
+
"<decrease> <timer_duration> من <timer> <timer_start>",
|
|
661
|
+
"<decrease> <timer_duration> من <timer> <area>",
|
|
662
|
+
"<decrease> <timer_duration> من <timer> <in> <area>",
|
|
663
|
+
"<decrease> <timer_duration> من <timer> [<called>] [ال]{timer_name:name}"
|
|
664
|
+
]
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"sentences": [
|
|
668
|
+
"<decrease> <timer> <by><timer_duration>",
|
|
669
|
+
"<decrease> <timer> <timer_start> <by><timer_duration>",
|
|
670
|
+
"<decrease> <timer> [<in>] <area> <by><timer_duration>",
|
|
671
|
+
"<decrease> <timer> <called> [ال]{timer_name:name} <by><timer_duration>"
|
|
672
|
+
],
|
|
673
|
+
"expansion_rules": {
|
|
674
|
+
"by": "(بمقدار|ب)[ ]"
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
]
|
|
678
|
+
},
|
|
679
|
+
"HassMediaPause": {
|
|
680
|
+
"data": [
|
|
681
|
+
{
|
|
682
|
+
"sentences": [
|
|
683
|
+
"(<pause>;<name>)",
|
|
684
|
+
"(<pause> [ل|لل]<name>)"
|
|
685
|
+
],
|
|
686
|
+
"requires_context": {
|
|
687
|
+
"domain": "media_player"
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"sentences": [
|
|
692
|
+
"<pause> [ل|لل|ال](مسار|أغنية|موسيقى|(عرض|عرضي|عروض) [التلفاز]|[مشغل|مشغلات] الوسائط);[<in>] <area>"
|
|
693
|
+
]
|
|
694
|
+
}
|
|
695
|
+
]
|
|
696
|
+
},
|
|
697
|
+
"HassUnpauseTimer": {
|
|
698
|
+
"data": [
|
|
699
|
+
{
|
|
700
|
+
"sentences": [
|
|
701
|
+
"<timer_resume> <timer>",
|
|
702
|
+
"<timer_resume> <timer> <timer_start>",
|
|
703
|
+
"<timer_resume> <timer> [<in>] <area>",
|
|
704
|
+
"<timer_resume> <timer> [<called>] [ال]{timer_name:name}"
|
|
705
|
+
]
|
|
706
|
+
}
|
|
707
|
+
]
|
|
708
|
+
},
|
|
709
|
+
"HassStartTimer": {
|
|
710
|
+
"data": [
|
|
711
|
+
{
|
|
712
|
+
"sentences": [
|
|
713
|
+
"<timer_duration> <timer>",
|
|
714
|
+
"<timer> [<duration>] <timer_duration>",
|
|
715
|
+
"<timer> [<duration>] <timer_duration> <called> {timer_name:name}",
|
|
716
|
+
"<timer> [<duration>] <timer_duration> (ل|لل){timer_name:name}",
|
|
717
|
+
"<timer_set> <timer> [<duration>] <timer_duration>",
|
|
718
|
+
"<timer_set> <timer> [<duration>] <timer_duration> <called> [ال]{timer_name:name}",
|
|
719
|
+
"<timer_set> <timer> <called> [ال]{timer_name:name} [<duration>] <timer_duration>"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"sentences": [
|
|
724
|
+
"{timer_command:conversation_command} (<in>|بعد) <timer_duration>",
|
|
725
|
+
"(<in>|بعد) <timer_duration> {timer_command:conversation_command}"
|
|
726
|
+
],
|
|
727
|
+
"response": "command"
|
|
728
|
+
}
|
|
729
|
+
]
|
|
730
|
+
},
|
|
410
731
|
"HassClimateGetTemperature": {
|
|
411
732
|
"data": [
|
|
412
733
|
{
|
|
@@ -419,6 +740,18 @@
|
|
|
419
740
|
}
|
|
420
741
|
]
|
|
421
742
|
},
|
|
743
|
+
"HassVacuumReturnToBase": {
|
|
744
|
+
"data": [
|
|
745
|
+
{
|
|
746
|
+
"sentences": [
|
|
747
|
+
"(<turn_off>|<go>|ارجع|عد|اعد) [ايتها|يا] <name> [<to> (القاعدة|الشاحن)]"
|
|
748
|
+
],
|
|
749
|
+
"requires_context": {
|
|
750
|
+
"domain": "vacuum"
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
]
|
|
754
|
+
},
|
|
422
755
|
"HassGetState": {
|
|
423
756
|
"data": [
|
|
424
757
|
{
|
|
@@ -518,6 +851,18 @@
|
|
|
518
851
|
}
|
|
519
852
|
]
|
|
520
853
|
},
|
|
854
|
+
"HassVacuumStart": {
|
|
855
|
+
"data": [
|
|
856
|
+
{
|
|
857
|
+
"sentences": [
|
|
858
|
+
"<turn_on> <name>"
|
|
859
|
+
],
|
|
860
|
+
"requires_context": {
|
|
861
|
+
"domain": "vacuum"
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
},
|
|
521
866
|
"HassRespond": {
|
|
522
867
|
"data": [
|
|
523
868
|
{
|
|
@@ -551,16 +896,57 @@
|
|
|
551
896
|
"response": "creator"
|
|
552
897
|
}
|
|
553
898
|
]
|
|
899
|
+
},
|
|
900
|
+
"HassListAddItem": {
|
|
901
|
+
"data": [
|
|
902
|
+
{
|
|
903
|
+
"sentences": [
|
|
904
|
+
"<add> <item> (<to>|<in> )<my_list>"
|
|
905
|
+
],
|
|
906
|
+
"response": "item_added",
|
|
907
|
+
"requires_context": {
|
|
908
|
+
"domain": "todo"
|
|
909
|
+
},
|
|
910
|
+
"expansion_rules": {
|
|
911
|
+
"my_list": "[ال](قائمة|قائمتي|لائحة|لائحتي) {name} [الخاصة بي]",
|
|
912
|
+
"item": "{shopping_list_item:item}"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
]
|
|
554
916
|
}
|
|
555
917
|
},
|
|
556
918
|
"responses": {
|
|
557
919
|
"errors": {
|
|
558
|
-
"no_intent": "
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"
|
|
562
|
-
"
|
|
563
|
-
"
|
|
920
|
+
"no_intent": "عذرًا، لم أفهم ذلك",
|
|
921
|
+
"handle_error": "حدث خطأ أثناء معالجة النص",
|
|
922
|
+
"no_area": "عذرًا، لم أتمكن من العثور على منطقة بالإسم {{ area }}",
|
|
923
|
+
"no_domain": "{% set translations = {\n \"button\": \"زر\",\n \"camera\": \"كاميرا\",\n \"input_button\": \"زر\",\n \"alarm_control_panel\": \"إنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"مروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"مفتاح كهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"غلاية\",\n \"light\": \"ضوء\",\n \"switch\": \"مفتاح كهربائي\",\n \"script\": \"نص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"قفل\",\n \"vacuum\": \"مكنسة كهربائية\",\n \"scene\": \"مشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"صمام\"\n } %}\n{% if domain in translations -%}\n \"عذرًا، لم أتمكن من العثور على أي {{ translations[domain] }}\"\n{%- else -%}\n \"عذرًا، لم أتمكن من العثور على جهاز من هذا النوع\"\n{%- endif %}\n",
|
|
924
|
+
"no_domain_in_area": "{% set translations = {\n \"button\": \"زر\",\n \"camera\": \"كاميرا\",\n \"input_button\": \"زر\",\n \"alarm_control_panel\": \"إنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"مروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"مفتاح كهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"غلاية\",\n \"light\": \"ضوء\",\n \"switch\": \"مفتاح كهربائي\",\n \"script\": \"نص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"قفل\",\n \"vacuum\": \"مكنسة كهربائية\",\n \"scene\": \"مشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"صمام\"\n } %}\n{% if domain in translations -%}\n \"عذرًا، لم أتمكن من العثور على {{ translations[domain] }} في {{ area }}\"\n{%- else -%}\n \"عذرًا، لم أتمكن من العثور على جهاز من هذا النوع في {{ area }}\"\n{%- endif %}\n",
|
|
925
|
+
"no_device_class": "{% set translations = {\n \"awning\": \"مظلة\",\n \"blind\": \"ستارة\",\n \"curtain\": \"ستارة\",\n \"door\": \"باب\",\n \"garage\": \"بوابة الجراج\",\n \"gate\": \"بوابة\",\n \"shade\": \"ستارة\",\n \"shutter\": \"ستارة\",\n \"window\": \"نافذة\"\n } %}\n{% if device_class in translations -%}\n \"عذرًا، لم أتمكن من العثور على أي {{ translations[device_class] }}\"\n{%- else -%}\n \"عذرًا، لم أتمكن من العثور على جهاز من هذا النوع\"\n{%- endif %}\n",
|
|
926
|
+
"no_device_class_in_area": "{% set translations = {\n \"awning\": \"مظلة\",\n \"blind\": \"ستارة\",\n \"curtain\": \"ستارة\",\n \"door\": \"باب\",\n \"garage\": \"بوابة الجراج\",\n \"gate\": \"بوابة\",\n \"shade\": \"ستارة\",\n \"shutter\": \"ستارة\",\n \"window\": \"نافذة\"\n } %}\n{% if device_class in translations -%}\n \"عذرًا، لم أتمكن من العثور على {{ translations[device_class] }} في {{ area }}\"\n{%- else -%}\n \"عذرًا، لم أتمكن من العثور على جهاز من هذا النوع في {{ area }}\"\n{%- endif %}\n",
|
|
927
|
+
"no_entity": "عذرًا، لم أتمكن من العثور على جهاز بالإسم {{ entity }}",
|
|
928
|
+
"no_entity_in_area": "عذرًا، لم أتمكن من العثور على جهاز بالإسم {{ entity }} في {{ area }}",
|
|
929
|
+
"no_floor": "عذرًا، لم أتمكن من العثور على طابق بالإسم {{ floor }}",
|
|
930
|
+
"no_domain_in_floor": "{% set translations = {\n \"button\": \"زر\",\n \"camera\": \"كاميرا\",\n \"input_button\": \"زر\",\n \"alarm_control_panel\": \"إنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"مروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"مفتاح كهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"غلاية\",\n \"light\": \"ضوء\",\n \"switch\": \"مفتاح كهربائي\",\n \"script\": \"نص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"قفل\",\n \"vacuum\": \"مكنسة كهربائية\",\n \"scene\": \"مشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"صمام\"\n } %}\n{% if domain in translations -%}\n \" عذرًا، لم أتمكن من العثور على {{ translations[domain] }} في {{ floor }}\"\n{%- else -%}\n \"عذرًا، لم أتمكن من العثور على جهاز من هذا النوع في {{ floor }}\"\n{%- endif %}\n",
|
|
931
|
+
"no_device_class_in_floor": "{% set translations = {\n \"awning\": \"مظلة\",\n \"blind\": \"ستارة\",\n \"curtain\": \"ستارة\",\n \"door\": \"باب\",\n \"garage\": \"بوابة الجراج\",\n \"gate\": \"بوابة\",\n \"shade\": \"ستارة\",\n \"shutter\": \"ستارة\",\n \"window\": \"نافذة\"\n } %}\n{% if device_class in translations -%}\n \"عذرًا، لم أتمكن من العثور على {{ translations[device_class] }} في {{ floor }}\"\n{%- else -%}\n \"عذرًا، لم أتمكن من العثور على جهاز من هذا النوع في {{ floor }}\"\n{%- endif %}\n",
|
|
932
|
+
"no_entity_in_floor": "عذرًا، لم أتمكن من العثور على جهاز بالإسم {{ entity }} في {{ floor }}",
|
|
933
|
+
"entity_wrong_state": "عذرًا، لم أتمكن من العثور على جهاز بالحالة {{ state }}",
|
|
934
|
+
"feature_not_supported": "عذرًا، لا يوجد جهاز يدعم هذا.",
|
|
935
|
+
"no_entity_exposed": "عذرًا، لم يتم الكشف عن {{ entity }}",
|
|
936
|
+
"no_entity_in_area_exposed": "عذرًا، لم يتم الكشف عن {{ entity }} في {{ area }}",
|
|
937
|
+
"no_domain_exposed": "{% set translations = {\n \"button\": \"زر\",\n \"camera\": \"كاميرا\",\n \"input_button\": \"زر\",\n \"alarm_control_panel\": \"إنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"مروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"مفتاح كهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"غلاية\",\n \"light\": \"ضوء\",\n \"switch\": \"مفتاح كهربائي\",\n \"script\": \"نص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"قفل\",\n \"vacuum\": \"مكنسة كهربائية\",\n \"scene\": \"مشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"صمام\"\n } %}\n{% if domain in translations -%}\n \"عذراً، لم يتم الكشف عن {{ domain }}\"\n{%- else -%}\n \"عذرًا، لم يتم الكشف عن أي جهاز من هذا النوع\"\n{%- endif %}\n",
|
|
938
|
+
"no_domain_in_area_exposed": "{% set translations = {\n \"button\": \"زر\",\n \"camera\": \"كاميرا\",\n \"input_button\": \"زر\",\n \"alarm_control_panel\": \"إنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"مروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"مفتاح كهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"غلاية\",\n \"light\": \"ضوء\",\n \"switch\": \"مفتاح كهربائي\",\n \"script\": \"نص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"قفل\",\n \"vacuum\": \"مكنسة كهربائية\",\n \"scene\": \"مشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"صمام\"\n } %}\n{% if domain in translations -%}\n \"عذراً، لم يتم الكشف عن {{ translations[domain] }} في {{ area }}\"\n{%- else -%}\n \"عذرًا، لم يتم الكشف عن أي جهاز من هذا النوع في {{ area }}\"\n{%- endif %}\n",
|
|
939
|
+
"no_device_class_exposed": "{% set translations = {\n \"awning\": \"مظلة\",\n \"blind\": \"ستارة\",\n \"curtain\": \"ستارة\",\n \"door\": \"باب\",\n \"garage\": \"بوابة الجراج\",\n \"gate\": \"بوابة\",\n \"shade\": \"ستارة\",\n \"shutter\": \"ستارة\",\n \"window\": \"نافذة\"\n } %}\n{% if device_class in translations -%}\n \"عذراً، لم يتم الكشف عن {{ translations[device_class] }}\"\n{%- else -%}\n \"عذرًا، لم يتم الكشف عن أي جهاز من هذا النوع\"\n{%- endif %}\n",
|
|
940
|
+
"no_device_class_in_area_exposed": "{% set translations = {\n \"awning\": \"مظلة\",\n \"blind\": \"ستارة\",\n \"curtain\": \"ستارة\",\n \"door\": \"باب\",\n \"garage\": \"بوابة الجراج\",\n \"gate\": \"بوابة\",\n \"shade\": \"ستارة\",\n \"shutter\": \"ستارة\",\n \"window\": \"نافذة\"\n } %}\n{% if device_class in translations -%}\n \"عذراً، لم يتم الكشف عن {{ translations[device_class] }} في {{ area }}\"\n{%- else -%}\n \"عذرًا، لم يتم الكشف عن أي جهاز من هذا النوع في {{ area }}\"\n{%- endif %}\n",
|
|
941
|
+
"no_entity_in_floor_exposed": "عذراً، لم يتم الكشف عن {{ entity }} في {{ floor }}",
|
|
942
|
+
"no_domain_in_floor_exposed": "{% set translations = {\n \"button\": \"زر\",\n \"camera\": \"كاميرا\",\n \"input_button\": \"زر\",\n \"alarm_control_panel\": \"إنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"مروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"مفتاح كهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"غلاية\",\n \"light\": \"ضوء\",\n \"switch\": \"مفتاح كهربائي\",\n \"script\": \"نص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"قفل\",\n \"vacuum\": \"مكنسة كهربائية\",\n \"scene\": \"مشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"صمام\"\n } %}\n{% if domain in translations -%}\n \"عذراً، لم يتم الكشف عن {{ translations[domain] }} في {{ floor }}\"\n{%- else -%}\n \"عذرًا، لم يتم الكشف عن أي جهاز من هذا النوع في {{ floor }}\"\n{%- endif %}\n",
|
|
943
|
+
"no_device_class_in_floor_exposed": "{% set translations = {\n \"awning\": \"مظلة\",\n \"blind\": \"ستارة\",\n \"curtain\": \"ستارة\",\n \"door\": \"باب\",\n \"garage\": \"بوابة الجراج\",\n \"gate\": \"بوابة\",\n \"shade\": \"ستارة\",\n \"shutter\": \"ستارة\",\n \"window\": \"نافذة\"\n } %}\n{% if device_class in translations -%}\n \"عذراً، لم يتم الكشف عن {{ translations[device_class] }} في {{ floor }}\"\n{%- else -%}\n \"عذرًا، لم يتم الكشف عن أي جهاز من هذا النوع في {{ floor }}\"\n{%- endif %}\n",
|
|
944
|
+
"duplicate_entities": "عذرًا، هناك أجهزة متعددة باسم {{ entity }}",
|
|
945
|
+
"duplicate_entities_in_area": "عذرًا، هناك أجهزة متعددة باسم {{ entity }} في {{ area }}",
|
|
946
|
+
"duplicate_entities_in_floor": "عذرًا، هناك أجهزة متعددة باسم {{ entity }} في {{ floor }}",
|
|
947
|
+
"timer_not_found": "عذرًا، لم يتم العثور على هذا الموقّت",
|
|
948
|
+
"multiple_timers_matched": "عذرًا، لا يمكنني استهداف مؤقتات متعددة",
|
|
949
|
+
"no_timer_support": "عذرًا، لا يتم دعم المؤقتات على هذا الجهاز"
|
|
564
950
|
},
|
|
565
951
|
"intents": {
|
|
566
952
|
"HassGetState": {
|
|
@@ -572,48 +958,96 @@
|
|
|
572
958
|
"how_many": "{{ query.matched | length }}\n"
|
|
573
959
|
},
|
|
574
960
|
"HassTurnOff": {
|
|
575
|
-
"default": "تم
|
|
576
|
-
"
|
|
577
|
-
"
|
|
961
|
+
"default": "{% set translations = {\n \"button\": \"الزر\",\n \"camera\": \"الكاميرا\",\n \"input_button\": \"الزر\",\n \"alarm_control_panel\": \"الإنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"المروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"المفتاح الكهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"الغلاية\",\n \"light\": \"الضوء\",\n \"switch\": \"المفتاح الكهربائي\",\n \"script\": \"النص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"القفل\",\n \"vacuum\": \"المكنسة الكهربائية\",\n \"scene\": \"المشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"الصمام\"\n} %} تم إطفاء {{ translations.get(state.domain) }}",
|
|
962
|
+
"light_all": "تم إطفاء جميع الأضواء",
|
|
963
|
+
"lights_floor": "تم إطفاء الأضواء",
|
|
964
|
+
"lights_area": "تم إطفاء الأضواء",
|
|
965
|
+
"fan_all": "تم إطفاء جميع المراوح",
|
|
966
|
+
"fans_floor": "تم إطفاء المراوح",
|
|
967
|
+
"fans_area": "تم إطفاء المراوح",
|
|
578
968
|
"cover": "تم الاغلاق",
|
|
579
|
-
"light_all": "تم اطفاء جميع الاضواء",
|
|
580
|
-
"fan_all": "تم اطفاء جميع المراوح",
|
|
581
969
|
"cover_device_class": "تم اغلاق {{ slots.device_class }}",
|
|
582
|
-
"unlock": "تم الفتح"
|
|
970
|
+
"unlock": "تم الفتح",
|
|
971
|
+
"valve": "تم الفتح"
|
|
972
|
+
},
|
|
973
|
+
"HassStartTimer": {
|
|
974
|
+
"default": "{% set timeShortNames = ['ربع', 'نصف', 'ثلاثة أرباع', '15', '30', '45'] %} {% set h = slots.hours if slots.hours is defined else none %} {% set m = slots.minutes if slots.minutes is defined else none %} {% set s = slots.seconds if slots.seconds is defined else none %}\n{% set h_text = (' ساعة' if h in ['1', 'ساعة'] else ' ساعاتين' if h in ['2', 'ساعاتين'] else h ~ ' ساعات' if h | int <= 10 else h ~ ' ساعة') if h else '' %}\n{% set m_text = ('ربع' if m in ['15', 'ربع'] else 'نصف' if m in ['30', 'نصف'] else 'ثلاثة أرباع' if m in ['45', 'ثلاثة أرباع'] else m) ~\n (' ساعة' if (m in timeShortNames and h is none) else (' دقائق' if m | int <= 10 else ' دقيقة') if m not in timeShortNames)\n if m else '' %}\n\n{% set s_text = ('ربع' if s in ['15', 'ربع'] else 'نصف' if s in ['30', 'نصف'] else 'ثلاثة أرباع' if s in ['45', 'ثلاثة أرباع'] else s) ~\n (' دقيقة' if (s in timeShortNames and (m is none and h is none or m and h or m is none and h)) else (' ثواني' if s | int <= 10 else ' ثانية') if s not in timeShortNames)\n if s else '' %}\n\n{% set text_list = [ h_text, m_text, s_text] | select() | list %} {% set text = text_list[:-1] | join(' و ') ~ ' و ' ~ text_list[-1] if text_list | count > 2 else text_list | join(' و ') %} {% set name = (' بالاسم ' ~ slots.name | trim) if slots.name is defined else '' %} تم ضبط المؤقت لمدة {{ text }}{{ name }}\n",
|
|
975
|
+
"command": "{% set timeShortNames = ['ربع', 'نصف', 'ثلاثة أرباع', '15', '30', '45'] %} {% set h = slots.hours if slots.hours is defined else none %} {% set m = slots.minutes if slots.minutes is defined else none %} {% set s = slots.seconds if slots.seconds is defined else none %}\n{% set h_text = (' ساعة' if h in ['1', 'ساعة'] else ' ساعاتين' if h in ['2', 'ساعاتين'] else h ~ ' ساعات' if h | int <= 10 else h ~ ' ساعة') if h else '' %}\n{% set m_text = ('ربع' if m in ['15', 'ربع'] else 'نصف' if m in ['30', 'نصف'] else 'ثلاثة أرباع' if m in ['45', 'ثلاثة أرباع'] else m) ~\n (' ساعة' if (m in timeShortNames and h is none) else (' دقائق' if m | int <= 10 else ' دقيقة') if m not in timeShortNames)\n if m else '' %}\n\n{% set s_text = ('ربع' if s in ['15', 'ربع'] else 'نصف' if s in ['30', 'نصف'] else 'ثلاثة أرباع' if s in ['45', 'ثلاثة أرباع'] else s) ~\n (' دقيقة' if (s in timeShortNames and (m is none and h is none or m and h or m is none and h)) else (' ثواني' if s | int <= 10 else ' ثانية') if s not in timeShortNames)\n if s else '' %}\n\n{% set text_list = [ h_text, m_text, s_text] | select() | list %} {% set text = text_list[:-1] | join(' و ') ~ ' و ' ~ text_list[-1] if text_list | count > 2 else text_list | join(' و ') %} {% set name = (' بالاسم ' ~ slots.name | trim) if slots.name is defined else '' %} سيتم تنفيذ الأمر في {{ text }}\n"
|
|
583
976
|
},
|
|
584
977
|
"HassShoppingListAddItem": {
|
|
585
|
-
"item_added": "تم
|
|
978
|
+
"item_added": "تم إضافة {{ slots.item }}"
|
|
586
979
|
},
|
|
587
980
|
"HassTurnOn": {
|
|
588
|
-
"default": "تم تشغيل {{state.domain}}",
|
|
589
|
-
"
|
|
981
|
+
"default": "{% set translations = {\n \"button\": \"الزر\",\n \"camera\": \"الكاميرا\",\n \"input_button\": \"الزر\",\n \"alarm_control_panel\": \"الإنذار\",\n \"automation\": \"التشغيل الآلي\",\n \"fan\": \"المروحة\",\n \"climate\": \"منظم الحرارة\",\n \"humidifier\": \"مزيل الرطوبة\",\n \"input_boolean\": \"المفتاح الكهربائي\",\n \"siren\": \"صفارة الإنذار\",\n \"water_heater\": \"الغلاية\",\n \"light\": \"الضوء\",\n \"switch\": \"المفتاح الكهربائي\",\n \"script\": \"النص\",\n \"remote\": \"جهاز التحكم عن بعد\",\n \"lock\": \"القفل\",\n \"vacuum\": \"المكنسة الكهربائية\",\n \"scene\": \"المشهد\",\n \"media_player\": \"مشغل الوسائط\",\n \"lawn_mower\": \"جزازة العشب\",\n \"valve\": \"الصمام\"\n} %} تم تشغيل {{ translations.get(state.domain) }}",
|
|
982
|
+
"light_all": "تم تشغيل جميع الأضواء",
|
|
983
|
+
"lights_floor": "تم تشغيل الأضواء",
|
|
984
|
+
"lights_area": "تم تشغيل الأضواء",
|
|
985
|
+
"fan_all": "تم تشغيل جميع المراوح",
|
|
986
|
+
"fans_floor": "تم تشغيل المراوح",
|
|
590
987
|
"fans_area": "تم تشغيل المراوح",
|
|
591
988
|
"cover": "تم الفتح",
|
|
592
989
|
"cover_device_class": "تم فتح {{ slots.device_class }}",
|
|
593
990
|
"scene": "تم التفعيل",
|
|
594
991
|
"script": "تم البدء",
|
|
595
|
-
"lock": "تم القفل"
|
|
992
|
+
"lock": "تم القفل",
|
|
993
|
+
"valve": "تم الفتح"
|
|
994
|
+
},
|
|
995
|
+
"HassMediaPause": {
|
|
996
|
+
"default": "تم الإيقاف مؤقتًا"
|
|
596
997
|
},
|
|
597
998
|
"HassGetCurrentTime": {
|
|
598
999
|
"default": "{% set minute_str = '{0:02d}'.format(slots.time.minute) %}\n{% if slots.time.hour <= 12: %} {{ slots.time.hour }}:{{ minute_str }} صباحا {% else: %} {{ slots.time.hour - 12 }}:{{ minute_str }} مساءا {% endif %}\n"
|
|
599
1000
|
},
|
|
1001
|
+
"HassPauseTimer": {
|
|
1002
|
+
"default": "تم إيقاف المؤقت"
|
|
1003
|
+
},
|
|
1004
|
+
"HassTimerStatus": {
|
|
1005
|
+
"default": "{% set num_timers = slots.timers | length %}\n{% set active_timers = slots.timers | selectattr('is_active') | list %}\n{% set num_active_timers = active_timers | length %}\n{% set paused_timers = slots.timers | rejectattr('is_active') | list %}\n{% set num_paused_timers = paused_timers | length %}\n{% set next_timer = None %}\n\n{% if num_timers == 0 %}\n لا يوجد مؤقتات.\n{% elif num_active_timers == 0 %}\n {# No active timers #}\n {% if num_paused_timers == 1 %}\n {% set next_timer = paused_timers[0] %}\n المؤقت متوقف مؤقتاً.\n {% else %}\n يوجد {{ num_paused_timers }} مؤقتات متوقفة.\n {% endif %}\n{% else %}\n {# At least one active timer #}\n {% if num_active_timers == 1 %}\n {% set next_timer = active_timers[0] %}\n {% else %}\n {# Get active timer that will finish soonest #}\n {% set sorted_timers = active_timers | sort(attribute='total_seconds_left') %}\n {% set next_timer = sorted_timers[0] %}\n يوجد {{ num_active_timers }} مؤقتات نشطة.\n {% endif %}\n\n {% if num_paused_timers == 1 %}\n و1 مؤقت متوقف.\n {% elif num_paused_timers > 0 %}\n و{{ num_paused_timers }} مؤقتات متوقفة.\n {% endif %}\n{% endif %}\n\n{% if next_timer %}\n {# At least one active timer #}\n {% set minute_name = 'دقيقة' if next_timer.rounded_minutes_left | int > 10 else 'دقائق' %}\n {% set second_name = 'ثانية' if next_timer.rounded_seconds_left | int > 10 else 'ثواني' %}\n\n تبقى\n {% if (next_timer.rounded_hours_left == 1) and (next_timer.rounded_minutes_left > 0) %}\n ساعة و{{ next_timer.rounded_minutes_left }} {{minute_name}}\n {% elif (next_timer.rounded_hours_left == 1) %}\n ساعة\n {% elif (next_timer.rounded_hours_left > 1) and (next_timer.rounded_minutes_left > 0) %}\n {{ next_timer.rounded_hours_left }} ساعات و{{ next_timer.rounded_minutes_left }} {{minute_name}}\n {% elif (next_timer.rounded_hours_left > 1) %}\n {{ next_timer.rounded_hours_left }} ساعات\n {% elif (next_timer.rounded_minutes_left == 1) and (next_timer.rounded_seconds_left > 0) %}\n دقيقة و{{ next_timer.rounded_seconds_left }} {{second_name}}\n {% elif (next_timer.rounded_minutes_left == 1) %}\n دقيقة\n {% elif (next_timer.rounded_minutes_left > 1) and (next_timer.rounded_seconds_left > 0) %}\n {{ next_timer.rounded_minutes_left }} {{minute_name}} و{{ next_timer.rounded_seconds_left }} {{second_name}}\n {% elif (next_timer.rounded_minutes_left > 1) %}\n {{ next_timer.rounded_minutes_left }} {{minute_name}}\n {% elif (next_timer.rounded_seconds_left == 1) %}\n ثانية واحدة\n {% elif (next_timer.rounded_seconds_left > 1) %}\n {{ next_timer.rounded_seconds_left }} ثوانٍ\n {% endif %}\n\n {% if num_timers > 1 %}\n {# Give some extra information to disambiguate #}\n على مؤقت طوله\n {% if (next_timer.start_hours > 0) and (next_timer.start_minutes > 0) %}\n {{ next_timer.start_hours }} ساعة و{{ next_timer.start_minutes }} {{minute_name}}\n {% elif (next_timer.start_hours > 0) %}\n {{ next_timer.start_hours }} ساعة\n {% elif (next_timer.start_minutes > 0) and (next_timer.start_seconds > 0) %}\n {{ next_timer.start_minutes }} {{minute_name}} و{{ next_timer.start_seconds }} {{second_name}}\n {% elif (next_timer.start_minutes > 0) %}\n {{ next_timer.start_minutes }} {{minute_name}}\n {% elif (next_timer.start_seconds > 0) %}\n {{ next_timer.start_seconds }} {{second_name}}\n {% endif %}\n\n {% if next_timer.name %}\n اسم المؤقت: {{ next_timer.name }}.\n {% elif next_timer.area %}\n في {{ next_timer.area }}.\n {% endif %}\n\n {% else %}\n .\n {% endif %}\n{% endif %}\n"
|
|
1006
|
+
},
|
|
1007
|
+
"HassListAddItem": {
|
|
1008
|
+
"item_added": "تم إضافة {{ slots.item }}"
|
|
1009
|
+
},
|
|
600
1010
|
"HassGetCurrentDate": {
|
|
601
1011
|
"default": "{% set months = {\n 1: 'يناير',\n 2: 'فبراير',\n 3: 'مارس',\n 4: 'أبريل',\n 5: 'مايو',\n 6: 'يونيو',\n 7: 'يوليو',\n 8: 'أغسطس',\n 9: 'سبتمبر',\n 10: 'أكتوبر',\n 11: 'نوفمبر',\n 12: 'ديسمبر'\n} %} {% set ordinal = {\n 1: 'الأول',\n 2: 'الثاني',\n 3: 'الثالث',\n 4: 'الرابع',\n 5: 'الخامس',\n 6: 'السادس',\n 7: 'السابع',\n 8: 'الثامن',\n 9: 'التاسع',\n 10: 'العاشر',\n 11: 'الحادي عشر',\n 12: 'الثاني عشر',\n 13: 'الثالث عشر',\n 14: 'الرابع عشر',\n 15: 'الخامس عشر',\n 16: 'السادس عشر',\n 17: 'السابع عشر',\n 18: 'الثامن عشر',\n 19: 'التاسع عشر',\n 20: 'العشرون',\n 21: 'الواحد والعشرون',\n 22: 'الثاني والعشرون',\n 23: 'الثالث والعشرون',\n 24: 'الرابع والعشرون',\n 25: 'الخامس والعشرون',\n 26: 'السادس والعشرون',\n 27: 'السابع والعشرون',\n 28: 'الثامن والعشرون',\n 29: 'التاسع والعشرون',\n 30: 'الثلاثون',\n 31: 'الواحد والثلاثون'\n } %}\n{{ ordinal[slots.date.day] }} من {{ months[slots.date.month] }} {{ slots.date.year }}\n"
|
|
602
1012
|
},
|
|
1013
|
+
"HassUnpauseTimer": {
|
|
1014
|
+
"default": "تم استئناف المؤقت"
|
|
1015
|
+
},
|
|
1016
|
+
"HassGetWeather": {
|
|
1017
|
+
"default": "{% set weather_condition = {\n 'clear': \"وصافٍ\",\n 'clear-night': \"وصافٍ ليلًا\",\n 'cloudy': \"وغائم\",\n 'exceptional': \"واستثنائي\",\n 'fog': \"مع ضباب\",\n 'hail': \"مع بَرَد\",\n 'lightning': \"مع برق\",\n 'lightning-rainy': \"مع برق وأمطار\",\n 'partlycloudy': \"وغائم جزئيًا\",\n 'pouring': \"وأمطار غزيرة\",\n 'rainy': \"وتمطر\",\n 'snowy': \"وتثلج\",\n 'snowy-rainy': \"مع ثلج وأمطار\",\n 'sunny': \"ومشمس\",\n 'windy': \"وعاصف\",\n 'windy-variant': \"مع رياح وسحب\"\n} %} {{ state.attributes.get('temperature') }} {{ state.attributes.get('temperature_unit') }} {{ weather_condition.get((state.state | string).lower(), \"\") }}\n"
|
|
1018
|
+
},
|
|
603
1019
|
"HassLightSet": {
|
|
604
1020
|
"brightness": "تم ضبط السطوع إلى {{slots.brightness}}",
|
|
605
1021
|
"color": "تم ضبط اللون إلى {{slots.color}}"
|
|
606
1022
|
},
|
|
1023
|
+
"HassVacuumStart": {
|
|
1024
|
+
"default": "تم التفعيل"
|
|
1025
|
+
},
|
|
607
1026
|
"HassSetPosition": {
|
|
608
1027
|
"default": "تم التحريك"
|
|
609
1028
|
},
|
|
1029
|
+
"HassMediaNext": {
|
|
1030
|
+
"default": "تشغيل التالي"
|
|
1031
|
+
},
|
|
1032
|
+
"HassCancelTimer": {
|
|
1033
|
+
"default": "تم إلغاء المؤقت"
|
|
1034
|
+
},
|
|
610
1035
|
"HassClimateGetTemperature": {
|
|
611
1036
|
"default": "{{ state_attr(state.entity_id, 'current_temperature') }}"
|
|
612
1037
|
},
|
|
1038
|
+
"HassDecreaseTimer": {
|
|
1039
|
+
"default": "تم تحديث المؤقت"
|
|
1040
|
+
},
|
|
1041
|
+
"HassIncreaseTimer": {
|
|
1042
|
+
"default": "تم تحديث المؤقت"
|
|
1043
|
+
},
|
|
1044
|
+
"HassVacuumReturnToBase": {
|
|
1045
|
+
"default": "يتم العودة"
|
|
1046
|
+
},
|
|
613
1047
|
"HassRespond": {
|
|
614
|
-
"hello": "
|
|
1048
|
+
"hello": "مرحبًا",
|
|
615
1049
|
"listening": "لا، فقط في حال قلت كلمة التنشيط",
|
|
616
|
-
"data": "بياناتك الخاصة يتم
|
|
1050
|
+
"data": "بياناتك الخاصة يتم إرسالها فقط إلى خادم البيت الذكي الخاص بك",
|
|
617
1051
|
"commands": "لمعرفة ما يمكنك السؤال عنه، قم بزيارة موقعنا الإلكتروني",
|
|
618
1052
|
"creator": "لقد تم إنشائي من قبل المجتمع الرائع للبيت الذكي، والذي يتكون من عباقرة في جميع أنحاء العالم"
|
|
619
1053
|
}
|
|
@@ -660,43 +1094,43 @@
|
|
|
660
1094
|
}
|
|
661
1095
|
]
|
|
662
1096
|
},
|
|
663
|
-
"
|
|
1097
|
+
"brightness": {
|
|
664
1098
|
"range": {
|
|
665
|
-
"type": "
|
|
1099
|
+
"type": "percentage",
|
|
666
1100
|
"from": 0,
|
|
667
1101
|
"to": 100
|
|
668
1102
|
}
|
|
669
1103
|
},
|
|
670
|
-
"
|
|
1104
|
+
"brightness_level": {
|
|
671
1105
|
"values": [
|
|
672
|
-
"مئوية",
|
|
673
1106
|
{
|
|
674
|
-
"in": "
|
|
675
|
-
"out":
|
|
1107
|
+
"in": "(عالي|قصوى)",
|
|
1108
|
+
"out": 100
|
|
676
1109
|
},
|
|
677
|
-
"فهرنهايت",
|
|
678
1110
|
{
|
|
679
|
-
"in": "
|
|
680
|
-
"out":
|
|
1111
|
+
"in": "منخفض",
|
|
1112
|
+
"out": 1
|
|
681
1113
|
}
|
|
682
1114
|
]
|
|
683
1115
|
},
|
|
684
|
-
"
|
|
1116
|
+
"temperature": {
|
|
685
1117
|
"range": {
|
|
686
|
-
"type": "
|
|
1118
|
+
"type": "temperature",
|
|
687
1119
|
"from": 0,
|
|
688
1120
|
"to": 100
|
|
689
1121
|
}
|
|
690
1122
|
},
|
|
691
|
-
"
|
|
1123
|
+
"temperature_unit": {
|
|
692
1124
|
"values": [
|
|
1125
|
+
"مئوية",
|
|
693
1126
|
{
|
|
694
|
-
"in": "
|
|
695
|
-
"out":
|
|
1127
|
+
"in": "°c",
|
|
1128
|
+
"out": "celsius"
|
|
696
1129
|
},
|
|
1130
|
+
"فهرنهايت",
|
|
697
1131
|
{
|
|
698
|
-
"in": "
|
|
699
|
-
"out":
|
|
1132
|
+
"in": "f",
|
|
1133
|
+
"out": "fahrenheit"
|
|
700
1134
|
}
|
|
701
1135
|
]
|
|
702
1136
|
},
|
|
@@ -783,58 +1217,191 @@
|
|
|
783
1217
|
"to": 100
|
|
784
1218
|
}
|
|
785
1219
|
},
|
|
1220
|
+
"timer_seconds": {
|
|
1221
|
+
"range": {
|
|
1222
|
+
"from": 1,
|
|
1223
|
+
"to": 100
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
"timer_minutes": {
|
|
1227
|
+
"range": {
|
|
1228
|
+
"from": 1,
|
|
1229
|
+
"to": 100
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"timer_hours": {
|
|
1233
|
+
"range": {
|
|
1234
|
+
"from": 1,
|
|
1235
|
+
"to": 100
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"timer_three_quarters": {
|
|
1239
|
+
"values": [
|
|
1240
|
+
{
|
|
1241
|
+
"in": "ثلاثة أرباع",
|
|
1242
|
+
"out": 45
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"in": "3/4",
|
|
1246
|
+
"out": 45
|
|
1247
|
+
}
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1250
|
+
"timer_half": {
|
|
1251
|
+
"values": [
|
|
1252
|
+
{
|
|
1253
|
+
"in": "نصف",
|
|
1254
|
+
"out": 30
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"in": "1/2",
|
|
1258
|
+
"out": 30
|
|
1259
|
+
}
|
|
1260
|
+
]
|
|
1261
|
+
},
|
|
1262
|
+
"timer_quarter": {
|
|
1263
|
+
"values": [
|
|
1264
|
+
{
|
|
1265
|
+
"in": "ربع",
|
|
1266
|
+
"out": 15
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"in": "1/4",
|
|
1270
|
+
"out": 15
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
"timer_hour": {
|
|
1275
|
+
"values": [
|
|
1276
|
+
{
|
|
1277
|
+
"in": "ساعة",
|
|
1278
|
+
"out": 1
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"in": "ساعاتين",
|
|
1282
|
+
"out": 2
|
|
1283
|
+
}
|
|
1284
|
+
]
|
|
1285
|
+
},
|
|
1286
|
+
"timer_minute": {
|
|
1287
|
+
"values": [
|
|
1288
|
+
{
|
|
1289
|
+
"in": "دقيقة",
|
|
1290
|
+
"out": 1
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"in": "دقيقتان",
|
|
1294
|
+
"out": 2
|
|
1295
|
+
}
|
|
1296
|
+
]
|
|
1297
|
+
},
|
|
1298
|
+
"timer_second": {
|
|
1299
|
+
"values": [
|
|
1300
|
+
{
|
|
1301
|
+
"in": "ثانية",
|
|
1302
|
+
"out": 1
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"in": "ثانيتين",
|
|
1306
|
+
"out": 2
|
|
1307
|
+
}
|
|
1308
|
+
]
|
|
1309
|
+
},
|
|
786
1310
|
"shopping_list_item": {
|
|
787
1311
|
"wildcard": true
|
|
1312
|
+
},
|
|
1313
|
+
"timer_name": {
|
|
1314
|
+
"wildcard": true
|
|
1315
|
+
},
|
|
1316
|
+
"timer_command": {
|
|
1317
|
+
"wildcard": true
|
|
788
1318
|
}
|
|
789
1319
|
},
|
|
790
1320
|
"expansion_rules": {
|
|
791
1321
|
"name": "[ال]{name}",
|
|
792
1322
|
"area": "[ال]{area}",
|
|
1323
|
+
"floor": "[الطابق] {floor}",
|
|
793
1324
|
"colors": "[ال]{color}",
|
|
1325
|
+
"a": "(ا|أ|إ|آ)",
|
|
794
1326
|
"script": "[ال](برنامج|برامج|مسار|مسارات|سيناريو)",
|
|
795
1327
|
"scene": "[ال](مشهد|مشاهد|اعدادات)",
|
|
796
|
-
"hello": "(
|
|
1328
|
+
"hello": "(مرحبا|<a>هلين|[<a>]هلا)",
|
|
797
1329
|
"home_assistant": "[ال]بيت [(الذكي|المساعد)]",
|
|
798
|
-
"tell_me": "(قل لي|[
|
|
799
|
-
"what_is": "((
|
|
1330
|
+
"tell_me": "(قل لي|[<a>]خبرني)",
|
|
1331
|
+
"what_is": "((شو|ما|ماذا|كيف|كم|شقد|قديش)[ ][هو|هي|بكون|يكون|تكون])",
|
|
800
1332
|
"is_it": "(هل[ ][هو|هي|هناك])",
|
|
801
1333
|
"how_many": "كم عدد",
|
|
802
|
-
"where": "[(ل|<to> )](
|
|
803
|
-
"go": "[
|
|
1334
|
+
"where": "[(ل|<to> )](وين|فين|<a>ين)",
|
|
1335
|
+
"go": "[ب|ا][(ت|ي)](ذهب|روح|تجه)[ي]",
|
|
804
1336
|
"can": "(ممكن|يمكن)[ني]",
|
|
805
|
-
"
|
|
1337
|
+
"remains": "[ال](تبقى|متبقي|بقى|بقي|باقي|لسه)",
|
|
1338
|
+
"this": "(هذا|هذه)",
|
|
1339
|
+
"skip": "(تخطي|طف)",
|
|
1340
|
+
"in": "[[ال]موجود ](في|بي|داخل)",
|
|
1341
|
+
"all": "(كل[ها]|جميع[ها])",
|
|
1342
|
+
"to": "(على |لل|ل|<a>لى )",
|
|
1343
|
+
"any": "(<a>ي)",
|
|
1344
|
+
"everywhere": "<in> ((<any>|<all>) (مكان|الأماكن|منطقة|المناطق|غرفة|الغرف)|<all> (البيت|الدار|المنزل))",
|
|
1345
|
+
"procent": "(بالمائة|بالمئة)",
|
|
1346
|
+
"brightness": "{brightness}[[ ]%| <procent>]",
|
|
806
1347
|
"temperature": "{temperature}[°| درجة] [{temperature_unit}]",
|
|
807
|
-
"position": "{position}[[ ]%|
|
|
808
|
-
"turn": "(
|
|
809
|
-
"turn_on": "(
|
|
810
|
-
"turn_off": "(
|
|
811
|
-
"turn_up": "(علي|[
|
|
812
|
-
"turn_down": "(
|
|
813
|
-
"increase": "(
|
|
814
|
-
"decrease": "(
|
|
815
|
-
"unlock": "(
|
|
816
|
-
"lock": "(
|
|
1348
|
+
"position": "{position}[[ ]%| <procent>]",
|
|
1349
|
+
"turn": "([ت]غير|تعيين|[<a>]ضبط)",
|
|
1350
|
+
"turn_on": "(فعل|تفعيل|تشغيل|[<a>]بدء|<a>بدأ|[<a>]شعل|[<a>]شغل|[<a>]فتح)",
|
|
1351
|
+
"turn_off": "([<a>]طفي|[<a>]طفئ|[<a>]غلق)",
|
|
1352
|
+
"turn_up": "(علي|[<a>]رفع)",
|
|
1353
|
+
"turn_down": "(تخفيض|[<a>]نزل|[<a>]خفض)",
|
|
1354
|
+
"increase": "(زيادة|زود|كتر|كثر|<turn_up>|<add>)",
|
|
1355
|
+
"decrease": "(تقليل|قلل|تنقيص|نقص|وطي|شيل|<a>زالة|<a>مسح|<turn_down>)",
|
|
1356
|
+
"unlock": "([<a>]فتح)",
|
|
1357
|
+
"lock": "([<a>]قفل)",
|
|
817
1358
|
"open": "(<unlock>|<turn_up>)",
|
|
818
|
-
"close": "(
|
|
819
|
-
"add": "(
|
|
1359
|
+
"close": "(سكر|<a>غلق|<lock>|<turn_down>)",
|
|
1360
|
+
"add": "(ضيف|ضع|حط|زيد|[<a>]ضف)",
|
|
1361
|
+
"create": "(ساوي|<a>صنع|<a>نشاء|[<a>]عميل)",
|
|
1362
|
+
"next": "ال(تالي|قادم)[ة]",
|
|
1363
|
+
"pause": "(توقف|هدي|إيقاف|<a>وقف شوي|<a>وقف[ة]) [مؤقت[ا]]",
|
|
820
1364
|
"temp": "(باردة|دافئة|لطيفة|حارة|درجة [ال]حرارة)",
|
|
821
|
-
"intensity": "[ال](
|
|
822
|
-
"color": "[ال](
|
|
823
|
-
"in": "(في|بي|داخل)",
|
|
824
|
-
"all": "(كل|جميع)",
|
|
825
|
-
"to": "(على|الى|لل)",
|
|
826
|
-
"any": "(أي)",
|
|
1365
|
+
"intensity": "[ال](قوة|شدة|[درجة|شدة] [ال](صطوع|سطوع))",
|
|
1366
|
+
"color": "[ال](لون|<a>لوان)",
|
|
827
1367
|
"numeric_value_set": "(<turn>|<open>|<close>|)",
|
|
828
1368
|
"awning": "[ال](مظلة|مظلات)",
|
|
829
1369
|
"curtain": "[ال](ستائر|ستارة|ستارات)",
|
|
830
|
-
"door": "[ال](
|
|
831
|
-
"garage": "[ال](
|
|
1370
|
+
"door": "[ال](باب|[<a>]بواب)",
|
|
1371
|
+
"garage": "[ال](باب|بوابة|بوابات|[<a>]بواب) [ال]جراج",
|
|
832
1372
|
"gate": "[ال](بوابة|بوابات)",
|
|
833
1373
|
"window": "[ال](نافذة|نوافذ|نافذات|شباك|شبابيك)",
|
|
834
|
-
"light": "[ال](
|
|
1374
|
+
"light": "[ال](ضوء|مصابيح|مصباح|نور|لمبة|لمبات|<a>ضوية|<a>نوار|<a>ضواء|<a>ضاءة)",
|
|
835
1375
|
"switch": "[ال](مفتاح|مفاتيح)",
|
|
836
1376
|
"fan": "[ال](مروحة|مراوح|مروحات)",
|
|
837
|
-
"
|
|
1377
|
+
"weather": "[ال](طقس|طقوس|جو|<a>جواء)",
|
|
1378
|
+
"time": "[ال](وقت|ساعة)",
|
|
1379
|
+
"timer": "[ال](مؤقتي|مؤقت|منبه|منبهي|مؤقتات|منبهات|منبهاتي|مؤقتاتي|عداد)",
|
|
1380
|
+
"called": "(يسمى|تدعى|يدعى|باسم|اسمه|[ال]مسمى)",
|
|
1381
|
+
"duration": "(ل|لمدة|لفترة|بطول|يطول|طوله|<a>لى)",
|
|
1382
|
+
"timer_set": "(<turn_on>|<turn>|<create>)",
|
|
1383
|
+
"timer_cancel": "(<a>لغاء|[<a>]حذف|[<a>]مسح|<a>لغي)",
|
|
1384
|
+
"timer_pause": "<pause>",
|
|
1385
|
+
"timer_resume": "(متابعة|تكملة|<a>ستمر|<a>كمل|<a>ستئنف|<a>ستئناف|<a>عادة (تنشيط|تفعيل))",
|
|
1386
|
+
"timer_seconds_short": "({timer_three_quarters:seconds}|{timer_half:seconds}|{timer_quarter:seconds})",
|
|
1387
|
+
"timer_minutes_short": "({timer_three_quarters:minutes}|{timer_half:minutes}|{timer_quarter:minutes})",
|
|
1388
|
+
"timer_duration_seconds": "([ال]{timer_second:seconds}|[ال]{timer_seconds:seconds} <second>|[ال]<timer_seconds_short> [<minute>])",
|
|
1389
|
+
"timer_duration_minutes": "([ال]{timer_minute:minutes}|[ال]{timer_minutes:minutes} <minute>|[ال]<timer_minutes_short> [<hour>])",
|
|
1390
|
+
"timer_duration_hours": "([ال]{timer_hour:hours}|[ال]{timer_hours:hours} <hour>)",
|
|
1391
|
+
"timer_duration_minutes_seconds": "<timer_duration_minutes>[ [و ]<timer_duration_seconds>]",
|
|
1392
|
+
"timer_duration_hours_minutes_seconds": "<timer_duration_hours>[ [و ]<timer_duration_minutes>][ [و ]<timer_duration_seconds>]",
|
|
1393
|
+
"timer_duration": "<timer_duration_seconds>|<timer_duration_minutes_seconds>|<timer_duration_hours_minutes_seconds>",
|
|
1394
|
+
"timer_start_seconds_short": "({timer_three_quarters:start_seconds}|{timer_half:start_seconds}|{timer_quarter:start_seconds})",
|
|
1395
|
+
"timer_start_minutes_short": "({timer_three_quarters:start_minutes}|{timer_half:start_minutes}|{timer_quarter:start_minutes})",
|
|
1396
|
+
"timer_start_seconds": "([ال]{timer_second:start_seconds}|[ال]{timer_seconds:start_seconds} <second>|[ال]<timer_start_seconds_short> [<minute>])",
|
|
1397
|
+
"timer_start_minutes": "([ال]{timer_minute:start_minutes}|[ال]{timer_minutes:start_minutes} <minute>|[ال]<timer_start_minutes_short> [<hour>])",
|
|
1398
|
+
"timer_start_hours": "([ال]{timer_hour:start_hours}|[ال]{timer_hours:start_hours} <hour>)",
|
|
1399
|
+
"timer_start_minutes_seconds": "<timer_start_minutes>[ [و ]<timer_start_seconds>]",
|
|
1400
|
+
"timer_start_hours_minutes_seconds": "<timer_start_hours>[ [و ]<timer_start_minutes>][ [و ]<timer_start_seconds>]",
|
|
1401
|
+
"timer_start": "<timer_start_seconds>|<timer_start_minutes_seconds>|<timer_start_hours_minutes_seconds>",
|
|
1402
|
+
"second": "(ثانية|ثواني)",
|
|
1403
|
+
"minute": "(دقيقة|دقائق)",
|
|
1404
|
+
"hour": "(ساعة|ساعات)"
|
|
838
1405
|
},
|
|
839
1406
|
"skip_words": [
|
|
840
1407
|
"(من فضلك|لو سمحت)",
|