mirror of
https://github.com/typemill/typemill.git
synced 2025-08-04 21:27:41 +02:00
french
This commit is contained in:
49
readme.md
49
readme.md
@@ -6,23 +6,24 @@ TYPEMILL is a small flat file cms created for editors and writers. It provides a
|
||||
|
||||
## Features
|
||||
|
||||
* Creates a website based on markdown files.
|
||||
* Provides an author-friendly visual markdown editor (work in progress, based on VUE.js).
|
||||
* Provides a pure markdown editing mode.
|
||||
* Markdown supports table of contents (TOC), tables, footnotes, abbreviations and definition lists.
|
||||
* Create and sort pages with drag & drop in the navigation.
|
||||
* Configure the system, the themes and the plugins in the dashboard.
|
||||
* Create and manage users.
|
||||
* Develop configurable plugins with the Symfony Event Dispatcher.
|
||||
* Develop configurable themes with TWIG.
|
||||
* Allows super easy backend and frontend forms with simple YAML-files.
|
||||
* Ships with a fully responsive standard theme
|
||||
* Ships with plugins for
|
||||
* Search
|
||||
* MathJax and KaTeX.
|
||||
* Code highlighting.
|
||||
* Matomo/Piwik and Google Analytics.
|
||||
* Cookie Consent.
|
||||
* Website with markdown-files.
|
||||
* Flexible drag & drop navigation.
|
||||
* Visual markdown editor (VUE.js) and raw markdown mode.
|
||||
* Markdown extras with
|
||||
* table of contents (TOC)
|
||||
* tables
|
||||
* footnotes
|
||||
* abbreviations
|
||||
* definition lists
|
||||
* notices
|
||||
* math (with plugin)
|
||||
* figures with captions
|
||||
* Media library with images and files.
|
||||
* System configurations.
|
||||
* User management.
|
||||
* Flexible form management with YAML-files.
|
||||
* Plugins (with symfony event dispatcher).
|
||||
* Themes (with TWIG).
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -77,10 +78,16 @@ TYPEMILL is published under MIT licence. Please check the licence of the include
|
||||
|
||||
## Contributors & Supporters
|
||||
|
||||
* [Severo Juliano](https://github.com/iusvar) did the internationalization i18n.
|
||||
* [Severo Juliano](https://github.com/iusvar) manages the internationalization i18n.
|
||||
* [Eziquel Bruni](https://github.com/EzequielBruni) edits the typemill documentation.
|
||||
* [Ricky](https://github.com/rbertram90) developed the discard functionality.
|
||||
* [vodaris](https://www.vodaris.de) sponsored the development of the search plugin.
|
||||
* Translations:
|
||||
* Dutch: [svanlaere](https://github.com/svanlaere)
|
||||
* French: [Olivier Crouzet]https://github.com/oliviercrouzet
|
||||
* German: [trendschau](https://github.com/trendschau)
|
||||
* Italian: [Severo Juliano](https://github.com/iusvar)
|
||||
* Russian: [Hide-me](https://github.com/hide-me)
|
||||
|
||||
## How to Contribute
|
||||
|
||||
@@ -90,10 +97,11 @@ You can check the [roadmap for Typemill](https://github.com/typemill/typemill/is
|
||||
|
||||
Here are some contribution-ideas for non-coder:
|
||||
|
||||
* Find bugs and errors (open a new issue on github for it).
|
||||
* Share typemill with social media.
|
||||
* Write about typemill.
|
||||
* Improve the documentation.
|
||||
* Find bugs and errors (open a new issue on github for it).
|
||||
* Describe some missing features and explain, why they are important for other users.
|
||||
* Write a blog post about typemill.
|
||||
|
||||
Some ideas for devs (please fork this repository make your changes and create a pull request):
|
||||
|
||||
@@ -103,6 +111,7 @@ Some ideas for devs (please fork this repository make your changes and create a
|
||||
* An auto-update functionality for core system, plugins and themes is highly needed.
|
||||
* Improve the accessibility of html and css.
|
||||
* Implement user roles and rights with RBAC or ACL.
|
||||
* Write autotests with Cypress.
|
||||
|
||||
For hints, questions, problems and support, please open up a new issue on GitHub.
|
||||
|
||||
|
33
themes/typemill/languages/fr.yaml
Normal file
33
themes/typemill/languages/fr.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
# Français
|
||||
ACTIVATE_SPECIAL_STARTPAGE_DESIGN: Activer le design spécial pour la page d'accueil
|
||||
ADD_LABEL_FOR_START_BUTTON: Ajouter une étiquette pour le bouton de démarrage
|
||||
ADD_NAME_FOR_CHAPTER: Ajouter des noms de chapitre
|
||||
AUTHOR_INTRO: Étiquette de mention de l'auteur
|
||||
CHAPTER: Chapitre
|
||||
COUNT_CHAPTERS_IN_NAVIGATION?: Numéroter les chapitres dans la navigation ?
|
||||
DIFFERENT_DESIGN_FOR_STARTPAGE: Design différent pour la page d'accueil
|
||||
FACEBOOK: Facebook
|
||||
GITHUB: GitHub
|
||||
LABEL_FOR_CHAPTER: Étiquette de chapitre
|
||||
LABEL_FOR_START_BUTTON: Étiquette pour le bouton Démarrer
|
||||
LAST_MODIFIED_FORMAT: Format de la date de modification
|
||||
LAST_MODIFIED: Dernière modification
|
||||
LAST_MODIFIED_TEXT: Étiquette pour la date de modification
|
||||
LAST_UPDATED: Dernière mise à jour
|
||||
LINKEDIN: Linkedin
|
||||
LINK_TO_GIT_REPOSITORY: Lien vers le dépôt git
|
||||
LOGO_ON_STARTPAGE: Logo sur la page d'accueil
|
||||
MAIL: Courriel
|
||||
PLEASE_ADD_THE_BASE_URL_TO_THE_TEXT_REPOSITORY_E_G__ON_GITHUB_: Veuillez ajouter l'url de base pour le dépôt git (par ex. Github)
|
||||
POSITION_OF_AUTHOR: Position de l'auteur
|
||||
POSITION_OF_GIT_EDIT_LINK: Position du lien d'édition dans github
|
||||
POSITION_OF_MODIFIED_TEXT: Position de la date de modification
|
||||
POSITION_OF_SHARE_BUTTONS: Position des boutons de partage
|
||||
SELECT_SHARE_BUTTONS: Sélection des boutons de partage
|
||||
SHARE: Partager
|
||||
SHOW_CHAPTER_NUMBERS: Afficher les numéros de chapitre
|
||||
SHOW_LOGO_INSTEAD_OF_TITLE_ON_STARTPAGE: Afficher le logo au lieu du titre en page d'accueil
|
||||
THE_STANDARD_THEME_FOR_TYPEMILL__RESPONSIVE__MINIMAL_AND_WITHOUT_ANY_DEPENDENCIES__IT_USES_THE_SYSTEM_FONTS_CALIBRI_AND_HELVETICA__NO_JAVASCRIPT_IS_USED_: 'Le thème standard pour Typemill. Responsive, minimal et sans aucune dépendances. Il emploie les polices système Calibri et Helvetica. Pas de Javascript utilisé.'
|
||||
TWITTER: Twitter
|
||||
WHATSAPP: WhatsApp
|
||||
XING: Xing
|
Reference in New Issue
Block a user