mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-13 01:10:31 -07:00
feat: Added translations, use locales instead of depending on hardcoded strings. (#65)
## Pull Request Description
Single and hopefully only commit so weblate is up-to-date with last
repository
## Special thanks to the translators 🎉
@kingu - Noors (Bokmål) (nb_NO)
@alison2033 - Portuguese (Brazil) (pt_BR)
@andreasmolnardev - German (de)
@stanol - Ukrainian (uk)
If I forgot someone let me know!
## Checklist
- [x] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [x] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [x] Check that any changes are related to the issue at hand.
---------
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
62e046de4a
commit
eb231f37cd
17 changed files with 6619 additions and 686 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"@@locale": "es",
|
||||
"nativeName": "Español",
|
||||
"about": "Acerca de",
|
||||
"@about": {},
|
||||
"accept": "Aceptar",
|
||||
"@accept": {},
|
||||
"active": "Activo",
|
||||
"@active": {},
|
||||
"actor": "{count, plural, other{Actores} one{Actor}}",
|
||||
"@actor": {
|
||||
"description": "actor",
|
||||
|
|
@ -14,14 +18,23 @@
|
|||
}
|
||||
},
|
||||
"addAsFavorite": "Agregar como favorito",
|
||||
"@addAsFavorite": {},
|
||||
"addToCollection": "Agregar a la colección",
|
||||
"@addToCollection": {},
|
||||
"addToPlaylist": "Agregar a la lista de reproducción",
|
||||
"@addToPlaylist": {},
|
||||
"advanced": "Avanzado",
|
||||
"@advanced": {},
|
||||
"all": "Todo",
|
||||
"@all": {},
|
||||
"amoledBlack": "Negro amoled",
|
||||
"@amoledBlack": {},
|
||||
"appLockAutoLogin": "Inicio de sesión automático",
|
||||
"@appLockAutoLogin": {},
|
||||
"appLockBiometrics": "Biometría",
|
||||
"@appLockBiometrics": {},
|
||||
"appLockPasscode": "Código de acceso",
|
||||
"@appLockPasscode": {},
|
||||
"appLockTitle": "Establecer el método de inicio de sesión para {userName}",
|
||||
"@appLockTitle": {
|
||||
"description": "Pop-up para elegir un método de inicio de sesión",
|
||||
|
|
@ -32,14 +45,23 @@
|
|||
}
|
||||
},
|
||||
"ascending": "Ascendente",
|
||||
"@ascending": {},
|
||||
"audio": "Audio",
|
||||
"@audio": {},
|
||||
"autoPlay": "Reproducción automática",
|
||||
"@autoPlay": {},
|
||||
"backgroundBlur": "Desenfoque de fondo",
|
||||
"@backgroundBlur": {},
|
||||
"backgroundOpacity": "Opacidad de fondo",
|
||||
"biometricsFailedCheckAgain": "Falló la biometría, verifique la configuración y vuelva a intentarlo",
|
||||
"@backgroundOpacity": {},
|
||||
"biometricsFailedCheckAgain": "Falló la biometría. Verifique la configuración y vuelva a intentarlo.",
|
||||
"@biometricsFailedCheckAgain": {},
|
||||
"bold": "Negrita",
|
||||
"@bold": {},
|
||||
"cancel": "Cancelar",
|
||||
"@cancel": {},
|
||||
"change": "Cambiar",
|
||||
"@change": {},
|
||||
"chapter": "{count, plural, other{Capítulos} one{Capítulo}}",
|
||||
"@chapter": {
|
||||
"description": "capítulo",
|
||||
|
|
@ -51,16 +73,27 @@
|
|||
}
|
||||
},
|
||||
"clear": "Borrar",
|
||||
"@clear": {},
|
||||
"clearAllSettings": "Borrar todos los ajustes",
|
||||
"@clearAllSettings": {},
|
||||
"clearAllSettingsQuestion": "¿Borrar todos los ajustes?",
|
||||
"@clearAllSettingsQuestion": {},
|
||||
"clearChanges": "Borrar cambios",
|
||||
"@clearChanges": {},
|
||||
"clearSelection": "Borrar selección",
|
||||
"@clearSelection": {},
|
||||
"close": "Cerrar",
|
||||
"@close": {},
|
||||
"code": "Código",
|
||||
"@code": {},
|
||||
"collectionFolder": "Carpeta de colección",
|
||||
"@collectionFolder": {},
|
||||
"color": "Color",
|
||||
"@color": {},
|
||||
"combined": "Combinado",
|
||||
"@combined": {},
|
||||
"communityRating": "Calificación de la comunidad",
|
||||
"@communityRating": {},
|
||||
"continuePage": "Continuar - página {page}",
|
||||
"@continuePage": {
|
||||
"description": "Continuar - página 1",
|
||||
|
|
@ -71,12 +104,19 @@
|
|||
}
|
||||
},
|
||||
"controls": "Controles",
|
||||
"@controls": {},
|
||||
"dashboard": "Tablero",
|
||||
"@dashboard": {},
|
||||
"dashboardContinue": "Continuar",
|
||||
"@dashboardContinue": {},
|
||||
"dashboardContinueListening": "Continuar escuchando",
|
||||
"@dashboardContinueListening": {},
|
||||
"dashboardContinueReading": "Continuar leyendo",
|
||||
"@dashboardContinueReading": {},
|
||||
"dashboardContinueWatching": "Continuar viendo",
|
||||
"@dashboardContinueWatching": {},
|
||||
"dashboardNextUp": "Próximo",
|
||||
"@dashboardNextUp": {},
|
||||
"dashboardRecentlyAdded": "Recientemente añadido en {name}",
|
||||
"@dashboardRecentlyAdded": {
|
||||
"description": "Recientemente añadido en la pantalla de inicio",
|
||||
|
|
@ -87,10 +127,15 @@
|
|||
}
|
||||
},
|
||||
"dateAdded": "Fecha de añadido",
|
||||
"@dateAdded": {},
|
||||
"dateLastContentAdded": "Fecha del último contenido añadido",
|
||||
"@dateLastContentAdded": {},
|
||||
"datePlayed": "Fecha de reproducción",
|
||||
"@datePlayed": {},
|
||||
"days": "Días",
|
||||
"@days": {},
|
||||
"delete": "Eliminar",
|
||||
"@delete": {},
|
||||
"deleteFileFromSystem": "Eliminar este elemento {item} lo eliminará tanto del sistema de archivos como de su biblioteca multimedia.\n¿Estás seguro de que deseas continuar?",
|
||||
"@deleteFileFromSystem": {
|
||||
"description": "Eliminar archivo del sistema",
|
||||
|
|
@ -110,6 +155,7 @@
|
|||
}
|
||||
},
|
||||
"descending": "Descendente",
|
||||
"@descending": {},
|
||||
"director": "{count, plural, other{Directores} one{Director}}",
|
||||
"@director": {
|
||||
"description": "director",
|
||||
|
|
@ -120,20 +166,34 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"disableFilters": "Deshabilitar filtros",
|
||||
"disabled": "Deshabilitado",
|
||||
"disableFilters": "Apagar los filtros",
|
||||
"@disableFilters": {},
|
||||
"disabled": "Apagar",
|
||||
"@disabled": {},
|
||||
"discovered": "Descubierto",
|
||||
"@discovered": {},
|
||||
"displayLanguage": "Idioma de visualización",
|
||||
"downloadsClearDesc": "¿Está seguro de que desea eliminar todos los datos sincronizados?\n¡Esto eliminará todos los datos de cada usuario sincronizado!",
|
||||
"@displayLanguage": {},
|
||||
"downloadsClearDesc": "¿Eliminar todos los datos sincronizados, borrando\ntodos los datos de cada usuario sincronizado?",
|
||||
"@downloadsClearDesc": {},
|
||||
"downloadsClearTitle": "Borrar datos sincronizados",
|
||||
"@downloadsClearTitle": {},
|
||||
"downloadsPath": "Ruta",
|
||||
"@downloadsPath": {},
|
||||
"downloadsSyncedData": "Datos sincronizados",
|
||||
"@downloadsSyncedData": {},
|
||||
"downloadsTitle": "Descargas",
|
||||
"@downloadsTitle": {},
|
||||
"dynamicText": "Dinámico",
|
||||
"@dynamicText": {},
|
||||
"editMetadata": "Editar metadatos",
|
||||
"@editMetadata": {},
|
||||
"empty": "Vacío",
|
||||
"enabled": "Habilitado",
|
||||
"@empty": {},
|
||||
"enabled": "Encender",
|
||||
"@enabled": {},
|
||||
"endsAt": "termina el {date}",
|
||||
"@endsAt": {},
|
||||
"episode": "{count, plural, other{Episodios} one{Episodio}}",
|
||||
"@episode": {
|
||||
"description": "episodio",
|
||||
|
|
@ -145,10 +205,15 @@
|
|||
}
|
||||
},
|
||||
"error": "Error",
|
||||
"failedToLoadImage": "Error al cargar la imagen",
|
||||
"@error": {},
|
||||
"failedToLoadImage": "No se puede cargar la imagen",
|
||||
"@failedToLoadImage": {},
|
||||
"favorite": "Favorito",
|
||||
"@favorite": {},
|
||||
"favorites": "Favoritos",
|
||||
"fetchingLibrary": "Cargando elementos de la biblioteca",
|
||||
"@favorites": {},
|
||||
"fetchingLibrary": "Cargando elementos de la biblioteca…",
|
||||
"@fetchingLibrary": {},
|
||||
"filter": "{count, plural, other{Filtros} one{Filtro}}",
|
||||
"@filter": {
|
||||
"description": "filtro",
|
||||
|
|
@ -160,9 +225,13 @@
|
|||
}
|
||||
},
|
||||
"folders": "Carpetas",
|
||||
"@folders": {},
|
||||
"fontColor": "Color de fuente",
|
||||
"@fontColor": {},
|
||||
"fontSize": "Tamaño de fuente",
|
||||
"@fontSize": {},
|
||||
"forceRefresh": "Actualizar a la fuerza",
|
||||
"@forceRefresh": {},
|
||||
"genre": "{count, plural, other{Géneros} one{Género}}",
|
||||
"@genre": {
|
||||
"description": "género",
|
||||
|
|
@ -174,19 +243,33 @@
|
|||
}
|
||||
},
|
||||
"goTo": "Ir a",
|
||||
"@goTo": {},
|
||||
"grid": "Cuadrícula",
|
||||
"@grid": {},
|
||||
"group": "Grupo",
|
||||
"@group": {},
|
||||
"groupBy": "Agrupar por",
|
||||
"@groupBy": {},
|
||||
"heightOffset": "Desplazamiento de altura",
|
||||
"@heightOffset": {},
|
||||
"hide": "Ocultar",
|
||||
"@hide": {},
|
||||
"hideEmpty": "Ocultar vacío",
|
||||
"@hideEmpty": {},
|
||||
"home": "Inicio",
|
||||
"@home": {},
|
||||
"identify": "Identificar",
|
||||
"@identify": {},
|
||||
"immediately": "Inmediatamente",
|
||||
"incorrectPinTryAgain": "PIN incorrecto, intente nuevamente",
|
||||
"@immediately": {},
|
||||
"incorrectPinTryAgain": "PIN incorrecto. Inténtelo de nuevo.",
|
||||
"@incorrectPinTryAgain": {},
|
||||
"info": "Información",
|
||||
"@info": {},
|
||||
"invalidUrl": "URL inválida",
|
||||
"@invalidUrl": {},
|
||||
"invalidUrlDesc": "La URL debe comenzar con http(s)://",
|
||||
"@invalidUrlDesc": {},
|
||||
"itemCount": "Cantidad de elementos: {count}",
|
||||
"@itemCount": {
|
||||
"description": "Cantidad de elementos",
|
||||
|
|
@ -216,16 +299,25 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"libraryFetchNoItemsFound": "No se encontraron elementos, intenta con diferentes configuraciones.",
|
||||
"libraryPageSizeDesc": "Establece la cantidad a cargar a la vez. 0 desactiva el paginado.",
|
||||
"libraryFetchNoItemsFound": "No se encontraron elementos. Intenta con diferentes configuraciones.",
|
||||
"@libraryFetchNoItemsFound": {},
|
||||
"libraryPageSizeDesc": "Establece la cantidad a cargar cada vez. 0 desactiva la paginación.",
|
||||
"@libraryPageSizeDesc": {},
|
||||
"libraryPageSizeTitle": "Tamaño de página de la biblioteca",
|
||||
"@libraryPageSizeTitle": {},
|
||||
"light": "Ligero",
|
||||
"@light": {},
|
||||
"list": "Lista",
|
||||
"@list": {},
|
||||
"lockscreen": "Pantalla de bloqueo",
|
||||
"@lockscreen": {},
|
||||
"loggedIn": "Conectado",
|
||||
"@loggedIn": {},
|
||||
"login": "Iniciar sesión",
|
||||
"@login": {},
|
||||
"logout": "Cerrar sesión",
|
||||
"logoutUserPopupContent": "Esto cerrará la sesión de {userName} y eliminará al usuario de la aplicación.\nDeberá volver a iniciar sesión en {serverName}.",
|
||||
"@logout": {},
|
||||
"logoutUserPopupContent": "Esto cerrará la sesión de {userName} y eliminará al usuario de la aplicación.\nTendrá que volver a iniciar sesión en {serverName}.",
|
||||
"@logoutUserPopupContent": {
|
||||
"description": "Pop-up para cerrar sesión del usuario descripción",
|
||||
"placeholders": {
|
||||
|
|
@ -237,7 +329,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"logoutUserPopupTitle": "¿Cerrar sesión del usuario {userName}?",
|
||||
"logoutUserPopupTitle": "¿Cerrar sesión {userName}?",
|
||||
"@logoutUserPopupTitle": {
|
||||
"description": "Pop-up para cerrar sesión del usuario",
|
||||
"placeholders": {
|
||||
|
|
@ -247,21 +339,37 @@
|
|||
}
|
||||
},
|
||||
"loop": "Bucle",
|
||||
"@loop": {},
|
||||
"markAsUnwatched": "Marcar como no visto",
|
||||
"@markAsUnwatched": {},
|
||||
"markAsWatched": "Marcar como visto",
|
||||
"@markAsWatched": {},
|
||||
"masonry": "Mampostería",
|
||||
"@masonry": {},
|
||||
"mediaTypeBase": "Tipo base",
|
||||
"@mediaTypeBase": {},
|
||||
"mediaTypeBook": "Libro",
|
||||
"@mediaTypeBook": {},
|
||||
"mediaTypeBoxset": "Conjunto de cajas",
|
||||
"@mediaTypeBoxset": {},
|
||||
"mediaTypeEpisode": "Episodio",
|
||||
"@mediaTypeEpisode": {},
|
||||
"mediaTypeFolder": "Carpeta",
|
||||
"@mediaTypeFolder": {},
|
||||
"mediaTypeMovie": "Película",
|
||||
"@mediaTypeMovie": {},
|
||||
"mediaTypePerson": "Persona",
|
||||
"@mediaTypePerson": {},
|
||||
"mediaTypePhoto": "Foto",
|
||||
"@mediaTypePhoto": {},
|
||||
"mediaTypePhotoAlbum": "Álbum de fotos",
|
||||
"@mediaTypePhotoAlbum": {},
|
||||
"mediaTypePlaylist": "Lista de reproducción",
|
||||
"@mediaTypePlaylist": {},
|
||||
"mediaTypeSeason": "Temporada",
|
||||
"@mediaTypeSeason": {},
|
||||
"mediaTypeSeries": "Serie",
|
||||
"@mediaTypeSeries": {},
|
||||
"metaDataSavedFor": "Metadatos guardados para {item}",
|
||||
"@metaDataSavedFor": {
|
||||
"description": "metadatosGuardadosPara",
|
||||
|
|
@ -272,8 +380,11 @@
|
|||
}
|
||||
},
|
||||
"metadataRefreshDefault": "Buscar archivos nuevos y actualizados",
|
||||
"@metadataRefreshDefault": {},
|
||||
"metadataRefreshFull": "Reemplazar todos los metadatos",
|
||||
"@metadataRefreshFull": {},
|
||||
"metadataRefreshValidation": "Buscar metadatos faltantes",
|
||||
"@metadataRefreshValidation": {},
|
||||
"minutes": "{count, plural, other{Minutos} one{Minuto}}",
|
||||
"@minutes": {
|
||||
"description": "minuto",
|
||||
|
|
@ -285,6 +396,7 @@
|
|||
}
|
||||
},
|
||||
"mode": "Modo",
|
||||
"@mode": {},
|
||||
"moreFrom": "Más de {info}",
|
||||
"@moreFrom": {
|
||||
"description": "Más de",
|
||||
|
|
@ -295,32 +407,59 @@
|
|||
}
|
||||
},
|
||||
"moreOptions": "Más opciones",
|
||||
"@moreOptions": {},
|
||||
"mouseDragSupport": "Arrastrar con el ratón",
|
||||
"@mouseDragSupport": {},
|
||||
"musicAlbum": "Álbum",
|
||||
"@musicAlbum": {},
|
||||
"name": "Nombre",
|
||||
"@name": {},
|
||||
"navigation": "Navegación",
|
||||
"@navigation": {},
|
||||
"navigationDashboard": "Tablero",
|
||||
"@navigationDashboard": {},
|
||||
"navigationFavorites": "Favoritos",
|
||||
"@navigationFavorites": {},
|
||||
"navigationSync": "Sincronizado",
|
||||
"@navigationSync": {},
|
||||
"never": "Nunca",
|
||||
"@never": {},
|
||||
"nextUp": "Próximos",
|
||||
"@nextUp": {},
|
||||
"noItemsSynced": "No hay elementos sincronizados",
|
||||
"@noItemsSynced": {},
|
||||
"noItemsToShow": "No hay elementos para mostrar",
|
||||
"@noItemsToShow": {},
|
||||
"noRating": "Sin calificación",
|
||||
"@noRating": {},
|
||||
"noResults": "Sin resultados",
|
||||
"@noResults": {},
|
||||
"noServersFound": "No se encontraron nuevos servidores",
|
||||
"@noServersFound": {},
|
||||
"noSuggestionsFound": "No se encontraron sugerencias",
|
||||
"@noSuggestionsFound": {},
|
||||
"none": "Ninguno",
|
||||
"@none": {},
|
||||
"normal": "Normal",
|
||||
"@normal": {},
|
||||
"notPartOfAlbum": "No forma parte de un álbum",
|
||||
"@notPartOfAlbum": {},
|
||||
"openParent": "Abrir carpeta superior",
|
||||
"@openParent": {},
|
||||
"openShow": "Abrir espectáculo",
|
||||
"@openShow": {},
|
||||
"openWebLink": "Abrir enlace web",
|
||||
"@openWebLink": {},
|
||||
"options": "Opciones",
|
||||
"@options": {},
|
||||
"other": "Otro",
|
||||
"@other": {},
|
||||
"outlineColor": "Color del contorno",
|
||||
"@outlineColor": {},
|
||||
"outlineSize": "Tamaño del contorno",
|
||||
"@outlineSize": {},
|
||||
"overview": "Visión general",
|
||||
"@overview": {},
|
||||
"page": "Página {index}",
|
||||
"@page": {
|
||||
"description": "página",
|
||||
|
|
@ -331,11 +470,17 @@
|
|||
}
|
||||
},
|
||||
"parentalRating": "Calificación parental",
|
||||
"@parentalRating": {},
|
||||
"password": "Contraseña",
|
||||
"@password": {},
|
||||
"pathClearTitle": "Borrar ruta de descargas",
|
||||
"@pathClearTitle": {},
|
||||
"pathEditDesc": "Esta ubicación se establece para todos los usuarios, los datos sincronizados ya no serán accesibles.\nPermanecerán en su almacenamiento.",
|
||||
"@pathEditDesc": {},
|
||||
"pathEditSelect": "Seleccionar destino de descargas",
|
||||
"@pathEditSelect": {},
|
||||
"pathEditTitle": "Cambiar ubicación",
|
||||
"@pathEditTitle": {},
|
||||
"play": "Reproducir {item}",
|
||||
"@play": {
|
||||
"description": "Reproducir con",
|
||||
|
|
@ -346,6 +491,7 @@
|
|||
}
|
||||
},
|
||||
"playCount": "Conteo de reproducciones",
|
||||
"@playCount": {},
|
||||
"playFrom": "Reproducir desde {name}",
|
||||
"@playFrom": {
|
||||
"description": "reproducir desde",
|
||||
|
|
@ -365,13 +511,21 @@
|
|||
}
|
||||
},
|
||||
"playLabel": "Reproducir",
|
||||
"@playLabel": {},
|
||||
"playVideos": "Reproducir videos",
|
||||
"@playVideos": {},
|
||||
"played": "Reproducido",
|
||||
"@played": {},
|
||||
"quickConnectAction": "Ingrese el código de conexión rápida para",
|
||||
"@quickConnectAction": {},
|
||||
"quickConnectInputACode": "Ingrese un código",
|
||||
"@quickConnectInputACode": {},
|
||||
"quickConnectTitle": "Conexión rápida",
|
||||
"@quickConnectTitle": {},
|
||||
"quickConnectWrongCode": "Código incorrecto",
|
||||
"@quickConnectWrongCode": {},
|
||||
"random": "Aleatorio",
|
||||
"@random": {},
|
||||
"rating": "{count, plural, other{Calificaciones} one{Calificación}}",
|
||||
"@rating": {
|
||||
"description": "calificación",
|
||||
|
|
@ -383,6 +537,7 @@
|
|||
}
|
||||
},
|
||||
"reWatch": "Volver a ver",
|
||||
"@reWatch": {},
|
||||
"read": "Leer {item}",
|
||||
"@read": {
|
||||
"description": "leer",
|
||||
|
|
@ -402,8 +557,11 @@
|
|||
}
|
||||
},
|
||||
"recursive": "Recursivo",
|
||||
"@recursive": {},
|
||||
"refresh": "Actualizar",
|
||||
"@refresh": {},
|
||||
"refreshMetadata": "Actualizar metadatos",
|
||||
"@refreshMetadata": {},
|
||||
"refreshPopup": "Actualizar - {name}",
|
||||
"@refreshPopup": {
|
||||
"placeholders": {
|
||||
|
|
@ -412,17 +570,28 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"refreshPopupContentMetadata": "Los metadatos se actualizan según la configuración y los servicios de Internet que están habilitados en el Tablero.",
|
||||
"refreshPopupContentMetadata": "Los metadatos se actualizan en función de la configuración y los servicios de internet activados en el panel de control.",
|
||||
"@refreshPopupContentMetadata": {},
|
||||
"related": "Relacionado",
|
||||
"@related": {},
|
||||
"releaseDate": "Fecha de lanzamiento",
|
||||
"@releaseDate": {},
|
||||
"removeAsFavorite": "Eliminar como favorito",
|
||||
"@removeAsFavorite": {},
|
||||
"removeFromCollection": "Eliminar de la colección",
|
||||
"@removeFromCollection": {},
|
||||
"removeFromPlaylist": "Eliminar de la lista de reproducción",
|
||||
"@removeFromPlaylist": {},
|
||||
"replaceAllImages": "Reemplazar todas las imágenes",
|
||||
"@replaceAllImages": {},
|
||||
"replaceExistingImages": "Reemplazar imágenes existentes",
|
||||
"@replaceExistingImages": {},
|
||||
"restart": "Reiniciar",
|
||||
"@restart": {},
|
||||
"result": "Resultado",
|
||||
"@result": {},
|
||||
"resumable": "Reanudable",
|
||||
"@resumable": {},
|
||||
"resume": "Reanudar {item}",
|
||||
"@resume": {
|
||||
"description": "reanudar",
|
||||
|
|
@ -433,12 +602,19 @@
|
|||
}
|
||||
},
|
||||
"retrievePublicListOfUsers": "Recuperar lista pública de usuarios",
|
||||
"@retrievePublicListOfUsers": {},
|
||||
"retry": "Reintentar",
|
||||
"@retry": {},
|
||||
"runTime": "Duración",
|
||||
"@runTime": {},
|
||||
"save": "Guardar",
|
||||
"@save": {},
|
||||
"saved": "Guardado",
|
||||
"@saved": {},
|
||||
"scanBiometricHint": "Verificar identidad",
|
||||
"@scanBiometricHint": {},
|
||||
"scanLibrary": "Escanear biblioteca",
|
||||
"@scanLibrary": {},
|
||||
"scanYourFingerprintToAuthenticate": "Escanea tu huella digital para autenticar a {user}",
|
||||
"@scanYourFingerprintToAuthenticate": {
|
||||
"placeholders": {
|
||||
|
|
@ -447,7 +623,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"scanningName": "Escaneando - {name}",
|
||||
"scanningName": "Escaneando - {name}…",
|
||||
"@scanningName": {
|
||||
"placeholders": {
|
||||
"name": {
|
||||
|
|
@ -456,7 +632,9 @@
|
|||
}
|
||||
},
|
||||
"scrollToTop": "Desplazarse hacia arriba",
|
||||
"@scrollToTop": {},
|
||||
"search": "Buscar",
|
||||
"@search": {},
|
||||
"season": "{count, plural, other{Temporadas} one{Temporada}}",
|
||||
"@season": {
|
||||
"description": "temporada",
|
||||
|
|
@ -478,9 +656,13 @@
|
|||
}
|
||||
},
|
||||
"selectAll": "Seleccionar todo",
|
||||
"@selectAll": {},
|
||||
"selectTime": "Seleccionar hora",
|
||||
"@selectTime": {},
|
||||
"selectViewType": "Seleccionar tipo de vista",
|
||||
"@selectViewType": {},
|
||||
"selected": "Seleccionado",
|
||||
"@selected": {},
|
||||
"selectedWith": "Seleccionado {info}",
|
||||
"@selectedWith": {
|
||||
"description": "seleccionado",
|
||||
|
|
@ -491,7 +673,9 @@
|
|||
}
|
||||
},
|
||||
"separate": "Separado",
|
||||
"@separate": {},
|
||||
"server": "Servidor",
|
||||
"@server": {},
|
||||
"set": "Establecer",
|
||||
"@set": {
|
||||
"description": "Usar para establecer un cierto valor",
|
||||
|
|
@ -507,50 +691,95 @@
|
|||
}
|
||||
},
|
||||
"settingSecurityApplockTitle": "Bloqueo de aplicación",
|
||||
"@settingSecurityApplockTitle": {},
|
||||
"settings": "Ajustes",
|
||||
"@settings": {},
|
||||
"settingsBlurEpisodesDesc": "Difuminar todos los próximos episodios",
|
||||
"@settingsBlurEpisodesDesc": {},
|
||||
"settingsBlurEpisodesTitle": "Difuminar próximos episodios",
|
||||
"@settingsBlurEpisodesTitle": {},
|
||||
"settingsBlurredPlaceholderDesc": "Mostrar fondo difuminado al cargar pósteres",
|
||||
"@settingsBlurredPlaceholderDesc": {},
|
||||
"settingsBlurredPlaceholderTitle": "Marcador de posición difuminado",
|
||||
"@settingsBlurredPlaceholderTitle": {},
|
||||
"settingsClientDesc": "General, Tiempo de espera, Diseño, Tema",
|
||||
"@settingsClientDesc": {},
|
||||
"settingsClientTitle": "Fladder",
|
||||
"@settingsClientTitle": {},
|
||||
"settingsContinue": "Continuar",
|
||||
"@settingsContinue": {},
|
||||
"settingsEnableOsMediaControls": "Habilitar controles multimedia del sistema operativo",
|
||||
"@settingsEnableOsMediaControls": {},
|
||||
"settingsHomeCarouselDesc": "Muestra un carrusel en la pantalla del tablero",
|
||||
"@settingsHomeCarouselDesc": {},
|
||||
"settingsHomeCarouselTitle": "Carrusel del tablero",
|
||||
"@settingsHomeCarouselTitle": {},
|
||||
"settingsHomeNextUpDesc": "Tipo de pósteres mostrados en la pantalla del tablero",
|
||||
"@settingsHomeNextUpDesc": {},
|
||||
"settingsHomeNextUpTitle": "Próximos pósteres",
|
||||
"@settingsHomeNextUpTitle": {},
|
||||
"settingsNextUpCutoffDays": "Días límite de próximos",
|
||||
"@settingsNextUpCutoffDays": {},
|
||||
"settingsPlayerCustomSubtitlesDesc": "Personalizar tamaño, color, posición, contorno",
|
||||
"@settingsPlayerCustomSubtitlesDesc": {},
|
||||
"settingsPlayerCustomSubtitlesTitle": "Personalizar subtítulos",
|
||||
"@settingsPlayerCustomSubtitlesTitle": {},
|
||||
"settingsPlayerDesc": "Relación de aspecto, Avanzado",
|
||||
"settingsPlayerMobileWarning": "Habilitar la aceleración de hardware y los subtítulos libass nativos en Android puede hacer que algunos subtítulos no se rendericen.",
|
||||
"@settingsPlayerDesc": {},
|
||||
"settingsPlayerMobileWarning": "Activar la aceleración por hardware y los subtítulos nativos libass en Android puede provocar que algunos subtítulos no se rendericen.",
|
||||
"@settingsPlayerMobileWarning": {},
|
||||
"settingsPlayerNativeLibassAccelDesc": "Usar el renderizador de subtítulos libass del reproductor de video",
|
||||
"@settingsPlayerNativeLibassAccelDesc": {},
|
||||
"settingsPlayerNativeLibassAccelTitle": "Subtítulos nativos libass",
|
||||
"@settingsPlayerNativeLibassAccelTitle": {},
|
||||
"settingsPlayerTitle": "Reproductor",
|
||||
"settingsPlayerVideoHWAccelDesc": "Usar la gpu para renderizar video (recomendado)",
|
||||
"@settingsPlayerTitle": {},
|
||||
"settingsPlayerVideoHWAccelDesc": "Usar la GPU para renderizar video (recomendado)",
|
||||
"@settingsPlayerVideoHWAccelDesc": {},
|
||||
"settingsPlayerVideoHWAccelTitle": "Aceleración de hardware",
|
||||
"@settingsPlayerVideoHWAccelTitle": {},
|
||||
"settingsPosterPinch": "Pellizcar para escalar pósteres",
|
||||
"@settingsPosterPinch": {},
|
||||
"settingsPosterSize": "Tamaño del póster",
|
||||
"@settingsPosterSize": {},
|
||||
"settingsPosterSlider": "Mostrar control deslizante de escala",
|
||||
"@settingsPosterSlider": {},
|
||||
"settingsProfileDesc": "Pantalla de bloqueo",
|
||||
"@settingsProfileDesc": {},
|
||||
"settingsProfileTitle": "Perfil",
|
||||
"@settingsProfileTitle": {},
|
||||
"settingsQuickConnectTitle": "Conexión rápida",
|
||||
"@settingsQuickConnectTitle": {},
|
||||
"settingsSecurity": "Seguridad",
|
||||
"@settingsSecurity": {},
|
||||
"settingsShowScaleSlider": "Mostrar control deslizante de tamaño de póster",
|
||||
"@settingsShowScaleSlider": {},
|
||||
"settingsVisual": "Visual",
|
||||
"@settingsVisual": {},
|
||||
"shadow": "Sombra",
|
||||
"@shadow": {},
|
||||
"showAlbum": "Mostrar álbum",
|
||||
"@showAlbum": {},
|
||||
"showDetails": "Mostrar detalles",
|
||||
"@showDetails": {},
|
||||
"showEmpty": "Mostrar vacío",
|
||||
"@showEmpty": {},
|
||||
"shuffleGallery": "Galería aleatoria",
|
||||
"@shuffleGallery": {},
|
||||
"shuffleVideos": "Videos aleatorios",
|
||||
"@shuffleVideos": {},
|
||||
"somethingWentWrong": "Algo salió mal",
|
||||
"somethingWentWrongPasswordCheck": "Algo salió mal, verifique su contraseña",
|
||||
"@somethingWentWrong": {},
|
||||
"somethingWentWrongPasswordCheck": "Algo salió mal. Verifiqué su contraseña.",
|
||||
"@somethingWentWrongPasswordCheck": {},
|
||||
"sortBy": "Ordenar por",
|
||||
"@sortBy": {},
|
||||
"sortName": "Nombre",
|
||||
"@sortName": {},
|
||||
"sortOrder": "Orden de clasificación",
|
||||
"@sortOrder": {},
|
||||
"start": "Iniciar",
|
||||
"@start": {},
|
||||
"studio": "{count, plural, other{Estudios} one{Estudio}}",
|
||||
"@studio": {
|
||||
"description": "estudio",
|
||||
|
|
@ -562,10 +791,15 @@
|
|||
}
|
||||
},
|
||||
"subtitleConfigurator": "Configurador de subtítulos",
|
||||
"@subtitleConfigurator": {},
|
||||
"subtitleConfiguratorPlaceHolder": "Este es un texto de marcador de posición,\nnada que ver aquí.",
|
||||
"@subtitleConfiguratorPlaceHolder": {},
|
||||
"subtitles": "Subtítulos",
|
||||
"@subtitles": {},
|
||||
"switchUser": "Cambiar usuario",
|
||||
"@switchUser": {},
|
||||
"sync": "Sincronizar",
|
||||
"@sync": {},
|
||||
"syncDeleteItemDesc": "¿Eliminar todos los datos sincronizados de?\n{item}",
|
||||
"@syncDeleteItemDesc": {
|
||||
"description": "Ventana emergente de eliminación de elemento sincronizado",
|
||||
|
|
@ -576,12 +810,19 @@
|
|||
}
|
||||
},
|
||||
"syncDeleteItemTitle": "Eliminar elemento sincronizado",
|
||||
"@syncDeleteItemTitle": {},
|
||||
"syncDeletePopupPermanent": "Esta acción es permanente y eliminará todos los archivos sincronizados localmente",
|
||||
"@syncDeletePopupPermanent": {},
|
||||
"syncDetails": "Sincronizar detalles",
|
||||
"@syncDetails": {},
|
||||
"syncOpenParent": "Abrir padre",
|
||||
"@syncOpenParent": {},
|
||||
"syncRemoveDataDesc": "¿Eliminar los datos de video sincronizados? Esto es permanente y necesitarás volver a sincronizar los archivos",
|
||||
"@syncRemoveDataDesc": {},
|
||||
"syncRemoveDataTitle": "¿Eliminar datos sincronizados?",
|
||||
"@syncRemoveDataTitle": {},
|
||||
"syncedItems": "Elementos sincronizados",
|
||||
"@syncedItems": {},
|
||||
"tag": "{count, plural, one{Etiqueta} other{Etiquetas}}",
|
||||
"@tag": {
|
||||
"description": "etiqueta",
|
||||
|
|
@ -593,10 +834,15 @@
|
|||
}
|
||||
},
|
||||
"theme": "Tema",
|
||||
"@theme": {},
|
||||
"themeColor": "Color del tema",
|
||||
"@themeColor": {},
|
||||
"themeModeDark": "Oscuro",
|
||||
"@themeModeDark": {},
|
||||
"themeModeLight": "Claro",
|
||||
"@themeModeLight": {},
|
||||
"themeModeSystem": "Sistema",
|
||||
"@themeModeSystem": {},
|
||||
"timeAndAnnotation": "{minutes} y {seconds}",
|
||||
"@timeAndAnnotation": {
|
||||
"description": "timeAndAnnotation",
|
||||
|
|
@ -610,6 +856,7 @@
|
|||
}
|
||||
},
|
||||
"timeOut": "Tiempo de espera",
|
||||
"@timeOut": {},
|
||||
"totalSize": "Tamaño total: {size}",
|
||||
"@totalSize": {
|
||||
"placeholders": {
|
||||
|
|
@ -629,24 +876,43 @@
|
|||
}
|
||||
},
|
||||
"unPlayed": "No reproducido",
|
||||
"@unPlayed": {},
|
||||
"unableToConnectHost": "No se puede conectar al host",
|
||||
"unableToReverseAction": "Esta acción no se puede deshacer, eliminará todos los ajustes.",
|
||||
"@unableToConnectHost": {},
|
||||
"unableToReverseAction": "Esta acción no se puede deshacer. Eliminará todos los ajustes.",
|
||||
"@unableToReverseAction": {},
|
||||
"unknown": "Desconocido",
|
||||
"@unknown": {},
|
||||
"useDefaults": "Usar valores predeterminados",
|
||||
"@useDefaults": {},
|
||||
"userName": "Nombre de usuario",
|
||||
"@userName": {},
|
||||
"video": "Video",
|
||||
"@video": {},
|
||||
"videoScaling": "Escalado de video",
|
||||
"@videoScaling": {},
|
||||
"videoScalingContain": "Contener",
|
||||
"@videoScalingContain": {},
|
||||
"videoScalingCover": "Cubrir",
|
||||
"@videoScalingCover": {},
|
||||
"videoScalingFill": "Llenar",
|
||||
"@videoScalingFill": {},
|
||||
"videoScalingFillScreenDesc": "Llenar la barra de navegación y la barra de estado",
|
||||
"@videoScalingFillScreenDesc": {},
|
||||
"videoScalingFillScreenNotif": "Llenar pantalla sobrescribe ajuste de video, en rotación horizontal",
|
||||
"@videoScalingFillScreenNotif": {},
|
||||
"videoScalingFillScreenTitle": "Llenar pantalla",
|
||||
"@videoScalingFillScreenTitle": {},
|
||||
"videoScalingFitHeight": "Ajustar altura",
|
||||
"@videoScalingFitHeight": {},
|
||||
"videoScalingFitWidth": "Ajustar ancho",
|
||||
"@videoScalingFitWidth": {},
|
||||
"videoScalingScaleDown": "Reducir escala",
|
||||
"@videoScalingScaleDown": {},
|
||||
"viewPhotos": "Ver fotos",
|
||||
"@viewPhotos": {},
|
||||
"watchOn": "Ver en",
|
||||
"@watchOn": {},
|
||||
"writer": "{count, plural, other{Escritores} one{Escritor}}",
|
||||
"@writer": {
|
||||
"description": "escritor",
|
||||
|
|
@ -666,5 +932,7 @@
|
|||
"example": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"nativeName": "Español",
|
||||
"@nativeName": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue