Files
NotionNext/lib/lang/fr-FR.js
anime 2b2d5b2d33 feat(优化原生AI摘要功能显示情况): 没有数据不加载,默认渲染完整摘要,利于SEO
(cherry picked from commit 1964bc96fdce688129287594103e6555fb42c779)
2024-12-29 00:21:39 +08:00

59 lines
1.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
LOCALE: 'français',
NAV: {
INDEX: 'Accueil',
RSS: 'RSS',
SEARCH: 'Recherche',
ABOUT: 'À propos',
NAVIGATOR: 'Navigation',
MAIL: 'E-mail',
ARCHIVE: 'Archive'
},
COMMON: {
MORE: 'Plus',
NO_MORE: 'Aucune donnée',
LATEST_POSTS: 'Nouveaux articles',
TAGS: 'Tags',
NO_TAG: 'Non tag',
CATEGORY: 'Catégorie(s)',
SHARE: 'Partager',
SCAN_QR_CODE: 'Scan QRCode',
URL_COPIED: "L'URL est copé!",
TABLE_OF_CONTENTS: 'Sommaire',
RELATE_POSTS: 'Article similaire',
COPYRIGHT: "Droit d'auteur",
AUTHOR: 'Auteur',
URL: 'Link',
ANALYTICS: 'Analytique',
POSTS: 'Articles',
ARTICLE: 'Article(s)',
VISITORS: 'Visiteurs',
VIEWS: 'Views',
COPYRIGHT_NOTICE:
'Attribution - Pas dUtilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International (CC BY-NC-SA 4.0)',
RESULT_OF_SEARCH: 'Résultats',
ARTICLE_DETAIL: 'Plus de détails',
PASSWORD_ERROR: 'Mot de passe est incorrect!',
ARTICLE_LOCK_TIPS: 'Saisir le mot de passe pour accéder au contenu',
SUBMIT: 'Valider',
POST_TIME: 'Date de publication',
LAST_EDITED_TIME: 'Date de modification',
RECENT_COMMENTS: 'Nouveau commentaire'
},
PAGINATION: {
PREV: 'PREV',
NEXT: 'NEXT'
},
SEARCH: {
ARTICLES: 'Recherche les articles',
TAGS: 'Recherche les tags'
},
POST: {
BACK: 'Page precedente',
TOP: 'Haut'
},
AI_SUMMARY: {
NAME: "Résumé intelligent par l'IA",
}
}