Skip to content

Commit

Permalink
chore(i18n): updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Mar 18, 2021
1 parent d07a79f commit 8115403
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
6 changes: 5 additions & 1 deletion locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ msgstr "Warning!"

#: components/Edit
msgid "form_edit_warning_from"
msgstr "Enter a field of type "Sender E-mail". If it is not present, or it is present but not filled in by the user, the sender address of the e-mail will be the one configured in the right sidebar."
msgstr "Enter a field of type 'Sender E-mail'. If it is not present, or it is present but not filled in by the user, the sender address of the e-mail will be the one configured in the right sidebar."

#: components/FormView
msgid "form_empty_values_validation"
Expand Down Expand Up @@ -132,6 +132,10 @@ msgstr "Textarea"
msgid "form_formDataCount"
msgstr "{formDataCount} item(s) stored"

#: components/FormView
msgid "form_reset"
msgstr "Clear"

#: components/Sidebar
msgid "form_save_persistent_data"
msgstr "Store compiled data"
Expand Down
4 changes: 4 additions & 0 deletions locales/it/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ msgstr "Area di testo"
msgid "form_formDataCount"
msgstr "{formDataCount} elementi salvati"

#: components/FormView
msgid "form_reset"
msgstr "Ricomincia"

#: components/Sidebar
msgid "form_save_persistent_data"
msgstr "Salva i dati compilati"
Expand Down
9 changes: 7 additions & 2 deletions locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2021-03-16T13:10:21.291Z\n"
"POT-Creation-Date: 2021-03-18T10:59:05.964Z\n"
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -75,7 +75,7 @@ msgid "form_edit_warning"
msgstr ""

#: components/Edit
# defaultMessage: Enter a field of type "Sender E-mail". If it is not present, or it is present but not filled in by the user, the sender address of the e-mail will be the one configured in the right sidebar.
# defaultMessage: Enter a field of type 'Sender E-mail'. If it is not present, or it is present but not filled in by the user, the sender address of the e-mail will be the one configured in the right sidebar.
msgid "form_edit_warning_from"
msgstr ""

Expand Down Expand Up @@ -164,6 +164,11 @@ msgstr ""
msgid "form_formDataCount"
msgstr ""

#: components/FormView
# defaultMessage: Clear
msgid "form_reset"
msgstr ""

#: components/Sidebar
# defaultMessage: Store compiled data
msgid "form_save_persistent_data"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const messages = defineMessages({
warning_from: {
id: 'form_edit_warning_from',
defaultMessage:
'Enter a field of type "Sender E-mail". If it is not present, or it is present but not filled in by the user, the sender address of the e-mail will be the one configured in the right sidebar.',
"Enter a field of type 'Sender E-mail'. If it is not present, or it is present but not filled in by the user, the sender address of the e-mail will be the one configured in the right sidebar.",
},
});

Expand Down

0 comments on commit 8115403

Please sign in to comment.