Skip to content

Commit

Permalink
Merge branch 'release/tvos/1.2.0-15'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Mar 27, 2021
2 parents c08ae1f + ec5aa60 commit 95a2d7d
Show file tree
Hide file tree
Showing 166 changed files with 4,698 additions and 1,841 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ AllCops:
# this would cause errors with long lanes
Metrics/BlockLength:
Enabled: true
Max: 30
ExcludedMethods: ['platform', 'for_platform', 'abstract_target']

# Default is too restrictive, when optional properties have to be checked
Metrics/MethodLength:
Enabled: true
Max: 15

# Lane description and gem lines can be long
Layout/LineLength:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"topicSections": "latest,mostPopular",
"topicSectionsWithSubtopics": "latest",
"minimumSocialViewCount": 50,
"termsAndConditionsURL": "https://www.rsi.ch/chi-siamo/Condizioni-generali-di-uso-del-sito-RSI-8585464.html?f=blankWireframe",
"dataProtectionURL": "https://www.rsi.ch/chi-siamo/protezione-dei-dati/Dichiarazione-sulla-protezione-dei-dati-10499633.html?f=blankWireframe",
"termsAndConditionsURL": "https://www.rsi.ch/chi-siamo/Condizioni-generali-di-uso-del-sito-RSI-8585464.html",
"dataProtectionURL": "https://www.rsi.ch/chi-siamo/protezione-dei-dati/Dichiarazione-sulla-protezione-dei-dati-10499633.html",
"whatsNewURL": "https://pastebin.com/raw/WUM7QS1W",
"radioChannels": "[{\"uid\":\"rete-uno\",\"name\":\"Rete Uno\",\"resourceUid\":\"rete_uno\",\"songsViewStyle\":\"collapsed\",\"color\":\"#0074C2\",\"secondColor\":\"#54B8EF\"},{\"uid\":\"rete-due\",\"name\":\"Rete Due\",\"resourceUid\":\"rete_due\",\"songsViewStyle\":\"collapsed\",\"color\":\"#06A73B\",\"secondColor\":\"#30E96B\"},{\"uid\":\"rete-tre\",\"name\":\"Rete Tre\",\"resourceUid\":\"rete_tre\",\"songsViewStyle\":\"collapsed\",\"color\":\"#A4BB1B\",\"secondColor\":\"#DEF355\"}]",
"tvChannels": "[{\"uid\":\"la1\",\"name\":\"LA 1\",\"resourceUid\":\"la1\",\"color\":\"#FF9120\",\"secondColor\":\"#E15100\"},{\"uid\":\"la2\",\"name\":\"LA 2\",\"resourceUid\":\"la2\",\"color\":\"#FFCF2F\",\"secondColor\":\"#F38A0D\"}]",
"satelliteRadioChannels": "[{\"uid\":\"rsp\",\"name\":\"Radio Swiss Pop\",\"resourceUid\":\"rsp\",\"color\":\"#F01F73\",\"secondColor\":\"#D31A3C\"},{\"uid\":\"rsc-it\",\"name\":\"Radio Swiss Classic\",\"resourceUid\":\"rsc\",\"color\":\"#09A1DE\",\"secondColor\":\"#036E99\"},{\"uid\":\"rsj\",\"name\":\"Radio Swiss Jazz\",\"resourceUid\":\"rsj\",\"color\":\"#F7B222\",\"secondColor\":\"#CC7A00\"}]",
"continuousPlaybackPlayerViewTransitionDuration": 5,
"continuousPlaybackPlayerViewTransitionDuration": 10,
"continuousPlaybackForegroundTransitionDuration": 0,
"continuousPlaybackBackgroundTransitionDuration": 0,
"endTolerance": 10,
Expand Down
37 changes: 23 additions & 14 deletions Application/Resources/Apps/Play RSI/it.lproj/Accessibility.strings
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
Favorite label in the show view when a show can be favorited */
"Add to favorites" = "Aggiungere ai preferiti";

/* Media watch later addition label */
"Add to the watch later list" = "Aggiungere a \"Guardare dopo\"";

/* Accessibility label for a media cell with audio description
Accessibility label for the audio description badge */
"Audio described" = "Audiodescrizione";
Expand All @@ -43,7 +40,18 @@
"Closes the player and continue playing video with AirPlay." = "Chiude il player ma continua la riproduzione con AirPlay.";

/* Delete button label */
"Delete" = "Elimina";
"Delete" = "Eliminare";

/* A download button label */
"Delete download" = "Eliminare il download";

/* Media deletion from later list label
Media deletion from later list label in the media detail view when a media is in the later list */
"Delete from \"Later\" list" = "Eliminare la lista \"Dopo\"";

/* Favorite label in the player view when a show has been favorited
Favorite label in the show view when a show has been favorited */
"Delete from favorites" = "Eliminare dai Preferiti";

/* Show unsubscription label */
"Disable notifications for show" = "Disattivare le notifiche per il programma";
Expand All @@ -66,6 +74,10 @@
/* Introductory title for information notifications */
"Information" = "Informazioni";

/* Media addition for an audio to later list label
Media addition to later list label in media detail view to add an audio to the later list */
"Listen later" = "Ascoltare dopo";

/* Accessibility introductory text for the logged in user */
"Logged in user: %@" = "Utente connesso: %@";

Expand Down Expand Up @@ -120,19 +132,12 @@
/* Song cell hint */
"Plays the music." = "Riprodurre la musica.";

/* Profile button label on home view */
"Profile" = "Profilo";

/* Mini player label */
"Recently played: %@" = "Riprodotto di recente: %@";

/* A download button label */
"Remove download" = "Rimuovere i download";

/* Favorite label in the player view when a show has been favorited
Favorite label in the show view when a show has been favorited */
"Remove from favorites" = "Rimuovere dai preferiti";

/* Media watch later removal label */
"Remove from the watch later list" = "Rimuovere da Guardare dopo";

/* A download button label */
"Retry download" = "Riprovare il download";

Expand Down Expand Up @@ -165,3 +170,7 @@

/* Introductory title for warning notifications */
"Warning" = "Attenzione";

/* Media addition for a video to later list label
Media addition to later list label in media detail view to add a video to the later list */
"Watch later" = "Guardare dopo";
Loading

0 comments on commit 95a2d7d

Please sign in to comment.