diff --git a/frontend/src/app/main/ui/viewer/thumbnails.cljs b/frontend/src/app/main/ui/viewer/thumbnails.cljs index f2942eae81..66bf403b0b 100644 --- a/frontend/src/app/main/ui/viewer/thumbnails.cljs +++ b/frontend/src/app/main/ui/viewer/thumbnails.cljs @@ -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]]]) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index a0cd82b375..323724446c 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -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" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 7063b56497..b3a28baf65 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -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"