Skip to content

Commit 8f3f36c

Browse files
committed
Correction
1 parent 15966ca commit 8f3f36c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/config/handbook.ts

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default [
2222
},
2323
{
2424
title: 'Data sources',
25-
'title.zh-CN': 'Sources de données',
25+
'title.fr-FR': 'Sources de données',
2626
'title.zh-CN': '数据源',
2727
'title.ja-JP': 'データソース',
2828
children: [
@@ -56,39 +56,39 @@ export default [
5656
},
5757
{
5858
title: 'External MySQL',
59-
'title.fr-FR': 'Source de données MySQL',
59+
'title.fr-FR': 'Source de données externe MySQL',
6060
'title.zh-CN': '外部 MySQL',
6161
'title.ja-JP': '外部 MySQL',
6262
// subTitle: '@nocobase/plugin-data-source-external-mysql',
6363
link: '/handbook/data-source-external-mysql',
6464
},
6565
{
6666
title: 'External MariaDB',
67-
'title.fr-FR': 'Source de données MariaDB',
67+
'title.fr-FR': 'Source de données externe MariaDB',
6868
'title.zh-CN': '外部 MariaDB',
6969
'title.ja-JP': '外部 MariaDB',
7070
// subTitle: '@nocobase/plugin-data-source-external-mariadb',
7171
link: '/handbook/data-source-external-mariadb',
7272
},
7373
{
7474
title: 'External PostgreSQL',
75-
'title.fr-FR': 'Source de données PostgreSQL',
75+
'title.fr-FR': 'Source de données externe PostgreSQL',
7676
'title.zh-CN': '外部 PostgreSQL',
7777
'title.ja-JP': '外部 PostgreSQL',
7878
// subTitle: '@nocobase/plugin-data-source-external-postgres',
7979
link: '/handbook/data-source-external-postgres',
8080
},
8181
{
8282
title: 'External MSSQL',
83-
'title.fr-FR': 'Source de données MSSQL',
83+
'title.fr-FR': 'Source de données externe MSSQL',
8484
'title.zh-CN': '外部 MSSQL',
8585
'title.ja-JP': '外部 MSSQL',
8686
// subTitle: '@nocobase/plugin-data-source-external-mysql',
8787
link: '/handbook/data-source-external-mssql',
8888
},
8989
{
9090
title: 'External Oracle',
91-
'title.fr-FR': 'Source de données Oracle',
91+
'title.fr-FR': 'Source de données externe Oracle',
9292
'title.zh-CN': '外部 Oracle',
9393
'title.ja-JP': '外部 Oracle',
9494
// subTitle: '@nocobase/plugin-data-source-external-mysql',
@@ -301,7 +301,7 @@ export default [
301301
},
302302
{
303303
title: 'URL',
304-
'title.fr-FR': URL',
304+
'title.fr-FR': 'URL',
305305
'title.zh-CN': 'URL',
306306
'title.ja-JP': 'URL',
307307
link: '/handbook/data-modeling/collection-fields/basic/url',
@@ -352,7 +352,7 @@ export default [
352352
},
353353
{
354354
title: 'Choices',
355-
'title.fr-FR': 'Selection',
355+
'title.fr-FR': 'Sélection',
356356
'title.zh-CN': '选择类型',
357357
'title.ja-JP': '選択タイプ',
358358
children: [
@@ -365,14 +365,14 @@ export default [
365365
},
366366
{
367367
title: 'Single select',
368-
'title.fr-FR': 'Selection simple',
368+
'title.fr-FR': 'Sélection simple',
369369
'title.zh-CN': '下拉菜单(单选)',
370370
'title.ja-JP': '単一選択',
371371
link: '/handbook/data-modeling/collection-fields/choices/select',
372372
},
373373
{
374374
title: 'Multiple select',
375-
'title.fr-FR': 'Selection multiple',
375+
'title.fr-FR': 'Sélection multiple',
376376
'title.zh-CN': '下拉菜单(多选)',
377377
'title.ja-JP': '複数選択',
378378
link: '/handbook/data-modeling/collection-fields/choices/multiple-select',
@@ -393,7 +393,7 @@ export default [
393393
},
394394
{
395395
title: 'China region',
396-
'title.fr-FR': 'China region',
396+
'title.fr-FR': 'Région de Chine',
397397
'title.zh-CN': '中国行政区',
398398
'title.ja-JP': '中国の行政区',
399399
link: '/handbook/field-china-region',
@@ -428,15 +428,15 @@ export default [
428428
link: '/handbook/data-modeling/collection-fields/media/rich-text',
429429
},
430430
{
431-
title: 'Attachment(Assocation)',
432-
'title.fr-FR': 'Attachment(Assocation)',
431+
title: 'Attachment (Association)',
432+
'title.fr-FR': 'Fichier joint (Association)',
433433
'title.zh-CN': '附件(关系)',
434434
'title.ja-JP': '添付ファイル(Assocation)',
435435
link: '/handbook/file-manager/field-attachment',
436436
},
437437
{
438438
title: 'Attachment(URL)',
439-
'title.fr-FR': 'Attachment(URL)',
439+
'title.fr-FR': 'Fichier joint(URL)',
440440
'title.zh-CN': '附件(URL)',
441441
'title.ja-JP': '添付ファイル(URL)',
442442
link: '/handbook/field-attachment-url',
@@ -445,7 +445,7 @@ export default [
445445
},
446446
{
447447
title: 'Date & Time',
448-
'title.fr-FR': 'Date et heure',
448+
'title.fr-FR': 'Date et Heure',
449449
'title.zh-CN': '日期 & 时间',
450450
'title.ja-JP': '日付と時間',
451451
children: [
@@ -465,7 +465,7 @@ export default [
465465
},
466466
{
467467
title: 'Datetime(without time zone)',
468-
'title.fr-FR': 'Date et heure(sans time zone)',
468+
'title.fr-FR': 'Date et Heure(sans fuseau horraire)',
469469
'title.zh-CN': '日期时间(不含时区)',
470470
'title.ja-JP': '日付と時間(タイムゾーンなし)',
471471
link: '/handbook/data-modeling/collection-fields/datetime/datetime-without-tz',
@@ -479,7 +479,7 @@ export default [
479479
},
480480
{
481481
title: 'Date(without time)',
482-
'title.fr-FR': 'Date(sans heure)',
482+
'title.fr-FR': 'Date (sans heure)',
483483
'title.zh-CN': '日期(不含时间)',
484484
'title.ja-JP': '日付(時間なし)',
485485
link: '/handbook/data-modeling/collection-fields/datetime/date',
@@ -551,7 +551,7 @@ export default [
551551
},
552552
{
553553
title: 'Sort',
554-
'title.fr-FR': 'Sort',
554+
'title.fr-FR': 'Tri',
555555
'title.zh-CN': '排序',
556556
'title.ja-JP': 'ソート',
557557
link: '/handbook/field-sort',
@@ -578,8 +578,8 @@ export default [
578578
link: '/handbook/data-modeling/collection-fields/advanced/json',
579579
},
580580
{
581-
title: 'Collection select'
582-
'title.fr-FR': 'Collection select',
581+
title: 'Collection select',
582+
'title.fr-FR': 'Sélection de Collection',
583583
'title.zh-CN': '数据表选择器',
584584
'title.ja-JP': 'コレクションセレクター',
585585
link: '/handbook/data-modeling/collection-fields/advanced/collection-select',
@@ -595,7 +595,7 @@ export default [
595595
},
596596
{
597597
title: 'System info',
598-
'title.fr-FR': 'Système info',
598+
'title.fr-FR': 'Info Système',
599599
'title.zh-CN': '系统信息',
600600
'title.ja-JP': 'システム情報',
601601
children: [
@@ -753,7 +753,7 @@ export default [
753753
},
754754
{
755755
title: 'Form',
756-
'title.fr-FR': 'Form',
756+
'title.fr-FR': 'Formulaire',
757757
'title.zh-CN': '表单',
758758
'title.ja-JP': 'フォーム',
759759
link: '/handbook/ui/blocks/data-blocks/form',
@@ -781,7 +781,7 @@ export default [
781781
},
782782
{
783783
title: 'Calendar',
784-
'title.fr-FR': 'Calendar',
784+
'title.fr-FR': 'Calendrier',
785785
'title.zh-CN': '日历',
786786
'title.ja-JP': 'カレンダー',
787787
link: '/handbook/calendar',
@@ -874,7 +874,7 @@ export default [
874874
},
875875
{
876876
title: 'Action panel',
877-
'title.fr-FR': 'Action panel',
877+
'title.fr-FR': 'Panneau d\'actions',
878878
'title.zh-CN': '操作面板',
879879
'title.ja-JP': 'アクションパネル',
880880
link: '/handbook/block-action-panel',
@@ -909,7 +909,7 @@ export default [
909909
},
910910
{
911911
title: 'Block settings',
912-
'title.fr-FR': 'Paramètre de blocs',
912+
'title.fr-FR': 'Paramètres de blocs',
913913
'title.zh-CN': '区块设置项',
914914
'title.ja-JP': 'ブロック設定',
915915
children: [

0 commit comments

Comments
 (0)