jgonyea / grav-plugin-podcast

GravCMS plugin that creates podcast channel and podcast episode page templates along with a podcast RSS feed.
MIT License
18 stars 7 forks source link

Translation for French and Portugues #52

Closed aleclerc7 closed 2 years ago

aleclerc7 commented 2 years ago

Hello,

I would like to submit the following translations in French and Portuguese. (Not for the Admin, but the end user side.)

fr:
  PLUGIN_PODCAST:
    CONFIG:
      MAX_UPLOAD_LABEL: Taille maximale des fichiers podcast (Mo)
      MAX_UPLOAD_HELP: 'Définissez «upload_max_filesize» et «post_max_size» dans php.ini à au moins cette valeur ou plus.'
    WORDS:
      CHANNEL: CANAL
      EPISODE: Épisode
      LATEST: Dernier
      MORE: Plus
      PODCAST: Podcast
      SERIES: Séries
    SERIES_CONTENT:
      HEADER: Description de la série
    EPISODE_CONTENT:
      HEADER: Contenu de l'épisode
      DOWNLOAD: Télécharger le fichier audio
      WARNING: Votre navigateur ne prend pas en charge la balise audio.
      EMPTY: Aucun contenu disponible.
pt:
  PLUGIN_PODCAST:
    CONFIG:
      MAX_UPLOAD_LABEL: Tamanho máximo do arquivo podcast (MB)
      MAX_UPLOAD_HELP: 'Defina “upload_max_filesize” e “post_max_size” em php.ini para ao menos este valor ou maior.'
    WORDS:
      CHANNEL: CHANNEL
      EPISODE: Episódio
      LATEST: Último
      MORE: Mais
      PODCAST: Podcast
      SERIES: Séries
    SERIES_CONTENT:
      HEADER: Descrição da série
    EPISODE_CONTENT:
      HEADER: Conteúdo do episódio
      DOWNLOAD: Baixar áudio
      WARNING: Seu navegador não suporta a etiqueta de áudio.
      EMPTY: Nenhum conteúdo disponível.

I am not native speaking in Portuguese but know a little bit. I did not make that translation reviewed but it looks OK.

Kind regards.

jgonyea commented 2 years ago

Many thanks!

Could you submit a PR for this change? If you don't have time, I'll just pull the translations in manually.

aleclerc7 commented 2 years ago

I think I managed to do it. It should be there.

aleclerc7 commented 2 years ago

Has been merge. Thanks! :-)