0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00

Merge pull request #2380 from penpot/juan-dashboard-CSS

🎉 Dashboard new design review
This commit is contained in:
Eva Marco 2022-09-29 14:14:38 +02:00 committed by GitHub
commit 7dcd362abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 126 additions and 166 deletions

View file

@ -1,4 +1,3 @@
<svg width="12" xmlns="http://www.w3.org/2000/svg" height="12" x="767" viewBox="0 0 500 499.172" y="920.67">
<path d="M325.318.012c-21.828-.283-42.138 15.34-48.74 35.798-15.498 31.788-36.62 62.656-67.738 80.85-46.02 26.248-99.73 35.59-152.188 35.65-11.824-.026-24.336 1.564-34 9.065-18.02 12.488-27.52 36.96-20.133 58.034 4.15 13.85 14.838 24.125 25.197 33.582l86.5 86.5C84.488 381.137 30.993 456.543 1.26 498.187c41.623-29.727 117.01-83.215 158.632-112.942 37.542 36.62 68.373 70.025 106.956 105.56 23.195 15.987 59.377 8.335 73.035-16.723 7.6-12.733 8.225-27.804 7.5-42.23 1.366-50.12 11.25-101.404 37.675-144.67 20.658-31.714 53.59-52.978 87.635-68.023 20.972-10.427 31.76-36.413 25.57-58.77-2.664-11.118-9.64-20.31-17.897-27.873-37.25-36.595-73.2-74.495-110.7-110.84-7.227-6.593-13.718-14.767-23.268-17.904-6.682-2.644-13.898-3.908-21.08-3.758zm-.26 36.837c45.35 46.82 90.704 93.64 136.056 140.46-40.437 18.15-79.907 42.182-106.303 78.613-30.216 43.44-43.98 96.178-48.765 148.346-1.852 21.542-2.097 43.256-1.726 64.933-91.546-91.52-183.09-183.044-274.634-274.564 60.078 2.462 121.696-4.117 176.98-28.967 38.773-15.762 70.437-46.032 91.712-81.66 9.637-15.522 17.813-31.905 25.36-48.525z" />
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 132.292 132.292">
<path d="M78.822.204l-3.3 3.3L56.69 22.335l2.698 9.296-17.315 17.316-18.998-12.4L0 59.624l32.865 32.865-31.33 31.33 6.598 6.599 31.33-31.33 33.001 33 23.076-23.075-12.128-18.726 17.316-17.315 9.432 2.834 22.132-22.13zm0 13.197l40.274 40.274-9.983 10.123-9.369-2.771-28.33 28.33 11.919 18.665-10.869 10.869-59.268-59.269 10.868-10.868 18.926 12.18 28.331-28.33-2.578-9.177z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 481 B

View file

@ -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;

View file

@ -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;
}

View file

@ -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;

View file

@ -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

View file

@ -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

View file

@ -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 "معلومات الفريق"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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 "Πληροφορίες ομάδας"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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 "اطلاعات تیم"

View file

@ -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"

View file

@ -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"

View file

@ -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 "פרטי הצוות"

View file

@ -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"

View file

@ -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"

View file

@ -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 "チーム情報"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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 "О команде"

View file

@ -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"

View file

@ -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 "团队信息"

View file

@ -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 "團隊資訊"