diff --git a/languages.yaml b/languages.yaml index ef8a18a..05473d5 100644 --- a/languages.yaml +++ b/languages.yaml @@ -1,3 +1,16 @@ +de: + PLUGIN_COMMENTS: + ADD_COMMENT: Kommentar hinzufügen + COMMENTS: Kommentare + EMAIL_NOT_CONFIGURED: Email nicht konfiguriert + NEW_COMMENT_EMAIL_SUBJECT: 'Neuer Kommentar für %1$s' + NEW_COMMENT_EMAIL_BODY: '

Ein neuer Kommentar am %1$s von %3$s (%4$s).

Seite: %2$s

Text: %5$s

' + EMAIL_FOOTER: '' + NAME: Name: + EMAIL: Email: + WRITTEN_ON: geschrieben am + BY: von + en: PLUGIN_COMMENTS: ADD_COMMENT: Add a comment @@ -26,12 +39,22 @@ fr: COMMENTS: Commentaires EMAIL_NOT_CONFIGURED: E-mail non configuré NEW_COMMENT_EMAIL_SUBJECT: 'Nouveau commentaire sur %1$s' - NEW_COMMENT_EMAIL_BODY: '

Un nouveau commentaire a été posté sur %1$s par %3$s (%4$s).

Page: %2$s

Texte: %5$s

' + NEW_COMMENT_EMAIL_BODY: '

Un nouveau commentaire a été publié sur %1$s par %3$s (%4$s).

Page : %2$s

Texte : %5$s

' EMAIL_FOOTER: '' NAME: Nom : EMAIL: E-mail : WRITTEN_ON: Écrit le BY: par + NAME_LABEL: "Nom" + NAME_PLACEHOLDER: "Indiquez votre nom" + EMAIL_LABEL: "E-mail" + EMAIL_PLACEHOLDER: "Indiquez votre adresse e-mail" + MESSAGE_LABEL: "Commentaire" + MESSAGE_PLACEHOLDER: "Rédigez votre commentaire" + SUBMIT_COMMENT_BUTTON_TEXT: "Envoyer" + EMAIL_NEW_COMMENT_SUBJECT: "[Nouveau commentaire] de {{ form.value.name|e }}" + THANK_YOU_MESSAGE: "Merci d'avoir rédigé votre commentaire !" + it: PLUGIN_COMMENTS: ADD_COMMENT: Aggiungi un commento @@ -53,6 +76,19 @@ it: SUBMIT_COMMENT_BUTTON_TEXT: "Invia" EMAIL_NEW_COMMENT_SUBJECT: "[Nuovo commento] da {{ form.value.name|e }}" THANK_YOU_MESSAGE: "Grazie per il tuo commento!" + +pl: + PLUGIN_COMMENTS: + ADD_COMMENT: Dodaj komentarz + COMMENTS: Komentarzy + EMAIL_NOT_CONFIGURED: Email jest nie skofigurowany + NEW_COMMENT_EMAIL_SUBJECT: 'Nowy komentarz %1$s' + NEW_COMMENT_EMAIL_BODY: '

Pojawił się nowy komentarz, napisany %1$s przez %3$s (%4$s).

Strona: %2$s

Treść: %5$s

' + EMAIL_FOOTER: '' + NAME: Imię: + EMAIL: Email: + WRITTEN_ON: Napisany przez + BY: przez ru: PLUGIN_COMMENTS: @@ -66,27 +102,3 @@ ru: EMAIL: Email: WRITTEN_ON: Написан в BY: от -pl: - PLUGIN_COMMENTS: - ADD_COMMENT: Dodaj komentarz - COMMENTS: Komentarzy - EMAIL_NOT_CONFIGURED: Email jest nie skofigurowany - NEW_COMMENT_EMAIL_SUBJECT: 'Nowy komentarz %1$s' - NEW_COMMENT_EMAIL_BODY: '

Pojawił się nowy komentarz, napisany %1$s przez %3$s (%4$s).

Strona: %2$s

Treść: %5$s

' - EMAIL_FOOTER: '' - NAME: Imię: - EMAIL: Email: - WRITTEN_ON: Napisany przez - BY: przez -de: - PLUGIN_COMMENTS: - ADD_COMMENT: Kommentar hinzufügen - COMMENTS: Kommentare - EMAIL_NOT_CONFIGURED: Email nicht konfiguriert - NEW_COMMENT_EMAIL_SUBJECT: 'Neuer Kommentar für %1$s' - NEW_COMMENT_EMAIL_BODY: '

Ein neuer Kommentar am %1$s von %3$s (%4$s).

Seite: %2$s

Text: %5$s

' - EMAIL_FOOTER: '' - NAME: Name: - EMAIL: Email: - WRITTEN_ON: geschrieben am - BY: von