File tree 4 files changed +6
-10
lines changed
snapshot_restore/public/application/components/policy_form/steps
translations/translations
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
16
16
EuiButtonEmpty ,
17
17
EuiFieldNumber ,
18
18
EuiSelect ,
19
- EuiCode ,
20
19
} from '@elastic/eui' ;
21
20
22
21
import { SlmPolicyPayload } from '../../../../../common/types' ;
@@ -139,10 +138,7 @@ export const PolicyStepRetention: React.FunctionComponent<StepProps> = ({
139
138
description = {
140
139
< FormattedMessage
141
140
id = "xpack.snapshotRestore.policyForm.stepRetention.countDescription"
142
- defaultMessage = "The minimum and maximum number of snapshots to store in your cluster. It should not exceed {maxNumber}."
143
- values = { {
144
- maxNumber : < EuiCode > 200</ EuiCode > ,
145
- } }
141
+ defaultMessage = "The minimum and maximum number of snapshots to store for the policy."
146
142
/>
147
143
}
148
144
fullWidth
@@ -225,13 +221,13 @@ export const PolicyStepRetention: React.FunctionComponent<StepProps> = ({
225
221
< EuiButtonEmpty
226
222
size = "s"
227
223
flush = "right"
228
- href = { docLinks . links . apis . putSnapshotLifecyclePolicy }
224
+ href = { docLinks . links . snapshotRestore . createSnapshot }
229
225
target = "_blank"
230
226
iconType = "help"
231
227
>
232
228
< FormattedMessage
233
229
id = "xpack.snapshotRestore.policyForm.stepRetention.docsButtonLabel"
234
- defaultMessage = "Snapshot retention docs"
230
+ defaultMessage = "Snapshot docs"
235
231
/>
236
232
</ EuiButtonEmpty >
237
233
</ EuiFlexItem >
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ export const PolicyStepSettings: React.FunctionComponent<StepProps> = ({
191
191
>
192
192
< FormattedMessage
193
193
id = "xpack.snapshotRestore.policyForm.stepSettings.docsButtonLabel"
194
- defaultMessage = "Snapshot settings docs"
194
+ defaultMessage = "Snapshot docs"
195
195
/>
196
196
</ EuiButtonEmpty >
197
197
</ EuiFlexItem >
Original file line number Diff line number Diff line change 22989
22989
"xpack.snapshotRestore.policyForm.stepLogistics.snapshotNameDescription": "スナップショットの名前です。それぞれの名前に自動的に追加される固有の識別子です。",
22990
22990
"xpack.snapshotRestore.policyForm.stepLogistics.snapshotNameDescriptionTitle": "スナップショット名",
22991
22991
"xpack.snapshotRestore.policyForm.stepLogisticsTitle": "ロジスティクス",
22992
- "xpack.snapshotRestore.policyForm.stepRetention.countDescription": "クラスターに格納するスナップショットの最少数と最大数。{maxNumber} 以下でなければなりません。 ",
22992
+ "xpack.snapshotRestore.policyForm.stepRetention.countDescription": "クラスターに格納するスナップショットの最少数と最大数。",
22993
22993
"xpack.snapshotRestore.policyForm.stepRetention.countTitle": "保存するスナップショット",
22994
22994
"xpack.snapshotRestore.policyForm.stepRetention.docsButtonLabel": "スナップショット保存ドキュメント",
22995
22995
"xpack.snapshotRestore.policyForm.stepRetention.expirationDescription": "スナップショットの削除までに待つ時間です。",
Original file line number Diff line number Diff line change 23376
23376
"xpack.snapshotRestore.policyForm.stepLogistics.snapshotNameDescription": "快照的名称。唯一标识符将自动添加到每个名称中。",
23377
23377
"xpack.snapshotRestore.policyForm.stepLogistics.snapshotNameDescriptionTitle": "快照名称",
23378
23378
"xpack.snapshotRestore.policyForm.stepLogisticsTitle": "运筹",
23379
- "xpack.snapshotRestore.policyForm.stepRetention.countDescription": "在您的集群中要存储的最小和最大快照数目。不应超过 {maxNumber}。 ",
23379
+ "xpack.snapshotRestore.policyForm.stepRetention.countDescription": "在您的集群中要存储的最小和最大快照数目。",
23380
23380
"xpack.snapshotRestore.policyForm.stepRetention.countTitle": "要保留的快照",
23381
23381
"xpack.snapshotRestore.policyForm.stepRetention.docsButtonLabel": "快照保留文档",
23382
23382
"xpack.snapshotRestore.policyForm.stepRetention.expirationDescription": "删除快照前要等候的时间。",
You can’t perform that action at this time.
0 commit comments