RED-5733 - Review/optimize Tooltips for "Start auto-analysis" and "Analyze"
This commit is contained in:
parent
19f5e4f9b3
commit
e8de269bac
@ -223,7 +223,7 @@ export class FileActionsComponent implements OnChanges {
|
||||
type: ActionTypes.circleBtn,
|
||||
action: ($event: MouseEvent) => this._reanalyseFile($event),
|
||||
tooltip: _('file-preview.reanalyse-notification'),
|
||||
tooltipClass: 'warn small',
|
||||
tooltipClass: 'small',
|
||||
icon: 'iqser:refresh',
|
||||
show: this.showReanalyseFilePreview,
|
||||
disabled: this.file.isProcessing,
|
||||
|
||||
@ -1342,7 +1342,7 @@
|
||||
"jump-first": "Zur ersten Seite springen",
|
||||
"jump-last": "Zur letzten Seite springen"
|
||||
},
|
||||
"reanalyse-notification": "Dieses Dokument wurde nicht auf Basis des neuesten Regel-/Wörterbuchsatzes bearbeitet. Analysieren Sie es jetzt, um die Anmerkungen zu analysieren.",
|
||||
"reanalyse-notification": "",
|
||||
"redacted": "Vorschau",
|
||||
"redacted-tooltip": "In der Schwärzungsvorschau sehen Sie nur die Schwärzungen. Es handelt sich also um eine Vorschau der endgültigen geschwärzten Version. Diese Ansicht ist nur verfügbar, wenn für die Datei keine Änderungen ausstehen und keine Reanalyse erforderlich ist",
|
||||
"standard": "Standard",
|
||||
|
||||
@ -901,7 +901,7 @@
|
||||
"reanalyse": {
|
||||
"action": "Analyze File"
|
||||
},
|
||||
"start-auto-analysis": "Start auto-analysis",
|
||||
"start-auto-analysis": "Enable auto-analysis",
|
||||
"stop-auto-analysis": "Stop auto-analysis",
|
||||
"table-col-names": {
|
||||
"added-on": "Added",
|
||||
@ -1342,7 +1342,7 @@
|
||||
"jump-first": "Jump to first page",
|
||||
"jump-last": "Jump to last page"
|
||||
},
|
||||
"reanalyse-notification": "This document was not processed with the latest rule/dictionary set. Analyze now to get updated annotations.",
|
||||
"reanalyse-notification": "Start re-analysis",
|
||||
"redacted": "Preview",
|
||||
"redacted-tooltip": "Redaction preview shows only redactions. Consider this a preview for the final redacted version. This view is only available if the file has no pending changes & doesn't require a reanalysis",
|
||||
"standard": "Standard",
|
||||
|
||||
@ -1342,7 +1342,7 @@
|
||||
"jump-first": "Zur ersten Seite springen",
|
||||
"jump-last": "Zur letzten Seite springen"
|
||||
},
|
||||
"reanalyse-notification": "Dieses Dokument wurde nicht auf Basis des neuesten Regel-/Wörterbuchsatzes bearbeitet. Analysieren Sie es jetzt, um die Anmerkungen zu analysieren.",
|
||||
"reanalyse-notification": "",
|
||||
"redacted": "Vorschau",
|
||||
"redacted-tooltip": "In der Schwärzungsvorschau sehen Sie nur die Schwärzungen. Es handelt sich also um eine Vorschau der endgültigen geschwärzten Version. Diese Ansicht ist nur verfügbar, wenn für die Datei keine Änderungen ausstehen und keine Reanalyse erforderlich ist",
|
||||
"standard": "Standard",
|
||||
|
||||
@ -901,7 +901,7 @@
|
||||
"reanalyse": {
|
||||
"action": "Analyze File"
|
||||
},
|
||||
"start-auto-analysis": "Start auto-analysis",
|
||||
"start-auto-analysis": "Enable auto-analysis",
|
||||
"stop-auto-analysis": "Stop auto-analysis",
|
||||
"table-col-names": {
|
||||
"added-on": "Added",
|
||||
@ -1342,7 +1342,7 @@
|
||||
"jump-first": "Jump to first page",
|
||||
"jump-last": "Jump to last page"
|
||||
},
|
||||
"reanalyse-notification": "This document was not processed with the latest rule/dictionary set. Analyze now to get updated annotations.",
|
||||
"reanalyse-notification": "Start re-analysis",
|
||||
"redacted": "Preview",
|
||||
"redacted-tooltip": "Component preview shows only components. Consider this a preview for the final version. This view is only available if the file has no pending changes & doesn't require a reanalysis",
|
||||
"standard": "Standard",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user