-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
225 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"@metadata": { | ||
"authors": [] | ||
}, | ||
"embedvideo-description": "Este 'fork' añade un 'parser' para incrustar videos desde fuentes multimedia populares", | ||
"embedvideo-load": "Cargar $1", | ||
"embedvideo-type-audio": "audio", | ||
"embedvideo-type-content": "contenido", | ||
"embedvideo-type-video": "video", | ||
"embedvideo-consent-privacy-policy": "Política de Privacidad", | ||
"embedvideo-consent-privacy-notice-text": "$1 podría recabar datos personales.", | ||
"embedvideo-consent-privacy-notice-continue": "Continuar", | ||
"embedvideo-consent-privacy-notice-dismiss": "Descartar", | ||
"embedvideo-service-archiveorg": "Archive.org", | ||
"embedvideo-service-bilibili": "Bilibili", | ||
"embedvideo-service-kakaotv": "KakaoTV", | ||
"embedvideo-service-navertv": "NaverTV", | ||
"embedvideo-service-niconico": "Niconico", | ||
"embedvideo-service-soundcloud": "SoundCloud", | ||
"embedvideo-service-spotify": "Spotify", | ||
"embedvideo-service-twitch": "Twitch", | ||
"embedvideo-service-vimeo": "Vimeo", | ||
"embedvideo-service-youtube": "YouTube", | ||
"embedvideo-play": "Reproducir", | ||
"embedvideo-error-missingparams": "EmbedVideo; falta un parámetro requerido.", | ||
"embedvideo-error-service": "EmbedVideo no reconoce el servicio \"$1\".", | ||
"embedvideo-error-id": "EmbedVideo recibió la id errónea \"$2\" del servicio \"$1\".", | ||
"embedvideo-error-width": "EmbedVideo recibió un parámetro de anchura inválido \"$1\".", | ||
"embedvideo-error-height": "EmbedVideo recibió un parámetro de altura inválido \"$1\".", | ||
"embedvideo-error-alignment": "EmbedVideo recibió un valor 'alignment' inválido \"$1\". Valores válidos: \"left\", \"center\", o \"right\".", | ||
"embedvideo-error-valignment": "EmbedVideo recibió un valor 'valignment' inválido \"$1\". Valores válidos: \"top\", \"middle\", \"bottom\", o \"baseline\".", | ||
"embedvideo-error-urlargs": "EmbedVideo recibió una lista de argumentos URL conteniendo datos inválidos o en blanco.", | ||
"embedvideo-error-unknown": "EmbedVideo encontró un error desconocido generando el bloque incrustado ($1)", | ||
"embedvideo-error-evp_deprecated": "La etiqueta '#evp' se declaró obsoleta en EmbedVideo 2.0. Por favor, convierta la etiqueta a '#ev'.", | ||
"embedvideo-error-container": "El parámetro proporcionado por 'container' es inválido.", | ||
"embedvideo-video-short-desc": "$1, $2x$3", | ||
"embedvideo-video-long-desc": "$1, $2 codec, longitud $3, $4x$5 pixels, $6 general", | ||
"embedvideo-audio-short-desc": "$1", | ||
"embedvideo-audio-long-desc": "$1, $2 codec, longitud $3, $4 general", | ||
"embedvideo-error-cantdecode_evu": "No se pudo decodificar el video de $1", | ||
"apihelp-embedvideo-summary": "Muestra el código de incrustación generado con los parámetros especificados.", | ||
"apihelp-embedvideo-param-service": "Nombre del proveedor (youtube, twitch, etc)", | ||
"apihelp-embedvideo-param-id": "ID de video", | ||
"apihelp-embedvideo-param-dimensions": "Ancho numérico (100) or ancho por alto (100x100)", | ||
"apihelp-embedvideo-param-alignment": "Alineación del video", | ||
"apihelp-embedvideo-param-description": "Descripción del video", | ||
"apihelp-embedvideo-param-container": "Aceptar para marco, o dejar vacío", | ||
"apihelp-embedvideo-param-urlargs": "Parámetros URL adicionales", | ||
"apihelp-embedvideo-param-autoresize": "Redimensionado automático de video (verdadero o falso)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"@metadata": { | ||
"authors": [ | ||
"Alistair3149", | ||
"Ykhwong", | ||
"gaon12", | ||
"렌즈" | ||
] | ||
}, | ||
"embedvideo-description": "이 포크 버전은 인기 있는 플랫폼들의 비디오을 임베드하기 위한 파서 기능을 추가합니다.", | ||
"embedvideo-load": "$1 불러오기", | ||
"embedvideo-type-audio": "소리", | ||
"embedvideo-type-content": "콘텐츠", | ||
"embedvideo-type-video": "동영상", | ||
"embedvideo-consent-privacy-policy": "개인정보보호정책", | ||
"embedvideo-consent-privacy-notice-text": "$1에서 개인정보가 수집될 수 있습니다.", | ||
"embedvideo-consent-privacy-notice-continue": "계속", | ||
"embedvideo-consent-privacy-notice-dismiss": "취소", | ||
"embedvideo-service-archiveorg": "Archive.org", | ||
"embedvideo-service-bilibili": "빌리빌리", | ||
"embedvideo-service-kakaotv": "카카오TV", | ||
"embedvideo-service-navertv": "네이버TV", | ||
"embedvideo-service-niconico": "니코니코 동화", | ||
"embedvideo-service-soundcloud": "사운드 클라우드", | ||
"embedvideo-service-spotify": "스포티파이", | ||
"embedvideo-service-twitch": "트위치", | ||
"embedvideo-service-vimeo": "비메오", | ||
"embedvideo-service-youtube": "유튜브", | ||
"embedvideo-play": "비디오 재생", | ||
"embedvideo-error-missingparams": "EmbedVideo에 필수 매개 변수가 없습니다.", | ||
"embedvideo-error-service": "EmbedVideo가 비디오 서비스 \"$1\"을(를) 인식하지 못합니다.", | ||
"embedvideo-error-id": "EmbedVideo가 \"$1\" 서비스에 대해 잘못된 ID 값 \"$2\"을(를) 받았습니다.", | ||
"embedvideo-error-width": "EmbedVideo가 잘못된 영상 너비 매개변수 값 \"$1\"을(를) 받았습니다.", | ||
"embedvideo-error-height": "EmbedVideo가 잘못된 높이 매개변수 값 \"$1\"을 받았습니다.", | ||
"embedvideo-error-alignment": "EmbedVideo가 정렬 매개변수 값 \"$1\"에 대해 잘못된 값을 받았습니다. 유효한 값은 \"left\", \"center\", 또는 \"right\"입니다.", | ||
"embedvideo-error-valignment": "EmbedVideo에 잘못된 값 \"$1\"이 지정되었습니다. 유효한 값은 \"top\", \"middle\", \"bottom\", 또는 \"baseline\"입니다.", | ||
"embedvideo-error-urlargs": "EmbedVideo가 잘못된 데이터 또는 빈 인수가 포함된 URL 인자 목록을 받았습니다.", | ||
"embedvideo-error-unknown": "EmbedVideo가 이 비디오 임베드 블록을 생성하는 동안 알 수 없는 오류가 발생했습니다. ($1)", | ||
"embedvideo-error-evp_deprecated": "#evp 구문 분석기 함수는 EmbedVideo 2.0에서 더 이상 사용되지 않습니다. 파서 함수 태그를 #ev로 변환하세요.", | ||
"embedvideo-error-container": "'컨테이너'에 제공된 매개변수가 유효하지 않습니다.", | ||
"embedvideo-video-short-desc": "$1, $2x$3", | ||
"embedvideo-video-long-desc": "$1, $2 코덱, 길이 $3, $4x$5 픽셀, 전체 $6", | ||
"embedvideo-audio-short-desc": "$1", | ||
"embedvideo-audio-long-desc": "$1, $2 코덱, 길이 $3, 전체 $4", | ||
"embedvideo-error-cantdecode_evu": "$1에서 비디오를 구문 분석할 수 없습니다", | ||
"apihelp-embedvideo-summary": "주어진 매개변수에 대해 생성된 비디오 임베드 코드를 가져옵니다.", | ||
"apihelp-embedvideo-param-service": "서비스 이름(유튜브, 트위치 등)", | ||
"apihelp-embedvideo-param-id": "해당 서비스의 비디오 ID 값", | ||
"apihelp-embedvideo-param-dimensions": "숫자 너비(100) 또는 너비를 높이로 나눈 값(100x100)", | ||
"apihelp-embedvideo-param-alignment": "비디오 정렬", | ||
"apihelp-embedvideo-param-description": "비디오 설명", | ||
"apihelp-embedvideo-param-container": "프레임 허용, 또는 비워둠", | ||
"apihelp-embedvideo-param-urlargs": "비디오 URL에 전달할 추가 인수(일부 서비스의 경우)", | ||
"apihelp-embedvideo-param-autoresize": "비디오 크기를 자동으로 조절하겠습니까? (true 또는 false)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
{ | ||
"@metadata": { | ||
"authors": [ | ||
"Amire80", | ||
"Robby" | ||
] | ||
}, | ||
"embedvideo-consent-privacy-notice-continue": "{{identical|Continue}}", | ||
"embedvideo-consent-privacy-notice-dismiss": "{{identical|Dismiss}}" | ||
"embedvideo-consent-privacy-notice-dismiss": "{{identical|Dismiss}}", | ||
"embedvideo-service-archiveorg": "{{Optional}}", | ||
"embedvideo-service-bilibili": "{{Optional}}", | ||
"embedvideo-service-kakaotv": "{{Optional}}", | ||
"embedvideo-service-navertv": "{{Optional}}", | ||
"embedvideo-service-niconico": "{{Optional}}", | ||
"embedvideo-service-soundcloud": "{{Optional}}", | ||
"embedvideo-service-spotify": "{{Optional}}", | ||
"embedvideo-service-twitch": "{{Optional}}", | ||
"embedvideo-service-vimeo": "{{Optional}}", | ||
"embedvideo-service-youtube": "{{Optional}}" | ||
} |
Oops, something went wrong.