Skip to content

Commit

Permalink
i18n fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Jan 6, 2025
1 parent 0f2ead5 commit 1c10ace
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23263,7 +23263,6 @@
"xpack.idxMgmt.templateValidation.templateNameRequiredError": "Nom de modèle obligatoire.",
"xpack.idxMgmt.templateValidation.templateNameSpacesError": "Les espaces ne sont pas autorisés dans un nom de modèle.",
"xpack.idxMgmt.templateValidation.templateNameUnderscoreError": "Un nom de modèle ne doit pas commencer par un trait de soulignement.",
"xpack.idxMgmt.unfreezeIndicesAction.indexUnfrozenMessage": "L'index {indexNames} a été débloqué.",
"xpack.idxMgmt.validators.string.invalidJSONError": "Format JSON non valide.",
"xpack.indexLifecycleMgmt.addLifecyclePolicyActionButtonLabel": "Ajouter une stratégie de cycle de vie",
"xpack.indexLifecycleMgmt.appTitle": "Stratégies de cycle de vie des index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23122,7 +23122,6 @@
"xpack.idxMgmt.templateValidation.templateNameRequiredError": "テンプレート名が必要です。",
"xpack.idxMgmt.templateValidation.templateNameSpacesError": "テンプレート名にスペースは使用できません。",
"xpack.idxMgmt.templateValidation.templateNameUnderscoreError": "テンプレート名はアンダーラインで始めることはできません。",
"xpack.idxMgmt.unfreezeIndicesAction.indexUnfrozenMessage": "インデックス{indexNames}が凍結解除されました。",
"xpack.idxMgmt.validators.string.invalidJSONError": "無効な JSON フォーマット。",
"xpack.indexLifecycleMgmt.addLifecyclePolicyActionButtonLabel": "ライフサイクルポリシーを追加",
"xpack.indexLifecycleMgmt.appTitle": "インデックスライフサイクルポリシー",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22759,7 +22759,6 @@
"xpack.idxMgmt.templateValidation.templateNameRequiredError": "模板名称必填。",
"xpack.idxMgmt.templateValidation.templateNameSpacesError": "模板名称不允许包含空格。",
"xpack.idxMgmt.templateValidation.templateNameUnderscoreError": "模板名称不得以下划线开头。",
"xpack.idxMgmt.unfreezeIndicesAction.indexUnfrozenMessage": "索引 {indexNames} 已取消冻结。",
"xpack.idxMgmt.validators.string.invalidJSONError": "JSON 格式无效。",
"xpack.indexLifecycleMgmt.addLifecyclePolicyActionButtonLabel": "添加生命周期策略",
"xpack.indexLifecycleMgmt.appTitle": "索引生命周期策略",
Expand Down

0 comments on commit 1c10ace

Please sign in to comment.