squidfunk / mkdocs-material

Documentation that simply works
https://squidfunk.github.io/mkdocs-material/
MIT License
19.4k stars 3.41k forks source link

Update Galician translations #7330

Closed mmontes11 closed 1 week ago

mmontes11 commented 3 weeks ago

Translations

{% macro t(key) %}{{ {
  "language": "gl",
  "action.edit": "Editar esta páxina",
  "action.skip": "Ir ao contido",
  "action.view": "Ver código fonte desta páxina ⬅️",
  "announce.dismiss": "Non volver a mostrar ⬅️",
  "blog.archive": "Arquivo ⬅️",
  "blog.categories": "Categorías ⬅️",
  "blog.categories.in": "en ⬅️",
  "blog.continue": "Continuar lendo ⬅️",
  "blog.draft": "Borrador ⬅️",
  "blog.index": "Voltar ó índice ⬅️",
  "blog.meta": "Metadatos ⬅️",
  "blog.references": "Enlaces relacionados ⬅️",
  "clipboard.copy": "Copiar no cortapapeis",
  "clipboard.copied": "Copiado no cortapapeis",
  "consent.accept": "Aceptar ⬅️",
  "consent.manage": "Xestionar configuración ⬅️",
  "consent.reject": "Rexeitar ⬅️",
  "footer": "Pé",
  "footer.next": "Seguinte",
  "footer.previous": "Anterior",
  "header": "Cabeceira",
  "meta.comments": "Comentarios",
  "meta.source": "Fonte",
  "nav": "Navegación",
  "readtime.one": "1 minuto de lectura ⬅️",
  "readtime.other": "# minutos de lectura ⬅️",
  "rss.created": "RSS feed ⬅️",
  "rss.updated": "RSS feed do contido actualizado ⬅️",
  "search": "Procurar ⬅️",
  "search.placeholder": "Procura",
  "search.share": "Compartir ⬅️",
  "search.reset": "Limpar",
  "search.result.initializer": "Inicializando procura",
  "search.result.placeholder": "Insira un termo",
  "search.result.none": "Sen resultados",
  "search.result.one": "1 resultado atopado",
  "search.result.other": "# resultados atopados",
  "search.result.more.one": "1 máis nesta páxina",
  "search.result.more.other": "# máis nesta páxina",
  "search.result.term.missing": "Falta",
  "select.language": "Seleccionar idioma",
  "select.version": "Seleccionar version",
  "source": "Ir ao repositorio",
  "source.file.contributors": "Contribuidores ⬅️",
  "source.file.date.created": "Creada",
  "source.file.date.updated": "Última actualización",
  "tabs": "Pestanas",
  "toc": "Táboa de contidos",
  "top": "Volver ao principio"
}[key] }}{% endmacro %}

Country flag

:flag_es:

Before submitting

mmontes11 commented 3 weeks ago

@squidfunk Thanks a lot for this great project! Here some translations for the Galician language

squidfunk commented 3 weeks ago

Awesome, thanks for providing them! Could you also translate the following?

  "readtime.one": "1 min read ⬅️",
  "readtime.other": "# min read ⬅️",

The translations would be complete then ☺️

mmontes11 commented 3 weeks ago

Sorry, missed these 2. They have been updated in the issue body!

squidfunk commented 2 weeks ago

Thanks again! Updated in c7c8fcb3a.

squidfunk commented 1 week ago

Released as part of 9.5.29.