Initial Home Assistant commit
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Ungültige Liga eingegeben.",
|
||||
"cannot_fetch_teams": "Teams konnten nicht von ESPN abgerufen werden. Überprüfen Sie Ihre Verbindung und versuchen Sie es erneut.",
|
||||
"no_teams_found": "Keine Teams für diesen Suchbegriff gefunden. Versuchen Sie einen anderen Namen oder lassen Sie das Feld für eine manuelle Eingabe leer."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Sportart auswählen",
|
||||
"description": "Wählen Sie die Sportart für Ihr Team oder Ihren Athleten.",
|
||||
"data": {
|
||||
"sport_key": "Sportart"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Liga auswählen",
|
||||
"description": "Wählen Sie die {sport_name}-Liga.",
|
||||
"data": {
|
||||
"league_id": "Liga"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Team suchen",
|
||||
"description": "Geben Sie einen Namen ein, um nach dem {league_name}-Team zu suchen, oder lassen Sie das Feld leer, um die Team-ID manuell einzugeben.",
|
||||
"data": {
|
||||
"search_team": "Teamname suchen (optional)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Team auswählen",
|
||||
"description": "Wählen Sie Ihr {league_name}-Team aus den Suchergebnissen aus.",
|
||||
"data": {
|
||||
"team_selection": "Team",
|
||||
"name": "Anzeigename (optional)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Manuelle Teameingabe",
|
||||
"description": "Geben Sie die {league_name}-Teamabkürzung oder die ID-Nummer wie auf ESPN angezeigt ein, oder '*' für das aktive/aktuellste Spiel.",
|
||||
"data": {
|
||||
"team_id": "Team-ID",
|
||||
"conference_id": "Konferenz-Nummer",
|
||||
"name": "Anzeigename"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Manuelle Athleteneingabe",
|
||||
"description": "Geben Sie den Namen des {league_name}-Athleten, einen regulären Ausdruck oder '*' für das aktive/aktuellste Spiel ein.",
|
||||
"data": {
|
||||
"team_id": "Athleten-ID",
|
||||
"conference_id": "Konferenz-Nummer (nur NCAA)",
|
||||
"name": "Anzeigename"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Benutzerdefinierter API-Konfigurator",
|
||||
"description": "Geben Sie den Teil 'sport_path' und 'league_path' der ESPN-API ein, um eine benutzerdefinierte API zu konfigurieren",
|
||||
"data": {
|
||||
"sport_path": "Sport-Pfad",
|
||||
"league_path": "Liga-Pfad"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Namen bestätigen",
|
||||
"description": "Namen für den {league_name} {team_name} Sensor bestätigen/ändern",
|
||||
"data": {
|
||||
"name": "Anzeigename"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Team Tracker Optionen",
|
||||
"description": "Geben Sie den 2-stelligen Sprachcode für den API-Aufruf ein.",
|
||||
"data": {
|
||||
"api_language": "API-Sprache"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Εισήχθη μη έγκυρο πρωτάθλημα.",
|
||||
"cannot_fetch_teams": "Δεν ήταν δυνατή η ανάκτηση ομάδων από το ESPN. Ελέγξτε τη σύνδεσή σας και δοκιμάστε ξανά.",
|
||||
"no_teams_found": "Δεν βρέθηκαν ομάδες για αυτόν τον όρο αναζήτησης. Δοκιμάστε ένα διαφορετικό όνομα ή αφήστε το κενό για χειροκίνητη εισαγωγή."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Επιλογή Αθλήματος",
|
||||
"description": "Επιλέξτε το άθλημα για την ομάδα ή τον αθλητή σας.",
|
||||
"data": {
|
||||
"sport_key": "Άθλημα"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Επιλογή Πρωταθλήματος",
|
||||
"description": "Επιλέξτε το πρωτάθλημα {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Πρωτάθλημα"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Αναζήτηση Ομάδας",
|
||||
"description": "Πληκτρολογήστε το όνομα για να αναζητήσετε την ομάδα {league_name} ή αφήστε το κενό για να εισαγάγετε το ID της ομάδας χειροκίνητα.",
|
||||
"data": {
|
||||
"search_team": "Αναζήτηση ονόματος ομάδας (προαιρετικό)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Επιλογή Ομάδας",
|
||||
"description": "Επιλέξτε την ομάδα {league_name} από τα αποτελέσματα αναζήτησης.",
|
||||
"data": {
|
||||
"team_selection": "Ομάδα",
|
||||
"name": "Φιλικό όνομα (προαιρετικό)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Χειροκίνητη Εισαγωγή Ομάδας",
|
||||
"description": "Εισαγάγετε τη συντομογραφία της ομάδας {league_name} ή τον αριθμό ID όπως εμφανίζεται στο ESPN, ή '*' για να αντιστοιχίσετε τον ενεργό/πιο πρόσφατο αγώνα.",
|
||||
"data": {
|
||||
"team_id": "ID Ομάδας",
|
||||
"conference_id": "Αριθμός Περιφέρειας (Conference)",
|
||||
"name": "Φιλικό όνομα"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Χειροκίνητη Εισαγωγή Αθλητή",
|
||||
"description": "Εισαγάγετε το όνομα του αθλητή {league_name}, μια κανονική έκφραση (regex) ή '*' για να αντιστοιχίσετε τον ενεργό/πιο πρόσφατο αγώνα.",
|
||||
"data": {
|
||||
"team_id": "ID Αθλητή",
|
||||
"conference_id": "Αριθμός Περιφέρειας (μόνο NCAA)",
|
||||
"name": "Φιλικό όνομα"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Διαμόρφωση Προσαρμοσμένου API",
|
||||
"description": "Εισαγάγετε τα τμήματα 'sport_path' και 'league_path' του ESPN API για να διαμορφώσετε ένα προσαρμοσμένο API",
|
||||
"data": {
|
||||
"sport_path": "Διαδρομή Αθλήματος (Sport Path)",
|
||||
"league_path": "Διαδρομή Πρωταθλήματος (League Path)"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Επιβεβαίωση ονόματος",
|
||||
"description": "Επιβεβαίωση/αλλαγή του ονόματος για τον αισθητήρα {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Φιλικό όνομα"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Επιλογές Team Tracker",
|
||||
"description": "Εισαγάγετε τον διψήφιο κωδικό γλώσσας για χρήση στην κλήση API.",
|
||||
"data": {
|
||||
"api_language": "Γλώσσα API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Invalid league entered.",
|
||||
"cannot_fetch_teams": "Could not fetch teams from ESPN. Check your connection and try again.",
|
||||
"no_teams_found": "No teams found for that search term. Try a different name or leave blank for manual entry."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Select Sport",
|
||||
"description": "Choose the sport for your team or athlete.",
|
||||
"data": {
|
||||
"sport_key": "Sport"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Select League",
|
||||
"description": "Choose the {sport_name} league.",
|
||||
"data": {
|
||||
"league_id": "League"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Search Team",
|
||||
"description": "Type name to search for the {league_name} team, or leave blank to enter the team ID manually.",
|
||||
"data": {
|
||||
"search_team": "Search team name (optional)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Select Team",
|
||||
"description": "Choose your {league_name} team from the search results.",
|
||||
"data": {
|
||||
"team_selection": "Team",
|
||||
"name": "Friendly Name (optional)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Manual Team Entry",
|
||||
"description": "Enter the {league_name} team abbreviation or ID number as shown on ESPN, or '*' to match the active/most recent game.",
|
||||
"data": {
|
||||
"team_id": "Team ID",
|
||||
"conference_id": "Conference Number",
|
||||
"name": "Friendly Name"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Manual Athlete Entry",
|
||||
"description": "Enter the {league_name} athlete name, a regular expression, or '*' to match the active/most recent game.",
|
||||
"data": {
|
||||
"team_id": "Athlete ID",
|
||||
"conference_id": "Conference Number (NCAA only)",
|
||||
"name": "Friendly Name"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Custom API Configurator",
|
||||
"description": "Enter the 'sport_path' and 'league_path' portion of the ESPN API to configure a custom API",
|
||||
"data": {
|
||||
"sport_path": "Sport Path",
|
||||
"league_path": "League Path"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Confirm Name",
|
||||
"description": "Confirm/change the name for the {league_name} {team_name} sensor",
|
||||
"data": {
|
||||
"name": "Friendly Name"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Team Tracker Options",
|
||||
"description": "Enter the 2-character language code to use for the API call.",
|
||||
"data": {
|
||||
"api_language": "API Language"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Liga ingresada no válida.",
|
||||
"cannot_fetch_teams": "No se pudieron obtener los equipos de ESPN. Compruebe su conexión e inténtelo de nuevo.",
|
||||
"no_teams_found": "No se encontraron equipos para ese término de búsqueda. Pruebe con un nombre diferente o déjelo en blanco para la entrada manual."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Seleccionar Deporte",
|
||||
"description": "Elija el deporte para su equipo o atleta.",
|
||||
"data": {
|
||||
"sport_key": "Deporte"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Seleccionar Liga",
|
||||
"description": "Elija la liga de {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Liga"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Buscar Equipo",
|
||||
"description": "Escriba el nombre para buscar el equipo de {league_name}, o déjelo en blanco para ingresar el ID del equipo manualmente.",
|
||||
"data": {
|
||||
"search_team": "Buscar nombre del equipo (opcional)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Seleccionar Equipo",
|
||||
"description": "Elija su equipo de {league_name} de los resultados de búsqueda.",
|
||||
"data": {
|
||||
"team_selection": "Equipo",
|
||||
"name": "Nombre descriptivo (opcional)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Entrada Manual de Equipo",
|
||||
"description": "Ingrese la abreviatura del equipo de {league_name} o el número de ID como se muestra en ESPN, o '*' para coincidir con el juego activo/más reciente.",
|
||||
"data": {
|
||||
"team_id": "ID del Equipo",
|
||||
"conference_id": "Número de Conferencia",
|
||||
"name": "Nombre descriptivo"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Entrada Manual de Atleta",
|
||||
"description": "Ingrese el nombre del atleta de {league_name}, una expresión regular, o '*' para coincidir con el juego activo/más reciente.",
|
||||
"data": {
|
||||
"team_id": "ID del Atleta",
|
||||
"conference_id": "Número de Conferencia (solo NCAA)",
|
||||
"name": "Nombre descriptivo"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Configurador de API Personalizada",
|
||||
"description": "Ingrese la porción 'sport_path' y 'league_path' de la API de ESPN para configurar una API personalizada",
|
||||
"data": {
|
||||
"sport_path": "Ruta del Deporte (Sport Path)",
|
||||
"league_path": "Ruta de la Liga (League Path)"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Confirmar nombre",
|
||||
"description": "Confirmar/cambiar el nombre del sensor para {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Nombre amigable"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Opciones de Team Tracker",
|
||||
"description": "Ingrese el código de idioma de 2 caracteres para usar en la llamada a la API.",
|
||||
"data": {
|
||||
"api_language": "Idioma de la API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Liga ingresada no válida.",
|
||||
"cannot_fetch_teams": "No se pudieron obtener los equipos de ESPN. Verifique su conexión e intente de nuevo.",
|
||||
"no_teams_found": "No se encontraron equipos para ese término de búsqueda. Intente con un nombre diferente o deje en blanco para la entrada manual."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Seleccionar Deporte",
|
||||
"description": "Elija el deporte para su equipo o atleta.",
|
||||
"data": {
|
||||
"sport_key": "Deporte"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Seleccionar Liga",
|
||||
"description": "Elija la liga de {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Liga"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Buscar Equipo",
|
||||
"description": "Escriba el nombre para buscar el equipo de {league_name}, o deje en blanco para ingresar el ID del equipo manualmente.",
|
||||
"data": {
|
||||
"search_team": "Buscar nombre del equipo (opcional)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Seleccionar Equipo",
|
||||
"description": "Elija su equipo de {league_name} de los resultados de búsqueda.",
|
||||
"data": {
|
||||
"team_selection": "Equipo",
|
||||
"name": "Nombre descriptivo (opcional)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Entrada Manual de Equipo",
|
||||
"description": "Ingrese la abreviatura del equipo de {league_name} o el número de ID como se muestra en ESPN, o '*' para coincidir con el juego activo/más reciente.",
|
||||
"data": {
|
||||
"team_id": "ID del Equipo",
|
||||
"conference_id": "Número de Conferencia",
|
||||
"name": "Nombre descriptivo"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Entrada Manual de Atleta",
|
||||
"description": "Ingrese el nombre del atleta de {league_name}, una expresión regular, o '*' para coincidir con el juego activo/más reciente.",
|
||||
"data": {
|
||||
"team_id": "ID del Atleta",
|
||||
"conference_id": "Número de Conferencia (solo NCAA)",
|
||||
"name": "Nombre descriptivo"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Configurador de API Personalizada",
|
||||
"description": "Ingrese la porción 'sport_path' y 'league_path' de la API de ESPN para configurar una API personalizada",
|
||||
"data": {
|
||||
"sport_path": "Ruta del Deporte (Sport Path)",
|
||||
"league_path": "Ruta de la Liga (League Path)"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Confirmar nombre",
|
||||
"description": "Confirmar/cambiar el nombre del sensor para {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Nombre amigable"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Opciones de Team Tracker",
|
||||
"description": "Ingrese el código de idioma de 2 caracteres para usar en la llamada a la API.",
|
||||
"data": {
|
||||
"api_language": "Idioma de la API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Ligue saisie non valide.",
|
||||
"cannot_fetch_teams": "Impossible de récupérer les équipes d'ESPN. Vérifiez votre connexion et réessayez.",
|
||||
"no_teams_found": "Aucune équipe trouvée pour ce terme de recherche. Essayez un autre nom ou laissez vide pour une saisie manuelle."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Sélectionner le Sport",
|
||||
"description": "Choisissez le sport pour votre équipe ou athlète.",
|
||||
"data": {
|
||||
"sport_key": "Sport"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Sélectionner la Ligue",
|
||||
"description": "Choisissez la ligue {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Ligue"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Rechercher une Équipe",
|
||||
"description": "Tapez le nom pour rechercher l'équipe {league_name}, ou laissez vide pour saisir l'ID de l'équipe manuellement.",
|
||||
"data": {
|
||||
"search_team": "Rechercher le nom de l'équipe (optionnel)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Sélectionner l'Équipe",
|
||||
"description": "Choisissez votre équipe {league_name} parmi les résultats de recherche.",
|
||||
"data": {
|
||||
"team_selection": "Équipe",
|
||||
"name": "Nom convivial (optionnel)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Saisie Manuelle de l'Équipe",
|
||||
"description": "Saisissez l'abréviation de l'équipe {league_name} ou le numéro d'ID tel qu'indiqué sur ESPN, ou '*' pour correspondre au match actif/le plus récent.",
|
||||
"data": {
|
||||
"team_id": "ID de l'Équipe",
|
||||
"conference_id": "Numéro de Conférence",
|
||||
"name": "Nom convivial"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Saisie Manuelle de l'Athlète",
|
||||
"description": "Saisissez le nom de l'athlète {league_name}, une expression régulière, ou '*' pour correspondre au match actif/le plus récent.",
|
||||
"data": {
|
||||
"team_id": "ID de l'Athlète",
|
||||
"conference_id": "Numéro de Conférence (NCAA uniquement)",
|
||||
"name": "Nom convivial"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Configurateur d'API Personnalisée",
|
||||
"description": "Saisissez la partie 'sport_path' et 'league_path' de l'API ESPN pour configurer une API personnalisée",
|
||||
"data": {
|
||||
"sport_path": "Chemin du sport (Sport Path)",
|
||||
"league_path": "Chemin de la ligue (League Path)"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Confirmer le nom",
|
||||
"description": "Confirmer/modifier le nom du capteur pour {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Nom convivial"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Options de Team Tracker",
|
||||
"description": "Saisissez le code de langue à 2 caractères à utiliser pour l'appel API.",
|
||||
"data": {
|
||||
"api_language": "Langue de l'API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Campionato inserito non valido.",
|
||||
"cannot_fetch_teams": "Impossibile recuperare le squadre da ESPN. Controlla la tua connessione e riprova.",
|
||||
"no_teams_found": "Nessuna squadra trovata per quel termine di ricerca. Prova con un nome diverso o lascia vuoto per l'inserimento manuale."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Seleziona Sport",
|
||||
"description": "Scegli lo sport per la tua squadra o atleta.",
|
||||
"data": {
|
||||
"sport_key": "Sport"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Seleziona Campionato",
|
||||
"description": "Scegli il campionato {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Campionato"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Cerca Squadra",
|
||||
"description": "Digita il nome per cercare la squadra {league_name}, oppure lascia vuoto per inserire l'ID della squadra manualmente.",
|
||||
"data": {
|
||||
"search_team": "Cerca nome squadra (opzionale)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Seleziona Squadra",
|
||||
"description": "Scegli la tua squadra {league_name} dai risultati della ricerca.",
|
||||
"data": {
|
||||
"team_selection": "Squadra",
|
||||
"name": "Nome descrittivo (opzionale)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Inserimento Manuale Squadra",
|
||||
"description": "Inserisci l'abbreviazione della squadra {league_name} o il numero ID come mostrato su ESPN, o '*' per corrispondere alla partita attiva/più recente.",
|
||||
"data": {
|
||||
"team_id": "ID Squadra",
|
||||
"conference_id": "Numero Conferenza",
|
||||
"name": "Nome descrittivo"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Inserimento Manuale Atleta",
|
||||
"description": "Inserisci il nome dell'atleta {league_name}, un'espressione regolare o '*' per corrispondere alla partita attiva/più recente.",
|
||||
"data": {
|
||||
"team_id": "ID Atleta",
|
||||
"conference_id": "Numero Conferenza (solo NCAA)",
|
||||
"name": "Nome descrittivo"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Configuratore API Personalizzata",
|
||||
"description": "Inserisci la parte 'sport_path' e 'league_path' dell'API ESPN per configurare un'API personalizzata",
|
||||
"data": {
|
||||
"sport_path": "Percorso Sport",
|
||||
"league_path": "Percorso Campionato"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Conferma nome",
|
||||
"description": "Conferma/modifica il nome del sensore per {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Nome descrittivo"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Opzioni Team Tracker",
|
||||
"description": "Inserisci il codice lingua a 2 caratteri da utilizzare per la chiamata API.",
|
||||
"data": {
|
||||
"api_language": "Lingua API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Ongeldige competitie ingevoerd.",
|
||||
"cannot_fetch_teams": "Kon geen teams ophalen van ESPN. Controleer je verbinding en probeer het opnieuw.",
|
||||
"no_teams_found": "Geen teams gevonden voor die zoekterm. Probeer een andere naam of laat leeg voor handmatige invoer."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Selecteer Sport",
|
||||
"description": "Kies de sport voor je team of atleet.",
|
||||
"data": {
|
||||
"sport_key": "Sport"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Selecteer Competitie",
|
||||
"description": "Kies de {sport_name} competitie.",
|
||||
"data": {
|
||||
"league_id": "Competitie"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Zoek Team",
|
||||
"description": "Typ een naam om naar het {league_name} team te zoeken, of laat leeg om het team-ID handmatig in te voeren.",
|
||||
"data": {
|
||||
"search_team": "Zoek teamnaam (optioneel)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Selecteer Team",
|
||||
"description": "Kies je {league_name} team uit de zoekresultaten.",
|
||||
"data": {
|
||||
"team_selection": "Team",
|
||||
"name": "Vriendelijke naam (optioneel)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Handmatige Team Invoer",
|
||||
"description": "Voer de afkorting van het {league_name} team of het ID-nummer in zoals weergegeven op ESPN, of '*' voor de actieve/meest recente wedstrijd.",
|
||||
"data": {
|
||||
"team_id": "Team ID",
|
||||
"conference_id": "Conferentie Nummer",
|
||||
"name": "Vriendelijke naam"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Handmatige Atleet Invoer",
|
||||
"description": "Voer de naam van de {league_name} atleet in, een reguliere expressie, of '*' voor de actieve/meest recente wedstrijd.",
|
||||
"data": {
|
||||
"team_id": "Atleet ID",
|
||||
"conference_id": "Conferentie Nummer (alleen NCAA)",
|
||||
"name": "Vriendelijke naam"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Aangepaste API Configurator",
|
||||
"description": "Voer het gedeelte 'sport_path' and 'league_path' van de ESPN API in om een aangepaste API te configureren",
|
||||
"data": {
|
||||
"sport_path": "Sport Pad",
|
||||
"league_path": "Competitie Pad"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Naam bevestigen",
|
||||
"description": "Bevestig/wijzig de naam voor de {league_name} {team_name} sensor",
|
||||
"data": {
|
||||
"name": "Vriendelijke naam"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Team Tracker Opties",
|
||||
"description": "Voer de taalcode van 2 tekens in die moet worden gebruikt voor de API-aanroep.",
|
||||
"data": {
|
||||
"api_language": "API Taal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Liga inserida inválida.",
|
||||
"cannot_fetch_teams": "Não foi possível buscar as equipes da ESPN. Verifique sua conexão e tente novamente.",
|
||||
"no_teams_found": "Nenhuma equipe encontrada para esse termo de busca. Tente um nome diferente ou deixe em branco para entrada manual."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Selecionar Esporte",
|
||||
"description": "Escolha o esporte para sua equipe ou atleta.",
|
||||
"data": {
|
||||
"sport_key": "Esporte"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Selecionar Liga",
|
||||
"description": "Escolha a liga de {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Liga"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Buscar Equipe",
|
||||
"description": "Digite o nome para buscar a equipe da {league_name}, ou deixe em branco para inserir o ID da equipe manualmente.",
|
||||
"data": {
|
||||
"search_team": "Buscar nome da equipe (opcional)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Selecionar Equipe",
|
||||
"description": "Escolha sua equipe da {league_name} nos resultados da busca.",
|
||||
"data": {
|
||||
"team_selection": "Equipe",
|
||||
"name": "Nome amigável (opcional)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Entrada Manual de Equipe",
|
||||
"description": "Insira a abreviação da equipe da {league_name} ou o número do ID conforme mostrado na ESPN, ou '*' para corresponder ao jogo ativo/mais recente.",
|
||||
"data": {
|
||||
"team_id": "ID da Equipe",
|
||||
"conference_id": "Número da Conferência",
|
||||
"name": "Nome amigável"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Entrada Manual de Atleta",
|
||||
"description": "Insira o nome do atleta da {league_name}, uma expressão regular, ou '*' para corresponder ao jogo ativo/mais recente.",
|
||||
"data": {
|
||||
"team_id": "ID do Atleta",
|
||||
"conference_id": "Número da Conferência (apenas NCAA)",
|
||||
"name": "Nome amigável"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Configurador de API Personalizada",
|
||||
"description": "Insira a parte 'sport_path' e 'league_path' da API da ESPN para configurar uma API personalizada",
|
||||
"data": {
|
||||
"sport_path": "Caminho do Esporte (Sport Path)",
|
||||
"league_path": "Caminho da Liga (League Path)"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Confirmar Nome",
|
||||
"description": "Confirmar/alterar o nome do sensor para {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Nome amigável"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Opções do Team Tracker",
|
||||
"description": "Insira o código de idioma de 2 caracteres para usar na chamada da API.",
|
||||
"data": {
|
||||
"api_language": "Idioma da API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Zadaná neplatná liga.",
|
||||
"cannot_fetch_teams": "Nepodarilo sa načítať tímy z ESPN. Skontrolujte pripojenie a skúste to znova.",
|
||||
"no_teams_found": "Pre tento hľadaný výraz sa nenašli žiadne tímy. Skúste iný názov alebo ponechajte prázdne pre manuálne zadanie."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Vybrať šport",
|
||||
"description": "Vyberte šport pre svoj tím alebo športovca.",
|
||||
"data": {
|
||||
"sport_key": "Šport"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Vybrať ligu",
|
||||
"description": "Vyberte ligu pre {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Liga"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Hľadať tím",
|
||||
"description": "Zadajte názov pre vyhľadanie tímu v lige {league_name} alebo ponechajte prázdne pre manuálne zadanie ID tímu.",
|
||||
"data": {
|
||||
"search_team": "Hľadať názov tímu (voliteľné)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Vybrať tím",
|
||||
"description": "Vyberte svoj tím v lige {league_name} z výsledkov vyhľadávania.",
|
||||
"data": {
|
||||
"team_selection": "Tím",
|
||||
"name": "Priateľský názov (voliteľné)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Manuálne zadanie tímu",
|
||||
"description": "Zadajte skratku tímu {league_name} alebo ID číslo podľa ESPN, alebo '*' pre výber aktívneho/najnovšieho zápasu.",
|
||||
"data": {
|
||||
"team_id": "ID tímu",
|
||||
"conference_id": "Číslo konferencie",
|
||||
"name": "Priateľský názov"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Manuálne zadanie športovca",
|
||||
"description": "Zadajte meno športovca v lige {league_name}, regulárny výraz alebo '*' pre výber aktívneho/najnovšieho zápasu.",
|
||||
"data": {
|
||||
"team_id": "ID športovca",
|
||||
"conference_id": "Číslo konferencie (iba NCAA)",
|
||||
"name": "Priateľský názov"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Konfigurátor vlastného API",
|
||||
"description": "Zadajte časti 'sport_path' a 'league_path' z ESPN API pre konfiguráciu vlastného rozhrania",
|
||||
"data": {
|
||||
"sport_path": "Cesta k športu (Sport Path)",
|
||||
"league_path": "Cesta k lige (League Path)"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Potvrdiť názov",
|
||||
"description": "Potvrdiť/zmeniť názov snímača pre {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Priateľský názov"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Možnosti Team Tracker",
|
||||
"description": "Zadajte 2-miestny kód jazyka, ktorý sa má použiť pre volanie API.",
|
||||
"data": {
|
||||
"api_language": "Jazyk API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Zadaná neplatná liga.",
|
||||
"cannot_fetch_teams": "Nepodarilo sa načítať tímy z ESPN. Skontrolujte pripojenie a skúste to znova.",
|
||||
"no_teams_found": "Pre tento hľadaný výraz sa nenašli žiadne tímy. Skúste iný názov alebo ponechajte prázdne pre manuálne zadanie."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Vybrať šport",
|
||||
"description": "Vyberte šport pre svoj tím alebo športovca.",
|
||||
"data": {
|
||||
"sport_key": "Šport"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Vybrať ligu",
|
||||
"description": "Vyberte ligu pre {sport_name}.",
|
||||
"data": {
|
||||
"league_id": "Liga"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Hľadať tím",
|
||||
"description": "Zadajte názov pre vyhľadanie tímu v lige {league_name} alebo ponechajte prázdne pre manuálne zadanie ID tímu.",
|
||||
"data": {
|
||||
"search_team": "Hľadať názov tímu (voliteľné)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Vybrať tím",
|
||||
"description": "Vyberte svoj tím v lige {league_name} z výsledkov vyhľadávania.",
|
||||
"data": {
|
||||
"team_selection": "Tím",
|
||||
"name": "Priateľský názov (voliteľné)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Manuálne zadanie tímu",
|
||||
"description": "Zadajte skratku tímu {league_name} alebo ID číslo podľa ESPN, alebo '*' pre výber aktívneho/najnovšieho zápasu.",
|
||||
"data": {
|
||||
"team_id": "ID tímu",
|
||||
"conference_id": "Číslo konferencie",
|
||||
"name": "Priateľský názov"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Manuálne zadanie športovca",
|
||||
"description": "Zadajte meno športovca v lige {league_name}, regulárny výraz alebo '*' pre výber aktívneho/najnovšieho zápasu.",
|
||||
"data": {
|
||||
"team_id": "ID športovca",
|
||||
"conference_id": "Číslo konferencie (iba NCAA)",
|
||||
"name": "Priateľský názov"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Konfigurátor vlastného API",
|
||||
"description": "Zadajte časti 'sport_path' a 'league_path' z ESPN API pre konfiguráciu vlastného rozhrania",
|
||||
"data": {
|
||||
"sport_path": "Cesta k športu (Sport Path)",
|
||||
"league_path": "Cesta k lige (League Path)"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Potvrdiť názov",
|
||||
"description": "Potvrdiť/zmeniť názov snímača pre {league_name} {team_name}",
|
||||
"data": {
|
||||
"name": "Priateľský názov"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Možnosti Team Tracker",
|
||||
"description": "Zadajte 2-miestny kód jazyka, ktorý sa má použiť pre volanie API.",
|
||||
"data": {
|
||||
"api_language": "Jazyk API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"league": "Ogiltig liga angiven.",
|
||||
"cannot_fetch_teams": "Kunde inte hämta lag från ESPN. Kontrollera din anslutning och försök igen.",
|
||||
"no_teams_found": "Inga lag hittades för det sökordet. Prova ett annat namn eller lämna tomt för manuell inmatning."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Välj Sport",
|
||||
"description": "Välj sport för ditt lag eller din idrottare.",
|
||||
"data": {
|
||||
"sport_key": "Sport"
|
||||
}
|
||||
},
|
||||
"league": {
|
||||
"title": "Välj Liga",
|
||||
"description": "Välj {sport_name}-ligan.",
|
||||
"data": {
|
||||
"league_id": "Liga"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Sök Lag",
|
||||
"description": "Skriv in ett namn för att söka efter {league_name}-laget, eller lämna tomt för att ange lag-ID manuellt.",
|
||||
"data": {
|
||||
"search_team": "Sök lagnamn (valfritt)"
|
||||
}
|
||||
},
|
||||
"select_team": {
|
||||
"title": "Välj Lag",
|
||||
"description": "Välj ditt {league_name}-lag från sökresultaten.",
|
||||
"data": {
|
||||
"team_selection": "Lag",
|
||||
"name": "Visningsnamn (valfritt)"
|
||||
}
|
||||
},
|
||||
"manual_team": {
|
||||
"title": "Manuell Laginmatning",
|
||||
"description": "Ange {league_name}-lagets förkortning eller ID-nummer som det visas på ESPN, eller '*' för att matcha den aktiva/senaste matchen.",
|
||||
"data": {
|
||||
"team_id": "Lag ID",
|
||||
"conference_id": "Konferensnummer",
|
||||
"name": "Visningsnamn"
|
||||
}
|
||||
},
|
||||
"manual_athlete": {
|
||||
"title": "Manuell Idrottarinmatning",
|
||||
"description": "Ange namnet på {league_name}-idrottaren, ett reguljärt uttryck eller '*' för att matcha den aktiva/senaste matchen.",
|
||||
"data": {
|
||||
"team_id": "Idrottar-ID",
|
||||
"conference_id": "Konferensnummer (endast NCAA)",
|
||||
"name": "Visningsnamn"
|
||||
}
|
||||
},
|
||||
"custom_api": {
|
||||
"title": "Anpassad API-konfiguration",
|
||||
"description": "Ange 'sport_path' och 'league_path' från ESPN API för να konfigurera ett anpassat API",
|
||||
"data": {
|
||||
"sport_path": "Sport-sökväg",
|
||||
"league_path": "Liga-sökväg"
|
||||
}
|
||||
},
|
||||
"finalize": {
|
||||
"title": "Bekräfta namn",
|
||||
"description": "Bekräfta/ändra namnet för {league_name} {team_name}-sensorn",
|
||||
"data": {
|
||||
"name": "Vänligt namn"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Team Tracker Alternativ",
|
||||
"description": "Ange den 2-ställiga språkkoden som ska användas för API-anropet.",
|
||||
"data": {
|
||||
"api_language": "API Språk"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user