mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
481c45ee60
4 changed files with 34 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
|||
margin-top: 50px;
|
||||
display: flex;
|
||||
max-width: 368px;
|
||||
margin-bottom: 2rem;
|
||||
width: 100%;
|
||||
|
||||
&.two-columns {
|
||||
|
|
|
@ -81,6 +81,14 @@
|
|||
|
||||
[:hr]
|
||||
|
||||
[:h2 (tr "feedback.discourse-title")]
|
||||
[:p (tr "feedback.discourse-subtitle1")]
|
||||
|
||||
[:a.btn-secondary.btn-large
|
||||
{:href "https://community.penpot.app" :target "_blank"}
|
||||
(tr "feedback.discourse-go-to")]
|
||||
[:hr]
|
||||
|
||||
[:h2 (tr "feedback.twitter-title")]
|
||||
[:p (tr "feedback.twitter-subtitle1")]
|
||||
|
||||
|
|
|
@ -777,6 +777,18 @@ msgstr ""
|
|||
msgid "feedback.title"
|
||||
msgstr "Email"
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.discourse-go-to"
|
||||
msgstr "Go to Penpot forum"
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.discourse-subtitle1"
|
||||
msgstr "We're happy to have you here. If you need help, please search before you post."
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.discourse-title"
|
||||
msgstr "Penpot community"
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.twitter-go-to"
|
||||
msgstr "Go to Twitter"
|
||||
|
|
|
@ -836,6 +836,18 @@ msgstr ""
|
|||
msgid "feedback.title"
|
||||
msgstr "Correo electrónico"
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.discourse-go-to"
|
||||
msgstr "Ir al foro de Penpot"
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.discourse-subtitle1"
|
||||
msgstr "Estamos encantados de tenerte por aquí. Si necesitas ayuda, busca, escribe o pregunta lo que necesites."
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.discourse-title"
|
||||
msgstr "Comunidad de Penpot"
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs
|
||||
msgid "feedback.twitter-go-to"
|
||||
msgstr "Ir a Twitter"
|
||||
|
@ -4500,4 +4512,4 @@ msgid "shortcuts.or"
|
|||
msgstr " o "
|
||||
|
||||
msgid "shortcuts.not-found"
|
||||
msgstr "No hay resultados"
|
||||
msgstr "No hay resultados"
|
||||
|
|
Loading…
Reference in a new issue