mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 17:48:42 -05:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
14788846a5
22 changed files with 40 additions and 31 deletions
|
@ -70,7 +70,10 @@
|
|||
- Fix Export bounding box mask [Taiga #950](https://tree.taiga.io/project/penpot/issue/950)
|
||||
- Fix delete layers in bulk [Taiga #4160](https://tree.taiga.io/project/penpot/issue/4160)
|
||||
- Fix Cannot take out an element from a group at layers panel by drag [Taiga #4209](https://tree.taiga.io/project/penpot/issue/4209)
|
||||
|
||||
- Fix Internal error when resending invitation email [Taiga #4212](https://tree.taiga.io/project/penpot/issue/4212)
|
||||
- Fix PDF exportation order [Taiga #4216](https://tree.taiga.io/project/penpot/issue/4216)
|
||||
- Fix some typos [Taiga #4215](https://tree.taiga.io/project/penpot/issue/4215)
|
||||
- Fix "no boards" message in viewer [Taiga #4243](https://tree.taiga.io/project/penpot/issue/4243)
|
||||
|
||||
## 1.15.3-beta
|
||||
|
||||
|
|
|
@ -157,11 +157,6 @@
|
|||
align-items: center;
|
||||
overflow: hidden;
|
||||
|
||||
.empty-state {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
svg {
|
||||
transform-origin: center;
|
||||
}
|
||||
|
@ -184,6 +179,13 @@
|
|||
height: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.viewport-container {
|
||||
|
|
|
@ -501,7 +501,7 @@
|
|||
|
||||
resend-invitation
|
||||
(fn []
|
||||
(let [params {:email email
|
||||
(let [params {:emails [email]
|
||||
:team-id (:id team)
|
||||
:resend? true
|
||||
:role invitation-role}
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
[:img {:src "images/features/1.15-comments.gif" :border "0" :alt "Comments positioning"}]]
|
||||
[:div.modal-right
|
||||
[:div.modal-title
|
||||
[:h2 "Comments poitioning"]]
|
||||
[:h2 "Comments positioning"]]
|
||||
[:div.modal-content
|
||||
[:p "They live! Now you can move existing comments wherever you want by dragging them."]
|
||||
[:p "Also, comments inside boards will be associated with it, so that if you move a board its comments will maintain its place inside it."]]
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
(ns app.main.ui.workspace.header
|
||||
(:require
|
||||
[app.common.pages.helpers :as cph]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.config :as cf]
|
||||
[app.main.data.events :as ev]
|
||||
[app.main.data.exports :as de]
|
||||
|
@ -107,7 +109,9 @@
|
|||
show-sub-menu? (mf/use-state false)
|
||||
editing? (mf/use-state false)
|
||||
edit-input-ref (mf/use-ref nil)
|
||||
frames (mf/deref refs/workspace-frames)
|
||||
objects (mf/deref refs/workspace-page-objects)
|
||||
frames (->> (cph/get-immediate-children objects uuid/zero)
|
||||
(filterv cph/frame-shape?))
|
||||
|
||||
add-shared-fn
|
||||
#(st/emit! (dwl/set-file-shared (:id file) true))
|
||||
|
|
|
@ -283,7 +283,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "Baixa %s fitxers Penpot (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Exporta els taulers a PDF…"
|
||||
msgstr "Exporta els taulers a PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
@ -4402,4 +4402,4 @@ msgid "workspace.updates.update"
|
|||
msgstr "Actualitza"
|
||||
|
||||
msgid "workspace.viewport.click-to-close-path"
|
||||
msgstr "Feu clic per a tancar el camí"
|
||||
msgstr "Feu clic per a tancar el camí"
|
||||
|
|
|
@ -287,7 +287,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "%s Penpot-Dateien herunterladen (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Zeichenflächen als PDF exportieren…"
|
||||
msgstr "Zeichenflächen als PDF exportieren"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -326,7 +326,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "Download %s Penpot files (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Export artboards to PDF…"
|
||||
msgstr "Export artboards to PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
@ -2557,7 +2557,7 @@ msgid "shortcuts.toggle-lock-size"
|
|||
msgstr "Lock proportions"
|
||||
|
||||
msgid "shortcuts.toggle-rules"
|
||||
msgstr "Show/hide rules"
|
||||
msgstr "Show/hide rulers"
|
||||
|
||||
msgid "shortcuts.toggle-scale-text"
|
||||
msgstr "Toggle scale text"
|
||||
|
@ -2959,7 +2959,7 @@ msgstr "Hide pixel grid"
|
|||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.hide-rules"
|
||||
msgstr "Hide rules"
|
||||
msgstr "Hide rulers"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.hide-textpalette"
|
||||
|
@ -3006,7 +3006,7 @@ msgstr "Show pixel grid"
|
|||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.show-rules"
|
||||
msgstr "Show rules"
|
||||
msgstr "Show rulers"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.show-textpalette"
|
||||
|
|
|
@ -333,7 +333,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "Descargar %s archivos Penpot (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Exportar tableros a PDF..."
|
||||
msgstr "Exportar tableros a PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -293,7 +293,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "دانلود %s فایل پنپات (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "خروجی آرتبوردها به پیدیاف…"
|
||||
msgstr "خروجی آرتبوردها به پیدیاف"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -286,7 +286,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "Télécharger %s fichiers Penpot (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Exporter les plans de travail au format PDF…"
|
||||
msgstr "Exporter les plans de travail au format PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -255,7 +255,7 @@ msgstr ""
|
|||
"vai a [Bibliotecas e modelos] (https://penpot.app/libraries-templates.html)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Exportar marcos a PDF…"
|
||||
msgstr "Exportar marcos a PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -280,7 +280,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "הורדת %s קובצי Penpot (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "ייצוא לוחות אומנות ל־PDF…"
|
||||
msgstr "ייצוא לוחות אומנות ל־PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -279,7 +279,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "Unduh %s berkas Penpot (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Ekspor papan-papan ke PDF…"
|
||||
msgstr "Ekspor papan-papan ke PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
@ -319,4 +319,4 @@ msgstr "Ekspor pustaka bersama"
|
|||
msgid "dashboard.export.options.detach.message"
|
||||
msgstr ""
|
||||
"Pustaka bersama tidak akan dimasukkan dalam hasil ekspor dan tidak ada aset "
|
||||
"yang akan ditambahkan ke pustaka. "
|
||||
"yang akan ditambahkan ke pustaka. "
|
||||
|
|
|
@ -244,7 +244,7 @@ msgstr ""
|
|||
"į [Bibliotekos ir šablonai] (https://penpot.app/libraries-templates.html)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Eksportuokite darbalaukius į PDF..."
|
||||
msgstr "Eksportuokite darbalaukius į PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -246,7 +246,7 @@ msgstr ""
|
|||
"വിഭാഗത്തിലേക്ക്] (https://penpot.app/libraries-templates.html) പോകാവുന്നതാണ്"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "ആർട്ട്ബോർഡുകൾ പിഡിഎഫായി എക്സ്പോർട്ട് ചെയ്യുക...."
|
||||
msgstr "ആർട്ട്ബോർഡുകൾ പിഡിഎഫായി എക്സ്പോർട്ട് ചെയ്യുക"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -243,7 +243,7 @@ msgstr ""
|
|||
"szablony](https://penpot.app/libraries-templates.html)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Eksportuj obszary kompozycji do PDF…"
|
||||
msgstr "Eksportuj obszary kompozycji do PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -260,7 +260,7 @@ msgstr ""
|
|||
"modelos](https://penpot.app/libraries-templates.html)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Exportar pranchetas para PDF…"
|
||||
msgstr "Exportar pranchetas para PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -239,7 +239,7 @@ msgstr ""
|
|||
"[\"Libraries & templates\"](https://penpot.app/libraries-templates.html)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Экспорт кадров в PDF..."
|
||||
msgstr "Экспорт кадров в PDF"
|
||||
|
||||
msgid "dashboard.export-multi"
|
||||
msgstr "Экспорт файлов Penpot (%s)"
|
||||
|
|
|
@ -286,7 +286,7 @@ msgid "dashboard.export-binary-multi"
|
|||
msgstr "%s Penpot dosyasını indir (.penpot)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "Çalışma yüzeylerini PDF'ye aktar…"
|
||||
msgstr "Çalışma yüzeylerini PDF'ye aktar"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -237,7 +237,7 @@ msgid "dashboard.empty-placeholder-drafts"
|
|||
msgstr "现在尚无文件。如果你想尝试一些模板,请点击[库和模板](https://penpot.app/libraries-templates.html)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "导出画板到PDF…"
|
||||
msgstr "导出画板到PDF"
|
||||
|
||||
#: src/app/main/ui/export.cljs
|
||||
msgid "dashboard.export-frames.title"
|
||||
|
|
|
@ -238,7 +238,7 @@ msgstr ""
|
|||
"模板區段](https://penpot.app/libraries-templates.html)"
|
||||
|
||||
msgid "dashboard.export-frames"
|
||||
msgstr "將 artboards 匯出為 PDF..."
|
||||
msgstr "將 artboards 匯出為 PDF"
|
||||
|
||||
msgid "dashboard.export-multi"
|
||||
msgstr "匯出 %s 個檔案"
|
||||
|
|
Loading…
Add table
Reference in a new issue