mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
✨ Add new interactions link and translations
This commit is contained in:
parent
e45f7598db
commit
3d5caf18e3
8 changed files with 30 additions and 5 deletions
|
@ -57,9 +57,9 @@
|
|||
}
|
||||
|
||||
.dropdown {
|
||||
top: 40px;
|
||||
min-width: 260px;
|
||||
left: 0px;
|
||||
width: 260px;
|
||||
top: 40px;
|
||||
}
|
||||
|
||||
.view-options-dropdown {
|
||||
|
@ -68,12 +68,13 @@
|
|||
display: flex;
|
||||
|
||||
span {
|
||||
color: $color-gray-10;
|
||||
font-size: $fs13;
|
||||
margin-right: $small;
|
||||
margin-right: $x-small;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
fill: $color-gray-10;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
[:div.view-options
|
||||
[:div.view-options-dropdown {:on-click #(swap! show-dropdown? not)}
|
||||
[:span "Interactions"]
|
||||
[:span (t locale "viewer.header.interactions")]
|
||||
i/arrow-down]
|
||||
[:& dropdown {:show @show-dropdown?
|
||||
:on-close hide-dropdown}
|
||||
|
|
|
@ -1330,6 +1330,10 @@ msgstr "Jeder mit dem Link hat Zugriff"
|
|||
msgid "viewer.header.share.title"
|
||||
msgstr "Prototyp teilen"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.interactions"
|
||||
msgstr "Interaktionen"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.show-interactions"
|
||||
msgstr "Interaktionen anzeigen"
|
||||
|
|
|
@ -1480,6 +1480,10 @@ msgstr "Anyone with the link will have access"
|
|||
msgid "viewer.header.share.title"
|
||||
msgstr "Share prototype"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.interactions"
|
||||
msgstr "Interactions"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.show-interactions"
|
||||
msgstr "Show interactions"
|
||||
|
|
|
@ -1470,6 +1470,10 @@ msgstr "Cualquiera con el enlace podrá acceder"
|
|||
msgid "viewer.header.share.title"
|
||||
msgstr "Compartir prototipo"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.interactions"
|
||||
msgstr "Interacciones"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.show-interactions"
|
||||
msgstr "Mostrar interacciones"
|
||||
|
|
|
@ -1226,6 +1226,10 @@ msgstr "Toute personne disposant du lien aura accès"
|
|||
msgid "viewer.header.share.title"
|
||||
msgstr "Partager le prototype"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.interactions"
|
||||
msgstr "Interactions"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.show-interactions"
|
||||
msgstr "Afficher les interactions"
|
||||
|
|
|
@ -1469,6 +1469,10 @@ msgstr "Distribuie link"
|
|||
msgid "viewer.header.show-interactions"
|
||||
msgstr "Afişează interacţiunile"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.interactions"
|
||||
msgstr "Interacţiunile"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.show-interactions-on-click"
|
||||
msgstr "Afişează interacţiunile la click"
|
||||
|
|
|
@ -599,6 +599,10 @@ msgstr "Любой, у кого есть ссылка будет иметь до
|
|||
msgid "viewer.header.share.title"
|
||||
msgstr "Поделиться ссылкой"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header-interactions"
|
||||
msgstr "взаимодействия"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.show-interactions"
|
||||
msgstr "Показывать взаимодействия"
|
||||
|
|
Loading…
Reference in a new issue