forked from pluginpal/strapi-plugin-publisher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (cronTasks): account for new date filter format , feat(translatio…
…ns): add french (pluginpal#16) * 🐛 strapi datetime bug * :flag: added french translation * ♻️ added suggestions on code Co-authored-by: daedalus <[email protected]> Co-authored-by: daedalus <[email protected]>
- Loading branch information
1 parent
591d50a
commit c0cbcf0
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"action.header.publish.title": "date de publication", | ||
"action.header.unpublish.title": "date de dépublication", | ||
"action.footer.publish.button.add": "Ajouter une date de publication", | ||
"action.footer.publish.button.edit": "Changer la date de publication", | ||
"action.footer.publish.button.delete": "Supprimer la date de publication", | ||
"action.footer.publish.button.save": "Sauvegarder la date de publication", | ||
"action.footer.unpublish.button.add": "Ajouter une date de publication", | ||
"action.footer.unpublish.button.edit": "Changer la date de publication", | ||
"action.footer.unpublish.button.delete": "Supprimer la date de publication", | ||
"action.footer.unpublish.button.save": "Sauvegarder la date de publication", | ||
"action.notification.publish.create.success": "Action de publication créée avec succès", | ||
"action.notification.publish.delete.success": "Action de publication supprimée avec succès", | ||
"action.notification.publish.update.success": "L'action de publication a bien été mise à jour", | ||
"action.notification.unpublish.create.success": "Action de dépublication créée avec succès", | ||
"action.notification.unpublish.delete.success": "Action de dépublication supprimée avec succès", | ||
"action.notification.unpublish.update.success": "Action de dépublication mise à jour avec succès", | ||
"plugin.name": "Editeur" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters