From 742a50be03991abaa91ea5684160b407a0f53d3e Mon Sep 17 00:00:00 2001 From: einfachTobi <42345420+einfachTobi@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:54:06 +0100 Subject: [PATCH] Update messages.ts --- sist2-vue/src/i18n/messages.ts | 170 +++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) diff --git a/sist2-vue/src/i18n/messages.ts b/sist2-vue/src/i18n/messages.ts index 97839b9..e2bb945 100644 --- a/sist2-vue/src/i18n/messages.ts +++ b/sist2-vue/src/i18n/messages.ts @@ -168,6 +168,176 @@ export default { selectedIndices: "selected indices", }, }, + de: { + filePage: { + notFound: "Nicht gefunden" + }, + searchBar: { + simple: "Suche", + advanced: "Erweiterte Suche", + fuzzy: "Fuzzy" + }, + addTag: "Hinzufügen", + deleteTag: "Löschen", + download: "Herunterladen", + and: "und", + page: "Seite", + pages: "Seiten", + mimeTypes: "Media types", + tags: "Tags", + tagFilter: "Tags filtern", + help: { + simpleSearch: "Einfache Suche", + advancedSearch: "Erweiterte Suche", + help: "Hilfe", + term: "", + and: "UND Operator", + or: "ODER Operator", + not: "negiert einen einzelnen Begriff", + quotes: "will match the enclosed sequence of terms in that specific order", + prefix: "will match any term with a given prefix when used at the end of a word", + parens: "used to group expressions", + tildeTerm: "match a term with a given edit distance", + tildePhrase: "match a phrase with a given number of allowed intervening unmatched words", + example1: + "For example: \"fried eggs\" +(eggplant | potato) -frittata will match the " + + "phrase fried eggs and either eggplant or potato, but will ignore results " + + "containing frittata.", + defaultOperator: + "When neither + or | is specified, the default operator is " + + "+ (and).", + fuzzy: + "When the Fuzzy option is checked, partial matches based on 3-grams are also returned.", + moreInfoSimple: "For more information, see Elasticsearch documentation", + moreInfoAdvanced: "For documentation about the advanced search mode, see Elasticsearch documentation" + }, + config: "Konfiguration", + configDescription: "Konfiguration wird in Echtzeit für diesen Browser gespeichert.", + configReset: "Konfiguration zurücksetzen", + searchOptions: "Such-Optionen", + treemapOptions: "Kacheldiagramme-Optionen", + displayOptions: "Anzeige-Optionen", + opt: { + lang: "Sprache", + highlight: "Enable highlighting", + fuzzy: "Set fuzzy search by default", + searchInPath: "Enable matching query against document path", + suggestPath: "Enable auto-complete in path filter bar", + fragmentSize: "Highlight context size in characters", + queryMode: "Search mode", + displayMode: "Display", + columns: "Column count", + treemapType: "Treemap type", + treemapTiling: "Treemap tiling", + treemapColorGroupingDepth: "Treemap color grouping depth (flat)", + treemapColor: "Treemap color (cascaded)", + treemapSize: "Kacheldiagramm Größe", + theme: "Theme", + lightboxLoadOnlyCurrent: "Do not preload full-size images for adjacent slides in image viewer.", + slideDuration: "Slide duration", + resultSize: "Number of results per page", + tagOrOperator: "Use OR operator when specifying multiple tags.", + hideDuplicates: "Hide duplicate results based on checksum", + hideLegacy: "Hide the 'legacyES' Elasticsearch notice", + updateMimeMap: "Update the Media Types tree in real time", + useDatePicker: "Use a Date Picker component rather than a slider", + vidPreviewInterval: "Video preview frame duration in ms", + simpleLightbox: "Disable animations in image viewer", + showTagPickerFilter: "Display the tag filter bar" + }, + queryMode: { + simple: "Einfach", + advanced: "Erweitert", + }, + lang: { + en: "English", + de: "Deutsch", + fr: "Français", + "zh-CN": "简体中文", + }, + displayMode: { + grid: "Gitter", + list: "Liste", + }, + columns: { + auto: "Auto" + }, + treemapType: { + cascaded: "Cascaded", + flat: "Flat (compact)" + }, + treemapSize: { + small: "Small", + medium: "Medium", + large: "Large", + xLarge: "xLarge", + xxLarge: "xxLarge", + custom: "Custom", + }, + treemapTiling: { + binary: "Binary", + squarify: "Squarify", + slice: "Slice", + dice: "Dice", + sliceDice: "Slice & Dice", + }, + theme: { + light: "Light", + black: "Black" + }, + hit: "hit", + hits: "hits", + details: "Details", + stats: "Stats", + queryTime: "Query time", + totalSize: "Total size", + pathBar: { + placeholder: "Filter path", + modalTitle: "Select path" + }, + debug: "Debug information", + debugDescription: "Information useful for debugging. If you encounter bugs or have suggestions for" + + " new features, please submit a new issue here.", + tagline: "Tagline", + toast: { + esConnErrTitle: "Elasticsearch connection error", + esConnErr: "sist2 Web-Moudl stellte einen Fehler beim Verbinden mit Elasticsearch fest." + + "Schau in die Server-Logs für weitere Informationen.", + esQueryErrTitle: "Query Fehler", + esQueryErr: "Konnte Query nicht verarbeiten/ausführen, bitte schaue in die Dokumentation zur erweiterten Suche. " + + "Schau in die Server-Logs für weitere Informationen.", + dupeTagTitle: "Tag Duplikat", + dupeTag: "Dieser Tag existiert bereits für das Dokument.", + copiedToClipboard: "In die Zwischenablage kopiert." + }, + saveTagModalTitle: "Tag hinzufügen", + saveTagPlaceholder: "Tag Name", + confirm: "Bestätigen", + indexPickerPlaceholder: "Wähle einen Index", + sort: { + relevance: "Relevanz", + dateAsc: "Datum (älteste zuerst)", + dateDesc: "Datum (neuste zuerst)", + sizeAsc: "Größe (kleinste zuerst)", + sizeDesc: "Größe (größte zuerst)", + nameAsc: "Name (A-z)", + nameDesc: "Name (Z-a)", + random: "zufällig", + }, + d3: { + mimeCount: "Anzahlverteilung nach Medientyp", + mimeSize: "Größenverteilung nach Medientyp", + dateHistogram: "Verteilung der Änderungszeiten", + sizeHistogram: "Verteilung der Dateigrößen", + }, + indexPicker: { + selectNone: "keinen auswählen", + selectAll: "alle auswählen", + selectedIndex: "ausgewählter Index", + selectedIndices: "ausgewählte Indizes", + }, + }, fr: { filePage: { notFound: "Ficher introuvable"