This repository was archived by the owner on May 26, 2022. It is now read-only.
File tree 1 file changed +0
-15
lines changed
custom_components/plex_assistant
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 303
303
"cast_device" : "cast toestel" ,
304
304
"no_call" : "Er is geen opdracht ontvangen." ,
305
305
306
- # Invoke Command
307
306
"play_start" : [
308
307
"speel de film" ,
309
308
"speel film" ,
314
313
"speel" ,
315
314
],
316
315
317
- # Ordinal Numbers to Integers
318
316
"ordinals" : {
319
317
"eerste" : "1" ,
320
318
"tweede" : "2" ,
332
330
"post" : [],
333
331
},
334
332
335
- # Keywords, Pre, and Post
336
333
"season" : {
337
334
"keywords" : [
338
335
"seizoen" ,
767
764
},
768
765
},
769
766
"pt" : {
770
- # Generic Terms
771
767
"play" : "ver" ,
772
768
"movies" : [
773
769
"filmes" ,
779
775
"series"
780
776
],
781
777
782
- # Controls
783
778
"controls" : {
784
779
"play" : "play" ,
785
780
"pause" : "pausa" ,
788
783
"jump_back" : "para trás" ,
789
784
},
790
785
791
- # Text for errors
792
786
"not_found" : "não encontrado" ,
793
787
"cast_device" : "dispositivo cast" ,
794
788
"no_call" : "Nenhum comando recebido." ,
795
789
796
- # Invoke Command
797
790
"play_start" : [
798
791
"inicia o filme" ,
799
792
"começa o filme" ,
807
800
"começa a serie" ,
808
801
],
809
802
810
- # Ordinal Numbers to Integers
811
803
"ordinals" : {
812
- # Edit the keys for translation, not the integers.
813
804
"primeiro" : "1" ,
814
805
"segundo" : "2" ,
815
806
"terceiro" : "3" ,
820
811
"oitavo" : "8" ,
821
812
"nono" : "9" ,
822
813
"décimo" : "10" ,
823
- # Do not edit the keys of pre and post
824
814
"pre" : [
825
815
"o" ,
826
816
"a" ,
827
817
],
828
818
"post" : [],
829
819
},
830
820
831
- # Keywords, Pre, and Post
832
821
"season" : {
833
822
"keywords" : [
834
823
"temporada" ,
908
897
"de" ,
909
898
],
910
899
},
911
- # This is the separator word used at the end of the command
912
- # To let us know it is a cast device.
913
- # Examples: "Play Coco on Samsung TV" or "Play Coco on the Samsung TV"
914
900
"separator" : {
915
- # Only use one keyword for this one.
916
901
"keywords" : [
917
902
"na" ,
918
903
],
You can’t perform that action at this time.
0 commit comments