Skip to content

Commit

Permalink
add new translation string "VIDEO.SUBTITLES"
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion committed Jun 17, 2017
1 parent f7436a4 commit 3cf9ca5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions dist/streama-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ angular.module('streama.translations').config(['$translateProvider', function ($
OVERVIEW: 'Überblick',
GENRE: 'Genre',
TRAILER: 'Vorschau',
SEASON: 'Staffel'
SEASON: 'Staffel',
SUBTITLES: 'Untertitel'
},

MESSAGES: {
Expand Down Expand Up @@ -185,7 +186,8 @@ angular.module('streama.translations').config(['$translateProvider', function ($
OVERVIEW: 'Overview',
GENRE: 'Genre',
TRAILER: 'Trailer',
SEASON: 'Season'
SEASON: 'Season',
SUBTITLES: 'Subtitles'
},

MESSAGES: {
Expand Down Expand Up @@ -331,6 +333,7 @@ angular.module('streama.translations').config(['$translateProvider', function ($
GENRE: 'Género',
TRAILER: 'Trailer',
SEASON: 'Temporada',
SUBTITLES: 'Subtítulos'
},

MESSAGES: {
Expand Down Expand Up @@ -468,7 +471,8 @@ angular.module('streama.translations').config(['$translateProvider', function ($
OVERVIEW: 'Résumé',
GENRE: 'Genre',
TRAILER: 'Bande annonce',
SEASON: 'Saison'
SEASON: 'Saison',
SUBTITLES: 'Sous-titres'
},

MESSAGES: {
Expand Down Expand Up @@ -611,6 +615,7 @@ angular.module('streama.translations').config(['$translateProvider', function ($
GENRE: '장르',
TRAILER: '트레일러',
SEASON: '시즌',
SUBTITLES: '자막'
},

MESSAGES: {
Expand Down Expand Up @@ -751,6 +756,7 @@ angular.module('streama.translations').config(['$translateProvider', function ($
GENRE: 'Genre',
TRAILER: 'Trailer',
SEASON: 'Seizoen',
SUBTITLES: 'Ondertitels'
},

MESSAGES: {
Expand Down Expand Up @@ -836,7 +842,8 @@ angular.module('streama.translations').config(['$translateProvider', function ($
OVERVIEW: 'Visão Geral',
GENRE: 'Gênero',
TRAILER: 'Trailer',
SEASON: 'Temporada'
SEASON: 'Temporada',
SUBTITLES: 'Legendas'
},

MESSAGES: {
Expand Down
Loading

0 comments on commit 3cf9ca5

Please # to comment.