-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(landing): add more translations
- Loading branch information
Showing
12 changed files
with
762 additions
and
23 deletions.
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
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
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
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
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
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
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,148 @@ | ||
import { MessageSchema } from '.' | ||
|
||
export const fr: MessageSchema = { | ||
home_title: 'Artalk | Système de commentaires auto-hébergé alimenté par Golang', | ||
get_artalk: 'Obtenir Artalk', | ||
get_artalk_link: 'https://artalk.js.org/guide/intro.html', | ||
slogan_line_1: 'Auto-hébergé', | ||
slogan_line_2: 'Commentaire', | ||
slogan_line_3: 'Système', | ||
nav_docs_link: 'https://artalk.js.org/guide/intro.html', | ||
nav_changelog_link: 'https://github.com/ArtalkJS/Artalk/blob/master/CHANGELOG.md', | ||
github_link: 'https://github.com/ArtalkJS/Artalk', | ||
docs: 'Documentation', | ||
changelog: 'Journal des modifications', | ||
feature_slight_title: 'Léger', | ||
feature_slight_desc_line_1: 'Programme frontal en JS natif, sans dépendance à un framework,', | ||
feature_slight_desc_line_2: | ||
'taille compacte, chargement rapide et réponse instantanée à chaque interaction.', | ||
feature_swift_title: 'Rapide', | ||
feature_swift_desc_line_1: | ||
'Artalk est écrit en Golang, offrant rapidité, multiplateforme et facilité de déploiement.', | ||
feature_swift_desc_line_2: | ||
'Nous proposons également une image Docker pour un déploiement encore plus simple.', | ||
feature_swift_self_compile: 'Vous souhaitez compiler le code vous-même ?', | ||
deploy_bin: 'Binaire', | ||
deploy_bin_sub: 'Déploiement de fichier', | ||
deploy_bin_link: 'https://artalk.js.org/guide/deploy.html#fichier-binaire', | ||
deploy_docker: 'Docker', | ||
deploy_docker_sub: 'Déploiement par image', | ||
deploy_docker_link: 'https://artalk.js.org/guide/deploy.html#docker', | ||
docker_hub_link: 'https://hub.docker.com/r/artalk/artalk-go', | ||
self_compile_guide_link: 'https://artalk.js.org/develop/contributing.html', | ||
learn_more: 'En savoir plus', | ||
copy: 'Copier', | ||
copied: 'Copié !', | ||
feature_full_title: 'Complet', | ||
feature_full_desc_line_1: | ||
"Artalk propose des fonctionnalités intégrées riches, tout en restant simple et prêt à l'emploi.", | ||
feature_func_title: 'Intégration optionnelle', | ||
feature_func_desc_line_1: 'Artalk offre de nombreuses intégrations tierces.', | ||
feature_safe_title: 'Sécurisé', | ||
feature_safe_desc_line_1: | ||
'Artalk est un logiciel open-source, auto-hébergé et contrôlable en toute transparence.', | ||
feature_safe_desc_line_2: | ||
'Artalk inclut un outil de migration pour transférer facilement les commentaires.', | ||
feature_safe_desc_line_3: 'Nous priorisons la sécurité et mettons à jour régulièrement.', | ||
feature_safe_report_audit_hint: 'Vous avez trouvé un problème de sécurité ?', | ||
feature_safe_report_audit_btn: 'Signaler maintenant', | ||
feature_safe_report_audit_link: 'https://github.com/ArtalkJS/Artalk/issues', | ||
func_social_login: 'Connexion via réseaux sociaux', | ||
func_email: "Envoi d'emails", | ||
func_captcha: 'Captcha', | ||
func_message_pusher: 'Notifications push', | ||
func_moderator: 'Modération de contenu', | ||
func_emoji: 'Émojis', | ||
func_img_upload: "Téléchargement d'images", | ||
func_rich_text: 'Texte enrichi', | ||
func_code_highlight: 'Surlignage de code', | ||
func_avatar: 'Avatar utilisateur', | ||
func_img_lightbox: "Lightbox d'image", | ||
func_database: 'Base de données', | ||
func_cache: 'Cache haute performance', | ||
func_deploy: 'Déploiement', | ||
func_os: "Système d'exploitation", | ||
func_platform: 'Architecture de plateforme', | ||
func_transfer_import: 'Import de commentaires', | ||
func_email_aliyun: 'E-mail Aliyun', | ||
func_captcha_geetest: 'Geetest', | ||
func_message_pusher_lark: 'Lark', | ||
func_message_pusher_dingtalk: 'DingTalk', | ||
func_moderator_aliyun: 'Aliyun', | ||
func_moderator_tencent: 'Tencent Cloud', | ||
func_moderator_offline: 'Dictionnaire hors-ligne', | ||
func_emoji_standard_format: 'Format standard', | ||
func_emoji_owo_format: 'Format OwO', | ||
func_img_upload_local: 'Sauvegarde locale', | ||
func_img_upload_function: 'Fonction personnalisée', | ||
func_avatar_function: 'Fonction personnalisée', | ||
func_cache_internal: 'Cache intégré', | ||
func_deploy_bin: 'Fichier binaire', | ||
func_deploy_docker: 'Image Docker', | ||
feature_sidebar_name: 'Barre latérale', | ||
feature_sidebar_desc: 'Gestion rapide, navigation intuitive', | ||
feature_social_login_name: 'Connexion via réseaux sociaux', | ||
feature_social_login_desc: 'Connexion rapide avec un compte réseau social', | ||
feature_email_notification_name: 'Notification par e-mail', | ||
feature_email_notification_desc: "Plusieurs méthodes d'envoi et modèles d'e-mail", | ||
feature_diverse_push_name: 'Notifications diverses', | ||
feature_diverse_push_desc: 'Multiples options de notification et modèles personnalisés', | ||
feature_site_notification_name: 'Notification sur site', | ||
feature_site_notification_desc: 'Indicateurs, mentions dans la liste', | ||
feature_captcha_name: 'Captcha', | ||
feature_captcha_desc: 'Différents types de captcha et limitations de fréquence', | ||
feature_comment_moderation_name: 'Modération des commentaires', | ||
feature_comment_moderation_desc: 'Vérification de contenu et filtres anti-spam', | ||
feature_image_upload_name: "Téléchargement d'images", | ||
feature_image_upload_desc: 'Téléchargement personnalisé, support de stockage externe', | ||
feature_markdown_name: 'Markdown', | ||
feature_markdown_desc: 'Prise en charge du format Markdown', | ||
feature_emoji_pack_name: "Pack d'émojis", | ||
feature_emoji_pack_desc: 'Compatibilité OwO et intégration rapide', | ||
feature_multi_site_name: 'Multi-sites', | ||
feature_multi_site_desc: 'Séparation des sites et gestion centralisée', | ||
feature_admin_name: 'Administrateur', | ||
feature_admin_desc: 'Vérification par mot de passe et badges', | ||
feature_page_management_name: 'Gestion des pages', | ||
feature_page_management_desc: 'Navigation facile et raccourcis vers les titres', | ||
feature_page_view_statistics_name: 'Statistiques de vues', | ||
feature_page_view_statistics_desc: 'Comptage des vues de pages en toute simplicité', | ||
feature_hierarchical_structure_name: 'Structure hiérarchique', | ||
feature_hierarchical_structure_desc: 'Liste imbriquée, chargement infini', | ||
feature_comment_voting_name: 'Votes sur les commentaires', | ||
feature_comment_voting_desc: 'Votez pour ou contre un commentaire', | ||
feature_comment_sorting_name: 'Tri des commentaires', | ||
feature_comment_sorting_desc: 'Différentes options de tri disponibles', | ||
feature_comment_search_name: 'Recherche de commentaires', | ||
feature_comment_search_desc: 'Recherche rapide dans les commentaires', | ||
feature_comment_pinning_name: 'Épinglage des commentaires', | ||
feature_comment_pinning_desc: 'Épinglez les commentaires importants en haut', | ||
feature_view_author_only_name: "Voir seulement l'auteur", | ||
feature_view_author_only_desc: "Afficher uniquement les commentaires de l'auteur", | ||
feature_comment_jump_name: 'Sauter au commentaire', | ||
feature_comment_jump_desc: 'Accéder rapidement au commentaire cité', | ||
feature_auto_save_name: 'Sauvegarde automatique', | ||
feature_auto_save_desc: 'Sauvegarde automatique pour éviter la perte de contenu', | ||
feature_ip_region_name: 'Région IP', | ||
feature_ip_region_desc: "Affiche la région basée sur l'adresse IP de l'utilisateur", | ||
feature_data_migration_name: 'Migration de données', | ||
feature_data_migration_desc: 'Migration facile et sauvegarde rapide des commentaires', | ||
feature_image_lightbox_name: "Lightbox d'image", | ||
feature_image_lightbox_desc: "Intégration rapide de la lightbox d'image", | ||
feature_image_lazy_load_name: "Chargement différé d'images", | ||
feature_image_lazy_load_desc: 'Optimisez les performances avec le chargement différé', | ||
feature_latex_name: 'Latex', | ||
feature_latex_desc: 'Prise en charge du rendu des formules Latex', | ||
feature_night_mode_name: 'Mode nuit', | ||
feature_night_mode_desc: 'Basculement entre mode nuit et jour', | ||
feature_extension_plugin_name: 'Extensions', | ||
feature_extension_plugin_desc: 'Créez des possibilités supplémentaires grâce aux extensions', | ||
feature_multi_language_name: 'Multilingue', | ||
feature_multi_language_desc: 'Support multilingue', | ||
feature_command_line_name: 'Ligne de commande', | ||
feature_command_line_desc: 'Gestion via la ligne de commande', | ||
feature_api_documentation_name: 'Documentation API', | ||
feature_api_documentation_desc: 'Documentation au format OpenAPI', | ||
feature_program_upgrade_name: 'Mise à jour du programme', | ||
feature_program_upgrade_desc: 'Vérification des versions et mise à jour en un clic', | ||
} |
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
Oops, something went wrong.