Skip to content

Commit

Permalink
Upgrade mycroft-timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Penrod committed Jul 6, 2018
1 parent 465546f commit e72168b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycroft-timer
Submodule mycroft-timer updated 88 files
+ 0.png
+ 1.png
+ 2.png
+ 3.png
+ 4.png
+ 5.png
+ 6.png
+ 7.png
+ 8.png
+ 9.png
+9 −5 README.md
+421 −234 __init__.py
+ blank.png
+ colon.png
+1 −1 dialog/de-de/all.list
+2 −2 dialog/de-de/ask.cancel.running.dialog
+2 −2 dialog/de-de/ask.cancel.running.plural.dialog
+1 −1 dialog/de-de/ask.how.long.dialog
+1 −1 dialog/de-de/ask.which.timer.cancel.dialog
+1 −1 dialog/de-de/ask.which.timer.dialog
+1 −1 dialog/de-de/cancel.all.dialog
+2 −2 dialog/de-de/cancelled.single.timer.dialog
+2 −4 dialog/de-de/hour.list
+1 −1 dialog/de-de/minute.list
+1 −1 dialog/de-de/no.active.timer.dialog
+1 −0 dialog/de-de/say.day.dialog
+1 −0 dialog/de-de/say.days.dialog
+1 −0 dialog/de-de/say.hour.dialog
+1 −0 dialog/de-de/say.hours.dialog
+1 −0 dialog/de-de/say.minute.dialog
+1 −0 dialog/de-de/say.minutes.dialog
+1 −0 dialog/de-de/say.second.dialog
+1 −0 dialog/de-de/say.seconds.dialog
+2 −4 dialog/de-de/second.list
+1 −1 dialog/de-de/started.timer.dialog
+1 −0 dialog/de-de/tell.me.how.long.dialog
+1 −1 dialog/de-de/time.remaining.dialog
+3 −3 dialog/de-de/yes.list
+1 −1 dialog/en-us/ask.which.timer.dialog
+2 −1 dialog/en-us/cancel.all.dialog
+2 −2 dialog/en-us/cancelled.single.timer.dialog
+4 −0 dialog/en-us/no.list
+1 −0 dialog/en-us/say.day.dialog
+1 −0 dialog/en-us/say.days.dialog
+1 −0 dialog/en-us/say.hour.dialog
+1 −0 dialog/en-us/say.hours.dialog
+1 −0 dialog/en-us/say.minute.dialog
+1 −0 dialog/en-us/say.minutes.dialog
+1 −0 dialog/en-us/say.second.dialog
+1 −0 dialog/en-us/say.seconds.dialog
+3 −0 dialog/en-us/started.another.timer.dialog
+3 −1 dialog/en-us/started.timer.dialog
+1 −0 dialog/en-us/tell.me.how.long.dialog
+1 −0 dialog/en-us/time.elapsed.dialog
+1 −1 dialog/en-us/time.remaining.dialog
+1 −0 dialog/en-us/timer.expired.dialog
+ negative.png
+5 −0 test/intent/000.cancel-all-timers.intent.json
+8 −0 test/intent/001.create-timer.intent.json
+6 −0 test/intent/002.delete-timer.intent.json
+6 −0 test/intent/003.create-timer.intent.json
+6 −0 test/intent/004.delete-timer.intent.json
+6 −0 test/intent/005.how-much-time-left.intent.json
+6 −0 test/intent/006.create-timer.intent.json
+6 −0 test/intent/007.how-much-time-left.intent.json
+6 −0 test/intent/008.create-timer.intent.json
+6 −0 test/intent/009.create-timer.intent.json
+8 −0 test/intent/010.how-much-time-left.intent.json
+6 −0 test/intent/011.how-much-time-left-specific.intent.json
+6 −0 test/intent/012.how-much-time-left-specific.intent.json
+6 −0 test/intent/013.create-named-timer.intent.json
+8 −0 test/intent/014.how-much-time-left-specific.intent.json
+ twoBeep.wav
+1 −1 vocab/de-de/All.voc
+9 −1 vocab/de-de/Cancel.voc
+2 −3 vocab/de-de/Mute.voc
+1 −1 vocab/de-de/all.entity
+7 −7 vocab/de-de/cancel.timer.intent
+2 −2 vocab/de-de/duration.entity
+14 −13 vocab/de-de/start.timer.intent
+11 −8 vocab/de-de/status.timer.intent
+14 −1 vocab/de-de/stop.intent
+6 −3 vocab/de-de/stop.timer.intent
+2 −1 vocab/en-us/Cancel.voc
+5 −6 vocab/en-us/start.timer.intent
+12 −9 vocab/en-us/status.timer.intent
+0 −3 vocab/en-us/stop.intent
+6 −1 vocab/en-us/stop.timer.intent

0 comments on commit e72168b

Please sign in to comment.