Skip to content

Commit

Permalink
Merge pull request #33 from OpenVoiceOS/release-0.3.3a1
Browse files Browse the repository at this point in the history
Release 0.3.3a1
  • Loading branch information
JarbasAl authored Nov 1, 2024
2 parents 5dd923f + 3e6715c commit 73d631a
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 32 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Changelog

## [0.3.1a2](https://github.com/OpenVoiceOS/skill-ovos-naptime/tree/0.3.1a2) (2024-10-15)
## [0.3.3a1](https://github.com/OpenVoiceOS/skill-ovos-naptime/tree/0.3.3a1) (2024-11-01)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-naptime/compare/V0.2.3...0.3.1a2)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-naptime/compare/0.3.2a1...0.3.3a1)

**Merged pull requests:**

- fix:long description [\#28](https://github.com/OpenVoiceOS/skill-ovos-naptime/pull/28) ([JarbasAl](https://github.com/JarbasAl))
- fix:update\_requirements [\#27](https://github.com/OpenVoiceOS/skill-ovos-naptime/pull/27) ([JarbasAl](https://github.com/JarbasAl))
- de-de/translate [\#26](https://github.com/OpenVoiceOS/skill-ovos-naptime/pull/26) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- Add Catalan translation [\#25](https://github.com/OpenVoiceOS/skill-ovos-naptime/pull/25) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- fix: allow workshop 2.0.0 [\#32](https://github.com/OpenVoiceOS/skill-ovos-naptime/pull/32) ([JarbasAl](https://github.com/JarbasAl))
- added terms in Italian [\#30](https://github.com/OpenVoiceOS/skill-ovos-naptime/pull/30) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.3.2a1](https://github.com/OpenVoiceOS/skill-ovos-naptime/tree/0.3.2a1) (2024-11-01)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-naptime/compare/0.3.1...0.3.2a1)

**Merged pull requests:**

- accepted addition translation [\#31](https://github.com/OpenVoiceOS/skill-ovos-naptime/pull/31) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
3 changes: 2 additions & 1 deletion locale/it-it/going.to.sleep.dialog
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Ora vado a dormire. Dì '{wake_word}, svegliati' per svegliarmi.
Sto andando a dormire. Dì '{wake_word}, svegliati' per richiedere la mia attenzione.
Sto andando a dormire. Dì '{wake_word}, svegliati' per richiedere la mia attenzione.
Va bene, vado a dormire. Puoi svegliarmi dicendo '{wake_word}, svegliati'.
2 changes: 1 addition & 1 deletion locale/it-it/going.to.sleep.short.dialog
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Va bene
Va bene.
Vado a dormire.
19 changes: 16 additions & 3 deletions locale/it-it/naptime.intent
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Buonanotte
Dormi
Vai a dormire
andiamo a dormire
attiva la modalità sonno
dormi
entra in modalità riposo
entra in modalità sonno
facciamo un riposino
fai il riposino
incomincia la modalità sonno
inizia il pisolino
inizia il riposino
inizia la siesta
ora del pisolino
ora della nanna
pisola
vai a dormire
è ora di fare un pisolino
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-utils>=0.0.38
ovos-workshop>=0.0.15,<2.0.0
ovos-workshop>=0.0.15,<3.0.0
ovos-bus-client>=0.0.8
4 changes: 2 additions & 2 deletions translations/it-it/dialogs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"going.to.sleep.short.dialog": [
"Va bene",
"Va bene.",
"Vado a dormire."
],
"i.am.awake.dialog": [
Expand All @@ -9,6 +9,6 @@
"going.to.sleep.dialog": [
"Sto andando a dormire. Dì '{wake_word}, svegliati' per richiedere la mia attenzione.",
"Ora vado a dormire. Dì '{wake_word}, svegliati' per svegliarmi.",
"[UNUSED]"
"Va bene, vado a dormire. Puoi svegliarmi dicendo '{wake_word}, svegliati'."
]
}
32 changes: 16 additions & 16 deletions translations/it-it/intents.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"naptime.intent": [
"Vai a dormire",
"Dormi",
"Vai a dormire",
"Buonanotte",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"vai a dormire",
"ora del pisolino",
"facciamo un riposino",
"ora della nanna",
"entra in modalità sonno",
"inizia il riposino",
"inizia il pisolino",
"attiva la modalità sonno",
"fai il riposino",
"entra in modalità riposo",
"andiamo a dormire",
"è ora di fare un pisolino",
"dormi",
"incomincia la modalità sonno",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
"pisola",
"inizia la siesta",
"[UNUSED]",
"[UNUSED]",
"[UNUSED]",
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_BUILD = 1
VERSION_ALPHA = 0
VERSION_BUILD = 3
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 73d631a

Please sign in to comment.