From 14e40af8f8f8cf9d89384bae964ad27abc772bae Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Thu, 6 May 2021 14:06:52 +0200 Subject: [PATCH] Change text of clipboard webcomponent --- packages/file-handling/src/i18n/de/translation.json | 6 +++--- packages/file-handling/src/i18n/en/translation.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/file-handling/src/i18n/de/translation.json b/packages/file-handling/src/i18n/de/translation.json index ba69688d..9fdbb079 100644 --- a/packages/file-handling/src/i18n/de/translation.json +++ b/packages/file-handling/src/i18n/de/translation.json @@ -101,12 +101,12 @@ }, "clipboard": { "file-warning": "Achtung!", - "file-warning-body": "Es befindet sich noch eine Datei in der Zwischenablage. Die Zwischenablage wird beim Verlassen der Seite automatisch verworfen.", - "file-warning-body_plural": "Es befinden sich noch {{count}} Dateien in der Zwischenablage. Die Zwischenablage wird beim Verlassen der Seite automatisch verworfen.", + "file-warning-body": "Es befindet sich noch eine Datei in der Zwischenablage. Die Zwischenablage wird beim Verlassen der Seite verworfen.", + "file-warning-body_plural": "Es befinden sich noch {{count}} Dateien in der Zwischenablage. Die Zwischenablage wird beim Verlassen der Seite verworfen.", "save-files-from-clipboard": "Eine Datei aus der Zwischenablage speichern", "save-files-from-clipboard_plurafile-sinkl": "{{count}} Dateien aus der Zwischenablage speichern", "save-from-clipboard": "Aktuellen Inhalt aus der Zwischenablage speichern:", - "save-from-clipboard-btn": "Zwischenablage speichern", + "save-from-clipboard-btn": "Zwischenablage sichern", "save-to-clipboard-title": "Dateien in der Zwischenablage ablegen" } } diff --git a/packages/file-handling/src/i18n/en/translation.json b/packages/file-handling/src/i18n/en/translation.json index 0cd99e8b..5d6afd36 100644 --- a/packages/file-handling/src/i18n/en/translation.json +++ b/packages/file-handling/src/i18n/en/translation.json @@ -101,8 +101,8 @@ }, "clipboard": { "file-warning": "Attention!", - "file-warning-body": "There is still a file on the clipboard. The clipboard is automatically discarded when you exit the page.", - "file-warning-body_plural": "There are still {{count}} files on the clipboard. The clipboard is automatically discarded when you exit the page.", + "file-warning-body": "There is still a file on the clipboard. The clipboard is discarded when you exit the page.", + "file-warning-body_plural": "There are still {{count}} files on the clipboard. The clipboard is discarded when you exit the page.", "save-files-from-clipboard": "Save a file from the clipboard", "save-files-from-clipboard_plural": "Save {{count}} files from the clipboard", "save-from-clipboard": "Save the current content from the clipboard:", -- GitLab