trypost/lang/es/sidebar.php
2026-03-30 21:18:07 -03:00

56 lines
1.4 KiB
PHP

<?php
return [
'workspaces' => 'Workspaces',
'select_workspace' => 'Seleccionar workspace',
'create_workspace' => 'Crear workspace',
'create_post' => 'Crear post',
'profile' => 'Perfil',
'account' => 'Cuenta',
'log_out' => 'Cerrar sesión',
'workspace' => 'Workspace: :name',
'workspace_select' => 'Workspace: Seleccionar',
'theme' => 'Tema: :name',
'theme_light' => 'Claro',
'theme_dark' => 'Oscuro',
'theme_system' => 'Sistema',
'language' => 'Idioma: :name',
'language_select' => 'Idioma: Seleccionar',
'groups' => [
'posts' => 'Posts',
'configuration' => 'Configuración',
'support' => 'Soporte',
],
'posts' => [
'calendar' => 'Calendario',
'all' => 'Todos',
'scheduled' => 'Programados',
'posted' => 'Publicados',
'drafts' => 'Borradores',
],
'config' => [
'connections' => 'Conexiones',
'hashtags' => 'Hashtags',
'labels' => 'Etiquetas',
'settings' => 'Configuración',
],
'notifications' => 'Notificaciones',
'mark_all_read' => 'Marcar todo como leído',
'mark_as_read' => 'Marcar como leído',
'archive_all' => 'Archivar todo',
'no_notifications' => 'Sin notificaciones',
'support' => [
'discord' => 'Discord',
'share_feedback' => 'Dar feedback',
'last_updates' => 'Últimas actualizaciones',
'docs' => 'Documentación',
],
];