diff --git a/examples/docs/en-US/tabs.md b/examples/docs/en-US/tabs.md index 20b19375e6..9d6bba597a 100644 --- a/examples/docs/en-US/tabs.md +++ b/examples/docs/en-US/tabs.md @@ -300,6 +300,6 @@ Only card type Tabs support addable & closeable. |---------- |-------- |---------- |------------- |-------- | | label | title of the tab | string | — | — | | disabled | whether Tab is disabled | boolean | — | false | -| name | identifier corresponding to the activeName of Tabs, representing the alias of the tab-pane | string | — | ordinal number of the tab-pane in the sequence, e.g. the first tab-pane is '1' | +| name | identifier corresponding to the name of Tabs, representing the alias of the tab-pane | string | — | ordinal number of the tab-pane in the sequence, e.g. the first tab-pane is '1' | | closable | whether Tab is closable | boolean | — | false | | lazy | whether Tab is lazily rendered | boolean | — | false | \ No newline at end of file diff --git a/examples/docs/es/tabs.md b/examples/docs/es/tabs.md index a56ea12cb2..d09ce03ab6 100644 --- a/examples/docs/es/tabs.md +++ b/examples/docs/es/tabs.md @@ -300,6 +300,6 @@ Solo las pestañas de tipo tarjeta soportan adición y cierre. | -------- | ------------------------------------------------------------ | ------- | ----------------- | ------------------------------------------------------------ | | label | título de la pestaña | string | — | — | | disabled | si la Tabulación está deshabilitada | boolean | — | false | -| name | identificador correspondiente al activeName de la Tabulación, representando el alias del tab-pane | string | — | número ordinal del tab-pane en la secuencia, p.ej el primer tab-pane de pestañas es '1' | +| name | identificador correspondiente al value de la Tabulación, representando el alias del tab-pane | string | — | número ordinal del tab-pane en la secuencia, p.ej el primer tab-pane de pestañas es '1' | | closable | si el Tab es cerrable | boolean | — | false | | lazy | si Tab es renderizado con `lazy-load` | boolean | — | false | diff --git a/examples/docs/fr-FR/tabs.md b/examples/docs/fr-FR/tabs.md index 19e42587d8..cd9a3f0ba7 100644 --- a/examples/docs/fr-FR/tabs.md +++ b/examples/docs/fr-FR/tabs.md @@ -303,6 +303,6 @@ Seuls les onglets de type carte supportent l'ajout et la suppression. |---------- |-------- |---------- |------------- |-------- | | label | Titre de l'onglet. | string | — | — | | disabled | Si l'onglet est désactivé. | boolean | — | false | -| name | Identifiant de l'onglet, utilisé par Tabs pour savoir quel est l'onglet actif. | string | — | Numéro de l'onglet dans l'ordre d'apparition, e.g. le premier est '1'. | +| name |identifiant correspondant au nom des onglets, utilisé par Tabs pour savoir quel est l'onglet actif. | string | — | Numéro de l'onglet dans l'ordre d'apparition, e.g. le premier est '1'. | | closable | Si l'onglet est supprimable. | boolean | — | false | | lazy | Si le contenu de l'onglet bénéficie du lazy-loading. | boolean | — | false | diff --git a/examples/docs/zh-CN/tabs.md b/examples/docs/zh-CN/tabs.md index 1117ae2506..2298605780 100644 --- a/examples/docs/zh-CN/tabs.md +++ b/examples/docs/zh-CN/tabs.md @@ -298,6 +298,6 @@ |---------- |-------- |---------- |------------- |-------- | | label | 选项卡标题 | string | — | — | | disabled | 是否禁用 | boolean | — | false | -| name | 与选项卡 activeName 对应的标识符,表示选项卡别名 | string | — | 该选项卡在选项卡列表中的顺序值,如第一个选项卡则为'1' | +| name | 与选项卡绑定值 value 对应的标识符,表示选项卡别名 | string | — | 该选项卡在选项卡列表中的顺序值,如第一个选项卡则为'1' | | closable | 标签是否可关闭 | boolean | — | false | | lazy | 标签是否延迟渲染 | boolean | — | false |