i18n: NewDashboardView 'Volver a Proyectos' traducido
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { ref } from "vue"
|
||||
import { useI18n } from "vue-i18n"
|
||||
import { SidebarInset, SidebarProvider } from "@/components/ui/sidebar"
|
||||
import AppSidebar from "@/components/dashboard/AppSidebar.vue"
|
||||
import SiteHeader from "@/components/dashboard/SiteHeader.vue"
|
||||
@@ -8,6 +9,8 @@ import DashboardView from "@/views/DashboardView.vue"
|
||||
import ProjectListView from "@/views/ProjectListView.vue"
|
||||
import UsersView from "@/views/UsersView.vue"
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
const sidebarStyle = {
|
||||
'--sidebar-width': '16rem',
|
||||
'--header-height': '3rem',
|
||||
@@ -140,7 +143,7 @@ const tabContent: Record<string, { title: string; description: string; cards: {
|
||||
class="mb-4 inline-flex items-center gap-1 text-sm text-muted-foreground hover:text-foreground transition-colors"
|
||||
@click="backToProjects"
|
||||
>
|
||||
← Volver a Proyectos
|
||||
← {{ t('common.backToProjects') }}
|
||||
</button>
|
||||
</div>
|
||||
<DashboardView />
|
||||
|
||||
Reference in New Issue
Block a user