mirror of https://github.com/VERT-sh/VERT.git
chore: update languages
This commit is contained in:
parent
b0cc5b6d8a
commit
1227ed29d5
|
@ -13,8 +13,8 @@
|
|||
"discord_server": "Servidor de Discord"
|
||||
},
|
||||
"upload": {
|
||||
"title": "El convertor de archivos que te encantará.",
|
||||
"subtitle": "Todo el procesamiento de imágenes, audio y documentos es hecho en tu dispositivo. Los videos son convertidos en nuestros servidores ultra rápidos. Sin límite de tamaño de archivo, sin anuncios y de código abierto.",
|
||||
"title": "El convertidor de archivos que te encantará.",
|
||||
"subtitle": "Todo el procesamiento de imágenes, audio y documentos es hecho en tu dispositivo. Los vídeos son convertidos en nuestros servidores ultra rápidos. Sin límite de tamaño de archivo, sin anuncios y de código abierto.",
|
||||
"uploader": {
|
||||
"text": "Arrastra o haz clic para {action}",
|
||||
"convert": "convertir",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"images": "Imágenes",
|
||||
"audio": "Audio",
|
||||
"documents": "Documentos",
|
||||
"video": "Video",
|
||||
"video": "Vídeo",
|
||||
"video_server_processing": "Soportado por el servidor",
|
||||
"local_supported": "Soportado localmente",
|
||||
"status": {
|
||||
|
@ -39,7 +39,7 @@
|
|||
"partial_support": "Este formato solo se puede convertir a {direction}.",
|
||||
"direction_input": "entrada (desde)",
|
||||
"direction_output": "salida (hacia)",
|
||||
"video_server_processing": "Por defecto, los videos se suben a un servidor para ser procesados. Aprende cómo instalarlo localmente aquí."
|
||||
"video_server_processing": "Por defecto, los vídeos se suben a un servidor para ser procesados. Aprende cómo instalarlo localmente aquí."
|
||||
}
|
||||
},
|
||||
"convert": {
|
||||
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
"dropdown": {
|
||||
"audio": "Audio",
|
||||
"video": "Video",
|
||||
"video": "Vídeo",
|
||||
"doc": "Documento",
|
||||
"image": "Imagen",
|
||||
"placeholder": "Buscar formato"
|
||||
|
@ -60,7 +60,7 @@
|
|||
"tooltips": {
|
||||
"unknown_file": "Formato de archivo desconocido",
|
||||
"audio_file": "Audio",
|
||||
"video_file": "Video",
|
||||
"video_file": "Vídeo",
|
||||
"document_file": "Documento",
|
||||
"image_file": "Imagen",
|
||||
"convert_file": "Convertir este archivo",
|
||||
|
@ -69,8 +69,8 @@
|
|||
"errors": {
|
||||
"cant_convert": "No podemos convertir este archivo.",
|
||||
"vertd_server": "¿Qué estás haciendo..? ¡Debes ejecutar el servidor de vertd!",
|
||||
"unsupported_format": "Solo aceptamos imágenes, videos, audios y documentos.",
|
||||
"vertd_not_found": "No se encontró la instancia de vertd para iniciar la conversión de videos. ¿Estás seguro de que la URL es correcta?"
|
||||
"unsupported_format": "Solo aceptamos imágenes, vídeos, audios y documentos.",
|
||||
"vertd_not_found": "No se encontró la instancia de vertd para iniciar la conversión de vídeos. ¿Estás seguro de que la URL es correcta?"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
|
@ -93,15 +93,21 @@
|
|||
"title": "Conversión",
|
||||
"filename_format": "Formato del nombre de archivo",
|
||||
"filename_description": "Esto va a determinar el nombre del archivo al ser descargado <b>sin incluir la extensión</b>. Puedes poner las siguientes plantillas en el formato, las cuales serán reemplazadas con la información que les corresponde: <b>%name%</b> para el nombre original, <b>%extension%</b> para la extensión original del archivo y <b>%date%</b> para la fecha de cuando el archivo fue convertido.",
|
||||
"placeholder": "VERT_%name%"
|
||||
"placeholder": "VERT_%name%",
|
||||
"quality": "Calidad de la conversión",
|
||||
"quality_description": "Esto cambia la calidad por defecto de los archivos convertidos (en su categoría). Valores más altos pueden resultar en tiempos de conversión y tamaños de archivo más largos.",
|
||||
"quality_video": "Esto cambia la calidad por defecto de los vídeos convertidos. Valores más altos pueden resultar en tiempos de conversión y tamaños de archivo más largos.",
|
||||
"quality_audio": "Audio (kbps)",
|
||||
"quality_images": "Imagen (%)",
|
||||
"rate": "Tasa de muestreo (Hz)"
|
||||
},
|
||||
"vertd": {
|
||||
"title": "Conversión de video",
|
||||
"title": "Conversión de vídeo",
|
||||
"status": "estado:",
|
||||
"loading": "cargando...",
|
||||
"available": "disponible, id del commit {commitId}",
|
||||
"unavailable": "no disponible (¿has comprobado la url?)",
|
||||
"description": "<code>vertd</code> es un proyecto que actúa como un servidor intermediario (\"wrapper\") para FFmpeg. permite convertir videos sin dejar de lado la conveniente interfaz web de VERT y, a la vez, aprovecha la potencia de tu GPU para hacerlo lo más rápido posible.",
|
||||
"description": "<code>vertd</code> es un proyecto que actúa como un servidor intermediario (\"wrapper\") para FFmpeg. Permite convertir vídeos sin dejar de lado la conveniente interfaz web de VERT y, a la vez, aprovecha la potencia de tu GPU para hacerlo lo más rápido posible.",
|
||||
"hosting_info": "Alojamos una instancia pública para tu conveniencia, pero es bastante fácil alojar una propia en tu PC o servidor si sabes lo que estás haciendo. Puedes descargar los binarios del servidor [vertd_link]aquí[/vertd_link]. ¡El proceso de instalación será más fácil en el futuro, así que mantente atento!",
|
||||
"instance_url": "URL de la instancia",
|
||||
"url_placeholder": "Ejemplo: http://localhost:24153",
|
||||
|
@ -132,11 +138,11 @@
|
|||
"title": "Acerca de",
|
||||
"why": {
|
||||
"title": "¿Por qué VERT?",
|
||||
"description": "<b>Los conversores de archivos siempre nos han decepcionado.</b> Son feos, están llenos de anuncios y, lo más importante, son lentos. Decidimos solucionar este problema de una vez por todas creando una alternativa que resuelve todo eso, y más.<br/><br/>Todos los archivos (exceptuando videos) se convierten directamente en tu dispositivo; esto significa que no hay demoras por subir o bajar archivos de un servidor, y nunca tenemos acceso a los archivos que conviertes.<br/><br/>Los videos se suben a nuestro servidor ultra rápido equipado con una RTX 4000 Ada. Tus videos permanecen allí durante una hora si no los conviertes. Si los conviertes, el archivo se guarda durante una hora, o hasta que lo descargues. Luego, el archivo se elimina del servidor."
|
||||
"description": "<b>Los conversores de archivos siempre nos han decepcionado.</b> Son feos, están llenos de anuncios y, lo más importante, son lentos. Decidimos solucionar este problema de una vez por todas creando una alternativa que resuelve todo eso, y más.<br/><br/>Todos los archivos (exceptuando vídeos) se convierten directamente en tu dispositivo; esto significa que no hay demoras por subir o bajar archivos de un servidor, y nunca tenemos acceso a los archivos que conviertes.<br/><br/>Los vídeos se suben a nuestro servidor ultra rápido equipado con una RTX 4000 Ada. Tus vídeos permanecen allí durante una hora si no los conviertes. Si los conviertes, el archivo se guarda durante una hora, o hasta que lo descargues. Luego, el archivo se elimina del servidor."
|
||||
},
|
||||
"sponsors": {
|
||||
"title": "Patrocinadores",
|
||||
"description": "¿Quieres apoyarnos? Contacta un desarrollador en el servidor de [discord_link]Discord[/discord_link] o envía un correo a",
|
||||
"description": "¿Quieres apoyarnos? Contacta a un desarrollador en el servidor de [discord_link]Discord[/discord_link] o envía un correo a",
|
||||
"email_copied": "¡Email copiado al portapapeles!"
|
||||
},
|
||||
"resources": {
|
||||
|
@ -160,20 +166,20 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Créditos",
|
||||
"contact_team": "Si te gustaría contactar el equipo de desarrollo, por favor usa el email que se encuentra en la tarjeta de \"Recursos\".",
|
||||
"contact_team": "Si te gustaría contactar al equipo de desarrollo, por favor usa el email que se encuentra en la tarjeta de \"Recursos\".",
|
||||
"notable_contributors": "Colaboradores destacados",
|
||||
"notable_description": "Queremos darle las gracias a las siguientes personas por sus importantes contribuciones a VERT.",
|
||||
"notable_description": "Queremos dar las gracias a las siguientes personas por sus importantes contribuciones a VERT.",
|
||||
"github_contributors": "Contribuidores de GitHub",
|
||||
"github_description": "¡Muchas [jpegify_link]gracias[/jpegify_link] a todos los que han contribuido! [github_link]¿Quieres contribuir también?[/github_link]",
|
||||
"no_contributors": "Parece que nadie ha contribuido todavía... [contribute_link]¡Sé el primero en hacerlo![/contribute_link]",
|
||||
"libraries": "Librerías",
|
||||
"libraries_description": "Muchas gracias a FFmpeg (audio, video), ImageMagick (imágenes) y Pandoc (documentos) por mantener librerías excelentes por tantos años. VERT depende de ellas para proporcionar tus conversiones.",
|
||||
"libraries_description": "Muchas gracias a FFmpeg (audio, vídeo), ImageMagick (imágenes) y Pandoc (documentos) por mantener librerías excelentes por tantos años. VERT depende de ellas para proporcionar tus conversiones.",
|
||||
"roles": {
|
||||
"lead_developer": "Líder de desarrollo; implementación del backend de conversión e interfaz",
|
||||
"developer": "Desarrollador; implementación de la interfaz",
|
||||
"designer": "Diseñador; UX, branding y marketing",
|
||||
"docker_ci": "Mantenimiento del soporte para Docker y CI",
|
||||
"former_cofounder": "Ex-cofundador; diseñador"
|
||||
"former_cofounder": "Excofundador; diseñador"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
|
@ -184,7 +190,9 @@
|
|||
"errors": {
|
||||
"general": "Ocurrió un error mientras se convertía {file}: {message}",
|
||||
"magick": "Ocurrió un error en el módulo de Magick, la conversión de imágenes puede que no funcione correctamente.",
|
||||
"ffmpeg": "No se pudo cargar FFmpeg, algunas funciones podrían no funcionar."
|
||||
"ffmpeg": "No se pudo cargar FFmpeg, algunas funciones podrían no funcionar.",
|
||||
"no_audio": "No se encontró una pista de audio.",
|
||||
"invalid_rate": "La tasa de muestreo especificada no es válida: {rate}Hz"
|
||||
}
|
||||
},
|
||||
"jpegify": {
|
||||
|
|
|
@ -1,189 +0,0 @@
|
|||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"upload": {
|
||||
"title": "The fiwe conwewtew you'ww wuv.",
|
||||
"subtitle": "Aww image, audio, and document pwocessing is donye on youw dewice. Videos awe conwewted on ouw wightnying-fast sewwews. Nyo fiwe size wimit, nyo ads, and compwetewy open souwce.",
|
||||
"uploader": {
|
||||
"text": "Dwop or cwick to {action}",
|
||||
"convert": "conwewt",
|
||||
"jpegify": "jpegify"
|
||||
},
|
||||
"cards": {
|
||||
"title": "VEWT suppowts...",
|
||||
"images": "Images",
|
||||
"audio": "Audio",
|
||||
"documents": "Documents",
|
||||
"video": "Video",
|
||||
"video_server_processing": "Video upwoads to a sewwew fow pwocessing by defauwt, weawn how to set it up wocawwy [wiki_link]hewe[/wiki_link].",
|
||||
"local_supported": "Wocaw fuwwy suppowted",
|
||||
"status": {
|
||||
"text": "<b>Status:</b> {status}",
|
||||
"ready": "weady",
|
||||
"not_ready": "nyot weady"
|
||||
},
|
||||
"supported_formats": "Suppowted fowmats:"
|
||||
},
|
||||
"tooltip": {
|
||||
"partial_support": "This fowmat can onwy be conwewted as {direction}.",
|
||||
"direction_input": "input (fwom)",
|
||||
"direction_output": "output (to)"
|
||||
}
|
||||
},
|
||||
"convert": {
|
||||
"panel": {
|
||||
"convert_all": "Conwewt aww",
|
||||
"download_all": "Downwoad aww as .zip",
|
||||
"remove_all": "Wemuv aww fiwes",
|
||||
"set_all_to": "Set aww to",
|
||||
"na": "N/A"
|
||||
},
|
||||
"tooltips": {
|
||||
"unknown_file": "Unknyown fiwe type",
|
||||
"audio_file": "Audio fiwe",
|
||||
"video_file": "Video fiwe",
|
||||
"document_file": "Document fiwe",
|
||||
"image_file": "Image fiwe",
|
||||
"convert_file": "Conwewt this fiwe",
|
||||
"download_file": "Downwoad this fiwe"
|
||||
},
|
||||
"errors": {
|
||||
"cant_convert": "We can't conwewt this fiwe.",
|
||||
"vertd_server": "what awe you doing..? you'we supposed to wun the wewtd sewwew!",
|
||||
"unsupported_format": "Onwy image, wideo, audio, and document fiwes awe suppowted",
|
||||
"vertd_not_found": "Couwd nyot find the wewtd instance to stawt wideo conwewsion. Awe you suwe the instance UWW is set cowwectwy?"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"errors": {
|
||||
"save_failed": "Faiwed to sawe settings!"
|
||||
},
|
||||
"appearance": {
|
||||
"title": "Appeawance",
|
||||
"brightness_theme": "Bwightnyess theme",
|
||||
"brightness_description": "Want a sunny fwash-bang, ow a quiet wonyewy nyight?",
|
||||
"light": "Wight",
|
||||
"dark": "Dawk",
|
||||
"effect_settings": "Effect settings",
|
||||
"effect_description": "Wouwd you wike fancy effects, ow a mowe static expewience?",
|
||||
"enable": "Enyabwe",
|
||||
"disable": "Disabwe"
|
||||
},
|
||||
"conversion": {
|
||||
"title": "Conwewsion",
|
||||
"filename_format": "Fiwe nyame fowmat",
|
||||
"filename_description": "This wiww detewminye the nyame of the fiwe on downwoad, <b>nyot incwuding the fiwe extension.</b> You can put these fowwowing tempwates in the fowmat, which wiww be wepwaced with the wewewant infowmation: <b>%nyame%</b> fow the owiginyaw fiwe nyame, <b>%extension%</b> fow the owiginyaw fiwe extension, and <b>%date%</b> fow a date stwing of when the fiwe was conwewted.",
|
||||
"placeholder": "VEWT_%nyame%"
|
||||
},
|
||||
"vertd": {
|
||||
"title": "Video conwewsion",
|
||||
"status": "status:",
|
||||
"loading": "woading...",
|
||||
"available": "awaiwabwe, commit id {commitId}",
|
||||
"unavailable": "unyawaiwabwe (is the uww wight?)",
|
||||
"description": "The <code>wewtd</code> pwojyect is a sewwew wwappew fow FFmpeg. This awwows you to conwewt wideos thwough the conwenyience of VEWT's web intewface, whiwe stiww being abwe to hawnyess the powew of youw GPU to do it as quickwy as possibwe.",
|
||||
"hosting_info": "We host a pubwic instance fow youw conwenyience, but it is quite easy to host youw own on youw PC ow sewwew if you knyow what you awe doing. You can downwoad the sewwew binyawies [vertd_link]hewe[/vertd_link] - the pwocess of setting this up wiww become easiew in the futuwe, so stay tunyed!",
|
||||
"instance_url": "Instance UWW",
|
||||
"url_placeholder": "Exampwe: http://wocawhost:24153",
|
||||
"conversion_speed": "Conwewsion speed",
|
||||
"speed_description": "This descwibes the twadeoff between speed and quawity. Fastew speeds wiww wesuwt in wowew quawity, but wiww get the jyob donye quickew.",
|
||||
"speeds": {
|
||||
"very_slow": "Vewy Swow",
|
||||
"slower": "Swowew",
|
||||
"slow": "Swow",
|
||||
"medium": "Medium",
|
||||
"fast": "Fast",
|
||||
"ultra_fast": "Uwtwa Fast"
|
||||
}
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Pwiwacy",
|
||||
"plausible_title": "Pwausibwe anyawytics",
|
||||
"plausible_description": "We use [plausible_link]Pwausibwe[/plausible_link], a pwiwacy-focused anyawytics toow, to gathew compwetewy anyonymous statistics. Aww data is anyonymized and aggwegated, and nyo identifiabwe infowmation is ewew sent ow stowed. You can wiew the anyawytics [analytics_link]hewe[/analytics_link] and choose to opt out bewow.",
|
||||
"opt_in": "Opt-in",
|
||||
"opt_out": "Opt-out"
|
||||
},
|
||||
"language": {
|
||||
"title": "Wanguage",
|
||||
"description": "Sewect youw pwefewwed wanguage fow the VEWT intewface."
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"title": "About",
|
||||
"why": {
|
||||
"title": "Why VEWT?",
|
||||
"description": "<b>Fiwe conwewtews hawe awways disappointed us.</b> They'we ugwy, widdwed with ads, and most impowtantwy; swow. We decided to sowwe this pwobwem once and fow aww by making an awtewnyatiwe that sowwes aww those pwobwems, and mowe.<br/><br/>Aww nyon-wideo fiwes awe conwewted compwetewy on-dewice; this means that thewe's nyo deway between sending and weceiwing the fiwes fwom a sewwew, and we nyewew get to snyoop on the fiwes you conwewt.<br/><br/>Video fiwes get upwoaded to ouw wightnying-fast WTX 4000 Ada sewwew. Youw wideos stay on thewe fow an houw if you do nyot conwewt them. If you do conwewt the fiwe, the wideo wiww stay on the sewwew fow an houw, ow untiw it is downwoaded. The fiwe wiww then be deweted fwom ouw sewwew."
|
||||
},
|
||||
"sponsors": {
|
||||
"title": "Sponsows",
|
||||
"description": "Want to suppowt us? Contact a dewewopew in the [discord_link]Discowd[/discord_link] sewwew, ow send an emaiw to",
|
||||
"email_copied": "Emaiw copied to cwipboawd!"
|
||||
},
|
||||
"resources": {
|
||||
"title": "Wesouwces",
|
||||
"discord": "Discowd",
|
||||
"source": "Souwce",
|
||||
"email": "Emaiw"
|
||||
},
|
||||
"donate": {
|
||||
"title": "Donyate to VEWT",
|
||||
"description": "With youw suppowt, we can keep maintainying and impwowing VEWT.",
|
||||
"one_time": "Onye-time",
|
||||
"monthly": "Monthwy",
|
||||
"custom": "Custom",
|
||||
"pay_now": "Pay nyow",
|
||||
"donate_amount": "Donyate ${amount} USD",
|
||||
"thank_you": "Thank you fow youw donyation!",
|
||||
"payment_failed": "Payment faiwed: {message}{period} You hawe nyot been chawged.",
|
||||
"donation_error": "An ewwow occuwwed whiwe pwocessing youw donyation. Pwease twy again watew.",
|
||||
"payment_error": "Ewwow fetching payment detaiws. Pwease twy again watew."
|
||||
},
|
||||
"credits": {
|
||||
"title": "Cwedits",
|
||||
"contact_team": "If you wouwd wike to contact the dewewopment team, pwease use the emaiw found on the \"Wesouwces\" cawd.",
|
||||
"notable_contributors": "Nyotabwe contwibutows",
|
||||
"notable_description": "We'd wike to thank these peopwe fow theiw majyow contwibutions to VEWT.",
|
||||
"github_contributors": "GitHub contwibutows",
|
||||
"github_description": "Big [jpegify_link]thanks[/jpegify_link] to aww these peopwe fow hewping out! [github_link]Want to hewp too?[/github_link]",
|
||||
"no_contributors": "Seems wike nyo onye has contwibuted yet... [contribute_link]be the fiwst to contwibute![/contribute_link]",
|
||||
"libraries": "Wibwawies",
|
||||
"libraries_description": "A beeg thankies to FFmpeg (audio, wideo), ImageMagick (images) and Pandoc (documents) fow maintainying such excewwent wibwawies fow so many yeaws. VEWT wewies on them to pwowide you with youw conwewsions.",
|
||||
"roles": {
|
||||
"lead_developer": "Wead dewewopew; conwewsion backend, UI impwementation",
|
||||
"developer": "Dewewopew; UI impwementation",
|
||||
"designer": "Designyew; UX, bwanding, mawketing",
|
||||
"docker_ci": "Maintainying Dockew & CI suppowt",
|
||||
"former_cofounder": "Fowmew co-foundew & designyew"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"github_contributors": "Ewwow fetching GitHub contwibutows"
|
||||
}
|
||||
},
|
||||
"workers": {
|
||||
"errors": {
|
||||
"general": "Ewwow conwewting fiwe {file}: {message}",
|
||||
"magick": "Ewwow in Magick wowkew, image conwewsion may nyot wowk as expected.`",
|
||||
"ffmpeg": "Ewwow woading ffmpeg, some featuwes may nyot wowk."
|
||||
}
|
||||
},
|
||||
"jpegify": {
|
||||
"title": "SECWET JPEGIFY!!!",
|
||||
"subtitle": "(shh... don't teww anyonye!)",
|
||||
"button": "JPEGIFY {compression}%!!!",
|
||||
"download": "Downwoad",
|
||||
"delete": "Dewete"
|
||||
},
|
||||
"navbar": {
|
||||
"upload": "Upwoad",
|
||||
"convert": "Conwewt",
|
||||
"settings": "Settings",
|
||||
"about": "About",
|
||||
"toggle_theme": "Toggwe theme"
|
||||
},
|
||||
"footer": {
|
||||
"copyright": "© {year} VEWT.",
|
||||
"source_code": "Souwce code",
|
||||
"discord_server": "Discowd sewwew"
|
||||
}
|
||||
}
|
|
@ -3,8 +3,7 @@
|
|||
"baseLocale": "en",
|
||||
"locales": [
|
||||
"en",
|
||||
"es",
|
||||
"uwu"
|
||||
"es"
|
||||
],
|
||||
"modules": [
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
||||
|
|
|
@ -299,7 +299,6 @@ export const locale = writable(getLocale());
|
|||
export const availableLocales = {
|
||||
"en": "English",
|
||||
"es": "Español",
|
||||
"uwu": "UwU",
|
||||
}
|
||||
|
||||
export function updateLocale(newLocale: string) {
|
||||
|
|
Loading…
Reference in New Issue