Skip to content

Commit 6fded48

Browse files
committed
Update patterns.xml
1 parent c366414 commit 6fded48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Voice Control For Plex/src/main/res/values-es/patterns.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ adding translations, please do not modify (.*), $1, ([0-9]+), etc.
99
a quite complicated regular expression. Plugging it into https://www.debuggex.com/ should help you figure out how
1010
it is constructed.
1111
-->
12-
<item name="pattern_recognition" type="string">^(((ver|continuar viendo|escuchar|ver película) (.+)( en (.+))?( en modo aleatorio)?)|((offset|timecode) (.+)( en (.+))?)|((pausar|detener|continuar) reproducción( en (.+))?))|(conectar a (.+)|desconectar)$</item>
12+
<item name="pattern_recognition" type="string">^(((ver|continuar viendo|escuchar|ver película) (.+)( en (.+))?( en modo aleatorio)?)|((posición) (.+)( en (.+))?)|((pausar|detener|continuar) reproducción( en (.+))?))|(conectar a (.+)|desconectar)$</item>
1313

1414
<item name="pattern_on_client" type="string">(.+) en (.+)$</item>
1515
<item name="pattern_resume_watching" type="string">^continuar viendo (.+)</item>
@@ -63,5 +63,5 @@ adding translations, please do not modify (.*), $1, ([0-9]+), etc.
6363
The (hours?|minutes?|seconds?) means hour, with or without an s at the end (singular or plural), and the
6464
same for minutes and seconds (the | means "or").
6565
-->
66-
<item name="pattern_offset" type="string">^(offset|timecode) ([0-9]) (horas?|minutos?|segundos?)(?: ([0-9]) (minutos?|segundos?))?(?: ([0-9]) (segundos?))?</item>
66+
<item name="pattern_offset" type="string">^(posición) ([0-9]) (horas?|minutos?|segundos?)(?: ([0-9]) (minutos?|segundos?))?(?: ([0-9]) (segundos?))?</item>
6767
</resources>

0 commit comments

Comments
 (0)