Skip to content

Commit

Permalink
Soporte para PT y MX, traducciones y parches
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouser1 committed Feb 10, 2023
1 parent e472931 commit 42ca352
Show file tree
Hide file tree
Showing 18 changed files with 346 additions and 177 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Descarga el archivo .zip generado por Github e instálalo.
* Watching
* Listas de reproducción
* Sincronizar progreso de visionado con Filmin
* Soporte para Portugal y México

### Prioridades
* Integración con Up Next
Expand Down
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.filmin" name="Filmin" version="1.5.2" provider-name="pablouser1">
<addon id="plugin.video.filmin" name="Filmin" version="1.6.0" provider-name="pablouser1">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" version="2.22.0+matrix.1" />
Expand All @@ -19,8 +19,8 @@
<website>https://github.com/pablouser1/plugin.video.filmin</website>
<source>http://github.com/pablouser1/plugin.video.filmin</source>
<news>
v1.5.2 (04/01/2023)
Rollback de 1.5.1 y agregadas mejoras en reproducción
v1.6.0 (10/02/2023)
Soporte inicial a Filmin Portugal y Filmin México
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
186 changes: 126 additions & 60 deletions resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,102 +16,168 @@ msgstr ""
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

# -- General config -- #
msgctxt "#40000"
msgid "Account"
msgstr ""
msgid "General"
msgstr "General"

msgctxt "#40001"
msgid "Login info"
msgstr ""
msgid "Features"
msgstr "Features"

msgctxt "#40002"
msgid "Username"
msgstr ""
msgid "Region"
msgstr "Region"

msgctxt "#40003"
msgid "Tokens"
msgstr ""
msgid "Allow syncing with Filmin"
msgstr "Allow syncing with Filmin"

msgctxt "#40004"
msgid "Access Token"
msgstr ""
msgid "Allow using tickets"
msgstr "Allow using tickets"

msgctxt "#40005"
msgid "Refresh Token"
msgstr ""

msgctxt "#40006"
msgid "Logout"
msgstr ""

msgctxt "#40007"
msgid "General"
msgstr ""

msgctxt "#40008"
msgid "Features"
msgstr ""

msgctxt "#40009"
msgid "Sync progress with Filmin"
msgstr ""
msgid "Enable UpNext integration (WIP)"
msgstr "Enable UpNext integration (WIP)"

# -- Login config -- #
msgctxt "#40010"
msgid "Allow renting media with tickets"
msgstr ""
msgid "Login"
msgstr "Login"

msgctxt "#40011"
msgid "Enable Up Next integration"
msgstr ""
msgid "Account"
msgstr "Account"

msgctxt "#40012"
msgid "User ID"
msgstr ""
msgid "Username"
msgstr "Username"

msgctxt "#40013"
msgid "Search"
msgstr ""
msgid "User ID"
msgstr "User ID"

msgctxt "#40014"
msgid "Catalog"
msgstr ""
msgid "Profile ID"
msgstr "Profile ID"

msgctxt "#40015"
msgid "Purchaseds"
msgstr ""
msgid "Change profile"
msgstr "Change profile"

msgctxt "#40016"
msgid "Highlighteds"
msgstr ""
msgid "Logout"
msgstr "Logout"

msgctxt "#40017"
msgid "Collections"
msgstr ""
msgid "Access token"
msgstr "Access token"

msgctxt "#40018"
msgid "Watching"
msgstr ""

msgctxt "#40019"
msgid "My playlists"
msgstr ""
msgid "Refresh token"
msgstr "Refresh token"

# -- Main menu -- #
msgctxt "#40020"
msgid "Type your username/email"
msgstr ""
msgid "Search"
msgstr "Search"

msgctxt "#40021"
msgid "Type your password"
msgstr ""
msgid "Currently watching"
msgstr "Currently watching"

msgctxt "#40022"
msgid "Logged in successfully"
msgstr ""
msgid "Catalog"
msgstr "Catalog"

msgctxt "#40023"
msgid "Profile ID"
msgstr ""
msgid "Purchased"
msgstr "Purchased"

msgctxt "#40024"
msgid "Change profile"
msgstr ""
msgid "Highlighteds"
msgstr "Highlighteds"

msgctxt "#40025"
msgid "Collections"
msgstr "Collections"

msgctxt "#40026"
msgid "Playlists"
msgstr "Playlists"

# -- session.py -- #
msgctxt "#40030"
msgid "Write your username/email"
msgstr "Write your username/email"

msgctxt "#40031"
msgid "Write your password"
msgstr "Write your password"

msgctxt "#40032"
msgid "Logged in successfully"
msgstr "Logged in successfully"

msgctxt "#40033"
msgid "Choose a profile"
msgstr "Choose a profile"

msgctxt "#40034"
msgid "Profile changed successfully"
msgstr "Profile changed successfully"

msgctxt "#40035"
msgid "Logged out"
msgstr "Logged out"

# -- Views -- #
msgctxt "#40040"
msgid "Choose a media type"
msgstr "Choose a media type"

msgctxt "#40041"
msgid "Choose a genre"
msgstr "Choose a genre"

msgctxt "#40042"
msgid "Choose a subgenre"
msgstr "Choose a subgenre"

msgctxt "#40043"
msgid "All"
msgstr "All"

msgctxt "#40044"
msgid "TV Shows"
msgstr "TV Shows"

msgctxt "#40045"
msgid "Movies"
msgstr "Movies"

msgctxt "#40046"
msgid "Shorts"
msgstr "Shorts"

msgctxt "#40047"
msgid "RENTING ONLY"
msgstr "RENTING ONLY"

# -- Player -- #
msgctxt "#40050"
msgid "Tickets"
msgstr "Tickets"

msgctxt "#40051"
msgid "This content is not avaiable. Do you want to rent it using a ticket? You have %d tickets left"
msgstr "This content is not avaiable. Do you want to rent it using a ticket? You have %d tickets left"

msgctxt "#40052"
msgid "Choose a version"
msgstr "Choose a version"

msgctxt "#40053"
msgid "This item is not available"
msgstr "This item is not available"
Loading

0 comments on commit 42ca352

Please sign in to comment.