mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Merge branch 'develop' into feat-speed-shortcuts-and-enhancement
This commit is contained in:
commit
57114ab7c5
8 changed files with 4393 additions and 1467 deletions
|
|
@ -312,5 +312,502 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libraryFetchNoItemsFound": "No s'han trobat elements. Proveu una configuració diferent.",
|
"libraryFetchNoItemsFound": "No s'han trobat elements. Proveu una configuració diferent.",
|
||||||
"@libraryFetchNoItemsFound": {}
|
"@libraryFetchNoItemsFound": {},
|
||||||
|
"libraryPageSizeDesc": "Especificar quantitat a carregar per pàgina. 0 desactiva la paginació.",
|
||||||
|
"@libraryPageSizeDesc": {},
|
||||||
|
"libraryPageSizeTitle": "Mida de les pàgines de la llibreria",
|
||||||
|
"@libraryPageSizeTitle": {},
|
||||||
|
"light": "Il·luminació",
|
||||||
|
"@light": {},
|
||||||
|
"list": "Llista",
|
||||||
|
"@list": {},
|
||||||
|
"lockscreen": "Bloqueig de pantalla",
|
||||||
|
"@lockscreen": {},
|
||||||
|
"loggedIn": "Sessió iniciada",
|
||||||
|
"@loggedIn": {},
|
||||||
|
"login": "Iniciar sessió",
|
||||||
|
"@login": {},
|
||||||
|
"logout": "Desconnectar",
|
||||||
|
"@logout": {},
|
||||||
|
"logoutUserPopupContent": "Això descoenctara l'usuari {userName} i esborrarà l'usuari de l'aplicació\nHaurà de tornar a iniciar sessió a {serverName}.",
|
||||||
|
"@logoutUserPopupContent": {
|
||||||
|
"description": "Pop-up for logging out the user description",
|
||||||
|
"placeholders": {
|
||||||
|
"userName": {
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"serverName": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"logoutUserPopupTitle": "Desconnectar {userName}?",
|
||||||
|
"@logoutUserPopupTitle": {
|
||||||
|
"description": "Pop-up for logging out the user",
|
||||||
|
"placeholders": {
|
||||||
|
"userName": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"loop": "Bucle",
|
||||||
|
"@loop": {},
|
||||||
|
"markAsUnwatched": "Marcar com a no vist",
|
||||||
|
"@markAsUnwatched": {},
|
||||||
|
"markAsWatched": "Marcar com a vist",
|
||||||
|
"@markAsWatched": {},
|
||||||
|
"masonry": "Maçoneria",
|
||||||
|
"@masonry": {},
|
||||||
|
"mediaTypeBase": "Tipus base",
|
||||||
|
"@mediaTypeBase": {},
|
||||||
|
"mediaTypeBook": "Llibre",
|
||||||
|
"@mediaTypeBook": {},
|
||||||
|
"mediaTypeBoxset": "Recopilatori",
|
||||||
|
"@mediaTypeBoxset": {},
|
||||||
|
"mediaTypeEpisode": "Capítol",
|
||||||
|
"@mediaTypeEpisode": {},
|
||||||
|
"mediaTypeFolder": "Carpeta",
|
||||||
|
"@mediaTypeFolder": {},
|
||||||
|
"mediaTypeMovie": "Pel·lícula",
|
||||||
|
"@mediaTypeMovie": {},
|
||||||
|
"mediaTypePerson": "Persona",
|
||||||
|
"@mediaTypePerson": {},
|
||||||
|
"mediaTypePhoto": "Foto",
|
||||||
|
"@mediaTypePhoto": {},
|
||||||
|
"mediaTypePhotoAlbum": "Album de fotos",
|
||||||
|
"@mediaTypePhotoAlbum": {},
|
||||||
|
"mediaTypePlaylist": "Llista de reproducció",
|
||||||
|
"@mediaTypePlaylist": {},
|
||||||
|
"mediaTypeSeason": "Temporada",
|
||||||
|
"@mediaTypeSeason": {},
|
||||||
|
"mediaTypeSeries": "Series",
|
||||||
|
"@mediaTypeSeries": {},
|
||||||
|
"metaDataSavedFor": "Metadades de {item} guardades",
|
||||||
|
"@metaDataSavedFor": {
|
||||||
|
"description": "metaDataSavedFor",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metadataRefreshDefault": "Cercar fitxers nous i actualitzats",
|
||||||
|
"@metadataRefreshDefault": {},
|
||||||
|
"metadataRefreshFull": "Reemplaçar totes les metadades",
|
||||||
|
"@metadataRefreshFull": {},
|
||||||
|
"metadataRefreshValidation": "Cercar metadades faltants",
|
||||||
|
"@metadataRefreshValidation": {},
|
||||||
|
"minutes": "{count, plural, other{Minuts} one{Minut} }",
|
||||||
|
"@minutes": {
|
||||||
|
"description": "minute",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mode": "Mode",
|
||||||
|
"@mode": {},
|
||||||
|
"moreFrom": "Més de {info}",
|
||||||
|
"@moreFrom": {
|
||||||
|
"description": "More from",
|
||||||
|
"placeholders": {
|
||||||
|
"info": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"moreOptions": "Més opcions",
|
||||||
|
"@moreOptions": {},
|
||||||
|
"mouseDragSupport": "Arrastrar utilitzant el ratolí",
|
||||||
|
"@mouseDragSupport": {},
|
||||||
|
"musicAlbum": "Album",
|
||||||
|
"@musicAlbum": {},
|
||||||
|
"name": "Nom",
|
||||||
|
"@name": {},
|
||||||
|
"navigation": "Navegació",
|
||||||
|
"@navigation": {},
|
||||||
|
"navigationDashboard": "Tauler",
|
||||||
|
"@navigationDashboard": {},
|
||||||
|
"navigationFavorites": "Preferits",
|
||||||
|
"@navigationFavorites": {},
|
||||||
|
"navigationSync": "Sincronitzat",
|
||||||
|
"@navigationSync": {},
|
||||||
|
"never": "Mai",
|
||||||
|
"@never": {},
|
||||||
|
"noItemsSynced": "Cap element sincronitzat",
|
||||||
|
"@noItemsSynced": {},
|
||||||
|
"noItemsToShow": "Cap element per mostrar",
|
||||||
|
"@noItemsToShow": {},
|
||||||
|
"noRating": "Cap valoració",
|
||||||
|
"@noRating": {},
|
||||||
|
"noResults": "Cap resultat",
|
||||||
|
"@noResults": {},
|
||||||
|
"noServersFound": "Cap servidor nou trobat",
|
||||||
|
"@noServersFound": {},
|
||||||
|
"noSuggestionsFound": "No s'ha trobat cap suggeriment",
|
||||||
|
"@noSuggestionsFound": {},
|
||||||
|
"none": "Cap",
|
||||||
|
"@none": {},
|
||||||
|
"normal": "Normal",
|
||||||
|
"@normal": {},
|
||||||
|
"notPartOfAlbum": "No forma part de cap album",
|
||||||
|
"@notPartOfAlbum": {},
|
||||||
|
"openParent": "Obrir carpeta superior",
|
||||||
|
"@openParent": {},
|
||||||
|
"openShow": "Obrir la serie",
|
||||||
|
"@openShow": {},
|
||||||
|
"openWebLink": "Obrir l'enllaç web",
|
||||||
|
"@openWebLink": {},
|
||||||
|
"options": "Opcions",
|
||||||
|
"@options": {},
|
||||||
|
"other": "Altres",
|
||||||
|
"@other": {},
|
||||||
|
"outlineColor": "Color de la vora",
|
||||||
|
"@outlineColor": {},
|
||||||
|
"outlineSize": "Mida de la vora",
|
||||||
|
"@outlineSize": {},
|
||||||
|
"overview": "Visió general",
|
||||||
|
"@overview": {},
|
||||||
|
"page": "Pagina {index}",
|
||||||
|
"@page": {
|
||||||
|
"description": "page",
|
||||||
|
"placeholders": {
|
||||||
|
"index": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parentalRating": "Qualificació parental",
|
||||||
|
"@parentalRating": {},
|
||||||
|
"password": "Contrasenya",
|
||||||
|
"@password": {},
|
||||||
|
"pathClearTitle": "Esborrar ruta de descàrregues",
|
||||||
|
"@pathClearTitle": {},
|
||||||
|
"pathEditDesc": "Aquesta ubicació esta definida per a tots els usuaris, qualsevol dada sincronitzada deixarà d'estar disponible. Es mantindra però en el vostre emmagatzematge.",
|
||||||
|
"@pathEditDesc": {},
|
||||||
|
"pathEditSelect": "Escollir ubicació de descàrrega",
|
||||||
|
"@pathEditSelect": {},
|
||||||
|
"pathEditTitle": "Cambiar ubicació",
|
||||||
|
"@pathEditTitle": {},
|
||||||
|
"play": "Reproduir {item}",
|
||||||
|
"@play": {
|
||||||
|
"description": "Play with",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playCount": "Compte de reproduccions",
|
||||||
|
"@playCount": {},
|
||||||
|
"playFrom": "Reproduir desde {name}",
|
||||||
|
"@playFrom": {
|
||||||
|
"description": "playFrom",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playFromStart": "Reproduir {name} des del principi",
|
||||||
|
"@playFromStart": {
|
||||||
|
"description": "speel vanaf het begin",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playLabel": "Reproduir",
|
||||||
|
"@playLabel": {},
|
||||||
|
"playVideos": "Reproduir vídeos",
|
||||||
|
"@playVideos": {},
|
||||||
|
"played": "Reproduït",
|
||||||
|
"@played": {},
|
||||||
|
"quickConnectAction": "Introduir codi quick connect per",
|
||||||
|
"@quickConnectAction": {},
|
||||||
|
"quickConnectInputACode": "Introduir un codi",
|
||||||
|
"@quickConnectInputACode": {},
|
||||||
|
"quickConnectTitle": "Quick-connect",
|
||||||
|
"@quickConnectTitle": {},
|
||||||
|
"quickConnectWrongCode": "Codi incorrecte",
|
||||||
|
"@quickConnectWrongCode": {},
|
||||||
|
"random": "Aleatori",
|
||||||
|
"@random": {},
|
||||||
|
"rating": "{count, plural, other{Qualificacions} one{Qualificació}}",
|
||||||
|
"@rating": {
|
||||||
|
"description": "rating",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reWatch": "Tornar a veure",
|
||||||
|
"@reWatch": {},
|
||||||
|
"read": "Llegir {item}",
|
||||||
|
"@read": {
|
||||||
|
"description": "read",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"readFromStart": "Llegir {item} des del principi",
|
||||||
|
"@readFromStart": {
|
||||||
|
"description": "Read book from start",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"recursive": "Recursiu",
|
||||||
|
"@recursive": {},
|
||||||
|
"refresh": "Actualitzar",
|
||||||
|
"@refresh": {},
|
||||||
|
"refreshMetadata": "Actualitzar metadada",
|
||||||
|
"@refreshMetadata": {},
|
||||||
|
"refreshPopup": "Actualitzar - {name}",
|
||||||
|
"@refreshPopup": {
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"refreshPopupContentMetadata": "Les metadades s'actualitzen depenent de la configuració i dels serveis d'Internet activats al Tauler.",
|
||||||
|
"@refreshPopupContentMetadata": {},
|
||||||
|
"related": "Relacionat",
|
||||||
|
"@related": {},
|
||||||
|
"releaseDate": "Data de publicació",
|
||||||
|
"@releaseDate": {},
|
||||||
|
"removeAsFavorite": "Esborrar de preferit",
|
||||||
|
"@removeAsFavorite": {},
|
||||||
|
"removeFromCollection": "Esborrar de la col·lecció",
|
||||||
|
"@removeFromCollection": {},
|
||||||
|
"removeFromPlaylist": "Esborrar de la llista de reproducció",
|
||||||
|
"@removeFromPlaylist": {},
|
||||||
|
"replaceAllImages": "Reemplaçar totes les imatges",
|
||||||
|
"@replaceAllImages": {},
|
||||||
|
"replaceExistingImages": "Reemplaçar imatges existents",
|
||||||
|
"@replaceExistingImages": {},
|
||||||
|
"restart": "Reiniciar",
|
||||||
|
"@restart": {},
|
||||||
|
"result": "Resultat",
|
||||||
|
"@result": {},
|
||||||
|
"resumable": "Continuable",
|
||||||
|
"@resumable": {},
|
||||||
|
"resume": "Continuar {item}",
|
||||||
|
"@resume": {
|
||||||
|
"description": "resume",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"retrievePublicListOfUsers": "Recuperar llistat públic d'usuaris",
|
||||||
|
"@retrievePublicListOfUsers": {},
|
||||||
|
"retry": "Reintentar",
|
||||||
|
"@retry": {},
|
||||||
|
"runTime": "Duració",
|
||||||
|
"@runTime": {},
|
||||||
|
"save": "Desar",
|
||||||
|
"@save": {},
|
||||||
|
"saved": "Desat",
|
||||||
|
"@saved": {},
|
||||||
|
"scanBiometricHint": "Verificar identitat",
|
||||||
|
"@scanBiometricHint": {},
|
||||||
|
"scanLibrary": "Escanejar biblioteca",
|
||||||
|
"@scanLibrary": {},
|
||||||
|
"scanYourFingerprintToAuthenticate": "Escanejar la vostra empremta digital per autenticar {user}",
|
||||||
|
"@scanYourFingerprintToAuthenticate": {
|
||||||
|
"placeholders": {
|
||||||
|
"user": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scanningName": "Escanejant - {name}…",
|
||||||
|
"@scanningName": {
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scrollToTop": "Desplaçar cap amunt",
|
||||||
|
"@scrollToTop": {},
|
||||||
|
"search": "Cercar",
|
||||||
|
"@search": {},
|
||||||
|
"season": "{count, plural, other{Temporades} one{Temporada} }",
|
||||||
|
"@season": {
|
||||||
|
"description": "season",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seconds": "{count, plural, other{Segons} one{Segon}}",
|
||||||
|
"@seconds": {
|
||||||
|
"description": "second",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"selectAll": "Seleccionar tot",
|
||||||
|
"@selectAll": {},
|
||||||
|
"selectTime": "Seleccionar hora",
|
||||||
|
"@selectTime": {},
|
||||||
|
"selectViewType": "Seleccionar tipus de visualització",
|
||||||
|
"@selectViewType": {},
|
||||||
|
"selected": "Seleccionat",
|
||||||
|
"@selected": {},
|
||||||
|
"selectedWith": "Seleccionat {info}",
|
||||||
|
"@selectedWith": {
|
||||||
|
"description": "selected",
|
||||||
|
"placeholders": {
|
||||||
|
"info": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"separate": "Separar",
|
||||||
|
"@separate": {},
|
||||||
|
"server": "Servidor",
|
||||||
|
"@server": {},
|
||||||
|
"set": "Establir",
|
||||||
|
"@set": {
|
||||||
|
"description": "Use for setting a certain value",
|
||||||
|
"context": "Set 'time'"
|
||||||
|
},
|
||||||
|
"setIdentityTo": "Canviar l'identitat a {name}",
|
||||||
|
"@setIdentityTo": {
|
||||||
|
"description": "setIdentityTo",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settingSecurityApplockTitle": "Bloqueig d'aplicació",
|
||||||
|
"@settingSecurityApplockTitle": {},
|
||||||
|
"settings": "Ajustos",
|
||||||
|
"@settings": {},
|
||||||
|
"settingsBlurEpisodesDesc": "Difuminar tots els proxims episodis",
|
||||||
|
"@settingsBlurEpisodesDesc": {},
|
||||||
|
"settingsBlurEpisodesTitle": "Difuminar següent episodi",
|
||||||
|
"@settingsBlurEpisodesTitle": {},
|
||||||
|
"settingsBlurredPlaceholderDesc": "Mostrar fons difuminat al carregar posters",
|
||||||
|
"@settingsBlurredPlaceholderDesc": {},
|
||||||
|
"settingsBlurredPlaceholderTitle": "Marcador difuminat",
|
||||||
|
"@settingsBlurredPlaceholderTitle": {},
|
||||||
|
"settingsClientDesc": "General, time-out, Disseny, Tema",
|
||||||
|
"@settingsClientDesc": {},
|
||||||
|
"settingsClientTitle": "Fladder",
|
||||||
|
"@settingsClientTitle": {},
|
||||||
|
"settingsContinue": "Continuar",
|
||||||
|
"@settingsContinue": {},
|
||||||
|
"settingsEnableOsMediaControls": "Habilitar controls multimedia del Sistema Operatiu",
|
||||||
|
"@settingsEnableOsMediaControls": {},
|
||||||
|
"settingsEnableOsMediaControlsDesc": "Habilitar tecles multimèdia i mostrar reproducció en curs al sistema operatiu",
|
||||||
|
"@settingsEnableOsMediaControlsDesc": {},
|
||||||
|
"settingsHomeBannerDescription": "Mostrar com a presentació de diapositives, carroussel, o amagar el baner",
|
||||||
|
"@settingsHomeBannerDescription": {},
|
||||||
|
"settingsHomeBannerTitle": "Bàner d'inici",
|
||||||
|
"@settingsHomeBannerTitle": {},
|
||||||
|
"settingsHomeBannerInformationDesc": "Informació a mostrar al bàner d'inici",
|
||||||
|
"@settingsHomeBannerInformationDesc": {},
|
||||||
|
"settingsHomeBannerInformationTitle": "Informació del bàner",
|
||||||
|
"@settingsHomeBannerInformationTitle": {},
|
||||||
|
"settingsHomeNextUpDesc": "Tipus de pòsters mostrats a la pantalla del Tauler",
|
||||||
|
"@settingsHomeNextUpDesc": {},
|
||||||
|
"settingsHomeNextUpTitle": "Pròxims posters",
|
||||||
|
"@settingsHomeNextUpTitle": {},
|
||||||
|
"settingsPlayerCustomSubtitlesDesc": "Personalitzar mida, color, posició, vora",
|
||||||
|
"@settingsPlayerCustomSubtitlesDesc": {},
|
||||||
|
"settingsPlayerCustomSubtitlesTitle": "Personalitzar subtítols",
|
||||||
|
"@settingsPlayerCustomSubtitlesTitle": {},
|
||||||
|
"settingsPlayerDesc": "Ràtio d'aspecte, Avançat",
|
||||||
|
"@settingsPlayerDesc": {},
|
||||||
|
"settingsPlayerMobileWarning": "Activar l'acceleració per hardware i subtítols natius libass a Android pot provocar que no es renderitizin alguns subtítols.",
|
||||||
|
"@settingsPlayerMobileWarning": {},
|
||||||
|
"settingsPlayerNativeLibassAccelDesc": "Utilitzar renderitzador de subtítols libass del reproductor",
|
||||||
|
"@settingsPlayerNativeLibassAccelDesc": {},
|
||||||
|
"settingsPlayerNativeLibassAccelTitle": "Subtítols libass natius",
|
||||||
|
"@settingsPlayerNativeLibassAccelTitle": {},
|
||||||
|
"settingsPlayerBufferSizeTitle": "Mida del buffer de video",
|
||||||
|
"@settingsPlayerBufferSizeTitle": {},
|
||||||
|
"settingsNextUpCutoffDays": "Últims dies de proxims",
|
||||||
|
"@settingsNextUpCutoffDays": {},
|
||||||
|
"settingsPlayerBufferSizeDesc": "Configurar el tamany de bufer per reproducció de vídeo, determinant la quantitat de dades carregades a la memòria cau.",
|
||||||
|
"@settingsPlayerBufferSizeDesc": {},
|
||||||
|
"settingsPlayerTitle": "Reproductor",
|
||||||
|
"@settingsPlayerTitle": {},
|
||||||
|
"settingsPlayerVideoHWAccelDesc": "Utilitzar la GPU per renderitzar vídeo (recomanat)",
|
||||||
|
"@settingsPlayerVideoHWAccelDesc": {},
|
||||||
|
"settingsPlayerVideoHWAccelTitle": "Acceleració per maquinari",
|
||||||
|
"@settingsPlayerVideoHWAccelTitle": {},
|
||||||
|
"settingsPosterPinch": "Pinçar amb dos dits per escalar posters",
|
||||||
|
"@settingsPosterPinch": {},
|
||||||
|
"settingsPosterSize": "Mida de poster",
|
||||||
|
"@settingsPosterSize": {},
|
||||||
|
"settingsPosterSlider": "Mostrar control lliscant per l'escala",
|
||||||
|
"@settingsPosterSlider": {},
|
||||||
|
"settingsProfileDesc": "Pantalla de bloqueig",
|
||||||
|
"@settingsProfileDesc": {},
|
||||||
|
"settingsProfileTitle": "Perfil",
|
||||||
|
"@settingsProfileTitle": {},
|
||||||
|
"settingsQuickConnectTitle": "Quick connect",
|
||||||
|
"@settingsQuickConnectTitle": {},
|
||||||
|
"settingsSecurity": "Seguretat",
|
||||||
|
"@settingsSecurity": {},
|
||||||
|
"settingsVisual": "Visualització",
|
||||||
|
"@settingsVisual": {},
|
||||||
|
"shadow": "Ombra",
|
||||||
|
"@shadow": {},
|
||||||
|
"showAlbum": "Mostra àlbum",
|
||||||
|
"@showAlbum": {},
|
||||||
|
"showDetails": "Mostra detalls",
|
||||||
|
"@showDetails": {},
|
||||||
|
"showEmpty": "Mostra buit",
|
||||||
|
"@showEmpty": {},
|
||||||
|
"shuffleGallery": "Mescla la Galeria",
|
||||||
|
"@shuffleGallery": {},
|
||||||
|
"shuffleVideos": "Mescla els vídeos",
|
||||||
|
"@shuffleVideos": {},
|
||||||
|
"somethingWentWrong": "Alguna cosa ha anat malament",
|
||||||
|
"@somethingWentWrong": {},
|
||||||
|
"somethingWentWrongPasswordCheck": "Alguna cosa ha anat malament. Comprovi la seva contrasenya.",
|
||||||
|
"@somethingWentWrongPasswordCheck": {},
|
||||||
|
"sortBy": "Ordenar per",
|
||||||
|
"@sortBy": {},
|
||||||
|
"sortName": "Nom",
|
||||||
|
"@sortName": {},
|
||||||
|
"sortOrder": "Ordre de classificació",
|
||||||
|
"@sortOrder": {},
|
||||||
|
"start": "Començar",
|
||||||
|
"@start": {},
|
||||||
|
"studio": "{count, plural, other{Estudis} one{Estudi}}",
|
||||||
|
"@studio": {
|
||||||
|
"description": "studio",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"subtitleConfigurator": "Configurador de subtítols",
|
||||||
|
"@subtitleConfigurator": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
58
lib/l10n/app_el.arb
Normal file
58
lib/l10n/app_el.arb
Normal file
|
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"nativeName": "Αγγλικά",
|
||||||
|
"@nativeName": {},
|
||||||
|
"accept": "Αποδέχομαι",
|
||||||
|
"@accept": {},
|
||||||
|
"active": "Ενεργός/ή",
|
||||||
|
"@active": {},
|
||||||
|
"actor": "{count, plural, other{Ηθοποιοί} one{Ηθοποιός}}",
|
||||||
|
"@actor": {
|
||||||
|
"description": "actor",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addAsFavorite": "Προσθήκη ως αγαπημένο",
|
||||||
|
"@addAsFavorite": {},
|
||||||
|
"addToCollection": "Προσθήκη στην συλλογή",
|
||||||
|
"@addToCollection": {},
|
||||||
|
"addToPlaylist": "Προσθήκη στην λίστα αναπαραγωγής",
|
||||||
|
"@addToPlaylist": {},
|
||||||
|
"advanced": "Για προχωρημένους",
|
||||||
|
"@advanced": {},
|
||||||
|
"all": "Όλα",
|
||||||
|
"@all": {},
|
||||||
|
"appLockAutoLogin": "Αυτόματη σύνδεση",
|
||||||
|
"@appLockAutoLogin": {},
|
||||||
|
"appLockBiometrics": "Βιομετρικά",
|
||||||
|
"@appLockBiometrics": {},
|
||||||
|
"appLockPasscode": "Κωδικός πρόσβασης",
|
||||||
|
"@appLockPasscode": {},
|
||||||
|
"ascending": "Αύξουσα",
|
||||||
|
"@ascending": {},
|
||||||
|
"audio": "Ήχος",
|
||||||
|
"@audio": {},
|
||||||
|
"autoPlay": "Αυτόματη αναπαραγωγή",
|
||||||
|
"@autoPlay": {},
|
||||||
|
"biometricsFailedCheckAgain": "Τα βιομετρικά απορρίφθηκαν. Ελέγξτε τις ρυθμίσεις και δοκιμάστε ξανά.",
|
||||||
|
"@biometricsFailedCheckAgain": {},
|
||||||
|
"cancel": "Ακύρωση",
|
||||||
|
"@cancel": {},
|
||||||
|
"change": "Αλλαγή",
|
||||||
|
"@change": {},
|
||||||
|
"chapter": "{count, plural, other{Ηθοποιοί} one{Ηθοποιός}}",
|
||||||
|
"@chapter": {
|
||||||
|
"description": "chapter",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"clear": "Εκκαθάριση",
|
||||||
|
"@clear": {}
|
||||||
|
}
|
||||||
573
lib/l10n/app_hu.arb
Normal file
573
lib/l10n/app_hu.arb
Normal file
|
|
@ -0,0 +1,573 @@
|
||||||
|
{
|
||||||
|
"nativeName": "Magyar",
|
||||||
|
"@nativeName": {},
|
||||||
|
"about": "A Fladderről",
|
||||||
|
"@about": {},
|
||||||
|
"actor": "{count, plural, other{Színészek} one{Színész}}",
|
||||||
|
"@actor": {
|
||||||
|
"description": "actor",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addAsFavorite": "Hozzáadás a kedvencekhez",
|
||||||
|
"@addAsFavorite": {},
|
||||||
|
"addToCollection": "Hozzáadás gyűjteményhez",
|
||||||
|
"@addToCollection": {},
|
||||||
|
"addToPlaylist": "Hozzáadás lejátszási listához",
|
||||||
|
"@addToPlaylist": {},
|
||||||
|
"advanced": "Haladó",
|
||||||
|
"@advanced": {},
|
||||||
|
"all": "Mind",
|
||||||
|
"@all": {},
|
||||||
|
"amoledBlack": "AMOLED fekete",
|
||||||
|
"@amoledBlack": {},
|
||||||
|
"appLockAutoLogin": "Automatikus belépés",
|
||||||
|
"@appLockAutoLogin": {},
|
||||||
|
"appLockBiometrics": "Biometria",
|
||||||
|
"@appLockBiometrics": {},
|
||||||
|
"appLockPasscode": "Belépő kód",
|
||||||
|
"@appLockPasscode": {},
|
||||||
|
"appLockTitle": "Bejelentkezési mód választása {userName} fiókjához",
|
||||||
|
"@appLockTitle": {
|
||||||
|
"description": "Pop-up to pick a login method",
|
||||||
|
"placeholders": {
|
||||||
|
"userName": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ascending": "Növekvő",
|
||||||
|
"@ascending": {},
|
||||||
|
"audio": "Hang",
|
||||||
|
"@audio": {},
|
||||||
|
"autoPlay": "Automatikus lejátszás",
|
||||||
|
"@autoPlay": {},
|
||||||
|
"backgroundBlur": "Homályosított háttér",
|
||||||
|
"@backgroundBlur": {},
|
||||||
|
"backgroundOpacity": "Háttér láthatósága",
|
||||||
|
"@backgroundOpacity": {},
|
||||||
|
"biometricsFailedCheckAgain": "Sikertelen biometrikus azonosítás. Ellenőrizze a beállításokat és próbálja meg újra.",
|
||||||
|
"@biometricsFailedCheckAgain": {},
|
||||||
|
"bold": "Félkövér",
|
||||||
|
"@bold": {},
|
||||||
|
"cancel": "Mégse",
|
||||||
|
"@cancel": {},
|
||||||
|
"change": "Megváltoztatás",
|
||||||
|
"@change": {},
|
||||||
|
"chapter": "{count, plural, other{Fejezetek} one{Fejezet}}",
|
||||||
|
"@chapter": {
|
||||||
|
"description": "chapter",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"clear": "Törlés",
|
||||||
|
"@clear": {},
|
||||||
|
"clearAllSettings": "Beállítások törlése",
|
||||||
|
"@clearAllSettings": {},
|
||||||
|
"clearAllSettingsQuestion": "Összes beállítás törlése?",
|
||||||
|
"@clearAllSettingsQuestion": {},
|
||||||
|
"clearChanges": "Változtatások törlése",
|
||||||
|
"@clearChanges": {},
|
||||||
|
"clearSelection": "Kijelölés törlése",
|
||||||
|
"@clearSelection": {},
|
||||||
|
"close": "Bezárás",
|
||||||
|
"@close": {},
|
||||||
|
"code": "Kód",
|
||||||
|
"@code": {},
|
||||||
|
"collectionFolder": "Gyűjtemény mappa",
|
||||||
|
"@collectionFolder": {},
|
||||||
|
"color": "Szín",
|
||||||
|
"@color": {},
|
||||||
|
"combined": "Kombinált",
|
||||||
|
"@combined": {},
|
||||||
|
"communityRating": "Közösségi értékelés",
|
||||||
|
"@communityRating": {},
|
||||||
|
"continuePage": "Tovább - {page}. oldal",
|
||||||
|
"@continuePage": {
|
||||||
|
"description": "Continue - page 1",
|
||||||
|
"placeholders": {
|
||||||
|
"page": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"controls": "Vezérlés",
|
||||||
|
"@controls": {},
|
||||||
|
"dashboard": "Főoldal",
|
||||||
|
"@dashboard": {},
|
||||||
|
"dashboardContinue": "Folytatás",
|
||||||
|
"@dashboardContinue": {},
|
||||||
|
"dashboardContinueListening": "Hallgatás folytatása",
|
||||||
|
"@dashboardContinueListening": {},
|
||||||
|
"dashboardContinueReading": "Olvasás folytatása",
|
||||||
|
"@dashboardContinueReading": {},
|
||||||
|
"dashboardContinueWatching": "Megtekintés folytatása",
|
||||||
|
"@dashboardContinueWatching": {},
|
||||||
|
"nextUp": "Következő",
|
||||||
|
"@nextUp": {},
|
||||||
|
"dateAdded": "Hozzáadás dátuma",
|
||||||
|
"@dateAdded": {},
|
||||||
|
"dateLastContentAdded": "Legújabb tartalom hozzáadásának dátuma",
|
||||||
|
"@dateLastContentAdded": {},
|
||||||
|
"datePlayed": "Lejátszás dátuma",
|
||||||
|
"@datePlayed": {},
|
||||||
|
"days": "Napok",
|
||||||
|
"@days": {},
|
||||||
|
"delete": "Törlés",
|
||||||
|
"@delete": {},
|
||||||
|
"deleteFileFromSystem": "A kiválasztott {item} elem törlése a fájlrendszerből és a médiakönyvtárból is törölni fogja. Biztosan folytatja?",
|
||||||
|
"@deleteFileFromSystem": {
|
||||||
|
"description": "Delete file from system",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"deleteItem": "{item} törlése?",
|
||||||
|
"@deleteItem": {
|
||||||
|
"description": "deleteItem",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"descending": "Csökkenő",
|
||||||
|
"@descending": {},
|
||||||
|
"director": "{count, plural, other{Rendezők} one{Rendező}}",
|
||||||
|
"@director": {
|
||||||
|
"description": "director",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"disableFilters": "Szűrők kikapcsolása",
|
||||||
|
"@disableFilters": {},
|
||||||
|
"disabled": "Ki",
|
||||||
|
"@disabled": {},
|
||||||
|
"discovered": "Felfedezett",
|
||||||
|
"@discovered": {},
|
||||||
|
"displayLanguage": "Megjelenítés nyelve",
|
||||||
|
"@displayLanguage": {},
|
||||||
|
"downloadsClearDesc": "Összes szinkronizált adat törlése minden szinkronizált felhasználótól?",
|
||||||
|
"@downloadsClearDesc": {},
|
||||||
|
"downloadsClearTitle": "Szinkronizált adatok törlése",
|
||||||
|
"@downloadsClearTitle": {},
|
||||||
|
"downloadsPath": "Elérési útvonal",
|
||||||
|
"@downloadsPath": {},
|
||||||
|
"downloadsSyncedData": "Szinkronizált adat",
|
||||||
|
"@downloadsSyncedData": {},
|
||||||
|
"downloadsTitle": "Letöltések",
|
||||||
|
"@downloadsTitle": {},
|
||||||
|
"dynamicText": "Dinamikus",
|
||||||
|
"@dynamicText": {},
|
||||||
|
"editMetadata": "Metaadatok szerkesztése",
|
||||||
|
"@editMetadata": {},
|
||||||
|
"empty": "Üres",
|
||||||
|
"@empty": {},
|
||||||
|
"enabled": "Be",
|
||||||
|
"@enabled": {},
|
||||||
|
"endsAt": "{date}-kor ér véget",
|
||||||
|
"@endsAt": {
|
||||||
|
"description": "endsAt",
|
||||||
|
"placeholders": {
|
||||||
|
"date": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"format": "jm"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"episode": "{count, plural, other{Epizódok} one{Epizód}}",
|
||||||
|
"@episode": {
|
||||||
|
"description": "episode",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": "Hiba",
|
||||||
|
"@error": {},
|
||||||
|
"failedToLoadImage": "Kép betöltése sikertelen",
|
||||||
|
"@failedToLoadImage": {},
|
||||||
|
"favorite": "Kedvenc",
|
||||||
|
"@favorite": {},
|
||||||
|
"favorites": "Kedvencek",
|
||||||
|
"@favorites": {},
|
||||||
|
"fetchingLibrary": "Könyvtár elemeinek betöltése…",
|
||||||
|
"@fetchingLibrary": {},
|
||||||
|
"filter": "{count, plural, other{Szűrők} one{Szűrő}}",
|
||||||
|
"@filter": {
|
||||||
|
"description": "filter",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"folders": "Mappák",
|
||||||
|
"@folders": {},
|
||||||
|
"fontColor": "Betűszín",
|
||||||
|
"@fontColor": {},
|
||||||
|
"fontSize": "Betűméret",
|
||||||
|
"@fontSize": {},
|
||||||
|
"forceRefresh": "Kényszerfrissítés",
|
||||||
|
"@forceRefresh": {},
|
||||||
|
"genre": "{count, plural, other{Műfajok} one{Műfaj}}",
|
||||||
|
"@genre": {
|
||||||
|
"description": "genre",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"goTo": "Ugrás",
|
||||||
|
"@goTo": {},
|
||||||
|
"grid": "Rács",
|
||||||
|
"@grid": {},
|
||||||
|
"group": "Csoport",
|
||||||
|
"@group": {},
|
||||||
|
"groupBy": "Csoportosítás",
|
||||||
|
"@groupBy": {},
|
||||||
|
"heightOffset": "Függőleges eltolás",
|
||||||
|
"@heightOffset": {},
|
||||||
|
"hide": "Elrejtés",
|
||||||
|
"@hide": {},
|
||||||
|
"hideEmpty": "Üresek elrejtése",
|
||||||
|
"@hideEmpty": {},
|
||||||
|
"homeBannerSlideshow": "Diavetítés",
|
||||||
|
"@homeBannerSlideshow": {},
|
||||||
|
"identify": "Azonosítás",
|
||||||
|
"@identify": {},
|
||||||
|
"immediately": "Azonnal",
|
||||||
|
"@immediately": {},
|
||||||
|
"incorrectPinTryAgain": "Hibás PIN. Próbálja újra.",
|
||||||
|
"@incorrectPinTryAgain": {},
|
||||||
|
"info": "Infó",
|
||||||
|
"@info": {},
|
||||||
|
"invalidUrl": "Érvénytelen URL",
|
||||||
|
"@invalidUrl": {},
|
||||||
|
"invalidUrlDesc": "Az URL http(s):// résszel kell kezdődjön",
|
||||||
|
"@invalidUrlDesc": {},
|
||||||
|
"itemCount": "Elemek száma: {count}",
|
||||||
|
"@itemCount": {
|
||||||
|
"description": "Item count",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"label": "{count, plural, other{Címkék} one{Címke}}",
|
||||||
|
"@label": {
|
||||||
|
"description": "label",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"library": "{count, plural, other{Könyvtárak} one{Könyvtár}}",
|
||||||
|
"@library": {
|
||||||
|
"description": "Plural",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraryFetchNoItemsFound": "Ilyen elem nem található. Próbálja újra.",
|
||||||
|
"@libraryFetchNoItemsFound": {},
|
||||||
|
"libraryPageSizeDesc": "Állítsa be az egyszerre mutatott elemek számát. A 0 kikapcsolja az oldalakra bontást.",
|
||||||
|
"@libraryPageSizeDesc": {},
|
||||||
|
"libraryPageSizeTitle": "Könyvtár oldal mérete",
|
||||||
|
"@libraryPageSizeTitle": {},
|
||||||
|
"light": "Világos",
|
||||||
|
"@light": {},
|
||||||
|
"list": "Lista",
|
||||||
|
"@list": {},
|
||||||
|
"lockscreen": "Zárolt képernyő",
|
||||||
|
"@lockscreen": {},
|
||||||
|
"loggedIn": "Bejelentkezve",
|
||||||
|
"@loggedIn": {},
|
||||||
|
"login": "Bejelentkezés",
|
||||||
|
"@login": {},
|
||||||
|
"logout": "Kijelentkezés",
|
||||||
|
"@logout": {},
|
||||||
|
"logoutUserPopupContent": "Ez kijelentkezteti a {userName} fiókból, és törli azt az alkalmazásból.\nÚjra be kell jelentkeznie a {serverName} szerverre.",
|
||||||
|
"@logoutUserPopupContent": {
|
||||||
|
"description": "Pop-up for logging out the user description",
|
||||||
|
"placeholders": {
|
||||||
|
"userName": {
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"serverName": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"logoutUserPopupTitle": "{userName} kijelentkeztetése?",
|
||||||
|
"@logoutUserPopupTitle": {
|
||||||
|
"description": "Pop-up for logging out the user",
|
||||||
|
"placeholders": {
|
||||||
|
"userName": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"loop": "Ismétlés",
|
||||||
|
"@loop": {},
|
||||||
|
"markAsUnwatched": "Megjelölés nem megtekintettként",
|
||||||
|
"@markAsUnwatched": {},
|
||||||
|
"markAsWatched": "Megjelölés megtekintettként",
|
||||||
|
"@markAsWatched": {},
|
||||||
|
"masonry": "Mozaik",
|
||||||
|
"@masonry": {},
|
||||||
|
"mediaTypeBase": "Alaptípus",
|
||||||
|
"@mediaTypeBase": {},
|
||||||
|
"mediaTypeBook": "Könyv",
|
||||||
|
"@mediaTypeBook": {},
|
||||||
|
"accept": "Elfogadás",
|
||||||
|
"@accept": {},
|
||||||
|
"active": "Aktív",
|
||||||
|
"@active": {},
|
||||||
|
"dashboardRecentlyAdded": "Nemrég hozzáadott a {name} kategóriában",
|
||||||
|
"@dashboardRecentlyAdded": {
|
||||||
|
"description": "Recently added on home screen",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mediaTypeEpisode": "Epizód",
|
||||||
|
"@mediaTypeEpisode": {},
|
||||||
|
"mediaTypeFolder": "Mappa",
|
||||||
|
"@mediaTypeFolder": {},
|
||||||
|
"mediaTypeMovie": "Film",
|
||||||
|
"@mediaTypeMovie": {},
|
||||||
|
"mediaTypePerson": "Személy",
|
||||||
|
"@mediaTypePerson": {},
|
||||||
|
"mediaTypePhoto": "Fotó",
|
||||||
|
"@mediaTypePhoto": {},
|
||||||
|
"mediaTypePhotoAlbum": "Fotóalbum",
|
||||||
|
"@mediaTypePhotoAlbum": {},
|
||||||
|
"mediaTypePlaylist": "Lejátszási lista",
|
||||||
|
"@mediaTypePlaylist": {},
|
||||||
|
"mediaTypeSeason": "Évad",
|
||||||
|
"@mediaTypeSeason": {},
|
||||||
|
"mediaTypeSeries": "Sorozat",
|
||||||
|
"@mediaTypeSeries": {},
|
||||||
|
"metaDataSavedFor": "Metaadatok elmentve {item} elemhez",
|
||||||
|
"@metaDataSavedFor": {
|
||||||
|
"description": "metaDataSavedFor",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metadataRefreshDefault": "Új vagy megváltoztatott fájlok keresése",
|
||||||
|
"@metadataRefreshDefault": {},
|
||||||
|
"metadataRefreshFull": "Összes metaadat cseréje",
|
||||||
|
"@metadataRefreshFull": {},
|
||||||
|
"metadataRefreshValidation": "Hiányzó metaadatok keresése",
|
||||||
|
"@metadataRefreshValidation": {},
|
||||||
|
"minutes": "{count, plural, other{Percek} one{Perc}}",
|
||||||
|
"@minutes": {
|
||||||
|
"description": "minute",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mode": "Mód",
|
||||||
|
"@mode": {},
|
||||||
|
"moreFrom": "Több ettől: {info}",
|
||||||
|
"@moreFrom": {
|
||||||
|
"description": "More from",
|
||||||
|
"placeholders": {
|
||||||
|
"info": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"moreOptions": "Több lehetőség",
|
||||||
|
"@moreOptions": {},
|
||||||
|
"mouseDragSupport": "Egér használata elhúzásra",
|
||||||
|
"@mouseDragSupport": {},
|
||||||
|
"musicAlbum": "Album",
|
||||||
|
"@musicAlbum": {},
|
||||||
|
"name": "Név",
|
||||||
|
"@name": {},
|
||||||
|
"navigation": "Navigáció",
|
||||||
|
"@navigation": {},
|
||||||
|
"navigationDashboard": "Gyorspanel",
|
||||||
|
"@navigationDashboard": {},
|
||||||
|
"navigationFavorites": "Kedvencek",
|
||||||
|
"@navigationFavorites": {},
|
||||||
|
"navigationSync": "Szinkronizálva",
|
||||||
|
"@navigationSync": {},
|
||||||
|
"never": "Soha",
|
||||||
|
"@never": {},
|
||||||
|
"noItemsSynced": "Nincsenek szinkronizált elemek",
|
||||||
|
"@noItemsSynced": {},
|
||||||
|
"noItemsToShow": "Nincsenek mutatható elemek",
|
||||||
|
"@noItemsToShow": {},
|
||||||
|
"noRating": "Nincs értékelés",
|
||||||
|
"@noRating": {},
|
||||||
|
"noResults": "Nincs találat",
|
||||||
|
"@noResults": {},
|
||||||
|
"noServersFound": "Nem található új szerver",
|
||||||
|
"@noServersFound": {},
|
||||||
|
"noSuggestionsFound": "Nem található javaslat",
|
||||||
|
"@noSuggestionsFound": {},
|
||||||
|
"none": "Nincs",
|
||||||
|
"@none": {},
|
||||||
|
"normal": "Normál",
|
||||||
|
"@normal": {},
|
||||||
|
"notPartOfAlbum": "Nem része albumnak",
|
||||||
|
"@notPartOfAlbum": {},
|
||||||
|
"openParent": "Szülő megnyitása",
|
||||||
|
"@openParent": {},
|
||||||
|
"openShow": "Műsor megnyitása",
|
||||||
|
"@openShow": {},
|
||||||
|
"openWebLink": "Web link megnyitása",
|
||||||
|
"@openWebLink": {},
|
||||||
|
"options": "Beállítások",
|
||||||
|
"@options": {},
|
||||||
|
"other": "Más",
|
||||||
|
"@other": {},
|
||||||
|
"outlineColor": "Körvonal színe",
|
||||||
|
"@outlineColor": {},
|
||||||
|
"outlineSize": "Körvonal vastagsága",
|
||||||
|
"@outlineSize": {},
|
||||||
|
"overview": "Áttekintés",
|
||||||
|
"@overview": {},
|
||||||
|
"page": "{index}. oldal",
|
||||||
|
"@page": {
|
||||||
|
"description": "page",
|
||||||
|
"placeholders": {
|
||||||
|
"index": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parentalRating": "Korhatár-besorolás",
|
||||||
|
"@parentalRating": {},
|
||||||
|
"password": "Jelszó",
|
||||||
|
"@password": {},
|
||||||
|
"pathClearTitle": "Letöltési útvonal törlése",
|
||||||
|
"@pathClearTitle": {},
|
||||||
|
"pathEditDesc": "Ez az útvonal minden felhasználóra közösen van beállítva, a szinkronizált adatok nem lesznek elérhetőek, viszont a tárhelyen maradnak.",
|
||||||
|
"@pathEditDesc": {},
|
||||||
|
"pathEditSelect": "Letöltési útvonal kiválasztása",
|
||||||
|
"@pathEditSelect": {},
|
||||||
|
"pathEditTitle": "Helyzet megváltoztatása",
|
||||||
|
"@pathEditTitle": {},
|
||||||
|
"play": "{item} lejátszása",
|
||||||
|
"@play": {
|
||||||
|
"description": "Play with",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playCount": "Lejátszások száma",
|
||||||
|
"@playCount": {},
|
||||||
|
"playFrom": "Lejátszás innen: {name}",
|
||||||
|
"@playFrom": {
|
||||||
|
"description": "playFrom",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playFromStart": "{name} lejátszása elölről",
|
||||||
|
"@playFromStart": {
|
||||||
|
"description": "speel vanaf het begin",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playLabel": "Lejátszás",
|
||||||
|
"@playLabel": {},
|
||||||
|
"playVideos": "Videók lejátszása",
|
||||||
|
"@playVideos": {},
|
||||||
|
"played": "Lejátszva",
|
||||||
|
"@played": {},
|
||||||
|
"quickConnectInputACode": "Adja meg a kódot",
|
||||||
|
"@quickConnectInputACode": {},
|
||||||
|
"quickConnectWrongCode": "Hibás kód",
|
||||||
|
"@quickConnectWrongCode": {},
|
||||||
|
"random": "Véletlenszerű",
|
||||||
|
"@random": {},
|
||||||
|
"rating": "{count, plural, other{Értékelések} one{Értékelés}}",
|
||||||
|
"@rating": {
|
||||||
|
"description": "rating",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int",
|
||||||
|
"example": "1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reWatch": "Újranézés",
|
||||||
|
"@reWatch": {},
|
||||||
|
"read": "{item} elolvasása",
|
||||||
|
"@read": {
|
||||||
|
"description": "read",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"readFromStart": "{item} elolvasása elölről",
|
||||||
|
"@readFromStart": {
|
||||||
|
"description": "Read book from start",
|
||||||
|
"placeholders": {
|
||||||
|
"item": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"recursive": "Rekurzív",
|
||||||
|
"@recursive": {},
|
||||||
|
"refresh": "Frissítés",
|
||||||
|
"@refresh": {},
|
||||||
|
"refreshMetadata": "Metaadatok frissítése",
|
||||||
|
"@refreshMetadata": {},
|
||||||
|
"refreshPopup": "Frissítés - {name}",
|
||||||
|
"@refreshPopup": {
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -730,5 +730,336 @@
|
||||||
"syncRemoveDataDesc": "동기화된 비디오 데이터를 삭제하시겠습니까? 이 작업은 되돌릴 수 없으며, 파일을 다시 동기화해야 합니다",
|
"syncRemoveDataDesc": "동기화된 비디오 데이터를 삭제하시겠습니까? 이 작업은 되돌릴 수 없으며, 파일을 다시 동기화해야 합니다",
|
||||||
"@syncRemoveDataDesc": {},
|
"@syncRemoveDataDesc": {},
|
||||||
"video": "비디오",
|
"video": "비디오",
|
||||||
"@video": {}
|
"@video": {},
|
||||||
|
"blurred": "블러 처리",
|
||||||
|
"@blurred": {},
|
||||||
|
"exit": "종료",
|
||||||
|
"@exit": {},
|
||||||
|
"skipMediaSegment": "구간 건너뛰기",
|
||||||
|
"@skipMediaSegment": {},
|
||||||
|
"fullScreen": "전체 화면",
|
||||||
|
"@fullScreen": {},
|
||||||
|
"prevChapter": "이전 챕터",
|
||||||
|
"@prevChapter": {},
|
||||||
|
"nextChapter": "다음 챕터",
|
||||||
|
"@nextChapter": {},
|
||||||
|
"prevVideo": "이전 영상",
|
||||||
|
"@prevVideo": {},
|
||||||
|
"nextVideo": "다음 영상",
|
||||||
|
"@nextVideo": {},
|
||||||
|
"volumeDown": "볼륨 줄이기",
|
||||||
|
"@volumeDown": {},
|
||||||
|
"volumeUp": "볼륨 키우기",
|
||||||
|
"@volumeUp": {},
|
||||||
|
"mute": "음소거",
|
||||||
|
"@mute": {},
|
||||||
|
"seekBack": "뒤로 건너뛰기",
|
||||||
|
"@seekBack": {},
|
||||||
|
"seekForward": "앞으로 건너뛰기",
|
||||||
|
"@seekForward": {},
|
||||||
|
"playPause": "재생 / 일시정지",
|
||||||
|
"@playPause": {},
|
||||||
|
"skipBackLength": "뒤로 건너뛰기 간격",
|
||||||
|
"@skipBackLength": {},
|
||||||
|
"skipForwardLength": "앞으로 건너뛰기 간격",
|
||||||
|
"@skipForwardLength": {},
|
||||||
|
"shortCuts": "단축키",
|
||||||
|
"@shortCuts": {},
|
||||||
|
"offline": "오프라인",
|
||||||
|
"@offline": {},
|
||||||
|
"usePostersForLibraryIconsDesc": "라이브러리 아이콘 대신 포스터 표시하기",
|
||||||
|
"@usePostersForLibraryIconsDesc": {},
|
||||||
|
"usePostersForLibraryIconsTitle": "라이브러리 아이콘 대신 포스터 표시",
|
||||||
|
"@usePostersForLibraryIconsTitle": {},
|
||||||
|
"syncAllFiles": "모든 파일 동기화",
|
||||||
|
"@syncAllFiles": {},
|
||||||
|
"syncDeleteAll": "모든 파일 삭제",
|
||||||
|
"@syncDeleteAll": {},
|
||||||
|
"syncStopAll": "모두 중지",
|
||||||
|
"@syncStopAll": {},
|
||||||
|
"syncResumeAll": "모두 다시 시작",
|
||||||
|
"@syncResumeAll": {},
|
||||||
|
"syncPauseAll": "모두 일시정지",
|
||||||
|
"@syncPauseAll": {},
|
||||||
|
"syncDeleteAllItemsDesc": "'{itemName}'에서 동기화된 모든 항목이 삭제됩니다. \n이 작업은 되돌릴 수 없으며, ({itemCount})개의 파일을 다시 동기화해야 합니다.",
|
||||||
|
"@syncDeleteAllItemsDesc": {
|
||||||
|
"description": "syncDeleteAllitemsFromDesc",
|
||||||
|
"placeholders": {
|
||||||
|
"itemName": {
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"itemCount": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"syncDeleteAllItemsTitle": "{itemName}에서 동기화된 모든 항목을 삭제할까요?",
|
||||||
|
"@syncDeleteAllItemsTitle": {
|
||||||
|
"description": "syncDeleteAllitemsFrom",
|
||||||
|
"placeholders": {
|
||||||
|
"itemName": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"syncAllItemsDesc": "'{itemName}'의 항목 {itemCount}개가 기기에 동기화됩니다. \n항목 개수에 따라 시간이 다소 걸릴 수 있습니다.",
|
||||||
|
"@syncAllItemsDesc": {
|
||||||
|
"description": "syncAllitemsFromDesc",
|
||||||
|
"placeholders": {
|
||||||
|
"itemName": {
|
||||||
|
"type": "String"
|
||||||
|
},
|
||||||
|
"itemCount": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"syncAllItemsTitle": "{itemName}의 모든 항목을 동기화할까요?",
|
||||||
|
"@syncAllItemsTitle": {
|
||||||
|
"description": "syncAllItemsFrom",
|
||||||
|
"placeholders": {
|
||||||
|
"itemName": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notificationDownloadingError": "다운로드 오류",
|
||||||
|
"@notificationDownloadingError": {},
|
||||||
|
"notificationDownloadingFinished": "다운로드 완료",
|
||||||
|
"@notificationDownloadingFinished": {},
|
||||||
|
"notificationDownloadingPaused": "다운로드 일시중지",
|
||||||
|
"@notificationDownloadingPaused": {},
|
||||||
|
"notificationDownloadingDownloading": "다운로드 중",
|
||||||
|
"@notificationDownloadingDownloading": {},
|
||||||
|
"enableBackgroundPostersDesc": "화면에서 랜덤 포스터 표시하기",
|
||||||
|
"@enableBackgroundPostersDesc": {},
|
||||||
|
"enableBackgroundPostersTitle": "배경 포스터 활성화",
|
||||||
|
"@enableBackgroundPostersTitle": {},
|
||||||
|
"newUpdateFoundOnGithub": "GitHub에서 새 업데이트를 찾았습니다",
|
||||||
|
"@newUpdateFoundOnGithub": {},
|
||||||
|
"newReleaseFoundTitle": "업데이트 {newRelease} 사용 가능!",
|
||||||
|
"@newReleaseFoundTitle": {
|
||||||
|
"placeholders": {
|
||||||
|
"newRelease": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoCheckForUpdates": "주기적으로 업데이트 확인",
|
||||||
|
"@autoCheckForUpdates": {},
|
||||||
|
"latestReleases": "최신 릴리스",
|
||||||
|
"@latestReleases": {},
|
||||||
|
"playbackTypeOffline": "오프라인",
|
||||||
|
"@playbackTypeOffline": {},
|
||||||
|
"playbackTypeTranscode": "트랜스코딩",
|
||||||
|
"@playbackTypeTranscode": {},
|
||||||
|
"playbackTypeDirect": "다이렉트",
|
||||||
|
"@playbackTypeDirect": {},
|
||||||
|
"playbackType": "재생 유형",
|
||||||
|
"@playbackType": {},
|
||||||
|
"latest": "최신",
|
||||||
|
"@latest": {},
|
||||||
|
"hasLikedActor": "좋아한 배우",
|
||||||
|
"@hasLikedActor": {},
|
||||||
|
"hasLikedDirector": "좋아한 감독",
|
||||||
|
"@hasLikedDirector": {},
|
||||||
|
"hasActorFromRecentlyPlayed": "최근 시청한 콘텐츠의 배우의 작품",
|
||||||
|
"@hasActorFromRecentlyPlayed": {},
|
||||||
|
"hasDirectorFromRecentlyPlayed": "최근 시청한 콘텐츠의 감독의 작품",
|
||||||
|
"@hasDirectorFromRecentlyPlayed": {},
|
||||||
|
"similarToLikedItem": "좋아한 콘텐츠와 비슷한 작품",
|
||||||
|
"@similarToLikedItem": {},
|
||||||
|
"rememberAudioSelectionsDesc": "마지막으로 시청한 영상과 가장 유사한 오디오 트랙을 설정합니다.",
|
||||||
|
"@rememberAudioSelectionsDesc": {},
|
||||||
|
"rememberSubtitleSelectionsDesc": "마지막으로 시청한 영상과 가장 유사한 자막 트랙을 설정합니다.",
|
||||||
|
"@rememberSubtitleSelectionsDesc": {},
|
||||||
|
"rememberAudioSelections": "이전 항목을 기준으로 오디오 트랙을 설정합니다",
|
||||||
|
"@rememberAudioSelections": {},
|
||||||
|
"rememberSubtitleSelections": "이전 항목을 기준으로 자막 트랙을 설정합니다",
|
||||||
|
"@rememberSubtitleSelections": {},
|
||||||
|
"playbackTrackSelection": "재생 트랙 설정",
|
||||||
|
"@playbackTrackSelection": {},
|
||||||
|
"maxConcurrentDownloadsDesc": "동시에 실행할 수 있는 최대 다운로드 개수를 지정합니다. 0으로 설정하면 제한 없이 다운로드할 수 있습니다.",
|
||||||
|
"@maxConcurrentDownloadsDesc": {},
|
||||||
|
"maxConcurrentDownloadsTitle": "최대 동시 다운로드 수",
|
||||||
|
"@maxConcurrentDownloadsTitle": {},
|
||||||
|
"castAndCrew": "출연진 및 제작진",
|
||||||
|
"@castAndCrew": {},
|
||||||
|
"exitFladderTitle": "Fladder 종료",
|
||||||
|
"@exitFladderTitle": {},
|
||||||
|
"loading": "로딩 중",
|
||||||
|
"@loading": {},
|
||||||
|
"segmentActionSkip": "건너뛰기",
|
||||||
|
"@segmentActionSkip": {},
|
||||||
|
"segmentActionAskToSkip": "건너뛰기 여부 묻기",
|
||||||
|
"@segmentActionAskToSkip": {},
|
||||||
|
"segmentActionNone": "없음",
|
||||||
|
"@segmentActionNone": {},
|
||||||
|
"mediaSegmentActions": "미디어 구간 동작",
|
||||||
|
"@mediaSegmentActions": {},
|
||||||
|
"version": "버전",
|
||||||
|
"@version": {},
|
||||||
|
"qualityOptionsAuto": "자동",
|
||||||
|
"@qualityOptionsAuto": {},
|
||||||
|
"qualityOptionsOriginal": "원본",
|
||||||
|
"@qualityOptionsOriginal": {},
|
||||||
|
"qualityOptionsTitle": "품질 옵션",
|
||||||
|
"@qualityOptionsTitle": {},
|
||||||
|
"homeStreamingQualityDesc": "홈 네트워크 연결 시 최대 스트리밍 화질",
|
||||||
|
"@homeStreamingQualityDesc": {},
|
||||||
|
"homeStreamingQualityTitle": "홈 화질",
|
||||||
|
"@homeStreamingQualityTitle": {},
|
||||||
|
"internetStreamingQualityDesc": "일반 네트워크 사용 시 최대 스트리밍 화질 (모바일)",
|
||||||
|
"@internetStreamingQualityDesc": {},
|
||||||
|
"internetStreamingQualityTitle": "인터넷 화질",
|
||||||
|
"@internetStreamingQualityTitle": {},
|
||||||
|
"episodeMissing": "누락됨",
|
||||||
|
"@episodeMissing": {},
|
||||||
|
"episodeUnaired": "미방영",
|
||||||
|
"@episodeUnaired": {},
|
||||||
|
"episodeAvailable": "이용 가능",
|
||||||
|
"@episodeAvailable": {},
|
||||||
|
"copiedToClipboard": "클립보드에 복사됨",
|
||||||
|
"@copiedToClipboard": {},
|
||||||
|
"layoutModeDual": "이중",
|
||||||
|
"@layoutModeDual": {},
|
||||||
|
"layoutModeSingle": "단일",
|
||||||
|
"@layoutModeSingle": {},
|
||||||
|
"desktop": "데스크톱",
|
||||||
|
"@desktop": {},
|
||||||
|
"tablet": "태블릿",
|
||||||
|
"@tablet": {},
|
||||||
|
"phone": "모바일",
|
||||||
|
"@phone": {},
|
||||||
|
"settingsLayoutModesDesc": "앱에서 단일 패널 또는 이중 패널 레이아웃을 사용할 수 있는지 제어합니다",
|
||||||
|
"@settingsLayoutModesDesc": {},
|
||||||
|
"settingsLayoutModesTitle": "레이아웃 모드",
|
||||||
|
"@settingsLayoutModesTitle": {},
|
||||||
|
"settingsLayoutSizesDesc": "창 크기에 따라 앱에서 사용할 레이아웃 크기를 선택합니다",
|
||||||
|
"@settingsLayoutSizesDesc": {},
|
||||||
|
"settingsLayoutSizesTitle": "레이아웃 크기",
|
||||||
|
"@settingsLayoutSizesTitle": {},
|
||||||
|
"copyStreamUrl": "스트림 URL 복사",
|
||||||
|
"@copyStreamUrl": {},
|
||||||
|
"downloadFile": "{type} 다운로드",
|
||||||
|
"@downloadFile": {
|
||||||
|
"placeholders": {
|
||||||
|
"type": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"external": "외부",
|
||||||
|
"@external": {},
|
||||||
|
"errorLogs": "오류 로그",
|
||||||
|
"@errorLogs": {},
|
||||||
|
"mediaSegmentIntro": "오프닝",
|
||||||
|
"@mediaSegmentIntro": {},
|
||||||
|
"mediaSegmentOutro": "엔딩",
|
||||||
|
"@mediaSegmentOutro": {},
|
||||||
|
"mediaSegmentRecap": "지난 이야기",
|
||||||
|
"@mediaSegmentRecap": {},
|
||||||
|
"mediaSegmentPreview": "예고편",
|
||||||
|
"@mediaSegmentPreview": {},
|
||||||
|
"mediaSegmentCommercial": "광고",
|
||||||
|
"@mediaSegmentCommercial": {},
|
||||||
|
"mediaSegmentUnknown": "알 수 없음",
|
||||||
|
"@mediaSegmentUnknown": {},
|
||||||
|
"skipButtonLabel": "{segment} 건너뛰기",
|
||||||
|
"@skipButtonLabel": {
|
||||||
|
"placeholders": {
|
||||||
|
"segment": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mdkExperimental": "MDK는 아직 실험 단계에 있습니다",
|
||||||
|
"@mdkExperimental": {},
|
||||||
|
"noVideoPlayerOptions": "선택한 백엔드에는 옵션이 없습니다",
|
||||||
|
"@noVideoPlayerOptions": {},
|
||||||
|
"defaultLabel": "기본값",
|
||||||
|
"@defaultLabel": {
|
||||||
|
"description": "To indicate a default value, default video player backend"
|
||||||
|
},
|
||||||
|
"playerSettingsBackendDesc": "최적의 재생 환경을 위해 선호하는 미디어 플레이어를 선택하세요",
|
||||||
|
"@playerSettingsBackendDesc": {},
|
||||||
|
"playerSettingsBackendTitle": "비디오 플레이어 백엔드",
|
||||||
|
"@playerSettingsBackendTitle": {},
|
||||||
|
"playNextVideo": "다음 영상 재생",
|
||||||
|
"@playNextVideo": {},
|
||||||
|
"closeVideo": "영상 닫기",
|
||||||
|
"@closeVideo": {},
|
||||||
|
"resumeVideo": "영상 다시 재생",
|
||||||
|
"@resumeVideo": {},
|
||||||
|
"stop": "정",
|
||||||
|
"@stop": {},
|
||||||
|
"clientSettingsShowAllCollectionsDesc": "이 옵션을 활성화하면 Fladder에서 지원하지 않는 유형을 포함한 모든 컬렉션 유형이 표시됩니다",
|
||||||
|
"@clientSettingsShowAllCollectionsDesc": {},
|
||||||
|
"clientSettingsShowAllCollectionsTitle": "모든 컬렉션 유형 표시",
|
||||||
|
"@clientSettingsShowAllCollectionsTitle": {},
|
||||||
|
"libraryPlayItems": "항목 재생",
|
||||||
|
"@libraryPlayItems": {},
|
||||||
|
"libraryShuffleAndPlayItems": "무작위 재생",
|
||||||
|
"@libraryShuffleAndPlayItems": {},
|
||||||
|
"clientSettingsRequireWifiDesc": "Wi-Fi 네트워크에 연결된 경우에만 다운로드합니다",
|
||||||
|
"@clientSettingsRequireWifiDesc": {},
|
||||||
|
"clientSettingsRequireWifiTitle": "Wi-Fi 필요",
|
||||||
|
"@clientSettingsRequireWifiTitle": {},
|
||||||
|
"schemeSettingsFruitSalad": "후르츠 샐러드",
|
||||||
|
"@schemeSettingsFruitSalad": {},
|
||||||
|
"schemeSettingsRainbow": "무지개",
|
||||||
|
"@schemeSettingsRainbow": {},
|
||||||
|
"schemeSettingsContent": "콘텐츠",
|
||||||
|
"@schemeSettingsContent": {},
|
||||||
|
"schemeSettingsExpressive": "익스프레시브",
|
||||||
|
"@schemeSettingsExpressive": {},
|
||||||
|
"schemeSettingsVibrant": "바이브런트",
|
||||||
|
"@schemeSettingsVibrant": {},
|
||||||
|
"schemeSettingsNeutral": "기본",
|
||||||
|
"@schemeSettingsNeutral": {},
|
||||||
|
"schemeSettingsMonochrome": "모노크롬",
|
||||||
|
"@schemeSettingsMonochrome": {},
|
||||||
|
"schemeSettingsFidelity": "피델리티",
|
||||||
|
"@schemeSettingsFidelity": {},
|
||||||
|
"schemeSettingsTonalSpot": "톤 스팟",
|
||||||
|
"@schemeSettingsTonalSpot": {},
|
||||||
|
"clientSettingsSchemeVariantTitle": "테마",
|
||||||
|
"@clientSettingsSchemeVariantTitle": {},
|
||||||
|
"deviceOrientationLandscapeRight": "가로 모드 (오른쪽)",
|
||||||
|
"@deviceOrientationLandscapeRight": {},
|
||||||
|
"deviceOrientationLandscapeLeft": "가로 모드 (왼쪽)",
|
||||||
|
"@deviceOrientationLandscapeLeft": {},
|
||||||
|
"deviceOrientationPortraitDown": "세로 모드 (아래쪽)",
|
||||||
|
"@deviceOrientationPortraitDown": {},
|
||||||
|
"deviceOrientationPortraitUp": "세로 모드 (위쪽)",
|
||||||
|
"@deviceOrientationPortraitUp": {},
|
||||||
|
"playerSettingsOrientationDesc": "비디오 플레이어를 특정 화면 방향으로 강제 고정합니다",
|
||||||
|
"@playerSettingsOrientationDesc": {},
|
||||||
|
"playerSettingsOrientationTitle": "플레이어 방향",
|
||||||
|
"@playerSettingsOrientationTitle": {},
|
||||||
|
"libraryFiltersRemoveAllConfirm": "이 작업을 실행하면 모든 라이브러리에 저장된 필터가 삭제됩니다",
|
||||||
|
"@libraryFiltersRemoveAllConfirm": {},
|
||||||
|
"libraryFiltersRemoveAll": "모든 필터 제거",
|
||||||
|
"@libraryFiltersRemoveAll": {},
|
||||||
|
"libraryFiltersLimitReached": "필터 제한(10개)에 도달했습니다. 일부 필터를 제거하세요.",
|
||||||
|
"@libraryFiltersLimitReached": {},
|
||||||
|
"deleteFilterConfirmation": "이 필터를 삭제하시겠습니까?",
|
||||||
|
"@deleteFilterConfirmation": {},
|
||||||
|
"removeFilterForLibrary": "{filter}를 제거하시겠습니까?",
|
||||||
|
"@removeFilterForLibrary": {
|
||||||
|
"description": "removeFilterForLibrary",
|
||||||
|
"placeholders": {
|
||||||
|
"filter": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"updateFilterForLibrary": "필터 업데이트",
|
||||||
|
"@updateFilterForLibrary": {},
|
||||||
|
"defaultFilterForLibrary": "라이브러리 기본 필터",
|
||||||
|
"@defaultFilterForLibrary": {},
|
||||||
|
"unableToPlayBooksOnWeb": "현재 웹에서는 도서가 지원되지 않습니다",
|
||||||
|
"@unableToPlayBooksOnWeb": {},
|
||||||
|
"errorOpeningMedia": "이 미디어를 재생하는 중 문제가 발생했습니다",
|
||||||
|
"@errorOpeningMedia": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -108,9 +108,9 @@
|
||||||
"@controls": {},
|
"@controls": {},
|
||||||
"dashboard": "控制台",
|
"dashboard": "控制台",
|
||||||
"@dashboard": {},
|
"@dashboard": {},
|
||||||
"dashboardContinue": "继续",
|
"dashboardContinue": "继续播放",
|
||||||
"@dashboardContinue": {},
|
"@dashboardContinue": {},
|
||||||
"dashboardContinueListening": "继续听",
|
"dashboardContinueListening": "继续收听",
|
||||||
"@dashboardContinueListening": {},
|
"@dashboardContinueListening": {},
|
||||||
"dashboardContinueReading": "继续阅读",
|
"dashboardContinueReading": "继续阅读",
|
||||||
"@dashboardContinueReading": {},
|
"@dashboardContinueReading": {},
|
||||||
|
|
@ -707,7 +707,7 @@
|
||||||
"@settingsClientDesc": {},
|
"@settingsClientDesc": {},
|
||||||
"settingsClientTitle": "Fladder",
|
"settingsClientTitle": "Fladder",
|
||||||
"@settingsClientTitle": {},
|
"@settingsClientTitle": {},
|
||||||
"settingsContinue": "继续",
|
"settingsContinue": "继续播放",
|
||||||
"@settingsContinue": {},
|
"@settingsContinue": {},
|
||||||
"settingsEnableOsMediaControls": "启用操作系统媒体控制",
|
"settingsEnableOsMediaControls": "启用操作系统媒体控制",
|
||||||
"@settingsEnableOsMediaControls": {},
|
"@settingsEnableOsMediaControls": {},
|
||||||
|
|
|
||||||
1467
lib/l10n/app_zh_Hant.arb
Normal file
1467
lib/l10n/app_zh_Hant.arb
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -11,4 +11,4 @@ PRODUCT_NAME = Fladder
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = nl.jknaapen.fladder
|
PRODUCT_BUNDLE_IDENTIFIER = nl.jknaapen.fladder
|
||||||
|
|
||||||
// The copyright displayed in application information
|
// The copyright displayed in application information
|
||||||
PRODUCT_COPYRIGHT = Copyright © 2023 Donutware. All rights reserved.
|
PRODUCT_COPYRIGHT = Copyright © 2025 Donutware. All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "fladder" "\0"
|
VALUE "FileDescription", "fladder" "\0"
|
||||||
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||||
VALUE "InternalName", "nl.jknaapen.fladder" "\0"
|
VALUE "InternalName", "nl.jknaapen.fladder" "\0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2023 DonutWare. All rights reserved." "\0"
|
VALUE "LegalCopyright", "Copyright (C) 2025 DonutWare. All rights reserved." "\0"
|
||||||
VALUE "OriginalFilename", "fladder.exe" "\0"
|
VALUE "OriginalFilename", "fladder.exe" "\0"
|
||||||
VALUE "ProductName", "fladder" "\0"
|
VALUE "ProductName", "fladder" "\0"
|
||||||
VALUE "ProductVersion", VERSION_AS_STRING "\0"
|
VALUE "ProductVersion", VERSION_AS_STRING "\0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue