mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
fix pdf export + add download_as_pdf template string and action (#110)
* fix pdf export add download_as_pdf template string and action * after pdf export click - close dropdown - open in new tab * proper fix function
This commit is contained in:
@@ -303,6 +303,7 @@
|
||||
"sharing": "sharing",
|
||||
"list": "Liste",
|
||||
"download_space": "Space Herunterladen",
|
||||
"download_as_pdf": "Space als PDF herunterladen",
|
||||
"duplicate_destination_folder": "Zielordner für Duplikat",
|
||||
"type": "Typ",
|
||||
"promote": "Befördern",
|
||||
|
||||
@@ -308,6 +308,7 @@
|
||||
"list": "Export List",
|
||||
"link": "Link",
|
||||
"download_space": "Download Space",
|
||||
"download_as_pdf": "Download Space as PDF",
|
||||
"type": "Type",
|
||||
"download": "Download",
|
||||
"Previous Zone": "Previous Zone",
|
||||
@@ -321,4 +322,4 @@
|
||||
"mute_present": "Unfollow",
|
||||
"follow_present_help": "If someone else is presenting this Space, the other members automatically follow the presentation. Switch following on or off with this button.",
|
||||
"export": "export"
|
||||
}
|
||||
}
|
||||
@@ -308,6 +308,7 @@
|
||||
"list": "Lista para Exportar",
|
||||
"link": "Enlace",
|
||||
"download_space": "Espacio de Descarga",
|
||||
"download_as_pdf": "Descargar espacio en PDF",
|
||||
"type": "Tipo",
|
||||
"download": "Descarga",
|
||||
"Previous Zone": "Zona Previa",
|
||||
|
||||
@@ -301,6 +301,7 @@
|
||||
"goto_folder": "Aller au dossier %s",
|
||||
"stay_here": "Reste ici",
|
||||
"download_space": "télécharger un espace",
|
||||
"download_as_pdf": "télécharger un espace comme PDF",
|
||||
"type": "Type",
|
||||
"Previous Zone": "Zone précédent",
|
||||
"Next Zone": "Zone suivante",
|
||||
|
||||
@@ -308,6 +308,7 @@
|
||||
"list": "lista",
|
||||
"link": "Ligam",
|
||||
"download_space": "Telecargar espaci",
|
||||
"download_space_as_pdf": "Telecargar espaci PDF",
|
||||
"type": "Tipe",
|
||||
"download": "Telecargar",
|
||||
"Previous Zone": "Zòna precedenta",
|
||||
|
||||
Reference in New Issue
Block a user