Skip to content

Commit

Permalink
Merge branch 'release/tvos/1.6.3-46'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Jul 9, 2022
2 parents 041dfd6 + 4a484c5 commit 644b24a
Show file tree
Hide file tree
Showing 254 changed files with 7,538 additions and 8,955 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ xcuserdata
/vendor
/.bundle
.ruby-version

.vscode
2 changes: 2 additions & 0 deletions Application/Application-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,7 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Dark</string>
<key>PlayMMFServiceURL</key>
<string>$(CONFIG__PLAY_MMF_SERVICE_URL)</string>
</dict>
</plist>
13 changes: 10 additions & 3 deletions Application/Resources/Apps/Play RSI/it.lproj/Accessibility.strings
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
/* Label displaying the number of views on the player */
"%@ views" = "%@ visualizzazioni";

/* Number of results aggregated in search */
"%@ results" = "%@ risultati";

/* Show A-Z button label */
"A to Z shows" = "Programmi dalla A alla Z";

Expand All @@ -24,8 +27,7 @@
"Audio described" = "Audiodescrizione";

/* Close button label
Close button label on player view
Close button label on settings view */
Close button label on player view */
"Close" = "Chiudere";

/* Player close button hint */
Expand Down Expand Up @@ -54,6 +56,9 @@
/* Show unsubscription label */
"Disable notifications for show" = "Disattivare le notifiche per il programma";

/* Label of the search bar button to close the keyboard */
"Dismiss keyboard" = "Chiudere la tastiera";

/* Button to display the TV guide as a grid */
"Display grid" = "Visualizzazione a griglia";

Expand Down Expand Up @@ -112,7 +117,8 @@
/* Text providing a channel information. Placeholder is the channel on which it's broadcasted. */
"on %@" = "su %@";

/* More button hint
/* Highlight cell hint
More button hint
Program cell hint */
"Opens details." = "Mostra i dettagli.";

Expand Down Expand Up @@ -194,6 +200,7 @@

/* Download cell hint in edit mode
Media cell hint in edit mode
Notification cell hint in edit mode
Show cell hint in edit mode */
"Toggles selection." = "Inverti la selezione.";

Expand Down
Loading

0 comments on commit 644b24a

Please sign in to comment.