diff --git a/frontend/resources/images/icons/pin.svg b/frontend/resources/images/icons/pin.svg index 0194c6401..46d71436a 100644 --- a/frontend/resources/images/icons/pin.svg +++ b/frontend/resources/images/icons/pin.svg @@ -1,4 +1,3 @@ - - + + - diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index 4af6e1741..0b3e34417 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -103,8 +103,8 @@ h3 { border: 1px solid transparent; color: $color-gray-60; - font-size: $fs16; - font-weight: 400; + font-size: $fs14; + font-weight: 500; overflow: hidden; padding: 0; height: 27px; @@ -120,8 +120,8 @@ } span.date { - color: $color-gray-20; - font-size: $fs14; + color: $color-gray-30; + font-size: $fs13; overflow: hidden; text-overflow: ellipsis; width: 100%; @@ -146,10 +146,10 @@ .item-badge { background-color: $color-white; border: 1px solid $color-gray-20; - border-radius: 4px; + border-radius: 2px; position: absolute; - top: $size-1; - right: $size-1; + top: $size-2; + right: $size-2; height: 32px; width: 32px; display: flex; @@ -197,7 +197,7 @@ .project-th-actions { align-items: center; - bottom: 2px; + bottom: 14px; opacity: 0; display: flex; right: 5px; @@ -444,10 +444,11 @@ .create-new { background-color: white; border: 2px solid $color-gray-10; - height: 158px; - cursor: pointer; - color: $color-black; border-radius: 3px; + color: $color-black; + cursor: pointer; + height: 158px; + font-family: "worksans", sans-serif; margin: 0.5rem; &:hover { border: 2px solid $color-primary; diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index 8b6107dd1..6f8265ede 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -38,7 +38,7 @@ top: 50px; z-index: 12; max-height: 30rem; - min-width: 230px; + min-width: 234px; overflow-y: auto; } @@ -89,6 +89,32 @@ height: 48px; align-items: center; + &.action { + .team-icon { + border-radius: 50%; + background-color: $color-gray-10; + height: 24px; + margin-right: 10px; + padding: 6px; + width: 24px; + + svg { + height: 12px; + width: 12px; + } + } + + &:hover { + .team-icon { + background-color: $color-primary; + } + } + + .team-text { + width: 150px; + } + } + .team-icon { display: flex; align-items: center; @@ -113,6 +139,13 @@ @include text-ellipsis; width: 130px; } + + .icon { + margin-left: auto; + svg { + fill: $color-gray-60; + } + } } .switch-icon { @@ -377,7 +410,7 @@ span { @include text-ellipsis; color: $color-black; - margin: 10px 5px; + margin: 10px; font-size: $fs14; max-width: 160px; } diff --git a/frontend/resources/styles/main/partials/dashboard.scss b/frontend/resources/styles/main/partials/dashboard.scss index fa08c6fc7..8fe5e2ebe 100644 --- a/frontend/resources/styles/main/partials/dashboard.scss +++ b/frontend/resources/styles/main/partials/dashboard.scss @@ -43,9 +43,10 @@ } } .invite { - width: 180px; - height: 40px; align-self: flex-end; + height: 40px; + font-family: "worksans", sans-serif; + width: 180px; } img { width: 274px; @@ -173,6 +174,10 @@ &.no-bg { background-color: transparent; } + &.dashboard-shared { + width: calc(100vw - 320px); + margin-right: 50px; + } &.search { margin-top: 10px; @@ -200,7 +205,7 @@ align-items: center; justify-content: flex-start; min-height: 32px; - margin-left: 13px; + margin-left: $size-2; } .show-more { align-items: center; @@ -245,10 +250,11 @@ } .info { - font-size: $fs16; + font-size: $fs14; line-height: 1rem; - font-weight: unset; - color: $color-gray-30; + font-weight: 400; + color: $color-gray-60; + margin-left: 0.75rem; } .project-actions { @@ -256,8 +262,9 @@ margin-left: $size-6; .btn-small { - padding: $size-2; + height: 32px; margin: 0 $size-2; + width: 32px; } } @@ -287,9 +294,10 @@ } .recent-files-row-title-info { - color: $color-gray-30; + color: $color-gray-60; line-height: 1rem; - font-size: $fs16; + font-size: $fs14; + font-weight: 400; } .dashboard-table { @@ -453,8 +461,12 @@ font-size: 18px; font-weight: 600; color: $color-black; - margin-left: 20px; + margin-left: 18px; margin-right: 10px; + &.icon { + margin-left: 10px; + margin-right: 16px; + } } svg { width: 12px; diff --git a/frontend/src/app/main/ui/dashboard/libraries.cljs b/frontend/src/app/main/ui/dashboard/libraries.cljs index be9df1fb8..4ccb6054b 100644 --- a/frontend/src/app/main/ui/dashboard/libraries.cljs +++ b/frontend/src/app/main/ui/dashboard/libraries.cljs @@ -29,10 +29,7 @@ width (mf/use-state nil) rowref (mf/use-ref) - itemsize (if (>= @width 1030) - 280 - 230) - + itemsize 330 ratio (if (some? @width) (/ @width itemsize) 0) nitems (mth/floor ratio) limit (min 10 nitems) @@ -50,27 +47,26 @@ #(st/emit! (dd/fetch-shared-files) (dd/clear-selected-files))) - (mf/use-effect - (fn [] - (let [node (mf/ref-val rowref) - mnt? (volatile! true) - sub (->> (wapi/observe-resize node) - (rx/observe-on :af) - (rx/subs (fn [entries] - (let [row (first entries) - row-rect (.-contentRect ^js row) - row-width (.-width ^js row-rect)] - (when @mnt? - (reset! width row-width))))))] - (fn [] - (vreset! mnt? false) - (rx/dispose! sub))))) + (mf/with-effect + (let [node (mf/ref-val rowref) + mnt? (volatile! true) + sub (->> (wapi/observe-resize node) + (rx/observe-on :af) + (rx/subs (fn [entries] + (let [row (first entries) + row-rect (.-contentRect ^js row) + row-width (.-width ^js row-rect)] + (when @mnt? + (reset! width row-width))))))] + (fn [] + (vreset! mnt? false) + (rx/dispose! sub)))) [:* - [:header.dashboard-header + [:header.dashboard-header {:ref rowref} [:div.dashboard-title [:h1 (tr "dashboard.libraries-title")]]] - [:section.dashboard-container.no-bg {:ref rowref} + [:section.dashboard-container.no-bg.dashboard-shared [:& grid {:files files :project default-project :origin :libraries diff --git a/frontend/src/app/main/ui/dashboard/sidebar.cljs b/frontend/src/app/main/ui/dashboard/sidebar.cljs index eb11a8eda..2e14b3c30 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.cljs +++ b/frontend/src/app/main/ui/dashboard/sidebar.cljs @@ -204,7 +204,7 @@ i/search])])) (mf/defc teams-selector-dropdown - [{:keys [profile] :as props}] + [{:keys [team profile] :as props}] (let [teams (mf/deref refs/teams) on-create-clicked @@ -217,22 +217,25 @@ (st/emit! (dd/go-to-projects team-id))))] [:ul.dropdown.teams-dropdown - [:li.title (tr "dashboard.switch-team")] - [:hr] [:li.team-name {:on-click (partial team-selected (:default-team-id profile))} [:span.team-icon i/logo-icon] - [:span.team-text (tr "dashboard.your-penpot")]] + [:span.team-text (tr "dashboard.your-penpot")] + (when (= (:default-team-id profile) (:id team)) + [:span.icon i/tick])] - (for [team (remove :is-default (vals teams))] - [:li.team-name {:on-click (partial team-selected (:id team)) - :key (dm/str (:id team))} + (for [team-item (remove :is-default (vals teams))] + [:li.team-name {:on-click (partial team-selected (:id team-item)) + :key (dm/str (:id team-item))} [:span.team-icon - [:img {:src (cf/resolve-team-photo-url team)}]] - [:span.team-text {:title (:name team)} (:name team)]]) + [:img {:src (cf/resolve-team-photo-url team-item)}]] + [:span.team-text {:title (:name team-item)} (:name team-item)] + (when (= (:id team-item) (:id team)) + [:span.icon i/tick])]) [:hr] - [:li.action {:on-click on-create-clicked :data-test "create-new-team"} - (tr "dashboard.create-new-team")]])) + [:li.team-name.action {:on-click on-create-clicked :data-test "create-new-team"} + [:span.team-icon.new-team i/close] + [:span.team-text (tr "dashboard.create-new-team")]]])) (s/def ::member-id ::us/uuid) (s/def ::leave-modal-form diff --git a/frontend/translations/ar.po b/frontend/translations/ar.po index 251b20a18..05f2d297d 100644 --- a/frontend/translations/ar.po +++ b/frontend/translations/ar.po @@ -230,7 +230,7 @@ msgstr "(نسخة)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ إنشاء فريق جديد" +msgstr "إنشاء فريق جديد" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -460,10 +460,6 @@ msgstr "تم نقل الملفات بنجاح" msgid "dashboard.success-move-project" msgstr "تم نقل مشروعك بنجاح" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "تبديل الفريق" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "معلومات الفريق" diff --git a/frontend/translations/ca.po b/frontend/translations/ca.po index e11be3a19..18650ca5d 100644 --- a/frontend/translations/ca.po +++ b/frontend/translations/ca.po @@ -240,7 +240,7 @@ msgstr "(còpia)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Crea un equip nou" +msgstr "Crea un equip nou" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -597,10 +597,6 @@ msgstr "S'han mogut els fitxers" msgid "dashboard.success-move-project" msgstr "S'ha mogut el projecte" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Canvieu d'equip" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Informació de l'equip" diff --git a/frontend/translations/da.po b/frontend/translations/da.po index 5824a00a0..606f02a56 100644 --- a/frontend/translations/da.po +++ b/frontend/translations/da.po @@ -175,7 +175,7 @@ msgstr "(kopi)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Opret nyt team" +msgstr "Opret nyt team" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -361,10 +361,6 @@ msgstr "Dine filer er blevet flyttet med succes" msgid "dashboard.success-move-project" msgstr "Dit projekt er blevet flyttet med succes" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Skift team" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Team info" diff --git a/frontend/translations/de.po b/frontend/translations/de.po index 9d5fcaf58..6f6fc3417 100644 --- a/frontend/translations/de.po +++ b/frontend/translations/de.po @@ -244,7 +244,7 @@ msgstr "(Kopie)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Neues Team erstellen" +msgstr "Neues Team erstellen" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -608,10 +608,6 @@ msgstr "Ihre Dateien wurden erfolgreich verschoben" msgid "dashboard.success-move-project" msgstr "Ihr Projekt wurde erfolgreich verschoben" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Team wechseln" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Teaminformationen" diff --git a/frontend/translations/el.po b/frontend/translations/el.po index 70d66b3fc..d1181aec0 100644 --- a/frontend/translations/el.po +++ b/frontend/translations/el.po @@ -173,7 +173,7 @@ msgstr "(Αντίγραφο)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Δημιουργία νέας ομάδας" +msgstr "Δημιουργία νέας ομάδας" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -322,10 +322,6 @@ msgstr "Το έργο σας μετακινήθηκε με επιτυχία" msgid "dashboard.success-move-project" msgstr "Το έργο σας μετακινήθηκε με επιτυχία" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Αλλαγή εξοπλισμού" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Πληροφορίες ομάδας" diff --git a/frontend/translations/en.po b/frontend/translations/en.po index bbdc5b912..2d6d95252 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -284,7 +284,7 @@ msgstr "(copy)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Create new team" +msgstr "Create new team" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -646,10 +646,6 @@ msgstr "Your files have been moved successfully" msgid "dashboard.success-move-project" msgstr "Your project has been moved successfully" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Switch team" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Team info" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index a9c26c205..c3923cc23 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -290,7 +290,7 @@ msgstr "(copia)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Crear nuevo equipo" +msgstr "Crear nuevo equipo" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -662,10 +662,6 @@ msgstr "Tus archivos han sido movidos con éxito" msgid "dashboard.success-move-project" msgstr "Tu proyecto ha sido movido con éxito" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Cambiar equipo" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Información del equipo" diff --git a/frontend/translations/eu.po b/frontend/translations/eu.po index 811cdf9e5..a25fadc51 100644 --- a/frontend/translations/eu.po +++ b/frontend/translations/eu.po @@ -238,7 +238,7 @@ msgstr "(kopia)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Sortu talde berria" +msgstr "Sortu talde berria" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -592,10 +592,6 @@ msgstr "Zure fitxategiak ondo mugitu dira" msgid "dashboard.success-move-project" msgstr "Zure proiektua ondo mugitu da" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Aldatu taldea" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Taldearen informazioa" diff --git a/frontend/translations/fa.po b/frontend/translations/fa.po index ab1d3a019..51e0b0ccc 100644 --- a/frontend/translations/fa.po +++ b/frontend/translations/fa.po @@ -247,7 +247,7 @@ msgstr "(کپی)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ ایجاد تیم جدید" +msgstr "ایجاد تیم جدید" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -614,10 +614,6 @@ msgstr "فایل‌های شما با موفقیت منتقل شدند" msgid "dashboard.success-move-project" msgstr "پروژه شما با موفقیت منتقل شد" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "تغییر تیم" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "اطلاعات تیم" diff --git a/frontend/translations/fr.po b/frontend/translations/fr.po index 027773e28..c5cc3ab4d 100644 --- a/frontend/translations/fr.po +++ b/frontend/translations/fr.po @@ -242,7 +242,7 @@ msgstr "(copie)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Créer nouvelle équipe" +msgstr "Créer nouvelle équipe" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -611,10 +611,6 @@ msgstr "Vos fichiers ont été déplacés avec succès" msgid "dashboard.success-move-project" msgstr "Votre projet a été déplacé avec succès" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Changer d’équipe" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Information de l’équipe" diff --git a/frontend/translations/gl.po b/frontend/translations/gl.po index b9b82d938..809c583c8 100644 --- a/frontend/translations/gl.po +++ b/frontend/translations/gl.po @@ -222,7 +222,7 @@ msgstr "(copia)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Crear novo equipo" +msgstr "Crear novo equipo" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" diff --git a/frontend/translations/he.po b/frontend/translations/he.po index 2c44ca263..abc3b7479 100644 --- a/frontend/translations/he.po +++ b/frontend/translations/he.po @@ -237,7 +237,7 @@ msgstr "(עותק)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ יצירת צוות חדש" +msgstr "יצירת צוות חדש" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -587,10 +587,6 @@ msgstr "הקבצים שלך הועברו בהצלחה" msgid "dashboard.success-move-project" msgstr "המיזם שלך הועבר בהצלחה" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "לעבור צוות" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "פרטי הצוות" diff --git a/frontend/translations/id.po b/frontend/translations/id.po index fe7193256..be39b9974 100644 --- a/frontend/translations/id.po +++ b/frontend/translations/id.po @@ -237,7 +237,7 @@ msgstr "(salin)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Buat tim baru" +msgstr "Buat tim baru" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" diff --git a/frontend/translations/it.po b/frontend/translations/it.po index 6c102f611..64556a6fa 100644 --- a/frontend/translations/it.po +++ b/frontend/translations/it.po @@ -236,7 +236,7 @@ msgstr "(copia)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Crea un nuovo team" +msgstr "Crea un nuovo team" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -580,10 +580,6 @@ msgstr "I tuoi file sono stati spostati con successo" msgid "dashboard.success-move-project" msgstr "Il tuo progetto è stato spostato con successo" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Cambia team" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Informazioni sul team" diff --git a/frontend/translations/jpn_JP.po b/frontend/translations/jpn_JP.po index dcb68686d..4b4536e36 100644 --- a/frontend/translations/jpn_JP.po +++ b/frontend/translations/jpn_JP.po @@ -231,7 +231,7 @@ msgstr "(コピー)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ チームを新規作成" +msgstr "チームを新規作成" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -462,10 +462,6 @@ msgstr "ファイルを移動しました" msgid "dashboard.success-move-project" msgstr "ファイルを削除しました" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "チーム切り替え" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "チーム情報" diff --git a/frontend/translations/lt.po b/frontend/translations/lt.po index a41a1ad2a..4e941b99a 100644 --- a/frontend/translations/lt.po +++ b/frontend/translations/lt.po @@ -211,7 +211,7 @@ msgstr "(kopija)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Sukurti naują komandą" +msgstr "Sukurti naują komandą" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" diff --git a/frontend/translations/ml.po b/frontend/translations/ml.po index 3990b0849..eba23c668 100644 --- a/frontend/translations/ml.po +++ b/frontend/translations/ml.po @@ -212,7 +212,7 @@ msgstr "(പകർത്തുക)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ പുതിയ സംഘം രൂപീകരിക്കുക" +msgstr "പുതിയ സംഘം രൂപീകരിക്കുക" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" diff --git a/frontend/translations/nb_NO.po b/frontend/translations/nb_NO.po index 8d7b330e0..c54a6c6b2 100644 --- a/frontend/translations/nb_NO.po +++ b/frontend/translations/nb_NO.po @@ -170,10 +170,6 @@ msgstr "Velg drakt" msgid "dashboard.show-all-files" msgstr "Vis alle filer" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Bytt lag" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Laginfo" diff --git a/frontend/translations/pl.po b/frontend/translations/pl.po index ca185fab8..f10241a78 100644 --- a/frontend/translations/pl.po +++ b/frontend/translations/pl.po @@ -209,7 +209,7 @@ msgstr "(skopiuj)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Utwórz nowy zespół" +msgstr "Utwórz nowy zespół" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -555,10 +555,6 @@ msgstr "Twoje pliki został pomyślnie przeniesione" msgid "dashboard.success-move-project" msgstr "Twój projekt został pomyślnie przeniesiony" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Zmień zespół" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Informacje o zespole" diff --git a/frontend/translations/pt_BR.po b/frontend/translations/pt_BR.po index 781aa4103..d238d3d3f 100644 --- a/frontend/translations/pt_BR.po +++ b/frontend/translations/pt_BR.po @@ -226,7 +226,7 @@ msgstr "(copiar)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Criar nova equipe" +msgstr "Criar nova equipe" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -490,10 +490,6 @@ msgstr "Seus arquivos foram movidos com sucesso" msgid "dashboard.success-move-project" msgstr "Seu projeto foi movido com sucesso" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Trocar de equipe" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Informação da equipe" diff --git a/frontend/translations/ro.po b/frontend/translations/ro.po index a54247b96..c8b6884ef 100644 --- a/frontend/translations/ro.po +++ b/frontend/translations/ro.po @@ -178,7 +178,7 @@ msgstr "(copiază)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Creează o nouă echipă" +msgstr "Creează o nouă echipă" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -364,10 +364,6 @@ msgstr "Fișerele au fost mutate cu succes" msgid "dashboard.success-move-project" msgstr "Proiectul a fost mutat cu succes" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Schimbă echipa" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Informațiile echipei" diff --git a/frontend/translations/ru.po b/frontend/translations/ru.po index dba575439..d424dfa11 100644 --- a/frontend/translations/ru.po +++ b/frontend/translations/ru.po @@ -206,7 +206,7 @@ msgstr "(копия)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Создать новую команду" +msgstr "Создать новую команду" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -502,10 +502,6 @@ msgstr "Ваши файлы перемещены" msgid "dashboard.success-move-project" msgstr "Ваш проект перемещён" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Сменить команду" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "О команде" diff --git a/frontend/translations/tr.po b/frontend/translations/tr.po index 19f141331..118bfafb2 100644 --- a/frontend/translations/tr.po +++ b/frontend/translations/tr.po @@ -242,7 +242,7 @@ msgstr "(kopya)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ Yeni takım oluştur" +msgstr "Yeni takım oluştur" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -602,10 +602,6 @@ msgstr "Dosyaların başarıyla taşındı" msgid "dashboard.success-move-project" msgstr "Projen başarıyla taşındı" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "Takım değiştir" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "Takım bilgisi" diff --git a/frontend/translations/zh_CN.po b/frontend/translations/zh_CN.po index 75582b769..b24deeee1 100644 --- a/frontend/translations/zh_CN.po +++ b/frontend/translations/zh_CN.po @@ -206,7 +206,7 @@ msgstr "(拷贝)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ 创建新团队" +msgstr "创建新团队" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -530,10 +530,6 @@ msgstr "成功移动了文件" msgid "dashboard.success-move-project" msgstr "成功移动了项目" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "切换团队" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "团队信息" diff --git a/frontend/translations/zh_Hant.po b/frontend/translations/zh_Hant.po index b6d2a8206..2257fc7b0 100644 --- a/frontend/translations/zh_Hant.po +++ b/frontend/translations/zh_Hant.po @@ -205,7 +205,7 @@ msgstr "(複製)" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.create-new-team" -msgstr "+ 建立新團隊" +msgstr "建立新團隊" #: src/app/main/ui/dashboard/sidebar.cljs msgid "dashboard.default-team-name" @@ -440,10 +440,6 @@ msgstr "已成功移動您的檔案" msgid "dashboard.success-move-project" msgstr "已成功移動您的專案" -#: src/app/main/ui/dashboard/sidebar.cljs -msgid "dashboard.switch-team" -msgstr "切換團隊" - #: src/app/main/ui/dashboard/team.cljs msgid "dashboard.team-info" msgstr "團隊資訊"