Merge remote-tracking branch 'weblate/master'

This commit is contained in:
Thomas Citharel
2020-10-09 20:02:41 +02:00
24 changed files with 349 additions and 73 deletions

View File

@@ -109,6 +109,7 @@
"Change my identity…": "Cambiar mi identidad …",
"Change my password": "Cambiar mi contraseña",
"Change timezone": "Cambiar zona horaria",
"Check your inbox (and your junk mail folder).": "Revise su bandeja de entrada (y su carpeta de correo basura).",
"Clear": "Limpiar",
"Click to select": "Haz clic para selaccionar",
"Click to upload": "Haz clic para subir (upload)",
@@ -219,6 +220,7 @@
"Either the account is already validated, either the validation token is incorrect.": "O la cuenta ya está validada, o bien el testigo de validación es incorrecto.",
"Either the email has already been changed, either the validation token is incorrect.": "O el correo electrónico ya se ha cambiado, o bien el token de validación es incorrecto.",
"Either the participation has already been validated, either the validation token is incorrect.": "O la participación ya ha sido validada, o bien el token de validación es incorrecto.",
"Either the participation request has already been validated, either the validation token is incorrect.": "O la solicitud de participación ya se ha validado o el token de validación es incorrecto.",
"Email": "Correo elecxtrónico",
"Email address": "Dirección de correo electrónico",
"Email notifications": "Notificaciónes de Correo Electrónico",
@@ -239,6 +241,7 @@
"Error while saving report.": "Error al guardar el informe.",
"Error while validating account": "Error al validar la cuenta",
"Error while validating participation": "Error al validar la participación",
"Error while validating participation request": "Error al validar la solicitud de participación",
"Event": "Evento",
"Event already passed": "Evento ya pasado",
"Event cancelled": "Evento cancelado",
@@ -284,6 +287,7 @@
"Getting location": "Obtener ubicación",
"Glossary": "Glosario",
"Go": "Ir",
"Go to the event page": "Ir a la página del evento",
"Going as {name}": "Ir como {nombre}",
"Group": "Grupo",
"Group List": "Lista de grupo",
@@ -342,6 +346,7 @@
"Instance Terms URL": "URL de Términos de Instancia",
"Instance administrator": "Administrador de instancia",
"Instance configuration": "Configuración de instancia",
"Instance languages": "Idiomas de instancia",
"Instance rules": "Reglas de instancia",
"Instance settings": "Configuraciones de instancia",
"Instances": "Instancias",
@@ -383,6 +388,7 @@
"Login on Mobilizon!": "¡Inicia sesión en Mobilizon!",
"Login on {instance}": "Inicia sesión en {instancia}",
"Login status": "Estado de inicio de sesión",
"Main languages you/your moderators speak": "Idiomas principales que usted o sus moderadores hablan",
"Manage my notifications": "Administrar mis notificaciones",
"Manage my settings": "Administrar mi configuración",
"Manage participations": "Administrar participaciones",
@@ -437,6 +443,7 @@
"No instance to approve|Approve instance|Approve {number} instances": "No hay instancia para aprobar|Aprobar instancia|Aprobar {número} instancias",
"No instance to reject|Reject instance|Reject {number} instances": "Ninguna instancia para rechazar | Rechazar instancia | Rechazar {número} instancias",
"No instance to remove|Remove instance|Remove {number} instances": "No hay instancias para eliminar|Eliminar instancias|Eliminar {número} instancias",
"No languages found": "No se encontraron idiomas",
"No member matches the filters": "Ningún miembro coincide con los filtros",
"No message": "Sin mensaje",
"No moderation logs yet": "Aún no hay registros de moderación",
@@ -595,6 +602,7 @@
"Reported group": "Grupo informado",
"Reported identity": "Identidad declarada",
"Reports": "Declaraciones",
"Request for participation confirmation sent": "Solicitud de confirmación de participación enviada",
"Requests": "Solicitudes",
"Resend confirmation email": "Reenviar correo electrónico de confirmación",
"Reset my password": "Restablecer mi contraseña",
@@ -616,6 +624,7 @@
"Search…": "Buscar…",
"Select a language": "Selecciona un idioma",
"Select a timezone": "Selecciona una zona horaria",
"Select languages": "Seleccionar idiomas",
"Send email": "Enviar correo electrónico",
"Send me an email to reset my password": "Enviarme un correo electrónico para restablecer mi contraseña",
"Send me the confirmation email once again": "Envíame el correo electrónico de confirmación una vez más",
@@ -795,6 +804,7 @@
"You have one event today.": "No tienes eventos hoy|Tienes un evento hoy.|Tienes {count} eventos hoy",
"You have one event tomorrow.": "No tienes eventos mañana|Tienes un evento mañana.|Tienes {count} eventos mañana",
"You may also ask to {resend_confirmation_email}.": "También puede solicitar {resend_confirmation_email}.",
"You may now close this window.": "Ahora puedes cerrar esta ventana.",
"You need to create the group before you create an event.": "Necesitas crear un grupo antes de crear un evento.",
"You need to login.": "Necesitas iniciar sesión.",
"You will be able to add an avatar and set other options in your account settings.": "Podrá agregar un avatar y establecer otras opciones en la configuración de su cuenta.",
@@ -809,6 +819,7 @@
"Your account is being validated": "Su cuenta esta siendo validada",
"Your account is nearly ready, {username}": "Su cuenta está casi lista, {username}",
"Your current email is {email}. You use it to log in.": "Su correo electrónico actual es {correo electrónico}. Lo usas para iniciar sesión.",
"Your email": "Tu correo electrónico",
"Your email address was automatically set based on your {provider} account.": "Su dirección de correo electrónico se configuró automáticamente en función de su cuenta de {provider}.",
"Your email has been changed": "Su correo ha sido cambiado",
"Your email is being changed": "Su correo electrónico está siendo cambiado",
@@ -821,7 +832,10 @@
"Your participation has been requested": "Su participación ha sido solicitada",
"Your participation has been validated": "Su participación ha sido validada",
"Your participation is being validated": "Tu participación está siendo validada",
"Your participation request has been validated": "Tu participación ha sido validada",
"Your participation request is being validated": "Tu participación esta siendo validada",
"Your participation status has been changed": "Su estado de participación ha cambiado",
"Your participation still has to be approved by the organisers.": "Su participación aún debe ser aprobada por los organizadores.",
"Your profile will be shown as contact.": "Su perfil se mostrará como contacto.",
"Your timezone is currently set to {timezone}.": "Tu zona horaria está configurada actualmente en {timezone}.",
"Your timezone was detected as {timezone}.": "Su zona horaria se detectó como {timezone}.",

View File

@@ -57,8 +57,11 @@
"Application": "Sovellus",
"Approve": "Hyväksy",
"Are you really sure you want to delete your whole account? You'll lose everything. Identities, settings, events created, messages and participations will be gone forever.": "Haluatko varmasti poistaa koko tilin? Tällöin kaikki poistetaan. Identiteetit, asetukset, luodut tapahtumat, viestit ja osallistumiset poistetaan pysyvästi.",
"Are you sure you want to <b>completely delete</b> this group? All members - including remote ones - will be notified and removed from the group, and <b>all of the group data (events, posts, discussions, todos…) will be irretrievably destroyed</b>.": "Haluatko varmasti <b>poistaa ryhmän kokonaan</b>? Kaikille jäsenille (myös muilla palvelimilla oleville) ilmoitetaan asiasta ja heidät poistetaan ryhmästä, ja <b>kaikki ryhmän tiedot (tapahtumat, julkaisut, keskustelut, tehtävät jne.) poistetaan pysyvästi</b>.",
"Are you sure you want to <b>delete</b> this comment? This action cannot be undone.": "Haluatko varmasti <b>poistaa</b> tämän kommentin? Toimintoa ei voi perua.",
"Are you sure you want to <b>delete</b> this event? This action cannot be undone. You may want to engage the discussion with the event creator or edit its event instead.": "Haluatko varmasti <b>poistaa</b> tämän tapahtuman? Toimintoa ei voi perua. Poistamisen sijaan voisit ehkä keskustella tapahtuman luojan kanssa tai muokata tapahtumaa.",
"Are you sure you want to <b>suspend</b> this group? All members - including remote ones - will be notified and removed from the group, and <b>all of the group data (events, posts, discussions, todos…) will be irretrievably destroyed</b>.": "Haluatko varmasti <b>estää</b> tämän ryhmän? Kaikille jäsenille (myös muilla palvelimilla oleville) ilmoitetaan asiasta ja heidät poistetaan ryhmästä, ja <b>kaikki ryhmän tiedot (tapahtumat, julkaisut, keskustelut, tehtävät jne.) poistetaan pysyvästi</b>.",
"Are you sure you want to <b>suspend</b> this group? As this group originates from instance {instance}, this will only remove local members and delete the local data, as well as rejecting all the future data.": "Haluatko varmasti <b>estää</b> tämän ryhmän? Koska ryhmä toimii palvelimelta {instance} käsin, estäminen poistaa siitä paikalliset jäsenet ja paikalliset tiedot sekä estää kaikki ryhmään liittyvät myöhemmät tiedot.",
"Are you sure you want to cancel the event creation? You'll lose all modifications.": "Haluatko varmasti keskeyttää tapahtuman luomisen? Kaikki muutokset menetetään.",
"Are you sure you want to cancel the event edition? You'll lose all modifications.": "Haluatko varmasti keskeyttää tapahtuman muokkaamisen? Kaikki muutokset menetetään.",
"Are you sure you want to cancel your participation at event \"{title}\"?": "Haluatko varmasti perua osallistumisesi tapahtumaan {title}?",
@@ -66,6 +69,7 @@
"Assigned to": "Yhdistetty",
"Avatar": "Avatar",
"Back to previous page": "Palaa edelliselle sivulle",
"Banner": "Banneri",
"Before you can login, you need to click on the link inside it to validate your account.": "Sinun on ennen sisäänkirjautumista vahvistettava tilisi napsauttamalla siinä olevaa linkkiä.",
"Begins on": "Alkaa",
"Bold": "Lihavoitu",
@@ -104,7 +108,7 @@
"Confirmed": "Vahvistettu",
"Confirmed at": "Vahvistettu",
"Confirmed: Will happen": "Vahvistettu: Tapahtuu",
"Contact": "Ota yhteyttä",
"Contact": "Yhteystieto",
"Continue editing": "Jatka muokkausta",
"Cookies and Local storage": "Evästeet ja paikallisesti tallennettavat tiedot",
"Country": "Maa",
@@ -124,6 +128,7 @@
"Create my event": "Luo oma tapahtuma",
"Create my group": "Luo oma ryhmä",
"Create my profile": "Luo oma profiili",
"Create or join an group and start organizing with other people": "Luo ryhmä tai liity ryhmään ja ala järjestäytyä",
"Create resource": "Luo resurssi",
"Create the discussion": "Luo keskustelu",
"Create token": "Luo merkki",
@@ -152,6 +157,7 @@
"Delete conversation": "Poista keskustelu",
"Delete event": "Poista tapahtuma",
"Delete everything": "Poista kaikki",
"Delete group": "Poista ryhmä",
"Delete my account": "Poista tilini",
"Delete post": "Poista julkaisu",
"Delete this identity": "Poista tämä identiteetti",
@@ -186,6 +192,7 @@
"Either the account is already validated, either the validation token is incorrect.": "Joko tili on jo vahvistettu tai vahvistusmerkki on virheellinen.",
"Either the email has already been changed, either the validation token is incorrect.": "Joko sähköpostiosoite on jo vaihdettu tai vahvistusmerkki on virheellinen.",
"Either the participation has already been validated, either the validation token is incorrect.": "Joko osallistuminen on jo vahvistettu tai vahvistumerkki on virheellinen.",
"Either the participation request has already been validated, either the validation token is incorrect.": "Osallistumispyyntö on jo vahvistettu tai vahvistustunnus on virheellinen.",
"Email": "Sähköposti",
"Email address": "Sähköpostiosoite",
"Email notifications": "Sähköposti-ilmoitukset",
@@ -204,6 +211,7 @@
"Error while saving report.": "Virhe raportin tallennuksessa.",
"Error while validating account": "Virhe tilin vahvistamisessa",
"Error while validating participation": "Virhe osallistumisen vahvistamisessa",
"Error while validating participation request": "Virhe osallistumispyyntöä vahvistettaessa",
"Event": "Tapahtuma",
"Event already passed": "Tapahtuma on jo mennyt",
"Event cancelled": "Tapahtuma peruttu",
@@ -226,6 +234,7 @@
"Failed to save admin settings": "Ylläpitoasetusten tallennus epäonnistui",
"Featured events": "Ehdotetut tapahtumat",
"Features": "Ominaisuudet",
"Federated Group Name": "Ryhmän federaationimi",
"Federation": "Federaatio",
"Fetch more": "Hae lisää",
"Find an address": "Etsi osoitetta",
@@ -252,6 +261,7 @@
"Group List": "Ryhmäluettelo",
"Group Members": "Ryhmän jäsenet",
"Group address": "Ryhmän osoite",
"Group display name": "Ryhmän näyttönimi",
"Group full name": "Ryhmän koko nimi",
"Group name": "Ryhmän nimi",
"Group settings": "Ryhmäasetukset",
@@ -499,6 +509,7 @@
"Public feeds": "Julkiset syötteet",
"Public iCal Feed": "Julkinen iCal-syöte",
"Public page": "Julkinen sivu",
"Publication date": "Julkaisupäivä",
"Publish": "Julkaise",
"Published events": "Julkaistut tapahtumat",
"RSS/Atom Feed": "RSS/Atom-syöte",
@@ -507,6 +518,7 @@
"Recap every week": "Muistutus joka viikko",
"Receive one email per request": "Vastaanota sähköposti jokaisesta pyynnöstä",
"Redirecting to event…": "Siirrytään tapahtumaan…",
"Refresh profile": "Päivitä profiili",
"Region": "Alue",
"Register": "Rekisteröidy",
"Register an account on Mobilizon!": "Rekisteröi Mobilizon-tili!",
@@ -582,6 +594,7 @@
"Street": "Katuosoite",
"Submit": "Lähetä",
"Suspend": "Estä",
"Suspend group": "Estä ryhmä",
"Suspended": "Estetty",
"Task lists": "Tehtäväluettelot",
"Tentative: Will be confirmed later": "Alustava: vahvistetaan myöhemmin",
@@ -628,6 +641,7 @@
"This installation (called “instance“) can easily {interconnect}, thanks to {protocol}.": "{protocol}-protokollan ansiosta tämä palvelin on vaivattomasti yhteydessä muihin ({interconnect}).",
"This instance isn't opened to registrations, but you can register on other instances.": "Tälle palvelimelle ei voi rekisteröityä, mutta voit rekisteröityä muille palvelimille.",
"This is a demonstration site to test the beta version of Mobilizon.": "Tällä esittelysivulla voit koekäyttää Mobilizonin beetaversiota.",
"This is like your federated username (<code>{username}</code>) for groups. It will allow you to be found on the federation, and is guaranteed to be unique.": "Tämä muistuttaa käyttäjän federaationimeä (<code>{username}</code>) mutta viittaa ryhmään. Se on yksilöllinen, ja sen avulla sinut löydetään federaatiosta.",
"This month": "Tässä kuussa",
"This user has been disabled": "Käyttäjä on poistettu käytöstä",
"This week": "Tällä viikolla",
@@ -663,6 +677,7 @@
"Update my event": "Päivitä omaa tapahtumaa",
"Update post": "Päivitä julkaisua",
"Updated": "Päivitetty",
"Use my location": "Käytä sijaintiani",
"User": "Käyttäjä",
"Username": "Käyttäjänimi",
"Users": "Käyttäjät",
@@ -743,6 +758,8 @@
"Your participation has been requested": "Osallistumispyyntösi on tehty",
"Your participation has been validated": "Osallistumisesi on vahvistettu",
"Your participation is being validated": "Osallistumisesi odottaa vahvistusta",
"Your participation request has been validated": "Osallistumisesi on vahvistettu",
"Your participation request is being validated": "Osallistumistasi vahvistetaan",
"Your participation status has been changed": "Osallistumisesi tilaa on muutettu",
"Your timezone is currently set to {timezone}.": "Nykyinen aikavyöhykkeesi on {timezone}.",
"Your timezone was detected as {timezone}.": "Aikavyöhykkeeksesi tunnistettiin {timezone}.",
@@ -790,8 +807,10 @@
"{moderator} reopened {report}": "{moderator} avasi uudelleen: {report}",
"{moderator} suspended profile {profile}": "{moderator} esti profiilin {profile}",
"{nb} km": "{nb} km",
"{number} members": "{number} jäsentä",
"{number} organized events": "Ei järjestettyjä tapahtumia|Yksi järjestetty tapahtuma|{number} järjestettyä tapahtumaa",
"{number} participations": "Ei osallistumisia|Yksi osallistuminen|{number} osallistumista",
"{number} posts": "Ei julkaisuja|Yksi julkaisu|{number} julkaisua",
"{profile} (by default)": "{profile} (oletuksena)",
"{title} ({count} todos)": "{title} ({count} tehtävää)",
"© The Mobilizon Contributors {date} - Made with Elixir, Phoenix, VueJS & with some love and some weeks": "© Mobilizon-tekijät {date} Valmistusaineina Elixir, Phoenix, VueJS sekä rakkaus ja aika",

View File

@@ -10,11 +10,14 @@
"About Mobilizon": "Acerca de Mobilizon",
"About this event": "Acerca deste evento",
"About this instance": "Acerca desta instancia",
"Accept": "Aceptar",
"Accepted": "Aceptado",
"Account": "Conta",
"Actor": "Actor",
"Add": "Engadir",
"Add a group": "Engadir un grupo",
"Add a note": "Engadir unha nota",
"Add a todo": "Engadir tarefas pendentes",
"Add an address": "Engadir un enderezo",
"Add an instance": "Engadir unha instancia",
"Add some tags": "Engadir etiquetas",
@@ -23,6 +26,7 @@
"Admin": "Admin",
"Admin settings successfully saved.": "Gardáronse os axustes de Admin.",
"Administration": "Administración",
"All group members and other eventual server admins will still be able to view this information.": "Todos os membros do grupo e eventuais administradoras aínda poderán serguir vendo esta información.",
"All the places have already been taken": "Ocupáronse todas as prazas|Queda unha praza dispoñible|quedan {places} prazas dispoñibles",
"Allow all comments": "Permitir tódolos comentarios",
"Allow registrations": "Permitir o rexistro",
@@ -42,6 +46,7 @@
"Avatar": "Avatar",
"Back to previous page": "Voltar á páxina anterior",
"Before you can login, you need to click on the link inside it to validate your account.": "Antes de poder conectarte, tes que premer na ligazón incluída para validar a túa conta.",
"Bold": "Resaltado",
"By @{group}": "Por @{group}",
"By @{username}": "Por @{username}",
"By {username} and {group}": "Por {username} e {group}",
@@ -70,17 +75,23 @@
"Confirm my participation": "Confirmar a miña participación",
"Confirm my particpation": "Confirmar a miña participación",
"Confirmed: Will happen": "Confirmado: Acontecerá",
"Contact": "Contactar",
"Continue editing": "Continuar editando",
"Country": "País",
"Create": "Crear",
"Create a calc": "Crear folla cálculo",
"Create a new event": "Crear novo evento",
"Create a new group": "Crear novo grupo",
"Create a new identity": "Crear nova identidade",
"Create a new list": "Crear nova lista",
"Create a pad": "Crear un pad",
"Create a visioconference": "Crear conferencia de vídeo",
"Create and manage several identities from the same account": "Crear e xestionar varias identidades da mesma conta",
"Create group": "Crear grupo",
"Create my event": "Crear o meu evento",
"Create my group": "Crear o meu grupo",
"Create my profile": "Crear o meu perfil",
"Create resource": "Crear recurso",
"Create token": "Crear token",
"Create, edit or delete events": "Crear, editar ou eliminar eventos",
"Creator": "Creador",
@@ -89,11 +100,13 @@
"Custom": "Personalizar",
"Custom URL": "URL personalizado",
"Custom text": "Texto personalizado",
"Daily email summary": "Resumen diario por email",
"Dashboard": "Taboleiro",
"Date": "Data",
"Date and time": "Data e hora",
"Date and time settings": "Axustes de data e hora",
"Date parameters": "Parámetros da data",
"Decline": "Rexeitar",
"Default": "Por omisión",
"Delete": "Eliminar",
"Delete Comment": "Borrar comentario",
@@ -112,13 +125,16 @@
"Deleting your Mobilizon account": "Eliminando a túa conta Mobilizon",
"Description": "Descrición",
"Didn't receive the instructions ?": "¿Non recibiches as instrucións?",
"Discussions": "Comentando",
"Display name": "Mostrar nome",
"Display participation price": "Mostrar prezo da participación",
"Do not receive any mail": "Non recibir emails",
"Domain": "Dominio",
"Don't show @{organizer} as event host alongside @{group}": "Non mostrar @{organizer} como responsable do evento xunto a @{group}",
"Draft": "Borrador",
"Drafts": "Borradores",
"Due on": "Previsto o",
"Duplicate": "Duplicar",
"Edit": "Editar",
"Eg: Stockholm, Dance, Chess…": "Ex: Silleda, Baile, Billarda…",
"Either on the {instance} instance or on another instance.": "Ben na instancia {instance} ou en calquera outra instancia.",
@@ -148,6 +164,7 @@
"Event {eventTitle} deleted": "Eliminado o evento {eventTitle}",
"Event {eventTitle} reported": "Denunciado o evento {eventTitle}",
"Events": "Eventos",
"Ex: someone@mobilizon.org": "Ex: breixo@mobilizon.org",
"Ex: test.mobilizon.org": "Ex: test.mobilizon.org",
"Exclude": "Excluír",
"Explore": "Explorar",
@@ -171,12 +188,15 @@
"Go": "Ir",
"Going as {name}": "Ir como {name}",
"Group List": "Lista do grupo",
"Group Members": "Membros do grupo",
"Group name": "Nome do grupo",
"Group {displayName} created": "Creado o grupo {displayName}",
"Groups": "Grupos",
"Headline picture": "Imaxe de cabeceira",
"Hide replies": "Agochar respostas",
"Hide the organizer": "Ocultar a organización",
"Home": "Inicio",
"Hourly email summary": "Resumen horario por email",
"I create an identity": "Creei unha identidade",
"I don't have a Mobilizon account": "Non teño unha conta Mobilizon",
"I have a Mobilizon account": "Teño unha conta Mobilizon",
@@ -198,9 +218,13 @@
"Instance Terms URL": "URL dos Termos da instancia",
"Instance settings": "Axustes da instancia",
"Instances": "Instancias",
"Invite a new member": "Convida a un novo membro",
"Invite member": "Convida a persoa",
"Italic": "Cursiva",
"Join {instance}, a Mobilizon instance": "Únete a {instance}, unha instancia Mobilizon",
"Last published event": "Último evento publicado",
"Last week": "Última semana",
"Latest posts": "Últimas publicacións",
"Learn more": "Saber máis",
"Learn more about Mobilizon": "Coñece máis acerca de Mobilizon",
"Leave event": "Deixar o evento",
@@ -208,6 +232,7 @@
"Let's create a new common": "Creemos un novo ben común",
"License": "Licenza",
"Limited number of places": "Número de prazas limitado",
"List title": "Título da lista",
"Load more": "Cargar máis",
"Locality": "Localidade",
"Location": "Lugar",
@@ -222,16 +247,20 @@
"Message": "Mensaxe",
"Mobilizon is a federated network. You can interact with this event from a different server.": "Mobilizon é unha rede federada. Podes interactuar con este evento desde outro servidor.",
"Mobilizon is a free/libre software that will allow communities to create <b>their own spaces</b> to publish events in order to better emancipate themselves from tech giants.": "Mobilizon é software libre que lle permite ás comuniades crear <b>os seu propios espazos</b> para publicar eventos e así liberarse das cadeas dos xigantes tecnolóxicos.",
"Mobilizon will send you an email when the events you are attending have important changes: date and time, address, confirmation or cancellation, etc.": "Mobilizón enviarache un email cando os eventos nos que participes teñan cambios importantes: data e hora, enderezos, confirmación ou cancelación, etc.",
"Mobilizons licence": "Licenza de Mobilizon",
"Moderated comments (shown after approval)": "Comentarios moderados (mostrados após aprobación)",
"Moderation": "Moderación",
"Moderation log": "Rexistro da moderación",
"Move": "Mover",
"My account": "Conta",
"My events": "Eventos",
"My groups": "Os meus grupos",
"My identities": "Identidades",
"Name": "Nome",
"New email": "Novo email",
"New folder": "Novo cartafol",
"New link": "Nova ligazón",
"New note": "Nova nota",
"New password": "Novo contrasinal",
"New profile": "Novo perfil",
@@ -249,13 +278,19 @@
"No instance to reject|Reject instance|Reject {number} instances": "Ningunha instancia que rexeitar|Rexeitar instancia|Rexeitar {number} instancias",
"No instance to remove|Remove instance|Remove {number} instances": "Ningunha instacia que eliminar|Eliminar instancia|Eliminar {number} instancias",
"No message": "Sen mensaxe",
"No moderation logs yet": "Sen rexistros da moderación",
"No one is going to this event": "Ninguén vai a este evento|Unha persoa vai ir|{going} persoas van ir",
"No open reports yet": "Aínda non se presentaron denuncias",
"No participant to approve|Approve participant|Approve {number} participants": "Sen participantes que aprobar|Aprobar participante|Aprobar {number} participantes",
"No participant to reject|Reject participant|Reject {number} participants": "Sen participantes que rexeitar|Rexeitar participante|Rexeitar {number} participantes",
"No public upcoming events": "Sen eventos públicos próximamente",
"No resolved reports yet": "Sen denuncias non resoltas",
"No resources selected": "Sen recursos seleccionados|Un recurso seleccionado|{count} recursos seleccionados",
"No results for \"{queryText}\"": "Sen resultados para \"{queryText}\"",
"Notes": "Notas",
"Notification before the event": "Notificación previa ó evento",
"Notification on the day of the event": "Notificación o día do evento",
"Notifications for manually approved participations to an event": "Notificacións para participacións no evento aprobadas manualmente",
"Number of places": "Número de prazas",
"OK": "OK",
"Old password": "Contrasinal antigo",
@@ -271,7 +306,10 @@
"Organized": "Organizado",
"Organized by {name}": "Organizado por {name}",
"Organizer": "Organizador",
"Organizer notifications": "Notificacións da organización",
"Organizers": "Organizado por",
"Other": "Outro",
"Other notification options:": "Outras opcións de notificación:",
"Other software may also support this.": "Outro software tamén podería soportar esto.",
"Otherwise this identity will just be removed from the group administrators.": "Se non esta identidade será eliminada do grupo de administradoras.",
"Page": "Páxina",
@@ -282,6 +320,7 @@
"Participate using your email address": "Participa usando o teu enderezo de email",
"Participation approval": "Aprobar participación",
"Participation confirmation": "Confirmación da participación",
"Participation notifications": "Notificacións da participación",
"Participation requested!": "Participación solicitada!",
"Password": "Contrasinal",
"Password (confirmation)": "Contrasinal (confirmación)",
@@ -303,15 +342,19 @@
"Private event": "Evento privado",
"Private feeds": "Fontes privadas",
"Profiles": "Perfís",
"Public": "Público",
"Public RSS/Atom Feed": "Fonte RSS/Atom pública",
"Public comment moderation": "Moderación de comentario público",
"Public event": "Evento público",
"Public feeds": "Fontes públicas",
"Public iCal Feed": "Fonte pública iCal",
"Public page": "Páxina pública",
"Publish": "Publicar",
"Published events": "Eventos publicados",
"RSS/Atom Feed": "Fonte RSS/Atom",
"Read Framasofts statement of intent on the Framablog": "Ler no Framablog a declaración de Framasoft sobre as súas intencións",
"Recap every week": "Resumen semanal",
"Receive one email per request": "Recibir un email por solicitude",
"Redirecting to event…": "Redirixindo ó evento…",
"Region": "Rexión",
"Register": "Rexistar",
@@ -322,6 +365,8 @@
"Registration is currently closed.": "Actualmente non é posible rexistrarse.",
"Reject": "Rexeitar",
"Rejected": "Rexeitado",
"Rename": "Renomear",
"Rename resource": "Renomear recurso",
"Reopen": "Abrir de novo",
"Reply": "Responder",
"Report": "Denunciar",
@@ -336,12 +381,14 @@
"Reset my password": "Restablecer contrasinal",
"Resolved": "Resolto",
"Resource provided is not an URL": "O recurso proporcionado non é un URL",
"Resources": "Recursos",
"Role": "Rol",
"Save": "Gardar",
"Save draft": "Gardar borrador",
"Search": "Buscar",
"Search events, groups, etc.": "Buscar eventos, grupos, etc.",
"Searching…": "Buscando…",
"Select a timezone": "Escolle zona horaria",
"Send email": "Enviar email",
"Send the report": "Enviar a denuncia",
"Set an URL to a page with your own terms.": "Establecer URL a unha páxina cos teus termos.",
@@ -355,9 +402,12 @@
"Software to the people": "Software para as persoas",
"Starts on…": "Comeza o…",
"Status": "Estado",
"Statut": "Estado",
"Street": "Rúa",
"Task lists": "Listas de tarefas",
"Tentative: Will be confirmed later": "Tentativa: será confirmada máis tarde",
"Terms": "Termos",
"Text": "Texto",
"The account's email address was changed. Check your emails to verify it.": "O email da conta mudou. Comproba os teus emails para verficar o cambio.",
"The actual number of participants may differ, as this event is hosted on another instance.": "O número real de participantes podería ser diferente, este evento está noutra instancia.",
"The content came from another server. Transfer an anonymous copy of the report?": "O contido procede doutro servidor. Desexas transferir unha copia anónima da denuncia?",
@@ -384,6 +434,8 @@
"This instance isn't opened to registrations, but you can register on other instances.": "Esta instancia non ten o rexistro aberto, mais podes rexistrarte noutras instancias.",
"This is a demonstration site to test the beta version of Mobilizon.": "Este é un sitio de exemplo para probar a versión beta de Mobilizon.",
"This will delete / anonymize all content (events, comments, messages, participations…) created from this identity.": "Esto eliminará / anonimazará todo o contido (eventos, comentarios, mensaxes, participacións...) creado con esta identidade.",
"Timezone": "Zona horaria",
"Timezone detected as {timezone}.": "Zona horaria detectada como {timezone}.",
"Title": "Título",
"To change the world, change the software": "Para cambiar o mundo, cambia o software",
"To confirm, type your event title \"{eventTitle}\"": "Para confirmar, escribe o título do teu evento \"{eventTitle}\"",
@@ -399,6 +451,7 @@
"Unsaved changes": "Cambios non gardados",
"Unset group": "Sacar do grupo",
"Upcoming": "Próximamente",
"Upcoming events": "Eventos próximos",
"Update event {name}": "Actualizar evento {name}",
"Update my event": "Actualizar o meu evento",
"Updated": "Actualizado",
@@ -406,6 +459,7 @@
"Username": "Nome de usuaria",
"Users": "Usuarias",
"View a reply": "|Ver unha resposta|Ver {totalReplies} respostas",
"View all upcoming events": "Ver tódolos próximos eventos",
"View event page": "Ver páxina do evento",
"View everything": "Velo todo",
"View page on {hostname} (in a new window)": "Ver páxina en {hostname} (nova ventá)",
@@ -414,6 +468,9 @@
"Warning": "Aviso",
"We just sent an email to {email}": "Enviámosche un email a {email}",
"We will redirect you to your instance in order to interact with this event": "Vas ser redirixida á túa instancia para poder interactuar con este evento",
"We'll send you an email one hour before the event begins, to be sure you won't forget about it.": "Enviarémosche un email unha hora antes do comezo do evento, para que non o esquezas.",
"We'll use your timezone settings to send a recap of the morning of the event.": "Usaremos os axustes de zona horaria para enviar un recordatorio na mañán do evento.",
"Website": "Sitio web",
"Website / URL": "Sitio web / URL",
"Welcome back {username}!": "Benvida {username}!",
"Welcome back!": "Benvida!",
@@ -424,9 +481,11 @@
"You are participating in this event anonymously": "Participas neste evento de xeito anónimo",
"You are participating in this event anonymously but didn't confirm participation": "Participas neste evento de xeito anónimo pero non confirmaches a participación",
"You can add tags by hitting the Enter key or by adding a comma": "Podes engadir etiquetas premento Enter ou con vírgulas",
"You can pick your timezone into your preferences.": "Podes escoller a zona horaria nas preferencias.",
"You can try another search term or drag and drop the marker on the map": "Podes intentalo con outro termo de busca ou arrastrar e soltar a marca no mapa",
"You don't follow any instances yet.": "Aínda non segues ningunha instancia.",
"You have been disconnected": "Desconectáronte",
"You have been invited by {invitedBy} to the following group:": "Foches convidada por {invitedBy} ó seguinte grupo:",
"You have cancelled your participation": "Cancelaches a túa participación",
"You have one event in {days} days.": "Non tes eventos en {days} días | Tes un evento en {days} días. | Tes {count} eventos en {days} días",
"You have one event today.": "Hoxe non tes eventos | Hoxe tes un evento. | Tes {count} eventos hoxe",
@@ -435,6 +494,7 @@
"You need to login.": "Teste que conectar.",
"You will be redirected to the original instance": "Vas ser redirixida á instancia orixinal",
"You wish to participate to the following event": "Queres participar no seguinte evento",
"You'll get a weekly recap every Monday for upcoming events, if you have any.": "Recibirás un resumen semanal cada Luns para os próximos eventos, se os tes.",
"You'll receive a confirmation email.": "Recibirás un email de confirmación.",
"Your account has been successfully deleted": "A túa conta foi eliminada",
"Your account has been validated": "A túa conta foi validada",
@@ -451,9 +511,11 @@
"Your participation request has been validated": "A túa participación foi validada",
"Your participation request is being validated": "Estase validando a túa participación",
"Your participation status has been changed": "O estado da túa participación cambiou",
"Your timezone is currently set to {timezone}.": "Zona horaria actual establecida a {timezone}.",
"[This comment has been deleted]": "[Este comentario foi eliminado]",
"[deleted]": "[eliminado]",
"a decentralised federation protocol": "un protocolo de federación descentralizado",
"a non-existent report": "denuncia non existente",
"as {identity}": "como {identity}",
"default Mobilizon terms": "termos por omisión de Mobilizon",
"e.g. 10 Rue Jangot": "ex. Rúa do Can 7",
@@ -463,12 +525,14 @@
"its source code is public": "o seu código fonte é público",
"on our blog": "no noso blog",
"profile@instance": "perfil@instancia",
"report #{report_number}": "denuncia #{report_number}",
"respect of the fundamental freedoms": "respectar as liberdades fundamentais",
"with another identity…": "con outra identidade…",
"{approved} / {total} seats": "{approved} / {total} prazas",
"{available}/{capacity} available places": "Non quedan prazas|{available}/{capacity} prazas dispoñibles",
"{count} participants": "Sen participantes | Un participante | {count} participantes",
"{count} requests waiting": "{count} solicitudes agardando",
"{moderator} closed {report}": "{moderator} pechou {report}",
"{title} ({count} todos)": "{title} ({count} pendentes)",
"© The OpenStreetMap Contributors": "© The OpenStreetMap Contributors"
}