-
Load Comments
+
{{ $t('appearance.loadComments') }}
-
Hide Counts & Stats
+
{{ $t('appearance.hideStats') }}
diff --git a/resources/lang/en/web.php b/resources/lang/en/web.php
index 2c6a7b418..3acde415b 100644
--- a/resources/lang/en/web.php
+++ b/resources/lang/en/web.php
@@ -59,6 +59,7 @@ return [
'profile' => 'Profile',
'drive' => 'Drive',
'settings' => 'Settings',
+ 'appearance' => 'Appearance',
'compose' => 'Create New',
'logout' => 'Logout',
@@ -205,4 +206,20 @@ return [
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
],
+ 'appearance' => [
+ 'theme' => 'Theme',
+ 'profileLayout' => 'Profile Layout',
+ 'compactPreviews' => 'Compact Media Previews',
+ 'loadComments' => 'Load Comments',
+ 'hideStats' => 'Hide Counts & Stats',
+
+ 'auto' => 'Auto',
+ 'lightMode' => 'Light mode',
+ 'darkMode' => 'Dark mode',
+
+ 'grid' => 'Grid',
+ 'masonry' => 'Masonry',
+ 'feed' => 'Feed',
+ ],
+
];
diff --git a/resources/lang/es/web.php b/resources/lang/es/web.php
index ed3a180e2..0a4b9309f 100644
--- a/resources/lang/es/web.php
+++ b/resources/lang/es/web.php
@@ -59,6 +59,7 @@ return [
'profile' => 'Perfil',
'drive' => 'Multimedia',
'settings' => 'Ajustes',
+ 'appearance' => 'Aspecto',
'compose' => 'Crear Nuevo',
'logout' => 'Cerrar sesión',
@@ -205,4 +206,20 @@ return [
'contactAdminMsg' => 'Si quieres contactar un administrador sobre esta publicación o reporte',
],
+ 'appearance' => [
+ 'theme' => 'Tema',
+ 'profileLayout' => 'Arreglo de Perfil',
+ 'compactPreviews' => 'Previstas Compactas de Medios',
+ 'loadComments' => 'Cargar Comentarios',
+ 'hideStats' => 'Ocultar Cuentas y Estadísticas',
+
+ 'auto' => 'Automático',
+ 'lightMode' => 'Modo claro',
+ 'darkMode' => 'Modo oscuro',
+
+ 'grid' => 'Cuadrícula',
+ 'masonry' => 'Mampostería',
+ 'feed' => 'Feed',
+ ],
+
];