mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🌐 Convert translation single word to label (#7220)
This commit is contained in:
parent
7954eaf529
commit
9f24e76c27
@ -62,7 +62,7 @@
|
||||
(and (not (ctk/is-variant? first-shape)) main-instance?))
|
||||
(tr "inspect.subtitle.main")
|
||||
(and (ctk/is-variant? first-shape) main-instance?)
|
||||
(tr "inspect.subtitle.variant")
|
||||
(tr "labels.variant")
|
||||
(ctk/instance-head? first-shape)
|
||||
(tr "inspect.subtitle.copy"))
|
||||
|
||||
|
||||
@ -931,7 +931,7 @@
|
||||
[:span {:class (stl/css :copy-text)}
|
||||
(if main-instance?
|
||||
(if is-variant?
|
||||
(tr "workspace.options.component.variant")
|
||||
(tr "labels.variant")
|
||||
(tr "workspace.options.component.main"))
|
||||
(tr "workspace.options.component.copy"))]]
|
||||
|
||||
|
||||
@ -515,7 +515,7 @@
|
||||
i/menu]]
|
||||
|
||||
[:div {:class (stl/css :info-row)}
|
||||
[:span {:class (stl/css :info-label)} (tr "workspace.assets.typography.font-variant-id")]
|
||||
[:span {:class (stl/css :info-label)} (tr "labels.variant")]
|
||||
[:span {:class (stl/css :info-content)} (:font-variant-id typography)]]
|
||||
|
||||
[:div {:class (stl/css :info-row)}
|
||||
|
||||
@ -1789,10 +1789,6 @@ msgstr "Copy"
|
||||
msgid "inspect.subtitle.main"
|
||||
msgstr "Main component"
|
||||
|
||||
#: src/app/main/ui/inspect/right_sidebar.cljs:65
|
||||
msgid "inspect.subtitle.variant"
|
||||
msgstr "Variant"
|
||||
|
||||
#: src/app/main/ui/inspect/right_sidebar.cljs:111, src/app/main/ui/inspect/right_sidebar.cljs:116
|
||||
msgid "inspect.tabs.code"
|
||||
msgstr "Code"
|
||||
@ -2635,6 +2631,10 @@ msgstr "Your account"
|
||||
msgid "labels.youtube"
|
||||
msgstr "YouTube"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:518
|
||||
msgid "labels.variant"
|
||||
msgstr "Variant"
|
||||
|
||||
#: src/app/main/ui/ds/product/loader.cljs:21
|
||||
msgid "loader.tips.01.message"
|
||||
msgstr "Keep your designs consistent and easy to update across projects."
|
||||
@ -5038,10 +5038,6 @@ msgstr "Font"
|
||||
msgid "workspace.assets.typography.font-size"
|
||||
msgstr "Size"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:518
|
||||
msgid "workspace.assets.typography.font-variant-id"
|
||||
msgstr "Variant"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:540
|
||||
msgid "workspace.assets.typography.go-to-edit"
|
||||
msgstr "Go to style library file to edit"
|
||||
@ -5615,10 +5611,6 @@ msgstr "There are no assets in this library yet"
|
||||
msgid "workspace.options.component.unlinked"
|
||||
msgstr "Unlinked"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs:929
|
||||
msgid "workspace.options.component.variant"
|
||||
msgstr "Variant"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs:499
|
||||
msgid "workspace.options.component.variant.duplicated.copy.locate"
|
||||
msgstr "Locate conflicting variants"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user