Aggiunge i18n IT/EN/FR/DE/ES, pagine pubbliche squadre e UX archivio.
Il selettore lingua funziona sul web e sulle app native; su Android la preferenza è persistita e applicata al riavvio. Incluse anche eliminazione replay a scope e campi pagina pubblica squadra. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Match Live TV</string>
|
||||
<string name="app_slogan">Every match, every event, for your fans.</string>
|
||||
<string name="language_label">Language</string>
|
||||
<string name="language_system">System</string>
|
||||
<string name="language_italian">Italiano</string>
|
||||
<string name="language_english">English</string>
|
||||
<string name="language_french">Français</string>
|
||||
<string name="language_german">Deutsch</string>
|
||||
<string name="language_spanish">Español</string>
|
||||
<string name="action_logout">Log out</string>
|
||||
<string name="action_login">Log in</string>
|
||||
<string name="action_cancel">Cancel</string>
|
||||
<string name="action_save">Save</string>
|
||||
<string name="login_email">Email</string>
|
||||
<string name="login_password">Password</string>
|
||||
<string name="login_submit">Log in</string>
|
||||
<string name="login_error_credentials">Incorrect email or password</string>
|
||||
<string name="login_error_unreachable">Server unreachable. Check your connection.</string>
|
||||
<string name="login_error_generic">Login failed</string>
|
||||
<string name="matches_title">Matches</string>
|
||||
<string name="matches_hello">Hi, %1$s</string>
|
||||
<string name="matches_subtitle">Resume a live stream or start a scheduled match.</string>
|
||||
<string name="matches_schedule">Scheduled match</string>
|
||||
<string name="matches_new">New match</string>
|
||||
<string name="matches_empty_title">No matches on the calendar</string>
|
||||
<string name="matches_scheduled_title">Scheduled matches</string>
|
||||
<string name="matches_ready_title">Ready to start</string>
|
||||
<string name="matches_empty_hint">Schedule a match or start a new one with «New match».</string>
|
||||
<string name="matches_active_team">Active team: %1$s.</string>
|
||||
<string name="matches_multi_team_hint">You have multiple teams: check the one selected above.</string>
|
||||
<string name="matches_no_other">No other matches on the calendar.</string>
|
||||
<string name="matches_retry">Retry</string>
|
||||
<string name="matches_load_error">Loading error</string>
|
||||
<string name="matches_no_team_title">No team assigned</string>
|
||||
<string name="matches_no_team_body">To stream you must be transmission staff for at least one team. Ask your club to add you as streaming staff.</string>
|
||||
<string name="matches_tap_change_team">Tap to change team</string>
|
||||
<string name="matches_team_for_live">Team for the live stream</string>
|
||||
<string name="matches_change">Change</string>
|
||||
<string name="streaming_notification_channel">Live stream</string>
|
||||
<string name="streaming_notification_channel_desc">Notification while live streaming</string>
|
||||
<string name="streaming_notification_title">Match Live TV</string>
|
||||
<string name="streaming_notification_active">Preparing stream…</string>
|
||||
<string name="streaming_notification_connecting">Connecting RTMP…</string>
|
||||
<string name="streaming_notification_streaming">Live</string>
|
||||
<string name="streaming_notification_reconnecting">Reconnecting…</string>
|
||||
<string name="streaming_notification_error">Streaming error</string>
|
||||
<string name="streaming_notification_stop">Stop</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user