Skip to content
Snippets Groups Projects
Commit 1d234a2a authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add translation to filesink clipboard

parent f8e38108
No related branches found
No related tags found
No related merge requests found
Pipeline #17988 failed
......@@ -399,8 +399,8 @@ export class FileSink extends ScopedElementsMixin(DBPLitElement) {
<p>${i18n.t('file-sink.save-to-clipboard-warning')}</p>
</div>
<div class="clipboard-data ${classMap({"hidden": this.clipBoardFiles.files.length === 0})}">
<h4>Aktuell vorhandene Dateien im Clipboard</h4>
<p>Folgende Dateien werden überschrieben:</p>
<h4>${i18n.t('file-sink.clipboard-files')}</h4>
<p>${i18n.t('file-sink.clipboard-files-overwrite')}</p>
${this.getClipboardFiles()}
</div>
</div>
......
......@@ -34,7 +34,9 @@
"save-to-clipboard-btn_plural": "{{count}} Dateien ablegen",
"save-to-clipboard-title": "Dateien im Clipboard ablegen",
"save-to-clipboard-text": "Hier können Sie Dateien temporär ablegen.",
"save-to-clipboard-warning": "Vorsicht! Wenn Sie den Browser schließen, die Seite neu laden oder neue Dateien hinzufügen, wird das Clipboard automatisch geleert!"
"save-to-clipboard-warning": "Vorsicht! Wenn Sie den Browser schließen, die Seite neu laden oder neue Dateien hinzufügen, wird das Clipboard automatisch geleert!",
"clipboard-files": "Aktuell vorhandene Dateien im Clipboard",
"clipboard-files-overwrite": "Folgende Dateien werden überschrieben:"
},
"nextcloud-file-picker": {
"open": "Nextcloud",
......
......@@ -34,7 +34,9 @@
"save-to-clipboard-btn_plural": "{{count}} cache files",
"save-to-clipboard-title": "Cache files in the clipboard ",
"save-to-clipboard-text": "Here you can cache files temporarily.",
"save-to-clipboard-warning": "Attention! When you close the browser, reload the page or add new files, the clipboard will automatically be emptied!"
"save-to-clipboard-warning": "Attention! When you close the browser, reload the page or add new files, the clipboard will automatically be emptied!",
"clipboard-files": "Files currently available in the clipboard",
"clipboard-files-overwrite": "The following files will be overwritten:"
},
"nextcloud-file-picker": {
"open": "Nextcloud",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment