Skip to content

Commit

Permalink
feat: adding Italian translation (#1668)
Browse files Browse the repository at this point in the history
- feat: adding Italian translation
- Adding missing translations for Error log notice
- Removed duplicate translation key for all translations
  • Loading branch information
kjmartens authored Dec 3, 2024
1 parent 4b208e9 commit 24d81c9
Show file tree
Hide file tree
Showing 5 changed files with 1,487 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/plugin/src/translations/de/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'Display as list' => 'Als Liste anzeigen',
'Chart' => 'Diagramm',
'Manage' => 'Verwalten',
'There are currently <a href="{link}">{errors} logged errors</a> in the Freeform error log.' => 'Im Freeform-Fehlerprotokoll sind derzeit <a href="{link}">{errors} protokollierte Fehler</a> vorhanden.',

// Form Builder // Universal
'Forms' => 'Formulare',
Expand Down Expand Up @@ -1090,7 +1091,6 @@
'Stats Digest Email' => 'Statistik-Zusammenfassungs-E-Mail',
"Send weekly or daily emails on the day specified (if using 'Weekly') to the email address(es) below. This is the same as the Developer one above, but only includes a snapshot of the previous period's performance." => "Senden Sie wöchentliche oder tägliche E-Mails am angegebenen Tag (bei Verwendung von 'Wöchentlich') an die unten angegebenen E-Mail-Adressen. Dies ist das gleiche wie die Entwickler-Zusammenfassung, enthält jedoch nur eine Momentaufnahme der Leistung des vorherigen Zeitraums.",
'Stats Digest Email Frequency' => 'Häufigkeit der Statistik-Zusammenfassungs-E-Mails',
"Specify how often and which days (if applicable) you'd like to receive the email notifications. The chosen date will attempt to send a notification in the morning from the period before that date." => 'Geben Sie an, wie oft und an welchen Tagen (falls zutreffend) Sie die E-Mail-Benachrichtigungen erhalten möchten. Das gewählte Datum versucht, eine Benachrichtigung am Morgen für den Zeitraum vor diesem Datum zu senden.',
'Send Notifications on Live Environment only' => 'Benachrichtigungen nur in der Live-Umgebung senden',
'If this setting is enabled, Freeform will only send out Digest emails when the Craft environment is set to production.' => 'Wenn diese Einstellung aktiviert ist, sendet Freeform Zusammenfassungs-E-Mails nur, wenn die Craft-Umgebung auf Produktion eingestellt ist.',

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/translations/en-US/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'Display as list' => 'Display as list',
'Chart' => 'Chart',
'Manage' => 'Manage',
'There are currently <a href="{link}">{errors} logged errors</a> in the Freeform error log.' => 'There are currently <a href="{link}">{errors} logged errors</a> in the Freeform error log.',

// Form Builder // Universal
'Forms' => 'Forms',
Expand Down Expand Up @@ -1090,7 +1091,6 @@
'Stats Digest Email' => 'Stats Digest Email',
"Send weekly or daily emails on the day specified (if using 'Weekly') to the email address(es) below. This is the same as the Developer one above, but only includes a snapshot of the previous period's performance." => "Send weekly or daily emails on the day specified (if using 'Weekly') to the email address(es) below. This is the same as the Developer one above, but only includes a snapshot of the previous period's performance.",
'Stats Digest Email Frequency' => 'Stats Digest Email Frequency',
"Specify how often and which days (if applicable) you'd like to receive the email notifications. The chosen date will attempt to send a notification in the morning from the period before that date." => "Specify how often and which days (if applicable) you'd like to receive the email notifications. The chosen date will attempt to send a notification in the morning from the period before that date.",
'Send Notifications on Live Environment only' => 'Send Notifications on Live Environment only',
'If this setting is enabled, Freeform will only send out Digest emails when the Craft environment is set to production.' => 'If this setting is enabled, Freeform will only send out Digest emails when the Craft environment is set to production.',

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/translations/fr/freeform.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'Display as list' => 'Afficher en liste',
'Chart' => 'Graphique',
'Manage' => 'Gérer',
'There are currently <a href="{link}">{errors} logged errors</a> in the Freeform error log.' => 'Il y a actuellement <a href="{link}">{errors} erreurs enregistrées</a> dans le journal des erreurs Freeform.',

// Form Builder // Universal
'Forms' => 'Formulaires',
Expand Down Expand Up @@ -1090,7 +1091,6 @@
'Stats Digest Email' => 'E-mail récapitulatif des statistiques',
"Send weekly or daily emails on the day specified (if using 'Weekly') to the email address(es) below. This is the same as the Developer one above, but only includes a snapshot of the previous period's performance." => "Envoyez des e-mails hebdomadaires ou quotidiens le jour spécifié (si vous utilisez 'Hebdomadaire') aux adresses e-mail ci-dessous. C'est la même chose que l'e-mail pour développeurs ci-dessus, mais il n'inclut qu'un aperçu des performances de la période précédente.",
'Stats Digest Email Frequency' => 'Fréquence des e-mails récapitulatifs des statistiques',
"Specify how often and which days (if applicable) you'd like to receive the email notifications. The chosen date will attempt to send a notification in the morning from the period before that date." => "Spécifiez à quelle fréquence et quels jours (le cas échéant) vous souhaitez recevoir les notifications par e-mail. La date choisie tentera d'envoyer une notification le matin de la période précédant cette date.",
'Send Notifications on Live Environment only' => 'Envoyer les notifications uniquement sur l’environnement de production',
'If this setting is enabled, Freeform will only send out Digest emails when the Craft environment is set to production.' => 'Si ce paramètre est activé, Freeform n’enverra des e-mails récapitulatifs que lorsque l’environnement Craft est défini sur production.',

Expand Down
Loading

0 comments on commit 24d81c9

Please sign in to comment.