Skip to content

Commit

Permalink
feat/imp/55/user-list (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Graff <alexisgraff123@gmail.com>
  • Loading branch information
MiaPass and ANGdesarrollo authored Oct 15, 2024
1 parent 67f9064 commit 82a8747
Show file tree
Hide file tree
Showing 43 changed files with 938 additions and 7,956 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
NEXT_PUBLIC_URL_BASE=http://localhost:8090
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
NEXT_PUBLIC_SUPABASE_PRIVATE_KEY=your-supabase-private-key
NEXT_PUBLIC_API_PROTOCOL='http'
NEXT_PUBLIC_API_HOSTNAME='localhost'
NEXT_PUBLIC_API_PORT=8089
Expand Down
22 changes: 20 additions & 2 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"Navigation": {
"dashboard": "Dashboard",
"home": "Home",
"items": "Items"
},
"items": "Items",
"users": "Users"
},
"NavigationUser": {
"perfil": "Profile",
"settings": "Settings",
Expand Down Expand Up @@ -55,6 +56,23 @@
"edit": "Edit",
"selectFilter": "Select filter"
},
"UserList": {
"title": "Section Users",
"filter":"Select Filter",
"name": "Name",
"description": "Description",
"search": "Search",
"button": "Apply",
"emptyItems": "No users to display",
"add": "Add",
"update": "Update",
"deleteAlert":"Are you sure you want to delete this user?",
"addItem": "Add User",
"clearAll": "Clear all",
"delete": "Delete",
"edit": "Edit",
"selectFilter": "Select filter"
},
"Login": {
"username": "Username",
"password":"Password",
Expand Down
20 changes: 19 additions & 1 deletion messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"Navigation": {
"dashboard": "Dashboard",
"home": "Inicio",
"items": "Items"
"items": "Items",
"users": "Usuarios"
},
"NavigationUser": {
"perfil": "Perfil",
Expand Down Expand Up @@ -55,6 +56,23 @@
"edit": "Editar",
"selectFilter": "Seleccionar filtro"
},

"UserList": {
"title": "Sección de Usuarios",
"filter": "Seleccionar filtro",
"name": "Nombre",
"search": "Buscar",
"button": "Aplicar",
"emptyItems": "No hay usuarios para mostrar",
"add": "Agregar",
"update": "Actualizando",
"deleteAlert":"¿Seguro que desea borrar este ususario?",
"addItem": "Añadir ususario",
"clearAll": "Limpiar todo",
"delete": "Eliminar",
"edit": "Editar",
"selectFilter": "Seleccionar filtro"
},
"Login": {
"username": "Nombre de usuario",
"password": "Contraseña",
Expand Down
Loading

0 comments on commit 82a8747

Please sign in to comment.