Skip to content

Commit

Permalink
Merge branch 'release/early-06-2023'
Browse files Browse the repository at this point in the history
  • Loading branch information
rts-devops committed Jun 5, 2023
2 parents cf99142 + 7eb3ffc commit 39876d5
Show file tree
Hide file tree
Showing 75 changed files with 1,616 additions and 935 deletions.
2 changes: 1 addition & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ analyzer_rules:
- unused_import

line_length: 300
file_length: 1000
file_length: 1200

trailing_whitespace:
ignores_empty_lines: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"tvLiveHomeSections": "tvLive,radioLive,radioLiveSatellite",
"audioHomeSections": "radioLatest,radioShowsAccess,radioFavoriteShows,radioLatestEpisodesFromFavorites,radioResumePlayback,radioMostPopular,radioWatchLater",
"minimumSocialViewCount": 50,
"faqURL": "https://www.rsi.ch/play/tv/guida",
"termsAndConditionsURL": "https://www.rsi.ch/la-rsi/Condizioni-generali-di-uso-del-sito-RSI-8585464.html",
"dataProtectionURL": "https://www.rsi.ch/la-rsi/Dichiarazione-sulla-protezione-dei-dati-10499633.html",
"whatsNewURL": "https://srgssr.github.io/playsrg-apple/releases/release_notes-ios-rsi.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "logo_rsi_podcast.pdf",
"idiom" : "iphone"
},
{
"filename" : "logo_rsi_podcast 1.pdf",
"idiom" : "ipad"
},
{
"filename" : "RSI Podcast.pdf",
"idiom" : "car"
},
{
"filename" : "logo_rsi_podcast 2.pdf",
"idiom" : "tv"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
Favorite label in the show view when a show can be favorited */
"Add to favorites" = "Aggiungere ai preferiti";

/* Accessibility hint for the profile header when user is not logged in */
"allows to log in or create an account in order to synchronize data." = "permette di accedere o creare un account per sincronizzare i dati.";

/* Accessibility label for the audio description badge */
"Audio described" = "Audiodescrizione";

Expand Down Expand Up @@ -100,7 +103,7 @@
/* Accessibility text for the login / signup header */
"Login or sign up" = "Login o registrazione";

/* Accessibility hint associated with the account header */
/* Accessibility hint for the profile header when user is logged in */
"Manages account information" = "Gestire le informazioni sull'account";

/* More button label
Expand Down Expand Up @@ -216,6 +219,9 @@
Show cell hint in edit mode */
"Toggles selection." = "Inverti la selezione.";

/* Unreads state button */
"Unreads" = "Non letti";

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

Expand Down
45 changes: 44 additions & 1 deletion Application/Resources/Apps/Play RSI/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@
/* Label of the button to copy support information to the pasteboard */
"Copy to the pasteboard" = "Copiare negli appunti";

/* Label of the button to copy support email to the pasteboard */
"Copy %@" = "Copiare";

/* Label of the button to copy support information to the pasteboard */
"Copy support information" = "Copiare le informazioni di supporto";

/* Label of the button to display the data protection policy */
"Data protection" = "Protezione dei dati";

Expand Down Expand Up @@ -237,9 +243,15 @@
/* Episode of a serie */
"Episode" = "Episodio";

/* Label to present the rate the application AppStore view */
"Evaluate the application" = "Valutare l'applicazione";

/* Short label identifying content which has expired. */
"Expired" = "Scaduto";

/* Label to present FAQs */
"FAQs" = "FAQ";

/* Label displayed in the show view when a show has been favorited
Label to present Favorites
Tab title to present the latest episodes from favorite shows on CarPlay
Expand Down Expand Up @@ -273,9 +285,16 @@
/* HD setting label */
"HD over cellular networks" = "HD su rete mobile";

/* Help and contact header title
Help and contact section header */
"Help and contact" = "Aiuto e contatto";

/* Label of the button to display help and impressum */
"Help and impressum" = "Aiuto e impressum";

/* Label to present feedback form */
"Help us to improve the application" = "Aiutaci a migliorare l'applicazione";

/* Label to present history
Title label used to present the history */
"History" = "Cronologia";
Expand All @@ -295,6 +314,9 @@
/* Information section header */
"Information" = "Informazioni";

/* Issue title on top of mail body to declare a technical issue */
"Issue:" = "Problema:";

/* Label for the button keeping autoplay enabled */
"Keep" = "Tenere";

Expand Down Expand Up @@ -421,13 +443,16 @@
/* Text displayed when no history is available */
"No history" = "Nessuna cronologia";

/* Missing mail application alert title */
"No mail application found" = "Nessuna applicazione Email trovata";

/* Text displayed when no notifications are available */
"No notifications" = "Nessuna notifica";

/* Default text displayed when no results are available */
"No results" = "Nessun risultato";

/* Label to present the help page
/* Label to present Notifications
Title label used to present notifications */
"Notifications" = "Notifiche";

Expand Down Expand Up @@ -490,6 +515,10 @@
/* Playback speed screen title */
"Playback speed" = "Velocità di riproduzione";

/* Apple TV header when displayed support information
Missing mail application description */
"Please contact us at %@" = "Contattaci a %@";

/* Most poular shows on Play SRG, displayed in the tvOS top shelf */
"Popular on Play SRG" = "Popolari sul Play RSI";

Expand Down Expand Up @@ -539,6 +568,11 @@
/* Short label identifying a replay sport event. Display in uppercase. */
"Replay" = "Replay";

/* Label of the button to present technical issue report instructions
Label to present technical issue report instructions
Subject of the technical issue mail */
"Report a technical issue" = "Segnalare un problema tecnico";

/* Reset section header
Title of the reset search settings button */
"Reset" = "Reset";
Expand Down Expand Up @@ -605,6 +639,9 @@
/* Search placeholder text */
"Shows, topics and more" = "Programmi, temi e altro";

/* Text displayed within the sign in profile header when no user is logged in */
"Sign in" = "Accedi";

/* Title label used to present sign language scheduled livestream medias */
"Sign language livestreams" = "Livestreams in lingua dei segni";

Expand Down Expand Up @@ -645,9 +682,15 @@
Support information alert title */
"Support information" = "Informazioni di supporto";

/* Information message displayed when support information has been copied to the pasteboard */
"Support email has been copied to the pasteboard" = "L'indirizzo email è stato copiato negli appunti";

/* Information message displayed when support information has been copied to the pasteboard */
"Support information has been copied to the pasteboard" = "Le informazioni di supporto sono state copiate negli appunti";

/* Login benefits description footer */
"Synchronize favorites, playback history and content saved for later on all devices connected to your account." = "Sincronizza i preferiti, la cronologia e i contenuti da guardare dopo su tutti i dispositivi collegati al tuo account.";

/* Login benefits description footer */
"Synchronize playback history, favorites and content saved for later on all devices connected to your account." = "Sincronizzare cronologia, preferiti ed elementi da guardare dopo su tutti gli apparecchi collegati al suo account.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"playServiceURL": "https://www.rtr.ch/play/",
"middlewareURL": "https://playfff.herokuapp.com",
"sourceCodeURL": "https://github.com/SRGSSR/playsrg-apple",
"supportEmailAddress": "[email protected]",
"liveHomeSections": "tvLive,radioLive,radioLiveSatellite,tvScheduledLivestreams",
"tvLiveHomeSections": "tvLive,tvScheduledLivestreams,radioLive,radioLiveSatellite",
"audioHomeSections": "radioLatest,radioShowsAccess,radioFavoriteShows,radioLatestEpisodesFromFavorites,radioResumePlayback,radioMostPopular,radioLatestEpisodes,radioWatchLater",
"minimumSocialViewCount": 50,
"faqURL": "https://www.rtr.ch/play/tv/agid",
"dataProtectionURL": "https://www.rtr.ch/article/7872047",
"whatsNewURL": "https://srgssr.github.io/playsrg-apple/releases/release_notes-ios-rtr.html",
"radioChannels": "[{\"uid\":\"12fb886e-b7aa-4e55-beb2-45dbc619f3c4\",\"name\":\"Radio RTR\",\"resourceUid\":\"radio_rtr\",\"songsViewStyle\":\"expanded\",\"color\":\"#AF001D\",\"secondColor\":\"#9B001B\"}]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
Favorite label in the show view when a show can be favorited */
"Add to favorites" = "Agiunscher a favurits";

/* Accessibility hint for the profile header when user is not logged in */
"allows to log in or create an account in order to synchronize data." = "permetta da far in login ni crear in conto per savair sincronisar las datas.";

/* Accessibility label for the audio description badge */
"Audio described" = "Audio descrit";

Expand Down Expand Up @@ -100,7 +103,7 @@
/* Accessibility text for the login / signup header */
"Login or sign up" = "Login u registrar\n";

/* Accessibility hint associated with the account header */
/* Accessibility hint for the profile header when user is logged in */
"Manages account information" = "Organisescha las infurmaziuns da l'account";

/* More button label
Expand Down Expand Up @@ -216,6 +219,9 @@
Show cell hint in edit mode */
"Toggles selection." = "Mida la selecziun.";

/* Unreads state button */
"Unreads" = "betg legì";

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

Expand Down
45 changes: 44 additions & 1 deletion Application/Resources/Apps/Play RTR/rm.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@
/* Label of the button to copy support information to the pasteboard */
"Copy to the pasteboard" = "Copiar el archiv provisoric";

/* Label of the button to copy support email to the pasteboard */
"Copy %@" = "Copiar %@";

/* Label of the button to copy support information to the pasteboard */
"Copy support information" = "Copiar infurmaziuns davar il support";

/* Label of the button to display the data protection policy */
"Data protection" = "Protecziun da datas";

Expand Down Expand Up @@ -237,9 +243,15 @@
/* Episode of a serie */
"Episode" = "Episoda";

/* Label to present the rate the application AppStore view */
"Evaluate the application" = "Evaluar l' applicaziun";

/* Short label identifying content which has expired. */
"Expired" = "Expirà";

/* Label to present FAQs */
"FAQs" = "FAQ";

/* Label displayed in the show view when a show has been favorited
Label to present Favorites
Tab title to present the latest episodes from favorite shows on CarPlay
Expand Down Expand Up @@ -273,9 +285,16 @@
/* HD setting label */
"HD over cellular networks" = "HD sur la rait cellulara";

/* Help and contact header title
Help and contact section header */
"Help and contact" = "Agid e contact";

/* Label of the button to display help and impressum */
"Help and impressum" = "Agid ed impressum";

/* Label to present feedback form */
"Help us to improve the application" = "Ans gidai per meglierar l'applicaziun";

/* Label to present history
Title label used to present the history */
"History" = "Cronologia";
Expand All @@ -295,6 +314,9 @@
/* Information section header */
"Information" = "Infurmaziun";

/* Issue title on top of mail body to declare a technical issue */
"Issue:" = "Problem:";

/* Label for the button keeping autoplay enabled */
"Keep" = "Tegnair";

Expand Down Expand Up @@ -421,13 +443,16 @@
/* Text displayed when no history is available */
"No history" = "Nagina cronologia";

/* Missing mail application alert title */
"No mail application found" = "Nagina applicaziun da mail a disposiziun";

/* Text displayed when no notifications are available */
"No notifications" = "Naginas notificaziuns";

/* Default text displayed when no results are available */
"No results" = "Nagin resultat";

/* Label to present the help page
/* Label to present Notifications
Title label used to present notifications */
"Notifications" = "Notificaziuns";

Expand Down Expand Up @@ -490,6 +515,10 @@
/* Playback speed screen title */
"Playback speed" = "Spertadad da reproducziun";

/* Apple TV header when displayed support information
Missing mail application description */
"Please contact us at %@" = "Per plaschair contactar nus sin %@";

/* Most poular shows on Play SRG, displayed in the tvOS top shelf */
"Popular on Play SRG" = "Popular sin Play RTR";

Expand Down Expand Up @@ -539,6 +568,11 @@
/* Short label identifying a replay sport event. Display in uppercase. */
"Replay" = "Replay";

/* Label of the button to present technical issue report instructions
Label to present technical issue report instructions
Subject of the technical issue mail */
"Report a technical issue" = "Rapportar in problem tecnic";

/* Reset section header
Title of the reset search settings button */
"Reset" = "Reset";
Expand Down Expand Up @@ -605,6 +639,9 @@
/* Search placeholder text */
"Shows, topics and more" = "Emissiuns, temas e dapli";

/* Text displayed within the sign in profile header when no user is logged in */
"Sign in" = "Login";

/* Title label used to present sign language scheduled livestream medias */
"Sign language livestreams" = "Livestreams en lingua da segns";

Expand Down Expand Up @@ -645,9 +682,15 @@
Support information alert title */
"Support information" = "Infurmaziuns davart il support";

/* Information message displayed when support information has been copied to the pasteboard */
"Support email has been copied to the pasteboard" = "Infurmaziuns da support èn copiadas en las notizias";

/* Information message displayed when support information has been copied to the pasteboard */
"Support information has been copied to the pasteboard" = "Infurmaziuns da support èn copiadas en las notizias";

/* Login benefits description footer */
"Synchronize favorites, playback history and content saved for later on all devices connected to your account." = "Sincronisar cronologia, favurits e cuntegns arcunads per pli tard sin tut ils apparats colliads.";

/* Login benefits description footer */
"Synchronize playback history, favorites and content saved for later on all devices connected to your account." = "Sincronisar cronologia, favurits e cuntegns arcunads per pli tard sin tut ils apparats colliads.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"tvLiveHomeSections": "tvLive,tvScheduledLivestreams,radioLive,radioLiveSatellite",
"audioHomeSections": "radioLatest,radioShowsAccess,radioFavoriteShows,radioLatestEpisodesFromFavorites,radioResumePlayback,radioMostPopular,radioLatestEpisodes,radioLatestVideos,radioWatchLater",
"minimumSocialViewCount": 50,
"faqURL": "https://www.rts.ch/play/tv/aide",
"termsAndConditionsURL": "https://www.rts.ch/article/8994021",
"dataProtectionURL": "https://www.rts.ch/article/8994006",
"whatsNewURL": "https://srgssr.github.io/playsrg-apple/releases/release_notes-ios-rts.html",
Expand Down
Loading

0 comments on commit 39876d5

Please sign in to comment.