mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 03:06:12 +02:00
🎉 Duplicate projects and files
This commit is contained in:
parent
9945243a23
commit
044f1f63c0
6 changed files with 107 additions and 16 deletions
|
@ -400,6 +400,13 @@
|
|||
},
|
||||
"used-in" : [ "src/app/main/ui/settings/profile.cljs" ]
|
||||
},
|
||||
"dashboard.copy-suffix" : {
|
||||
"translations" : {
|
||||
"en" : "(copy)",
|
||||
"es" : "(copia)"
|
||||
},
|
||||
"used-in" : [ "src/app/main/data/dashboard.cljs" ]
|
||||
},
|
||||
"dashboard.create-new-team" : {
|
||||
"translations" : {
|
||||
"ca" : "+ Crear un nou equip",
|
||||
|
@ -441,6 +448,13 @@
|
|||
},
|
||||
"used-in" : [ "src/app/main/ui/dashboard/files.cljs" ]
|
||||
},
|
||||
"dashboard.duplicate" : {
|
||||
"translations" : {
|
||||
"en" : "Duplicate",
|
||||
"es" : "Duplicar"
|
||||
},
|
||||
"used-in" : [ "src/app/main/ui/dashboard/file_menu.cljs" ]
|
||||
},
|
||||
"dashboard.empty-files" : {
|
||||
"translations" : {
|
||||
"ca" : "Encara no hi ha cap arxiu aquí",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue