mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 23:41:24 -05:00
🐛 Replace frame term usage by artboard on viewer app.
Replace frame with artboard.
This commit is contained in:
parent
17b32d6518
commit
b861e261ed
3 changed files with 13 additions and 3 deletions
|
@ -75,7 +75,7 @@
|
|||
(mf/defc thumbnails-summary
|
||||
[{:keys [on-toggle-expand on-close total] :as props}]
|
||||
[:div.thumbnails-summary
|
||||
[:span.counter (str total " frames")]
|
||||
[:span.counter (tr "labels.num-of-frames" (i18n/c total))]
|
||||
[:span.buttons
|
||||
[:span.btn-expand {:on-click on-toggle-expand} i/arrow-down]
|
||||
[:span.btn-close {:on-click on-close} i/close]]])
|
||||
|
|
|
@ -981,6 +981,11 @@ msgid_plural "labels.num-of-files"
|
|||
msgstr[0] "1 file"
|
||||
msgstr[1] "%s files"
|
||||
|
||||
msgid "labels.num-of-frames"
|
||||
msgid_plural "labels.num-of-frames"
|
||||
msgstr[0] "1 artboard"
|
||||
msgstr[1] "%s artboards"
|
||||
|
||||
#: src/app/main/ui/dashboard/team.cljs
|
||||
msgid "labels.num-of-projects"
|
||||
msgid_plural "labels.num-of-projects"
|
||||
|
@ -1438,11 +1443,11 @@ msgstr "%s - Penpot"
|
|||
|
||||
#: src/app/main/ui/handoff.cljs, src/app/main/ui/viewer.cljs
|
||||
msgid "viewer.empty-state"
|
||||
msgstr "No frames found on the page."
|
||||
msgstr "No artboards found on the page."
|
||||
|
||||
#: src/app/main/ui/handoff.cljs, src/app/main/ui/viewer.cljs
|
||||
msgid "viewer.frame-not-found"
|
||||
msgstr "Frame not found."
|
||||
msgstr "Artboard not found."
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.dont-show-interactions"
|
||||
|
|
|
@ -983,6 +983,11 @@ msgid_plural "labels.num-of-files"
|
|||
msgstr[0] "1 archivo"
|
||||
msgstr[1] "%s archivos"
|
||||
|
||||
msgid "labels.num-of-frames"
|
||||
msgid_plural "labels.num-of-frames"
|
||||
msgstr[0] "1 tablero"
|
||||
msgstr[1] "%s tableros"
|
||||
|
||||
#: src/app/main/ui/dashboard/team.cljs
|
||||
msgid "labels.num-of-projects"
|
||||
msgid_plural "labels.num-of-projects"
|
||||
|
|
Loading…
Add table
Reference in a new issue