Skip to content
Snippets Groups Projects
Commit 6676a9fe authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add more translation

parent 6f388e4b
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,12 @@ ...@@ -9,5 +9,12 @@
"server-required": "Es wird unter der URL <a href=\"{{- url}}\"><tt>{{- url}}</tt></a> ein Server benötigt um die Dateien zu empfangen.", "server-required": "Es wird unter der URL <a href=\"{{- url}}\"><tt>{{- url}}</tt></a> ein Server benötigt um die Dateien zu empfangen.",
"intro": "Laden Sie mehrere Dateien mit dem Auswahldialog oder durch Ziehen und Fallenlassen in diesem Bereich hoch", "intro": "Laden Sie mehrere Dateien mit dem Auswahldialog oder durch Ziehen und Fallenlassen in diesem Bereich hoch",
"upload-label": "Dateiauswahl", "upload-label": "Dateiauswahl",
"upload-disabled-title": "Die Dateiauswahl ist während dem Hochladvorgang gesperrt!" "upload-disabled-title": "Die Dateiauswahl ist während dem Hochladvorgang gesperrt!",
"nextcloud-file-picker": {
"open": "Nextcloud",
"open-nextcloud-file-picker": "Dateien von Ihrer Nextcloud auswählen",
"folder-last": "In das zuletzt ausgewählte Verzeichnis springen",
"folder-up": "In das übergeordnete Verzeichnis springen",
"select-files": "Dateien auswählen"
}
} }
...@@ -9,5 +9,12 @@ ...@@ -9,5 +9,12 @@
"required-server": "You need an upload server listening at <a href=\"{{- url}}\"><tt>{{- url}}</tt></a> to receive the files...", "required-server": "You need an upload server listening at <a href=\"{{- url}}\"><tt>{{- url}}</tt></a> to receive the files...",
"intro": "Upload multiple files with the file dialog or by dragging and dropping images onto the dashed region", "intro": "Upload multiple files with the file dialog or by dragging and dropping images onto the dashed region",
"upload-label": "Select some files", "upload-label": "Select some files",
"upload-disabled-title": "The file selection is disabled while uploading!" "upload-disabled-title": "The file selection is disabled while uploading!",
"nextcloud-file-picker": {
"open": "Nextcloud",
"open-nextcloud-file-picker": "Select files from your Nextcloud",
"folder-last": "Jump to the last directory",
"folder-up": "Jump to the parent directory",
"select-files": "Select files"
}
} }
...@@ -246,7 +246,6 @@ export class NextcloudFilePicker extends ScopedElementsMixin(VPULitElement) { ...@@ -246,7 +246,6 @@ export class NextcloudFilePicker extends ScopedElementsMixin(VPULitElement) {
@click="${() => { this.loadDirectory(this.getParentDirectoryPath()); }}">&#8679;</button> @click="${() => { this.loadDirectory(this.getParentDirectoryPath()); }}">&#8679;</button>
<table id="directory-content-table"></table> <table id="directory-content-table"></table>
<button class="button" <button class="button"
title="${i18n.t('nextcloud-file-picker.folder-up')}"
@click="${() => { this.downloadFiles(this.tabulatorTable.getSelectedData()); }}">${i18n.t('nextcloud-file-picker.select-files')}</button> @click="${() => { this.downloadFiles(this.tabulatorTable.getSelectedData()); }}">${i18n.t('nextcloud-file-picker.select-files')}</button>
</div> </div>
`; `;
......
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