Skip to content

Commit

Permalink
Support optimize AND forcemerge
Browse files Browse the repository at this point in the history
Support optimize AND forcemerge, depending of ES version
  • Loading branch information
andrese authored Sep 14, 2017
1 parent 6f825cf commit 8e65b8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/lang/pt_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ i18n.setKeys({
"IndexActionsMenu.Refresh": "Atualizar",
"IndexActionsMenu.Flush": "Flush",
"IndexActionsMenu.Optimize": "Otimizar...",
"IndexActionsMenu.ForceMerge": "ForceMerge...",
"IndexActionsMenu.Snapshot": "Snapshot do Gateway",
"IndexActionsMenu.Analyser": "Analizador de teste",
"IndexActionsMenu.Open": "Abrir",
Expand Down Expand Up @@ -88,6 +89,10 @@ i18n.setKeys({
"OptimizeForm.ExpungeDeletes": "Apenas Expurgar Exclusões",
"OptimizeForm.FlushAfter": "Flush após Otimizar",
"OptimizeForm.WaitForMerge": "Esperar Por Merge",
"ForceMergeForm.ForceMergeIndex": "ForceMerge {0}",
"ForceMergeForm.MaxSegments": "# Máximo De Segmentos",
"ForceMergeForm.ExpungeDeletes": "Apenas Expurgar Exclusões",
"ForceMergeForm.FlushAfter": "Flush após ForceMerge",
"Overview.PageTitle": "Visão geral do Cluster",
"Output.JSON": "JSON",
"Output.Table": "Tabela",
Expand Down

0 comments on commit 8e65b8d

Please sign in to comment.