Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (21)
......@@ -6,7 +6,8 @@
"image_by": "Bild von",
"loading": "Ladevorgang…",
"on": "An",
"off": "Aus"
"off": "Aus",
"disabled": "Deaktiviert"
},
"login": {
"title": "Login",
......@@ -221,7 +222,8 @@
"create": "Erstellen",
"block": "Blockieren",
"leave": "Verlassen",
"remove": "Entfernen"
"remove": "Entfernen",
"reveal": "Anzeigen"
},
"signed_out": "Du wurdest ausgeloggt!",
"clipboard": {
......@@ -291,7 +293,8 @@
"select": "Zu hinzufügende Freunde auswählen."
}
},
"copy_username": "Klicken, um den Nutzernamen zu kopieren"
"copy_username": "Klicken, um den Nutzernamen zu kopieren",
"copy": "Klick hier zum kopieren"
},
"settings": {
"pages": {
......@@ -321,7 +324,11 @@
"compact": "Kompakt",
"default": "Standard"
},
"emoji_pack": "Emoji-Paket"
"emoji_pack": "Emoji-Paket",
"mono_font": "Nicht proportionale Schrift",
"ligatures": "Ligaturen",
"font": "Schrift",
"ligatures_desc": "Für unterstützte Schriften werden Ligaturen bewirken, dass einige Zeichen kombiniert werden. So wird -> beispielweise zu einem Pfeil. Wechsle die Schrift zu Inter und probiere aus, diese Einstellung umzuschalten."
},
"sessions": {
"created": "{{time_ago}} erstellt",
......@@ -331,7 +338,20 @@
},
"account": {
"title": "Mein Account",
"change_field": "Ändern"
"change_field": "Ändern",
"unique_id": "Das ist deine einzigartige Nutzer-ID.",
"2fa": {
"title": "Zweifaktorenauthentifizierung",
"description": "Füge eine weitere Sicherheitsebene für deinen Account hinzu, indem du die Zweifaktorauthentifizierung nutzt.",
"add_auth": "Authenticator hinzufügen",
"remove_auth": "Authenticator entfernen"
},
"manage": {
"title": "Accountverwaltung",
"description": "Deaktiviere oder lösche deinen Account jederzeit. Dadurch wirst du ausgeloggt und dein Account wird vollständig gelöscht, inklusive deiner Chatlogs und Freunde.",
"disable": "Account deaktivieren",
"delete": "Account löschen"
}
},
"language": {
"title": "Sprache",
......@@ -441,7 +461,8 @@
"overview": {
"title": "Übersicht",
"name": "Servername",
"description": "Kanalbeschreibung"
"description": "Kanalbeschreibung",
"system_messages": "Kanäle für Systemnachrichten"
},
"members": {
"title": "Mitglieder:innen"
......
......@@ -155,7 +155,7 @@
"account": {
"title": "My Account",
"change_field": "Change",
"unique_id": "This is a unique user identificator for your account.",
"unique_id": "This is a unique user identifier for your account.",
"2fa": {
"title": "Two-factor Authentication",
"description": "Add an extra layer of security by enabling 2FA on your account.",
......@@ -211,7 +211,7 @@
"custom_css": "Custom CSS",
"sync": "Sync Options",
"font": "Font",
"mono_font": "Monoscape Font Selector",
"mono_font": "Monospace Font Selector",
"ligatures": "Font Ligatures",
"ligatures_desc": "For supported fonts, ligatures combine characters together, for example, turning -> into an arrow. Switch to Inter and try toggling this option."
},
......@@ -498,7 +498,7 @@
"defaults": {
"date_separator": "/",
"date_format": "traditional",
"twelvehour": "yes"
"twelvehour": "no"
}
},
"notifications": {
......
......@@ -4,19 +4,21 @@
"channel": {
"message": "Message {{name}}",
"system": {
"user_joined": "unido.",
"user_left": "salió.",
"added_by": "añadido por",
"removed_by": "eliminado por",
"channel_renamed": "renombrado el canal a",
"channel_description_changed": "cambió la descripción del canal",
"channel_icon_changed": "cambió el icono de canal"
"user_joined": "{{user}} unido",
"user_left": "{{user}} salió",
"added_by": "{{user}} añadido por {{other_user}}",
"removed_by": "{{user}} eliminado por {{other_user}}",
"channel_renamed": "{{user}} renombrado el canal a {{name}}",
"channel_description_changed": "{{user}} cambió la descripción del canal",
"channel_icon_changed": "{{user}} cambió el icono de canal",
"user_kicked": "{{user}} fue pateado",
"user_banned": "{{user}} fue prohibido"
},
"message_where": "Mensaje {{channel_name}}",
"bot": "bot",
"unknown_user": "<Usuario desconocido>",
"message_saved": "Guardar en sus notas",
"uploading_file": "Subiendo archivo…",
"uploading_file": "Subiendo…",
"failed_upload": "¡Error al cargar!",
"attached_file": "Adjunto {{filename}}",
"typing": {
......@@ -38,7 +40,17 @@
"misc": {
"viewing_old": "Viendo mensajes antiguos",
"jump_present": "Saltar al presente",
"spoiler_attachment": "Spoiler"
"spoiler_attachment": "Spoiler",
"blocked_messages": "{{count}} mensajes bloqueados",
"failed_load": "No se pudo cargar el mensaje.",
"no_sending": "No tienes permiso para enviar mensajes en este canal."
},
"notifications": {
"default": "Uso por defecto",
"all": "Todos los mensajes",
"mention": "Solo menciones",
"none": "Ninguno",
"muted": "Apagado"
}
},
"categories": {
......@@ -48,9 +60,22 @@
"participants": "Participantes"
},
"groups": {
"create": "Crear un grupo.",
"create": "Crear un grupo",
"name": "Nombre del grupo",
"owner": "Propietario del grupo"
"owner": "Propietario del grupo",
"description": "Descripción del grupo"
},
"servers": {
"text_channel": "Canal de texto",
"voice_channel": "Canal de voz",
"channel_type": "Tipo de canal",
"create": "Crea un servidor",
"name": "Nombre del servidor",
"description": "Descripción del servidor",
"channel_name": "Nombre del canal",
"channel_description": "Descripción del canal",
"custom_banner": "Banner personalizado",
"owner": "Propietario del servidor"
}
},
"navigation": {
......@@ -82,14 +107,28 @@
},
"account": {
"title": "Mi cuenta",
"change_field": "Cambio"
"change_field": "Cambio",
"unique_id": "Este es un identificador de usuario único para su cuenta.",
"2fa": {
"title": "Autenticación de dos factores",
"add_auth": "Agregar autenticador",
"remove_auth": "Eliminar autenticador",
"description": "Agregue una capa adicional de seguridad habilitar 2FA en su cuenta."
},
"manage": {
"title": "Administración de cuentas",
"description": "Deshabilite o elimine su cuenta en cualquier momento. Esta acción cerrará la sesión y eliminará por completo su cuenta, incluido su historial de chat y amigos.",
"disable": "Deshabilitar cuenta",
"delete": "Borrar cuenta"
}
},
"donate": {
"title": "Donar"
},
"language": {
"select": "Seleccione el idioma",
"title": "Idioma"
"title": "Idioma",
"other": "Idiomas alternativos"
},
"notifications": {
"descriptions": {
......@@ -104,7 +143,13 @@
"push_notifications": "Notificaciones push",
"sounds": "Sonidos",
"enable_sound": "Reproducir sonido en mensaje.",
"enable_outgoing_sound": "Habilitar sonido de mensaje enviado."
"enable_outgoing_sound": "Habilitar sonido de mensaje enviado.",
"sound": {
"message": "Mensaje recibido",
"outbound": "Mensaje enviado",
"call_join": "Usuario unido la llamada",
"call_leave": "Llamada izquierda del usuario"
}
},
"feedback": {
"title": "Sugerencias",
......@@ -140,10 +185,34 @@
"custom_css": "CSS personalizado",
"sync": "Sincronizar opciones",
"advanced": "Opciones avanzadas",
"import_theme": "Importar tema desde hilo"
"import_theme": "Importar tema desde hilo",
"font": "Fuente",
"ligatures": "Ligaduras de fuentes",
"mono_font": "Selector de fuente monoespaciado",
"ligatures_desc": "Para las fuentes compatibles, las ligaduras combinan caracteres, por ejemplo, convirtiendo -> en una flecha. Cambie a Inter e intente alternar esta opción."
},
"logOut": "Cerrar sesión",
"source_code": "Código fuente"
"source_code": "Código fuente",
"sync": {
"title": "Sincronizar",
"descriptions": {
"theme": "Esto sincroniza el tema elegido, los colores y cualquier CSS personalizado.",
"appearance": "Esto sincronizar opciones como paquetes de emoji y densidad de mensajes.",
"locale": "Esto sincronizar su idioma elegido actualmente."
},
"categories": "Sincronización de categorías"
},
"experiments": {
"not_available": "No hay experimentos disponibles en este momento.",
"title": "Experimentos",
"titles": {
"servers": "Servidores"
},
"features": "Funciones disponibles",
"descriptions": {
"servers": "Esto te permitirá crear servidores con canales, invitaciones, bans, moderación y más."
}
}
},
"categories": {
"user_settings": "Ajustes de usuario",
......@@ -154,6 +223,9 @@
"title": "Resumen",
"name": "Nombre del canal",
"description": "Descripción del canal"
},
"permissions": {
"title": "Permisos"
}
},
"tips": {
......@@ -172,13 +244,41 @@
},
"actions": {
"remove": "Borrar",
"upload": "Subir (máx. {{filesize}})"
"upload": "Subir",
"max_filesize": "(max {{filesize}})"
},
"server_pages": {
"overview": {
"name": "Nombre del servidor",
"title": "Descripción general",
"description": "Descripción del canal",
"system_messages": "Canales de mensajes del sistema"
},
"bans": {
"title": "Prohibiciones"
},
"members": {
"title": "Miembros"
},
"invites": {
"title": "Invita"
},
"roles": {
"title": "Roles"
}
},
"permissions": {
"server": "Permisos del servidor",
"channel": "Permisos de canal",
"create_role": "Crea un nuevo rol",
"role_name": "Nombre de rol",
"default_role": "Defecto"
}
},
"status": {
"offline": "Desconectado",
"idle": "Inactivo",
"busy": "Ocupado",
"busy": "No molestar",
"invisible": "Invisible",
"online": "Activo"
},
......@@ -215,7 +315,21 @@
"mark_as_read": "Marcar como leído",
"edit_message": "Editar mensaje",
"delete_message": "Borrar mensaje",
"remove_member": "Quitar del grupo"
"remove_member": "Quitar del grupo",
"view_profile": "Ver perfil",
"kick_member": "Miembro de kick",
"ban_member": "Prohibir miembro",
"reply_message": "Respuesta",
"leave_group": "Salir del grupo",
"leave_server": "Salir del servidor",
"delete_server": "Eliminar servidor",
"delete_channel": "Eliminar canal",
"close_dm": "Cerrar DM",
"create_invite": "Crear invitación",
"create_channel": "Crear canal",
"open_notification_options": "Opciones de notificación",
"open_server_settings": "Configuración del servidor",
"copy_sid": "Copiar ID de servidor"
},
"special": {
"modals": {
......@@ -233,7 +347,21 @@
},
"prompt": {
"confirm_leave_long": "No podrás volver a entrar a no ser que seas invitado de nuevo.",
"confirm_leave": "Salir de {{group_name}}?"
"confirm_leave": "Salir de {{name}}?",
"unfriend_user_long": "Es posible que no pueda volver a hablar con ellos hasta que los vuelva a agregar.",
"block_user": "¿Bloquear a {{name}}?",
"unfriend_user": "¿Eliminar {{name}}?",
"block_user_long": "¿Estás seguro de que quieres bloquear a {{name}}? También se eliminarán de tu lista de amigos.",
"confirm_close_dm": "¿Cerrar conversación con {{name}}?",
"confirm_delete_message_long": "¿Estás seguro de que quieres eliminar esto?",
"confirm_kick": "¿Estás seguro de que quieres patear a {{name}}?",
"confirm_ban_reason": "Motivo de prohibitar",
"confirm_delete_long": "Una vez que se elimina, no hay vuelta atrás.",
"confirm_ban": "Estás a punto de prohibir a {{name}}",
"create_invite_created": "Aquí está su nuevo código de invitación:",
"confirm_delete": "¿Eliminar {{name}}?",
"confirm_close_dm_long": "Puede volver a abrirlo más tarde, pero desaparece por ambos lados.",
"create_invite_generate": "Generando invitación…"
},
"error": "Ha ocurrido un error!",
"actions": {
......@@ -245,7 +373,15 @@
"send_email": "Enviar correo",
"reload": "Recargar aplicación",
"preview": "Vista previa",
"continue": "Continuar"
"continue": "Continuar",
"reveal": "Revelar",
"create": "Crear",
"ban": "Prohibir",
"kick": "Patear",
"block": "Cuadra",
"leave": "Salir",
"remove": "Eliminar",
"delete": "Borrar"
},
"clipboard": {
"unavailable": "El portapapeles no esta disponible!",
......@@ -255,18 +391,25 @@
"signed_out": "Tu sesión ha sido cerrada!"
},
"friends": {
"pending": "Pendiente",
"pending": "Solicitudes pendiente",
"outgoing": "Solicitud de amistad saliente.",
"incoming": "Solicitud de amistad entrante.",
"blocked": "Bloqueado",
"nobody": "Todavia no hay nadie!"
"nobody": "Todavia no hay nadie!",
"from": {
"single": "De {{user}}",
"multiple": "De {{userlist}} y {{user}}",
"several": "De {{userlist}} y {{count}} más…"
},
"sent": "Saliente"
},
"popovers": {
"user_profile": {
"badges": {
"early_adopter": "Pionero",
"supporter": "Apoyante",
"translator": "Traductor"
"translator": "Traductor",
"responsible_disclosure": "Error(es) divulgado responsablemente"
},
"no_users": "Sin amigos en común!",
"empty": "Esto esta un poco vacío…",
......@@ -291,7 +434,11 @@
"reconnecting": "Reconectando…"
},
"requires_online": "Necesitas estar conectado para ver esto.",
"copy_username": "Haz click para copiar nombre de usuario"
"copy_username": "Haz click para copiar nombre de usuario",
"copy": "Haga clic para copiar"
},
"permissions": {
"required": "Permisos requeridos"
}
},
"login": {
......@@ -328,22 +475,31 @@
"current_password": "Contraseña actual",
"invite": "Codigo de invitacion",
"username": "Nombre de usuario",
"register": "Registrarse"
"register": "Registrarse",
"email_delay": "Espere hasta 10 minutos para que llegue."
},
"general": {
"image_by": "Imagen de",
"privacy": "Política de privacidad",
"tos": "Términos de servicio",
"about": "Sobre nosotros",
"loading": "Cargando…"
"loading": "Cargando…",
"on": "En",
"off": "Apagado",
"disabled": "Discapacitado"
},
"dayjs": {
"nextDay": "[Mañana a las] LT",
"nextWeek": "dddd [a las] LT",
"nextDay": "[Mañana a las] {{time}}",
"nextWeek": "dddd [a las] {{time}}",
"sameElse": "L",
"sameDay": "[Hoy a las] LT",
"lastWeek": "[El último] dddd [a las] LT",
"lastDay": "[Ayer a las] LT"
"sameDay": "[Hoy a las] {{time}}",
"lastWeek": "[El último] dddd [a las] {{time}}",
"lastDay": "[Ayer a las] {{time}}",
"defaults": {
"date_separator": "/",
"twelvehour": "no",
"date_format": "traditional"
}
},
"quantities": {
"members": {
......@@ -396,5 +552,82 @@
"TooShort": "Demasiado corto",
"Unavailable": "No disponible.",
"CompromisedPassword": "Esta contraseña está comprometida."
},
"permissions": {
"channel": {
"ManageMessages": {
"t": "Administrar mensajes",
"d": "Permite a los miembros eliminar los mensajes enviados por otros miembros."
},
"SendMessage": {
"t": "Enviar mensajes",
"d": "Permite a los miembros enviar mensajes en canales de texto."
},
"View": {
"d": "Permite a los miembros ver cualquier canal en el que tengan este permiso.",
"t": "Ver canal"
},
"ManageChannel": {
"t": "Miembros de kick",
"d": "Permite a los miembros editar o eliminar un canal."
},
"VoiceCall": {
"t": "Llamada de voz",
"d": "Permite a los miembros unirse a los canales de voz."
},
"InviteOthers": {
"t": "Cambiar apodo",
"d": "Permite a los miembros invitar a otros usuarios a un canal."
},
"EmbedLinks": {
"t": "Incrustar enlaces",
"d": "Permite a los miembros mostrar contenido incrustado en enlaces que publican en canales de texto."
},
"UploadFiles": {
"t": "Subir archivos",
"d": "Permite a los miembros cargar archivos en canales de texto."
}
},
"server": {
"ChangeNickname": {
"t": "Cambiar apodo",
"d": "Permite a los miembros cambiar su apodo en este servidor."
},
"ManageNicknames": {
"t": "Administrar apodos",
"d": "Permite a los miembros cambiar los apodos de otros miembros."
},
"BanMembers": {
"d": "Permite a los miembros eliminar miembros de forma permanente de este servidor.",
"t": "Prohibir miembros"
},
"RemoveAvatars": {
"d": "Permite a los miembros eliminar los avatares del servidor de otros miembros en este servidor.",
"t": "Eliminar avatares"
},
"ChangeAvatar": {
"d": "Permite a los miembros cambiar el avatar de su servidor en este servidor.",
"t": "Cambiar avatar"
},
"ManageServer": {
"t": "Administrar servidor",
"d": "Permite a los miembros cambiar el nombre, la descripción, el icono y otra información relacionada de este servidor."
},
"ManageChannels": {
"t": "Administrar canales",
"d": "Permite a los miembros crear, editar y eliminar canales."
},
"ManageRoles": {
"t": "Administrar roles",
"d": "Permite a los miembros crear, editar y eliminar roles con un rango más bajo que el de ellos. También les permite modificar los permisos de roles en los canales."
},
"KickMembers": {
"t": "Miembros de kick",
"d": "Permite a los miembros eliminar miembros de este servidor. Los miembros expulsados pueden volver a unirse con una invitación."
}
}
},
"shortcuts": {
"ctrlc": "Ctrl + C"
}
}
......@@ -6,7 +6,8 @@
"about": "Rólunk",
"loading": "Betöltés…",
"on": "Be",
"off": "Ki"
"off": "Ki",
"disabled": "Kikapcsolás"
},
"login": {
"email": "E-Mail",
......@@ -157,12 +158,27 @@
"accent_selector": "Kiemelő Szín",
"emoji_pack": "Emotikon csomagok",
"theme": "Téma",
"message_display": "Üzenet Kinézete"
"message_display": "Üzenet Kinézete",
"ligatures": "Betűtípus Ligatúrák",
"mono_font": "Monoscape Betűtípus Választó",
"font": "Betűtípus"
},
"logOut": "Kijelentkezés",
"account": {
"title": "Fiókom",
"change_field": "Megváltoztás"
"change_field": "Megváltoztás",
"unique_id": "Ez egy egyéni azonosító a fiókodhoz.",
"2fa": {
"title": "Kétlépcsős Azonosítás",
"add_auth": "Hitelesítő Hozzáadása",
"remove_auth": "Hitelesítő Eltávolítása"
},
"manage": {
"title": "Fiók Kezelés",
"description": "Deaktiváld vagy töröld a fiókodat bármikor. Ez a művelet kijelentkeztet és törli a fiókodat az összes beszélgetési előzménnyel és barátlistáddal együtt.",
"disable": "Fiók Deaktiválása",
"delete": "Fiók Törlése"
}
},
"language": {
"title": "Nyelv",
......
......@@ -4,7 +4,10 @@
"tos": "Gebruikersovereenkomst",
"loading": "Laden…",
"privacy": "Privacy",
"about": "Over"
"about": "Over",
"disabled": "Uitgeschakeld",
"on": "Aan",
"off": "Uit"
},
"login": {
"current_password": "Huidig wachtwoord",
......@@ -40,7 +43,8 @@
"password": "Wachtwoord",
"username": "Gebruikersnaam",
"email": "Email",
"title": "Inloggen"
"title": "Inloggen",
"email_delay": "Wacht maximaal 10 minuten voordat het arriveert."
},
"app": {
"main": {
......@@ -53,7 +57,7 @@
"attached_file": "Bijgevoegd {{filename}}",
"failed_upload": "Uploaden mislukt!",
"uploading_file": "Bestand uploaden…",
"message_saved": "Opslaan in je notities",
"message_saved": "Opslaan in jouw notities",
"message_who": "Bericht sturen naar {{person}}",
"message_where": "Bericht sturen naar {{channel_name}}",
"bot": "bot",
......@@ -62,7 +66,10 @@
"misc": {
"viewing_old": "Je bekijkt oudere berichten",
"jump_present": "Naar nu springen",
"spoiler_attachment": "Spoiler"
"spoiler_attachment": "Spoiler",
"blocked_messages": "{{count}} geblokkeerde berichten",
"no_sending": "Je bent niet gemachtigd om berichten te sturen in dit kanaal.",
"failed_load": "Kan het bericht niet laden."
},
"voice": {
"unmute": "Dempen opheffen",
......@@ -74,13 +81,22 @@
"group": "Dit is het begin van je gesprek."
},
"system": {
"channel_icon_changed": "veranderde het kanaalpictogram",
"channel_description_changed": "veranderde de kanaalbeschrijving",
"channel_renamed": "heeft het kanaal hernoemd naar",
"removed_by": "verwijderd door",
"added_by": "toegevoegd door",
"user_joined": "toegetreden.",
"user_left": "verliet."
"channel_icon_changed": "{{user}} veranderde het kanaalpictogram",
"channel_description_changed": "{{user}} heeft de kanaalbeschrijving veranderd",
"channel_renamed": "{{user}} heeft het kanaal hernoemd naar {{name}}",
"removed_by": "{{user}} is verwijderd door {{other_user}}",
"added_by": "{{user}} is toegevoegd door {{other_user}}",
"user_joined": "{{user}} is toegetreden",
"user_left": "{{user}} is weggegaan",
"user_banned": "{{user}} is verbannen",
"user_kicked": "{{user}} is gekicked"
},
"notifications": {
"all": "Alle berichten",
"mention": "Alleen vermeldigen",
"default": "Gebruik de standaardinstellingen",
"none": "Geen",
"muted": "Gedempt"
}
},
"categories": {
......@@ -92,7 +108,20 @@
"groups": {
"owner": "Groep Eigenaar",
"name": "Groep Naam",
"create": "Maak een groep."
"create": "Maak een groep aan",
"description": "Groep beschrijving"
},
"servers": {
"channel_name": "Kanaal naam",
"create": "Maak een server aan",
"name": "Server naam",
"owner": "Server eigenaar",
"text_channel": "Tekstkanaal",
"voice_channel": "Spraakkanaal",
"channel_type": "Kanaal type",
"description": "Server beschrijving",
"channel_description": "Kanaal beschrijving",
"custom_banner": "Aangepaste banner"
}
},
"navigation": {
......@@ -106,7 +135,7 @@
},
"status": {
"invisible": "Onzichtbaar",
"busy": "Druk",
"busy": "Niet storen",
"idle": "Afwezig",
"online": "Online",
"offline": "Offline"
......@@ -138,7 +167,10 @@
"reset_overrides": "Herstel Overschrijvingen",
"export_clipboard": "Exporteren naar klembord",
"theme_data": "Themagegevens",
"custom_css": "Aangepaste CSS"
"custom_css": "Aangepaste CSS",
"ligatures_desc": "Bij ondersteunde lettertypen, ligaturen combineren tekens, bijvoorbeeld -> wordt een pijl. Schakel over naar Inter en probeer deze optie aan te zetten.",
"font": "Lettertype",
"ligatures": "Lettertype Ligaturen"
},
"sessions": {
"created": "Gemaakt {{time_ago}}",
......@@ -157,7 +189,20 @@
},
"account": {
"change_field": "Veranderen",
"title": "Mijn Account"
"title": "Mijn Account",
"unique_id": "Dit is een unieke gebruikersidentificatie voor jouw account.",
"2fa": {
"title": "Tweestapsverificatie",
"description": "Voeg een extra beveiligingslaag toe door 2FA in jouw account in te schakelen.",
"add_auth": "Authenticator toevoegen",
"remove_auth": "Authenticator verwijderen"
},
"manage": {
"title": "Accountbeheer",
"description": "Jouw account op elk gewenst moment uitschakelen of verwijderen. Deze actie logt je uit en verwijdert jouw account volledig, inclusief uw chatgeschiedenis en vrienden.",
"disable": "Account uitschakelen",
"delete": "Account verwijderen"
}
},
"notifications": {
"push_notifications": "Pushmeldingen",
......@@ -172,7 +217,13 @@
"enable_push": "Schakel in om meldingen te ontvangen wanneer u offline bent."
},
"sounds": "Geluiden",
"enable_outgoing_sound": "Speel Verzonden geluid af."
"enable_outgoing_sound": "Speel Verzonden geluid af.",
"sound": {
"call_leave": "Gebruiker heeft het gesprek verlaten",
"message": "Bericht ontvangen",
"outbound": "Bericht verzonden",
"call_join": "Gebruiker is toegetreden to het gesprek"
}
},
"language": {
"title": "Taal",
......@@ -181,7 +232,7 @@
"donate": {
"title": "Doneer"
},
"source_code": "Bron",
"source_code": "Broncode",
"feedback": {
"title": "Feedback",
"feature": "Functieverzoek",
......@@ -194,8 +245,9 @@
"logOut": "Uitloggen"
},
"actions": {
"upload": "Upload (max {{filesize}})",
"remove": "Verwijderen"
"upload": "Uploaden",
"remove": "Verwijderen",
"max_filesize": "(max {{filesize}})"
},
"categories": {
"client_settings": "Client instellingen",
......@@ -227,7 +279,7 @@
"special": {
"copy_username": "Klik om de gebruikersnaam te kopiëren",
"friends": {
"pending": "In afwachting",
"pending": "Openstaande verzoeken",
"blocked": "Geblokkeerd",
"incoming": "Inkomend vriendschapsverzoek.",
"outgoing": "Uitgaand vriendschapsverzoek.",
......@@ -248,7 +300,7 @@
},
"signed_out": "Je bent uitgelogd!",
"prompt": {
"confirm_leave": "Verlaat {{group_name}}?",
"confirm_leave": "Verlaat {{name}}?",
"confirm_leave_long": "Je kunt pas weer deelnemen als je opnieuw wordt uitgenodigd."
},
"account": {
......@@ -343,12 +395,12 @@
}
},
"dayjs": {
"lastDay": "[Gisteren om] LT",
"sameDay": "[Vandaag om] LT",
"nextDay": "[Morgen om] LT",
"lastDay": "[Gisteren om] {{time}}",
"sameDay": "[Vandaag om] {{time}}",
"nextDay": "[Morgen om] {{time}}",
"sameElse": "L",
"nextWeek": "dddd [om] LT",
"lastWeek": "[Afgelopen] dddd [om] LT"
"nextWeek": "dddd [om] {{time}}",
"lastWeek": "[Afgelopen] dddd [om] {{time}}"
},
"notifications": {
"now_friends": "Je bent nu vrienden met @{{person}}!",
......
......@@ -4,7 +4,10 @@
"tos": "Tewms of sewvice",
"privacy": "Pwivacy powicy",
"image_by": "Image bwy",
"loading": "Lyoading…"
"loading": "Lyoading…",
"on": "On",
"off": "Off",
"disabled": "Disabwed"
},
"app": {
"special": {
......@@ -15,17 +18,23 @@
"reconnecting": "Wecwowonnyecting…"
},
"friends": {
"pending": "Pwending",
"pending": "Pwending wequests",
"blocked": "Bwocked",
"incoming": "Incoming fwiend wequwest.",
"outgoing": "Ouwtgoing fwiend wequwest.",
"nobody": "Nyobody here yet!"
"nobody": "Nyobody here yet!",
"from": {
"several": "Fwom {{userlist}} and {{count}} mowe…",
"single": "Fwom {{user}}",
"multiple": "Fwom {{userlist}} and {{user}}"
},
"sent": "Outgoing"
},
"modals": {
"error": "We did a fwucky wucky owo",
"clipboard": {
"unavailable": "Cwipboawd is uwnavaiwabwe! OwO",
"https": "fix your fucking browser you moron",
"https": "You awe cuwwentwy nyot in a HTTPS context.",
"copy": "Manuwaw copy:"
},
"signed_out": "Youw wewe signed ouwt! OwO",
......@@ -42,14 +51,33 @@
"send_email": "Swend Email",
"update": "Uwupdate",
"preview": "Pweview",
"save": "Syave"
"save": "Syave",
"reveal": "Weveal",
"kick": "Kick",
"create": "Cweate",
"remove": "Wemove",
"delete": "Dewete",
"ban": "Ban",
"block": "Bwock",
"leave": "Weave"
},
"prompt": {
"confirm_leave": "Go away fwom {{name}} (They'll pwobabwy miss u OmO)?",
"confirm_leave_long": "U can't come bacc unless ur invited in again.",
"confirm_delete": "Dyelete {{name}}?",
"confirm_close_dm": "Cwose cwonwersation with {{name}}?",
"create_invite_generate": "Gyenewating Invyite…"
"create_invite_generate": "Gyenewating Invyite…",
"confirm_close_dm_long": "You can we-open it watew but it wiww disappeaw on both sides.",
"confirm_delete_message_long": "Awe you suwe you want to dewete this?",
"block_user_long": "Awe you suwe you want to bwock {{name}}? They wiww awso be wemuvd fwom youw fwiends wist.",
"unfriend_user": "Wemove {{name}}?",
"unfriend_user_long": "You may nyot be abwe to tawk to them again untiw you add them back.",
"block_user": "Bwock {{name}}?",
"confirm_ban_reason": "Ban weason",
"confirm_delete_long": "Once it's deweted, thewe's nyo going back.",
"confirm_kick": "Awe you suwe you want to kick {{name}}?",
"create_invite_created": "Hewe is youw nyew invite code:",
"confirm_ban": "You awe about to ban {{name}}"
},
"account": {
"change": {
......@@ -85,7 +113,8 @@
"select": "Syelect fwiends tyo add."
}
},
"copy_username": "Cwick to copy uwsewname"
"copy_username": "Cwick to copy uwsewname",
"copy": "Cwick to copy"
},
"status": {
"online": "Onwine",
......@@ -115,13 +144,13 @@
"message_where": "Speek in {{channel_name}}",
"message_who": "Talk to {{person}}",
"system": {
"removed_by": "ryemoved bwy",
"added_by": "addyed bwy",
"removed_by": "{{user}} was ryemoved bwy {{other_user}}",
"added_by": "{{user}} was addyed bwy {{other_user}}",
"user_left": "{{user}} lyeft",
"user_joined": "{{user}} jyoined.",
"channel_renamed": "ryenamwed the channyel two",
"channel_icon_changed": "chyanged the channyew icyon",
"channel_description_changed": "chyanged the channyew dyescrwiption",
"channel_renamed": "{{user}} ryenamwed the channyel two {{name}}",
"channel_icon_changed": "{{user}} chyanged the channyew icyon",
"channel_description_changed": "{{user}} chyanged the channyew dyescrwiption",
"user_kicked": "{{user}} wuss kyicked",
"user_banned": "{{user}} wyas ejected"
},
......@@ -143,29 +172,42 @@
"misc": {
"viewing_old": "Viewing owdew messages",
"jump_present": "Juwp to pwesent",
"spoiler_attachment": "Spoiwew"
"spoiler_attachment": "Spoiwew",
"failed_load": "Couwdn't woad message.",
"blocked_messages": "{{count}} bwocked messages",
"no_sending": "You don't have pewmission to send messages in this channyew."
},
"voice": {
"unmute": "Unmuwte",
"mute": "Muwte",
"leave": "Lweavwe",
"connected": "Voice connyected"
},
"notifications": {
"default": "Use defauwlt",
"mention": "Mentions onwy",
"none": "Nyonye",
"muted": "Muted",
"all": "Aww messages"
}
},
"groups": {
"name": "Gwoup Name",
"create": "Cweate a gwoup.",
"create": "Cweate a gwoup",
"owner": "Daddy",
"description": "Gwoup Desqwiption"
},
"servers": {
"create": "Crewate a serwer.",
"create": "Cweate a sewvew",
"name": "Serwer Name",
"owner": "Serwer Owner",
"channel_name": "Channel Namew",
"description": "Syerver Dyescwiption",
"channel_description": "Chyannel Dyescwiption",
"custom_banner": "Cyustom Bannew"
"custom_banner": "Cyustom Bannew",
"voice_channel": "Voice channyew",
"channel_type": "Channyew type",
"text_channel": "Text channyew"
}
},
"context_menu": {
......@@ -201,7 +243,21 @@
"custom_status": "Cyustom Styatus",
"open_channel_settings": "Chyannel Syettwings",
"open_group_settings": "Gyoup Swettings",
"copy_selection": "Copy sewection"
"copy_selection": "Copy sewection",
"create_invite": "Cweate invite",
"leave_group": "Weave gwoup",
"leave_server": "Weave sewvew",
"delete_server": "Dewete sewvew",
"delete_channel": "Dewete channyew",
"open_notification_options": "Nyotification options",
"open_server_settings": "Sewvew settings",
"reply_message": "Wepwy",
"kick_member": "Kick membew",
"close_dm": "Cwose DM",
"create_channel": "Cweate channyew",
"copy_sid": "Copy sewvew ID",
"view_profile": "View pwofiwe",
"ban_member": "Ban membew"
},
"settings": {
"pages": {
......@@ -230,7 +286,13 @@
},
"enable_outgoing_sound": "Play Syend Swound.",
"sounds": "Syounds",
"push_notifications": "Pyush Nyotificwations"
"push_notifications": "Pyush Nyotificwations",
"sound": {
"outbound": "Message sent",
"call_join": "Usew joinyed caww",
"call_leave": "Usew weft caww",
"message": "Message weceived"
}
},
"appearance": {
"theme_data": "Theem Data",
......@@ -257,11 +319,28 @@
"default": "Dyefault"
},
"theme": "Thyeme",
"emoji_pack": "Emyoji Pwack"
"emoji_pack": "Emyoji Pwack",
"font": "Font",
"ligatures_desc": "Fow suppowted fonts, wigatuwes combinye chawactews togethew, fow exampwe, tuwnying -> into an awwow. Switch to Intew and twy toggwing this option.",
"ligatures": "Font wigatuwes",
"mono_font": "Monyospace font sewectow"
},
"account": {
"title": "Mah Account",
"change_field": "Chyange"
"change_field": "Chyange",
"unique_id": "This is a unyique usew identifiew fow youw account.",
"2fa": {
"title": "Two-factow authentication",
"description": "Add an extwa wayew of secuwity by enyabwing 2FA on youw account.",
"add_auth": "Add authenticatow",
"remove_auth": "Wemuv authenticatow"
},
"manage": {
"title": "Account manyagement",
"description": "Disabwe ow dewete youw account at any time. This action wiww wog you out and fuwwy dewete youw account, incwuding youw chat histowy and fwiends.",
"disable": "Disabwe account",
"delete": "Dewete account"
}
},
"feedback": {
"title": "Fyeedbwack",
......@@ -317,6 +396,9 @@
"name": "Channyel Nwame",
"title": "Owervyuw",
"icon": "Gwoup Icwon"
},
"permissions": {
"title": "Pewmissions"
}
},
"tips": {
......@@ -342,7 +424,8 @@
"overview": {
"title": "Ovyurview",
"name": "Syervur Nyame",
"description": "Chyannel Dyescwiption"
"description": "Chyannel Dyescwiption",
"system_messages": "System message channyews"
},
"members": {
"title": "Myembews"
......@@ -352,8 +435,21 @@
},
"bans": {
"title": "Imposters"
},
"roles": {
"title": "Wowes"
}
},
"permissions": {
"server": "Sewvew pewmissions",
"channel": "Channew pewmissions",
"create_role": "Cweate a nyew wowe",
"role_name": "Rowe nyame",
"default_role": "Defauwt"
}
},
"permissions": {
"required": "Pewmissions wequiwed"
}
},
"login": {
......@@ -394,12 +490,17 @@
"email_delay": "Pwease awwow up twowo 10 minyutes fwowow it two awwiwe"
},
"dayjs": {
"lastDay": "[Yestewday at] LT",
"sameDay": "[Twoday at] LT",
"nextDay": "[Tomowwow at] LT",
"lastWeek": "[Lwast] dddd [at] LT",
"nextWeek": "dddd [at] LT",
"sameElse": "L"
"lastDay": "[Yestewday at] {{time}}",
"sameDay": "[Twoday at] {{time}}",
"nextDay": "[Tomowwow at] {{time}}",
"lastWeek": "[Lwast] dddd [at] {{time}}",
"nextWeek": "dddd [at] {{time}}",
"sameElse": "L",
"defaults": {
"date_separator": "/",
"date_format": "traditional",
"twelvehour": "no"
}
},
"quantities": {
"members": {
......@@ -453,5 +554,82 @@
"Unauthorized": "Unyauthowized.",
"NetworkError": "Network config issue.",
"CompromisedPassword": "Tyis passwowowd is cyompwomised."
},
"permissions": {
"server": {
"ManageServer": {
"t": "Manyage sewvew",
"d": "Awwows membews to change this sewvew's nyame, descwiption, icon and othew wewated infowmation."
},
"ManageChannels": {
"d": "Awwows membews to cweate, edit and dewete channyews.",
"t": "Manyage channyews"
},
"KickMembers": {
"t": "Kick membews",
"d": "Awwows membews to wemuv membews fwom this sewvew. Kicked membews may wejoin with an invite."
},
"BanMembers": {
"d": "Awwows membews to pewmanyentwy wemuv membews fwom this sewvew.",
"t": "Ban membews"
},
"ChangeAvatar": {
"d": "Awwows membews to change theiw sewvew avataw on this sewvew.",
"t": "Change avataw"
},
"RemoveAvatars": {
"d": "Awwows membews to wemuv the sewvew avataws of othew membews on this sewvew.",
"t": "Wemove avataws"
},
"ManageRoles": {
"d": "Awwows membews to cweate, edit and dewete wowes with a wowew wank than theiws. Awso awwows them to modify wowe pewmissions on channyews.",
"t": "Manyage wowes"
},
"ChangeNickname": {
"d": "Awwows membews to change theiw nyicknyame on this sewvew.",
"t": "Change nyicknyame"
},
"ManageNicknames": {
"t": "Manyage nyicknyames",
"d": "Awwows membews to change the nyicknyames of othew membews."
}
},
"channel": {
"View": {
"t": "View channyew",
"d": "Awwows membews to view any channyews they have this pewmission on."
},
"SendMessage": {
"d": "Awwows membews to send messages in text channyews.",
"t": "Send messages"
},
"UploadFiles": {
"t": "Upwoad fiwes",
"d": "Awwows membews to upwoad fiwes in text channyews."
},
"EmbedLinks": {
"d": "Awwows membews to show embedded content on winks they post in text channyews.",
"t": "Embed winks"
},
"VoiceCall": {
"t": "Voice caww",
"d": "Awwows membews to join voice channyews."
},
"InviteOthers": {
"t": "Change nyicknyame",
"d": "Awwows membews to invite othew usews to a channyew."
},
"ManageChannel": {
"d": "Awwows membews to edit ow dewete a channyew.",
"t": "Kick membews"
},
"ManageMessages": {
"t": "Manage messages",
"d": "Awwows membews to dewete messages sent by othew membews."
}
}
},
"shortcuts": {
"ctrlc": "Ctrl + C"
}
}
......@@ -106,7 +106,7 @@
"theme_data": "Dados do tema",
"custom_css": "CSS personalizado",
"title": "Aparência",
"mono_font": "Seletor de fonte Monoscape",
"mono_font": "Seletor de fonte monoespaçada",
"ligatures": "Ligaduras da fonte",
"ligatures_desc": "Para fontes suportadas, ligaduras combinam caracteres juntos, por exemplo, transformando -> em uma seta. Altere para Inter e tente alternar essa opção.",
"export_clipboard": "Exportar para a área de transferência"
......@@ -157,7 +157,7 @@
"delete": "Deletar conta",
"description": "Desative ou delete sua conta a qualquer momento. Essa ação vai te deslogar e deletar completamente a sua conta, incluindo seu histórico de conversas e amigos."
},
"unique_id": "Este é seu identificador único de usuário"
"unique_id": "Este é um identificador único de usuário para a sua conta."
},
"profile": {
"placeholder": "Digite algo sobre você…",
......@@ -187,7 +187,7 @@
"title": "Doar"
},
"experiments": {
"not_available": "Sem experimentos disponíveis por enquanto.",
"not_available": "Sem experimentos disponíveis no momento.",
"title": "Experimentos",
"titles": {
"servers": "Servidores"
......@@ -618,7 +618,7 @@
"date_separator": "/",
"date_format": "traditional"
},
"lastWeek": "[Último] dddd [às] {{time}}",
"lastWeek": "[Última] dddd [às] {{time}}",
"nextDay": "[Amanhã às] {{time}}"
},
"notifications": {
......
......@@ -50,7 +50,8 @@
"create": "Creează",
"block": "Blochează",
"leave": "Părăsește",
"remove": "Elimină"
"remove": "Elimină",
"reveal": "Dezvăluire"
},
"clipboard": {
"copy": "Copiere Manuală:",
......@@ -102,7 +103,8 @@
"select": "Selectează prietenii pe care vrei să-i adaugi."
}
},
"copy_username": "Dă click pentru a copia numele de utilizator"
"copy_username": "Dă click pentru a copia numele de utilizator",
"copy": "Click pentru a copia"
},
"settings": {
"pages": {
......@@ -146,7 +148,19 @@
"account": {
"change_field": "Schimbă",
"title": "Contul Meu",
"unique_id": "Acesta este identificatorul tău unic de utilizator"
"unique_id": "Acesta este un identificator de utilizator unic pentru contul tău.",
"2fa": {
"title": "Autentificare cu doi factori",
"description": "Adaugă un nivel suplimentar de securitate prin activarea 2FA în contul tău.",
"add_auth": "Adaugă un autentificator",
"remove_auth": "Dezactivează autentificatorul"
},
"manage": {
"title": "Gestionare Cont",
"disable": "Dezactivează Contul",
"delete": "Șterge Contul",
"description": "Dezactivează sau șterge contul tău în orice moment. Această acțiune te va deconecta și îți va șterge complet contul, inclusiv istoricul de chat și prietenii."
}
},
"feedback": {
"send": "Trimite Feedback",
......@@ -184,7 +198,7 @@
"title": "Aspect",
"emoji_pack": "Pachet de Emoji",
"font": "Font",
"mono_font": "Selector de fonturi Monoscape",
"mono_font": "Selector de fonturi Monospace",
"ligatures": "Ligaturi de fonturi",
"ligatures_desc": "În cazul fonturilor acceptate, ligaturile combină caracterele între ele, de exemplu, transformând -> într-o săgeată. Comută pe Inter și încearcă comutarea acestei opțiuni."
},
......@@ -259,7 +273,8 @@
"overview": {
"description": "Descrierea Canalului",
"title": "Prezentare generală",
"name": "Numele Serverului"
"name": "Numele Serverului",
"system_messages": "Canale de mesaje de sistem"
},
"members": {
"title": "Membri"
......@@ -469,7 +484,8 @@
"about": "Despre",
"loading": "Încărcare…",
"on": "Pornit",
"off": "Oprit"
"off": "Oprit",
"disabled": "Dezactivat"
},
"notifications": {
"now_friends": "Acum ești prieten cu @{{person}}!",
......@@ -485,7 +501,7 @@
"defaults": {
"date_separator": "/",
"date_format": "traditional",
"twelvehour": "da"
"twelvehour": "nu"
}
},
"quantities": {
......
......@@ -169,7 +169,7 @@
},
"emoji_pack": "Набор эмодзи",
"font": "Шрифт",
"mono_font": "Выбор шрифтов Monoscape",
"mono_font": "Выбор шрифтов Monospace",
"ligatures": "Лигатуры шрифтов",
"ligatures_desc": "Для поддерживаемых шрифтов лигатуры объединяют символы вместе, например, превращая -> в стрелку. Переключитесь на Inter и попробуйте переключить эту опцию."
},
......@@ -188,7 +188,7 @@
"description": "Добавьте дополнительный уровень безопасности, включив двухфакторную аутентификацию в своей учетной записи.",
"title": "Двухфакторная аутентификация"
},
"unique_id": "Это ваш уникальный идентификатор пользователя",
"unique_id": "Это уникальный идентификатор пользователя для вашего аккаунта.",
"manage": {
"title": "Управление аккаунтом",
"description": "Отключите или удалите свою учетную запись в любое время. Это действие приведет к выходу из системы и полному удалению вашей учетной записи, включая историю чата и друзей.",
......@@ -509,7 +509,7 @@
"lastWeek": "[Посл.] dddd [в] {{time}}",
"lastDay": "[Вчера в] {{time}}",
"defaults": {
"twelvehour": "да",
"twelvehour": "no",
"date_format": "традиционный",
"date_separator": "."
}
......
......@@ -51,7 +51,7 @@
},
"status": {
"online": "Çevrimiçi",
"idle": "Uzakta",
"idle": "Boşta",
"offline": "Çevrimdışı",
"busy": "Rahatsız Etmeyin",
"invisible": "Görünmez"
......@@ -151,7 +151,20 @@
"pages": {
"account": {
"title": "Hesabım",
"change_field": "Değiştir"
"change_field": "Değiştir",
"manage": {
"description": "Hesabınızı istediğiniz zaman devre dışı bırakın veya silin. Bu eylem oturumunuzu kapatacak ve sohbet geçmişiniz ve arkadaşlarınız da dahil olmak üzere hesabınızı tamamen silecektir.",
"title": "Hesap Yönetimi",
"delete": "Hesabı sil",
"disable": "Hesabı devre dışı bırak"
},
"unique_id": "Bu, hesabınız için benzersiz bir kullanıcı tanımlayıcısı.",
"2fa": {
"title": "İki Aşamalı Doğrulama",
"description": "Hesabınızda 2AD'yı etkinleştirerek ekstra bir güvenlik katmanı ekleyin.",
"add_auth": "Kimlik Doğrulayıcı Ekle",
"remove_auth": "Kimlik Doğrulayıcıyı Kaldır"
}
},
"sessions": {
"title": "Oturumlar",
......@@ -188,7 +201,7 @@
"font": "Yazı tipi",
"ligatures_desc": "Desteklenen yazı tipleri için bitişik harfler karakterleri birleştirir, örneğin -> oka dönüştürerek. Inter'e geçin ve bu seçeneği değiştirmeyi deneyin.",
"mono_font": "Monoscape Yazı Tipi Seçici",
"ligatures": "Yazı Tipi Bitişik Harfler"
"ligatures": "Yazı Tipi İçin Bitişik Harfler"
},
"notifications": {
"title": "Bildirimler",
......@@ -392,7 +405,8 @@
"create": "Oluştur",
"leave": "Ayrıl",
"remove": "Kaldır",
"block": "Engelle"
"block": "Engelle",
"reveal": "Göster"
}
},
"popovers": {
......@@ -420,7 +434,8 @@
}
},
"requires_online": "Bunu görüntülemek için çevrimiçi olmanız gerekir.",
"copy_username": "Kullanıcı adını kopyalamak için tıklayın"
"copy_username": "Kullanıcı adını kopyalamak için tıklayın",
"copy": "Kopyalamak için tıklayın"
},
"permissions": {
"required": "Gerekli İzinler"
......@@ -489,7 +504,7 @@
"defaults": {
"date_separator": "/",
"date_format": "geleneksel",
"twelvehour": "evet"
"twelvehour": "hayır"
}
},
"notifications": {
......
......@@ -107,7 +107,7 @@
"font": "Шрифт",
"ligatures_desc": "Для підтримуваних шрифтів лігатури поєднують символи разом, наприклад, перетворюючи -> у стрілку. Переключіться на Inter і спробуйте переключити цей параметр.",
"ligatures": "Лігатури шрифтів",
"mono_font": "Вибір шрифтів Monoscape"
"mono_font": "Вибір шрифтів Monospace"
},
"notifications": {
"enable_push": "Ввімкнути push-сповіщення.",
......@@ -154,7 +154,7 @@
"delete": "Видалити аккаунт",
"disable": "Вимкнути аккаунт"
},
"unique_id": "Це ваш унікальний користувацький ідентифікатор"
"unique_id": "Це унікальний ідентифікатор користувача для вашого аккаунту."
},
"sessions": {
"title": "Сесії",
......