Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 6f070d3

Browse files
committed
cleanup
1 parent 0dbd969 commit 6f070d3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

custom_components/plex_assistant/localize.py

-15
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@
303303
"cast_device": "cast toestel",
304304
"no_call": "Er is geen opdracht ontvangen.",
305305

306-
# Invoke Command
307306
"play_start": [
308307
"speel de film",
309308
"speel film",
@@ -314,7 +313,6 @@
314313
"speel",
315314
],
316315

317-
# Ordinal Numbers to Integers
318316
"ordinals": {
319317
"eerste": "1",
320318
"tweede": "2",
@@ -332,7 +330,6 @@
332330
"post": [],
333331
},
334332

335-
# Keywords, Pre, and Post
336333
"season": {
337334
"keywords": [
338335
"seizoen",
@@ -767,7 +764,6 @@
767764
},
768765
},
769766
"pt": {
770-
# Generic Terms
771767
"play": "ver",
772768
"movies": [
773769
"filmes",
@@ -779,7 +775,6 @@
779775
"series"
780776
],
781777

782-
# Controls
783778
"controls": {
784779
"play": "play",
785780
"pause": "pausa",
@@ -788,12 +783,10 @@
788783
"jump_back": "para trás",
789784
},
790785

791-
# Text for errors
792786
"not_found": "não encontrado",
793787
"cast_device": "dispositivo cast",
794788
"no_call": "Nenhum comando recebido.",
795789

796-
# Invoke Command
797790
"play_start": [
798791
"inicia o filme",
799792
"começa o filme",
@@ -807,9 +800,7 @@
807800
"começa a serie",
808801
],
809802

810-
# Ordinal Numbers to Integers
811803
"ordinals": {
812-
# Edit the keys for translation, not the integers.
813804
"primeiro": "1",
814805
"segundo": "2",
815806
"terceiro": "3",
@@ -820,15 +811,13 @@
820811
"oitavo": "8",
821812
"nono": "9",
822813
"décimo": "10",
823-
# Do not edit the keys of pre and post
824814
"pre": [
825815
"o",
826816
"a",
827817
],
828818
"post": [],
829819
},
830820

831-
# Keywords, Pre, and Post
832821
"season": {
833822
"keywords": [
834823
"temporada",
@@ -908,11 +897,7 @@
908897
"de",
909898
],
910899
},
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"
914900
"separator": {
915-
# Only use one keyword for this one.
916901
"keywords": [
917902
"na",
918903
],

0 commit comments

Comments
 (0)