diff options
Diffstat (limited to 'client-web/source/locale/es.ts')
-rw-r--r-- | client-web/source/locale/es.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/client-web/source/locale/es.ts b/client-web/source/locale/es.ts index 871ddaf..6367313 100644 --- a/client-web/source/locale/es.ts +++ b/client-web/source/locale/es.ts @@ -7,10 +7,10 @@ import { LanguageStrings } from "./mod.ts"; // TODO this is mostly autogenerated. please fix it. export const PO_ES: LanguageStrings = { - join_message: author => [author, " joined."], + join_message: author => [author, " unir."], status_drain_buffer: amount => `Draining buffers... (buffer: ${amount})`, - enable: thing => `Enable ${thing}`, - leave_message: author => [author, " left."], + enable: thing => `Activar ${thing}`, + leave_message: author => [author, " salir."], microphone: "Microfono", chatbox_placeholder: "Escriba un mensaje", chatbox_label: "Enviar mensaje", @@ -18,7 +18,7 @@ export const PO_ES: LanguageStrings = { summery_image: "(imagen)", camera: "Cámara", file: "Archivo", - leave: "Vete.", + leave: "Salir", screen: "Pantalla", image_alt: "Imagen (haga clic para abrir)", warn_mem_download: "Descarga a la memoria porque el servicio de trabajo no está disponible.", @@ -61,13 +61,13 @@ export const PO_ES: LanguageStrings = { video_stream: "secuencia de vídeo", audio_stream: "flujo de audio", local: "Local", - disable: "Inhabilitación", + disable: "Desactivar", status_await_stream: "A la espera de la corriente...", notification_perm_explain: "Para que keks-meet envíe notificaciones, necesita que usted conceda permiso:", grant: "Grant", clear_prefs: "¿Quieres limpiar todos los ajustes? Usa esto:", setting_descs: { - language: "Interface Language", + language: "Lengua de interfacio", warn_redirect: "Opción interna que se establece por un servidor redireccionar.", image_view_popup: "Imagen abierta en popup en lugar de nueva pestaña", webrtc_debug: "Mostrar información adicional para cosas relacionadas con WebRTC", @@ -94,4 +94,4 @@ export const PO_ES: LanguageStrings = { username: "Nombre de usuario", show_log: "Mostrar registro extendido." } -}
\ No newline at end of file +} |