Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/shop categories #760

Merged
merged 107 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
315c68f
Update graphql types
henriquecbuss Jun 3, 2022
8ddc4e1
Create route and page for categories settings
henriquecbuss Jun 6, 2022
77b3bfc
Create initial data structures
henriquecbuss Jun 7, 2022
1c689ea
Add categories field to community
henriquecbuss Jun 7, 2022
1a04db9
Use correct Community-Domain header when possible
henriquecbuss Jun 7, 2022
2aba7f5
Implement basic categories view
henriquecbuss Jun 7, 2022
606e870
Add basic tree view, with support to adding nested and root categories
henriquecbuss Jun 8, 2022
36e3015
Update graphql types
henriquecbuss Jun 8, 2022
54d0242
Include parentId in Category.Model, remove recursive selectionSet
henriquecbuss Jun 8, 2022
4e6b861
Better tree view, highlight parents when hovering
henriquecbuss Jun 9, 2022
c380b31
Remove unused export
henriquecbuss Jun 9, 2022
76cd8e6
Create parent-* variants
henriquecbuss Jun 9, 2022
6be8b13
Add ability to update categories
henriquecbuss Jun 9, 2022
4d4c91b
Make Icons.trash color configurable
henriquecbuss Jun 9, 2022
72398f3
Create wrapper around DeleteStatus
henriquecbuss Jun 9, 2022
32e76a5
Add ability to delete categories
henriquecbuss Jun 9, 2022
077468a
Improve errors, update community model after completing operations
henriquecbuss Jun 9, 2022
b88c440
Leave form open after creating new category
henriquecbuss Jun 10, 2022
a4284a0
Rework deletion status to allow multiple simultaneous deletions, add …
henriquecbuss Jun 10, 2022
091961a
Restrict page to admins
henriquecbuss Jun 10, 2022
4106a57
Restructure html to have more semantic lists
henriquecbuss Jun 10, 2022
d3c2418
Leave summaries highlighted while category creation form is open, tra…
henriquecbuss Jun 10, 2022
d71f613
Merge branch 'master' of github.com:cambiatus/frontend into feature/s…
henriquecbuss Jun 10, 2022
8d11bfb
Use markdown for category description
henriquecbuss Jun 10, 2022
be28303
Change bg, add basic actions panel
henriquecbuss Jun 11, 2022
a8cc2f5
Create updateMetadata, include slug in category model
henriquecbuss Jun 11, 2022
d9cba63
Add metadata form with a nice little preview ✨
henriquecbuss Jun 11, 2022
a205e9f
Use skeleton loading, adjust spacings
henriquecbuss Jun 13, 2022
8328b60
Prevent selection and text wrap
henriquecbuss Jun 13, 2022
82f426e
Add drag-drop-touch polyfill
henriquecbuss Jun 14, 2022
f5e6eff
Update graphql types
henriquecbuss Jun 14, 2022
622c42c
Update parentId -> parent
henriquecbuss Jun 14, 2022
e6ee169
Implement basic drag and drop functionality
henriquecbuss Jun 14, 2022
9ee06c7
Show valid drop zones, perform validations
henriquecbuss Jun 14, 2022
3324e83
Refactor isAncestorOf
henriquecbuss Jun 14, 2022
b001797
Expand categories when dragging over them
henriquecbuss Jun 14, 2022
59057c6
Listen to dragLeave event
henriquecbuss Jun 14, 2022
b8219cc
Perform mutation when dropping elements
henriquecbuss Jun 15, 2022
14cdea0
Allow moving categories to the root
henriquecbuss Jun 15, 2022
91677b0
Refactor mutations to use the optionals object
henriquecbuss Jun 15, 2022
8b0bafe
Fix according to elm-review
henriquecbuss Jun 15, 2022
eb02b0d
Add move up and down buttons, implement move up
henriquecbuss Jun 15, 2022
67718c4
Implement move down
henriquecbuss Jun 15, 2022
387d3bd
Expand categories when moving child
henriquecbuss Jun 15, 2022
a75f4a9
Hide move up and down buttons when it's not possible to go up or down
henriquecbuss Jun 15, 2022
d9ae987
Initialize metadata form with category data, close modal when done sa…
henriquecbuss Jun 15, 2022
0478221
Add settings card
henriquecbuss Jun 17, 2022
caa47b5
Add ids to description input id
henriquecbuss Jun 21, 2022
fea9c84
Fix rich text editor bug on safari, fix borders
henriquecbuss Jun 21, 2022
4b0f9e9
Hide form after creating new category
henriquecbuss Jun 21, 2022
45f337c
Hide new category form if ancestor has been collapsed
henriquecbuss Jun 21, 2022
fc8d6c9
Add icon to categories
henriquecbuss Jun 21, 2022
4a16b29
Add category image
henriquecbuss Jun 21, 2022
59a477d
Show image or icon on sharing preview
henriquecbuss Jun 21, 2022
a7ed689
Adjust action icons sizes
henriquecbuss Jun 21, 2022
91267ae
Add side scrolling with sticky positioning
henriquecbuss Jun 22, 2022
1b5e724
Add empty message, fix add category button sticky
henriquecbuss Jun 22, 2022
1371072
Adjust icon and overflows
henriquecbuss Jun 22, 2022
90de45a
Add focus styles and aria attributes
henriquecbuss Jun 22, 2022
613d997
Remove coment
henriquecbuss Jun 23, 2022
8f29b6c
Add translations
henriquecbuss Jun 23, 2022
504e7fa
Fix translation, use defaults on metadata, always ask for confirmatio…
henriquecbuss Jun 23, 2022
038bde8
Accept empty slugs
henriquecbuss Jun 23, 2022
488c733
Disable modal buttons when saving form
henriquecbuss Jun 23, 2022
77764bc
Remove comment
henriquecbuss Jun 23, 2022
305d27a
Merge branch 'master' into feature/shop-categories
henriquecbuss Jun 24, 2022
737ac8e
Add icon and image to creation form
henriquecbuss Jun 24, 2022
1da472f
Use icon before image
henriquecbuss Jun 24, 2022
7eb8ca1
Dont accept empty slugs
henriquecbuss Jun 24, 2022
e89a15c
Add tooltip when slug is invalid
henriquecbuss Jun 24, 2022
63e703a
Add translations for invalid slug tooltip
henriquecbuss Jun 24, 2022
a515c77
Make keywords a list of strings
henriquecbuss Jun 24, 2022
c15b4c5
Show keywords in link preview
henriquecbuss Jun 24, 2022
9df5202
Adjust draggingElement and draggingOverElement in some cases
henriquecbuss Jun 24, 2022
cda3609
Allow reordering keywords
henriquecbuss Jun 24, 2022
3551497
Fix elm-book build
henriquecbuss Jun 24, 2022
52f78d2
Merge branch 'master' into feature/shop-categories
henriquecbuss Jun 24, 2022
12839e8
Fix elm.json
henriquecbuss Jun 24, 2022
53ffb72
Show category icon if present
henriquecbuss Jun 24, 2022
c857f3e
Move edit category action to menu
henriquecbuss Jun 27, 2022
3d8559e
Renamed ClickedCategory -> ClickedEditCategory
henriquecbuss Jun 27, 2022
f1abca1
Change root category dropzone and button, remove useless element
henriquecbuss Jun 27, 2022
a42ef2e
Change text colors and weights
henriquecbuss Jun 28, 2022
dfc9617
Add page description
henriquecbuss Jun 28, 2022
e8eb699
Dont show modal header and body text while loading file type
henriquecbuss Jun 28, 2022
50156e7
Focus icon input instead of name
henriquecbuss Jun 28, 2022
d8695b3
Show menu on right click
henriquecbuss Jun 28, 2022
52dee34
Only send meta title and description if they've been altered
henriquecbuss Jun 28, 2022
ce2efe6
Change Slug -> Sharing URL
henriquecbuss Jun 28, 2022
d4c287b
Adjust root button size
henriquecbuss Jun 28, 2022
45baaa7
Only change bg when open on button
henriquecbuss Jun 28, 2022
485bd48
Add description on image input
henriquecbuss Jun 29, 2022
4dd033f
Use different ellipsis icon, adjust icon sizes
henriquecbuss Jun 29, 2022
8e3427b
Consider accentuated characters in slugs
henriquecbuss Jun 29, 2022
69d9e79
Add elm-slug in elm-book
henriquecbuss Jun 29, 2022
6e1fb70
Update graphql types to include position
henriquecbuss Jun 30, 2022
20b662c
Order incoming categories by their position
henriquecbuss Jun 30, 2022
d4cb1ef
Move children when clicking up and down
henriquecbuss Jun 30, 2022
ad369ff
Adjust optimistic updates on click move up/down
henriquecbuss Jun 30, 2022
c3cd598
Remove position related stuff
henriquecbuss Jul 5, 2022
632fc23
Send position = 0
henriquecbuss Jul 5, 2022
e1455fb
Remove menu y margin
henriquecbuss Jul 5, 2022
0905fd6
Add more spacing on modal
henriquecbuss Jul 5, 2022
6782784
Translate modal title
henriquecbuss Jul 5, 2022
68a7fb3
Only root categories are bold
henriquecbuss Jul 6, 2022
ebaa3c4
Prevent context menu on mobile
henriquecbuss Jul 6, 2022
d4e55f8
Show context menu on different side depending on click position
henriquecbuss Jul 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ require('whatwg-fetch')
// Some browsers still don't support the focus-visible css class
require('focus-visible')

// Mobile browsers don't support the drag and drop API. This polyfill listens to
// touch events in order to simulate that on mobile devices
require('drag-drop-touch')

// Object.assign() is commonly used with React.
// It will use the native implementation if it's present and isn't buggy.
Object.assign = require('object-assign')
1 change: 1 addition & 0 deletions elm-book/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"elm-community/maybe-extra": "5.2.1",
"elm-explorations/test": "1.2.2",
"fapian/elm-html-aria": "1.4.0",
"hecrj/elm-slug": "1.0.2",
"justinmimbs/date": "3.2.1",
"krisajenkins/remotedata": "6.0.1",
"pablohirafuji/elm-syntax-highlight": "3.4.1",
Expand Down
3 changes: 2 additions & 1 deletion elm-book/src/elm/Book/Form/Toggle.elm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ view model =
identity

else
Form.Toggle.withTooltip { message = model.tooltip, iconClass = "" }
Form.Toggle.withTooltip { message = model.tooltip, iconClass = "", containerClass = "" }
in
Html.div [ Html.Attributes.class "space-y-4" ]
[ Html.div []
Expand Down Expand Up @@ -170,6 +170,7 @@ chapter =
|> Form.Toggle.withTooltip
{ message = "Some longer description about what the toggle does. By the way, we can also add attributes to the question mark icon, such as changing the color on it"
, iconClass = ""
, containerClass = ""
}
)
(baseViewOptions False)
Expand Down
5 changes: 4 additions & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dependencies": {
"direct": {
"CurrySoftware/elm-datepicker": "4.0.0",
"Gizra/elm-all-set": "1.0.1",
"Gizra/elm-debouncer": "2.0.0",
"NeoVier/elm-mask": "2.0.4",
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
Expand All @@ -33,6 +34,7 @@
"elm-community/string-extra": "4.0.1",
"elm-explorations/test": "1.2.2",
"fapian/elm-html-aria": "1.4.0",
"hecrj/elm-slug": "1.0.2",
"jfmengels/elm-review": "2.3.2",
"justinmimbs/date": "3.2.1",
"justinmimbs/time-extra": "1.1.0",
Expand All @@ -44,7 +46,8 @@
"rtfeldman/elm-iso8601-date-strings": "1.1.3",
"rtfeldman/elm-validate": "4.0.1",
"ryannhg/date-format": "2.3.0",
"thaterikperson/elm-strftime": "2.0.2"
"thaterikperson/elm-strftime": "2.0.2",
"zwilias/elm-rosetree": "1.5.0"
},
"indirect": {
"elm/bytes": "1.0.8",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"copy-webpack-plugin": "^5.0.4",
"create-elm-app": "^4.0.0",
"css-loader": "^0.28.9",
"drag-drop-touch": "^1.3.1",
"elm": "^0.19.1-5",
"elm-asset-webpack-loader": "^1.1.1",
"elm-format": "^0.8.5",
Expand Down
56 changes: 56 additions & 0 deletions public/translations/amh-ETH.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,56 @@
},
"disabled": {
"description": "ለማህበረሰቢ ይህ ሱቁ አለተፈቀደም."
},
"categories": {
"admin_page_description": "በሱቁ ውስጥ የሚገኙትን ምድቦች ያክሉ እና ያስተዳድሩ።",
"empty": {
"title": "የእርስዎ ማህበረሰብ ምንም አይነት ምድቦች ያለው አይመስልም!",
"description": "ከዚህ በታች አዲስ ምድብ በመፍጠር ይጀምሩ"
},
"add_root": "አዲስ ምድብ ያክሉ",
"add_child": "የ{{parent_name}} ንዑስ ምድብ አክል",
"click_category_to_edit": "{{category_name}} - ለማርትዕ ጠቅ ያድርጉ",
"actions_for": "እርምጃዎች ለ {{category_name}}",
"fields": {
"name": "ስም",
"slug": "URL አጋራ",
"description": "መግለጫ",
"image": "ምስል",
"meta": {
"title": "ርዕስ",
"description": "መግለጫ",
"keywords": "ቁልፍ ቃላት"
}
},
"form": {
"insert_name": "የተጋራ ዩአርኤል ለማመንጨት ስም ያስገቡ",
"invalid_slug": "ልክ ያልሆነ የማጋራት URL",
"invalid_slug_tooltip": "የላቲን ያልሆኑ ቁምፊዎች በዩአርኤሎች ውስጥ ተቀባይነት የላቸውም። የሚሰራ ዩአርኤል ለማመንጨት የምድብ ስሙ ቢያንስ አንድ የላቲን ቁምፊ ሊኖረው ይገባል።",
"image_guidance": "ምስሎችን በከፍተኛ ጥራት በወርድ ሁነታ ይምረጡ"
},
"metadata": {
"title": "ውሂብ ማጋራት",
"guidance": "ይህ መረጃ ይህን ምድብ ሲያጋሩ ተጨማሪ መረጃን ለማሳየት ይጠቅማል።",
"preview": "ቅድመ እይታ",
"preview_text": "ይህ የተጋራው ይዘት ምን እንደሚመስል ግምታዊ ግምት ነው። አገናኙ እየተጋራበት ባለው መድረክ ላይ በመመስረት ሊለወጥ ይችላል።"
},
"delete": {
"title": "{{category_name}}ን ሰርዝ",
"warning": "ይህን ምድብ ከሰረዙት ሁሉም ንዑስ ክፍሎቹ እንዲሁ እስከመጨረሻው ይሰረዛሉ።",
"confirmation": "እርግጠኛ ነዎት ይህን ምድብ መሰረዝ ይፈልጋሉ?"
},
"actions": {
"edit_main_information": "ዋና መረጃን ያርትዑ",
"edit_sharing_data": "የማጋራት ውሂብን ያርትዑ",
"move_up": "ወደ ላይ ተንቀሳቀስ",
"move_down": "ወደ ታች ውሰድ",
"delete": "ሰርዝ"
},
"create_error": "ምድቡን ሲፈጥሩ የሆነ ችግር ተፈጥሯል",
"update_error": "ምድቡን በማዘመን ላይ የሆነ ችግር ተፈጥሯል",
"delete_error": "ምድቡን ሲሰርዝ የሆነ ችግር ተፈጥሯል",
"reorder_error": "ምድቡን እንደገና በማዘዝ ላይ የሆነ ችግር ተፈጥሯል"
}
},
"dashboard": {
Expand Down Expand Up @@ -1130,6 +1180,12 @@
"title": "ተጠባቂ ዉጤቶች እና ተግባራት",
"description": ""
},
"shop": {
"categories": {
"title": "ምድቦች",
"description": "ሰዎች ለሽያጭ ምን ዓይነት ዕቃዎችን ማስቀመጥ ይችላሉ"
}
},
"contacts": {
"title": "የድጋፍ እውቂያዎች",
"description": "ኢሜል ፣ WhatsApp ፣ ስልክ ቁጥር ፣ ወዘተ."
Expand Down
56 changes: 56 additions & 0 deletions public/translations/cat-CAT.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,56 @@
},
"disabled": {
"description": "La botiga està desactivada en aquesta comunitat."
},
"categories": {
"admin_page_description": "Afegeix i gestiona les categories que estaran disponibles a la botiga.",
"empty": {
"title": "Sembla que la teva comunitat no té cap categoria!",
"description": "Comenceu creant una categoria nova a continuació"
},
"add_root": "Afegeix una nova categoria",
"add_child": "Afegeix una subcategoria de {{parent_name}}",
"click_category_to_edit": "{{category_name}} - feu clic per editar",
"actions_for": "Accions per a {{category_name}}",
"fields": {
"name": "Nom",
"slug": "URL Compartit",
"description": "Descripció",
"image": "Imatge",
"meta": {
"title": "Títol",
"description": "Descripció",
"keywords": "Paraules clau"
}
},
"form": {
"insert_name": "Introduïu un nom per generar l'URL compartit",
"invalid_slug": "URL compartit no vàlid",
"invalid_slug_tooltip": "Els caràcters no llatins no s'accepten als URLs. Per generar un URL vàlid, el nom de la categoria ha de tenir almenys un caràcter llatí",
"image_guidance": "Preferiu imatges en mode horitzontal amb alta qualitat"
},
"metadata": {
"title": "Contingut compartit",
"guidance": "Aquesta informació s'utilitzarà per mostrar més informació en compartir aquesta categoria.",
"preview": "Vista prèvia",
"preview_text": "Aquesta és una aproximació de com serà el contingut compartit. Pot canviar en funció de la plataforma en què es comparteix l'enllaç."
},
"delete": {
"title": "Suprimeix {{category_name}}",
"warning": "Si suprimiu aquesta categoria, totes les seves subcategories també se suprimiran permanentment.",
"confirmation": "Esteu segur que voleu suprimir aquesta categoria?"
},
"actions": {
"edit_main_information": "Edita la informació principal",
"edit_sharing_data": "Edita les dades per compartir",
"move_up": "Moure cap amunt",
"move_down": "Moure cap avall",
"delete": "Suprimeix"
},
"create_error": "S'ha produït un error en crear la categoria",
"update_error": "S'ha produït un error en actualitzar la categoria",
"delete_error": "S'ha produït un error en suprimir la categoria",
"reorder_error": "S'ha produït un error en reordenar la categoria"
}
},
"dashboard": {
Expand Down Expand Up @@ -1171,6 +1221,12 @@
"title": "Objetius i Ações",
"description": ""
},
"shop": {
"categories": {
"title": "Categories",
"description": "Quins tipus d'articles la gent pot posar a la venda"
}
},
"contacts": {
"title": "Contactes de suport",
"description": "Correu electrònic, whatsapp, número de telèfon, etc."
Expand Down
56 changes: 56 additions & 0 deletions public/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,56 @@
},
"disabled": {
"description": "Shop is disabled in this community."
},
"categories": {
"admin_page_description": "Add and manage the categories that will be available in the shop.",
"empty": {
"title": "Looks like your community doesn't have any categories!",
"description": "Get started by creating a new category below"
},
"add_root": "Add new category",
"add_child": "Add sub-category of {{parent_name}}",
"click_category_to_edit": "{{category_name}} - Click to edit",
"actions_for": "Actions for {{category_name}}",
"fields": {
"name": "Name",
"slug": "Sharing URL",
"description": "Description",
"image": "Image",
"meta": {
"title": "Title",
"description": "Description",
"keywords": "Keywords"
}
},
"form": {
"insert_name": "Insert a name to generate the sharing URL",
"invalid_slug": "Invalid sharing URL",
"invalid_slug_tooltip": "Non-latin characters aren't accepted in URLs. In order to generate a valid URL, the category name must have at least one latin character",
"image_guidance": "Prefer images in landscape mode with high quality"
},
"metadata": {
"title": "Sharing data",
"guidance": "This information will be used to display rich links when sharing this category.",
"preview": "Preview",
"preview_text": "This is an approximation of what the shared content will look like. It might change depending on the platform the link is being shared on."
},
"delete": {
"title": "Delete {{category_name}}",
"warning": "If you delete this category, all of its sub-categories will also be permanently deleted.",
"confirmation": "Are you sure you want to delete this category?"
},
"actions": {
"edit_main_information": "Edit main information",
"edit_sharing_data": "Edit sharing data",
"move_up": "Move up",
"move_down": "Move down",
"delete": "Delete"
},
"create_error": "Something went wrong when creating the category",
"update_error": "Something went wrong when updating the category",
"delete_error": "Something went wrong when deleting the category",
"reorder_error": "Something went wrong when reordering the category"
}
},
"dashboard": {
Expand Down Expand Up @@ -1169,6 +1219,12 @@
"title": "Objectives and Actions",
"description": ""
},
"shop": {
"categories": {
"title": "Categories",
"description": "What kinds of items people can put for sale"
}
},
"contacts": {
"title": "Support contacts",
"description": "Email, whatsapp, phone number, etc."
Expand Down
56 changes: 56 additions & 0 deletions public/translations/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,56 @@
},
"disabled": {
"description": "La tienda está deshabilitada en esta comunidad."
},
"categories": {
"admin_page_description": "Añade y gestiona las categorías que estarán disponibles en la tienda.",
"empty": {
"title": "¡Parece que tu comunidad no tiene ninguna categoría!",
"description": "Comience creando una nueva categoría abajo"
},
"add_root": "Añadir nueva categoria",
"add_child": "Añadir subcategoría de {{parent_name}}",
"click_category_to_edit": "{{category_name}} - Haz clic para editar",
"actions_for": "Acciones para {{category_name}}",
"fields": {
"name": "Nombre",
"slug": "URL para Compartir",
"description": "Descripción",
"image": "Imagen",
"meta": {
"title": "Título",
"description": "Descripción",
"keywords": "Palabras clave"
}
},
"form": {
"insert_name": "Inserta un nombre para generar la URL para compartir",
"invalid_slug": "URL para compartir no válida",
"invalid_slug_tooltip": "Los caracteres no latinos no se aceptan en URLs. Para generar un URL válido, el nombre de la categoría debe tener al menos un carácter latino",
"image_guidance": "Prefiere imágenes en modo horizontal con alta calidad"
},
"metadata": {
"title": "Contenido compartido",
"guidance": "Esta información se utilizará para mostrar más información al compartir esta categoría.",
"preview": "Avance",
"preview_text": "Esta es una aproximación de cómo se verá el contenido compartido. Puede cambiar según la plataforma en la que se comparte el enlace."
},
"delete": {
"title": "Eliminar {{category_name}}",
"warning": "Si elimina esta categoría, todas sus subcategorías también se eliminarán de forma permanente.",
"confirmation": "¿Está seguro de que desea eliminar esta categoría?"
},
"actions": {
"edit_main_information": "Editar información principal",
"edit_sharing_data": "Editar dados compartidos",
"move_up": "Mover hacia arriba",
"move_down": "Mover hacia abajo",
"delete": "Eliminar"
},
"create_error": "Algo salió mal al crear la categoría",
"update_error": "Algo salió mal al actualizar la categoría",
"delete_error": "Algo salió mal al eliminar la categoría",
"reorder_error": "Algo salió mal al reordenar la categoría"
}
},
"dashboard": {
Expand Down Expand Up @@ -1172,6 +1222,12 @@
"title": "Objetivos y acciones",
"description": ""
},
"shop": {
"categories": {
"title": "Categorías",
"description": "Qué tipo de artículos la gente puede poner a la venta"
}
},
"contacts": {
"title": "Contactos de soporte",
"description": "Correo electrónico, whatsapp, número de teléfono, etc."
Expand Down
Loading