mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 12:14:46 -04:00
Translations update from Hosted Weblate (#860)
This commit is contained in:
commit
808ee3a8c2
@ -264,7 +264,9 @@
|
|||||||
"duration": "Duración",
|
"duration": "Duración",
|
||||||
"size": "Tamaño",
|
"size": "Tamaño",
|
||||||
"novideo": "Sin vídeo",
|
"novideo": "Sin vídeo",
|
||||||
"nocontainer": "Contenedor invalido"
|
"nocontainer": "Contenedor invalido",
|
||||||
|
"unknown": "Desconocido",
|
||||||
|
"hearing-impaired": "CC"
|
||||||
},
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"users": {
|
"users": {
|
||||||
|
287
front/translations/gl.json
Normal file
287
front/translations/gl.json
Normal file
@ -0,0 +1,287 @@
|
|||||||
|
{
|
||||||
|
"home": {
|
||||||
|
"recommended": "Recomendado",
|
||||||
|
"news": "Novas",
|
||||||
|
"watchlist": "Continuar vendo",
|
||||||
|
"info": "Ver máis",
|
||||||
|
"none": "Sen episodios",
|
||||||
|
"watchlistLogin": "Para facer un seguimento do que viu ou planea ver, cómpre iniciar sesión.",
|
||||||
|
"refreshMetadata": "Refrescar metadatos",
|
||||||
|
"episodeMore": {
|
||||||
|
"goToShow": "Ir ao show",
|
||||||
|
"download": "Descargar",
|
||||||
|
"mediainfo": "Ver información do ficheiro"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"show": {
|
||||||
|
"play": "Reproducir",
|
||||||
|
"trailer": "Reproducir tráiler",
|
||||||
|
"studio": "Estudio",
|
||||||
|
"genre": "Xéneros",
|
||||||
|
"genre-none": "Sen xéneros",
|
||||||
|
"staff": "Persoal",
|
||||||
|
"staff-none": "O persoal é descoñecido",
|
||||||
|
"noOverview": "Resumo non dispoñíbel",
|
||||||
|
"episode-none": "Non hai episodios nesta tempada",
|
||||||
|
"episodeNoMetadata": "Metadatos non dispoñíbeis",
|
||||||
|
"tags": "Etiquetas",
|
||||||
|
"links": "Ligazóns",
|
||||||
|
"jumpToSeason": "Ir á tempada",
|
||||||
|
"partOf": "Parte de",
|
||||||
|
"watchlistAdd": "Engádeo á túa lista de planificados",
|
||||||
|
"watchlistEdit": "Modificar o estado de visualización",
|
||||||
|
"watchlistRemove": "Marcar como non visto",
|
||||||
|
"watchlistLogin": "Inicia sesión para engadir á túa lista de planificados",
|
||||||
|
"watchlistMark": {
|
||||||
|
"completed": "Marcar como completado",
|
||||||
|
"planned": "Marcar como planificado",
|
||||||
|
"watching": "Marcar como visualizando",
|
||||||
|
"droped": "Marcar como abandonado",
|
||||||
|
"null": "Marcar como non visto"
|
||||||
|
},
|
||||||
|
"nextUp": "Seguinte",
|
||||||
|
"season": "Tempada {{number}}"
|
||||||
|
},
|
||||||
|
"browse": {
|
||||||
|
"mediatypekey": {
|
||||||
|
"all": "Todo",
|
||||||
|
"movie": "Filmes",
|
||||||
|
"show": "Series",
|
||||||
|
"collection": "Colección"
|
||||||
|
},
|
||||||
|
"mediatype-tt": "Tipo de contido multimedia",
|
||||||
|
"mediatypelabel": "Tipo de contido multimedia",
|
||||||
|
"sortby": "Ordenar por {{key}}",
|
||||||
|
"sortby-tt": "Ordenar por",
|
||||||
|
"sortkey": {
|
||||||
|
"relevance": "Relevancia",
|
||||||
|
"name": "Nome",
|
||||||
|
"airDate": "Data de emisión",
|
||||||
|
"startAir": "Comezo de emisión",
|
||||||
|
"endAir": "Fin da emisión",
|
||||||
|
"addedDate": "Data de incorporación",
|
||||||
|
"rating": "Valoracións"
|
||||||
|
},
|
||||||
|
"sortord": {
|
||||||
|
"asc": "ascendente",
|
||||||
|
"desc": "descendente"
|
||||||
|
},
|
||||||
|
"switchToGrid": "",
|
||||||
|
"switchToList": ""
|
||||||
|
},
|
||||||
|
"genres": {
|
||||||
|
"Action": "",
|
||||||
|
"Adventure": "",
|
||||||
|
"Animation": "",
|
||||||
|
"Comedy": "",
|
||||||
|
"Crime": "",
|
||||||
|
"Documentary": "",
|
||||||
|
"Drama": "",
|
||||||
|
"Family": "",
|
||||||
|
"Fantasy": "",
|
||||||
|
"History": "",
|
||||||
|
"Horror": "",
|
||||||
|
"Music": "",
|
||||||
|
"Mystery": "",
|
||||||
|
"Romance": "",
|
||||||
|
"ScienceFiction": "",
|
||||||
|
"Thriller": "",
|
||||||
|
"War": "",
|
||||||
|
"Western": "",
|
||||||
|
"Kids": "",
|
||||||
|
"News": "",
|
||||||
|
"Reality": "",
|
||||||
|
"Soap": "",
|
||||||
|
"Talk": "",
|
||||||
|
"Politics": ""
|
||||||
|
},
|
||||||
|
"misc": {
|
||||||
|
"settings": "",
|
||||||
|
"prev-page": "",
|
||||||
|
"next-page": "",
|
||||||
|
"delete": "",
|
||||||
|
"cancel": "",
|
||||||
|
"more": "",
|
||||||
|
"expand": "",
|
||||||
|
"collapse": "",
|
||||||
|
"edit": "",
|
||||||
|
"or": "",
|
||||||
|
"loading": ""
|
||||||
|
},
|
||||||
|
"navbar": {
|
||||||
|
"home": "",
|
||||||
|
"browse": "",
|
||||||
|
"download": "",
|
||||||
|
"search": "",
|
||||||
|
"login": "",
|
||||||
|
"admin": ""
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"general": {
|
||||||
|
"label": "",
|
||||||
|
"theme": {
|
||||||
|
"label": "",
|
||||||
|
"description": "",
|
||||||
|
"auto": "",
|
||||||
|
"light": "",
|
||||||
|
"dark": ""
|
||||||
|
},
|
||||||
|
"language": {
|
||||||
|
"label": "",
|
||||||
|
"description": "",
|
||||||
|
"system": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playback": {
|
||||||
|
"label": "",
|
||||||
|
"playmode": {
|
||||||
|
"label": "",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"audioLanguage": {
|
||||||
|
"label": "",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"subtitleLanguage": {
|
||||||
|
"label": "",
|
||||||
|
"description": "",
|
||||||
|
"none": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"account": {
|
||||||
|
"label": "",
|
||||||
|
"username": {
|
||||||
|
"label": ""
|
||||||
|
},
|
||||||
|
"avatar": {
|
||||||
|
"label": "",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"label": ""
|
||||||
|
},
|
||||||
|
"password": {
|
||||||
|
"label": "",
|
||||||
|
"description": "",
|
||||||
|
"oldPassword": "",
|
||||||
|
"newPassword": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oidc": {
|
||||||
|
"label": "",
|
||||||
|
"connected": "",
|
||||||
|
"not-connected": "",
|
||||||
|
"open-profile": "",
|
||||||
|
"link": "",
|
||||||
|
"delete": ""
|
||||||
|
},
|
||||||
|
"about": {
|
||||||
|
"label": "",
|
||||||
|
"android-app": {
|
||||||
|
"label": "",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"git": {
|
||||||
|
"label": "",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"player": {
|
||||||
|
"back": "",
|
||||||
|
"previous": "",
|
||||||
|
"next": "",
|
||||||
|
"play": "",
|
||||||
|
"pause": "",
|
||||||
|
"mute": "",
|
||||||
|
"volume": "",
|
||||||
|
"quality": "",
|
||||||
|
"audios": "",
|
||||||
|
"subtitles": "",
|
||||||
|
"subtitle-none": "",
|
||||||
|
"fullscreen": "",
|
||||||
|
"direct": "",
|
||||||
|
"transmux": "",
|
||||||
|
"auto": "",
|
||||||
|
"notInPristine": "",
|
||||||
|
"unsupportedError": ""
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"empty": ""
|
||||||
|
},
|
||||||
|
"login": {
|
||||||
|
"login": "",
|
||||||
|
"register": "",
|
||||||
|
"guest": "",
|
||||||
|
"guest-forbidden": "",
|
||||||
|
"via": "",
|
||||||
|
"add-account": "",
|
||||||
|
"logout": "",
|
||||||
|
"server": "",
|
||||||
|
"email": "",
|
||||||
|
"username": "",
|
||||||
|
"password": "",
|
||||||
|
"confirm": "",
|
||||||
|
"or-register": "",
|
||||||
|
"or-login": "",
|
||||||
|
"password-no-match": "",
|
||||||
|
"delete": "",
|
||||||
|
"delete-confirmation": ""
|
||||||
|
},
|
||||||
|
"downloads": {
|
||||||
|
"empty": "",
|
||||||
|
"error": "",
|
||||||
|
"delete": "",
|
||||||
|
"deleteMessage": "",
|
||||||
|
"pause": "",
|
||||||
|
"resume": "",
|
||||||
|
"retry": ""
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"connection": "",
|
||||||
|
"connection-tips": "",
|
||||||
|
"unknown": "",
|
||||||
|
"try-again": "",
|
||||||
|
"re-login": "",
|
||||||
|
"offline": "",
|
||||||
|
"unauthorized": "",
|
||||||
|
"needVerification": "",
|
||||||
|
"needAccount": "",
|
||||||
|
"setup": {
|
||||||
|
"MissingAdminAccount": "",
|
||||||
|
"NoVideoFound": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mediainfo": {
|
||||||
|
"file": "",
|
||||||
|
"container": "",
|
||||||
|
"video": "",
|
||||||
|
"audio": "",
|
||||||
|
"subtitles": "",
|
||||||
|
"forced": "",
|
||||||
|
"hearing-impaired": "",
|
||||||
|
"default": "",
|
||||||
|
"external": "",
|
||||||
|
"duration": "",
|
||||||
|
"size": "",
|
||||||
|
"novideo": "",
|
||||||
|
"nocontainer": "",
|
||||||
|
"unknown": ""
|
||||||
|
},
|
||||||
|
"admin": {
|
||||||
|
"users": {
|
||||||
|
"label": "",
|
||||||
|
"adminUser": "",
|
||||||
|
"regularUser": "",
|
||||||
|
"set-permissions": "",
|
||||||
|
"delete": "",
|
||||||
|
"unverifed": "",
|
||||||
|
"verify": ""
|
||||||
|
},
|
||||||
|
"scanner": {
|
||||||
|
"label": "",
|
||||||
|
"scan": "",
|
||||||
|
"empty": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user