0
Fork 0
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:
elhombretecla 2021-05-26 09:05:11 +02:00 committed by Andrés Moya
parent e45f7598db
commit 3d5caf18e3
8 changed files with 30 additions and 5 deletions

View file

@ -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;
}

View file

@ -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}

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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 "Показывать взаимодействия"