59 lines
1.5 KiB
PHP
59 lines
1.5 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',
|
|
],
|
|
|
|
'analytics' => 'Analytics',
|
|
|
|
'posts' => [
|
|
'calendar' => 'Calendario',
|
|
'all' => 'Todos',
|
|
'scheduled' => 'Programados',
|
|
'posted' => 'Publicados',
|
|
'drafts' => 'Borradores',
|
|
],
|
|
|
|
'config' => [
|
|
'connections' => 'Conexiones',
|
|
'brands' => 'Marcas',
|
|
'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',
|
|
],
|
|
];
|