-
-
Notifications
You must be signed in to change notification settings - Fork 2
docs: add Spanish README #38
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
Open
webbrain-one
wants to merge
1
commit into
akrindev:main
Choose a base branch
from
webbrain-one:webbrain/readme-translation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
|
|
||
|
|
||
| <p align="center"> | ||
| <img src="/public/img/logo.png" width="200px" height="200px"/> | ||
| </p> | ||
|
|
||
| ### ¿Qué es tiramisu2? | ||
| <p align="center"> | ||
| Tiramisu2 es un sitio web para buscar o explorar los datos presentes en un juego MMORPG para Android e iOS. No se limita solo a la base de datos del juego; aquí también se incluyen varias herramientas que pueden utilizarse para simular las funciones del mismo. | ||
| </p> | ||
|
|
||
| ## Tecnologías utilizadas | ||
| - laravel 8 | ||
| - livewire | ||
| - tabler | ||
| - datatable | ||
| - sb admin | ||
|
|
||
| ## ¿Qué incluye? | ||
| Tanto los usuarios invitados como los miembros con sesión iniciada pueden utilizar las funciones disponibles. Por supuesto, los usuarios autenticados obtienen acceso a funciones exclusivas. | ||
|
|
||
| - [x] Items (type) | ||
| - [x] Item | ||
| - [x] Monster | ||
| - [x] Drops | ||
| - [x] Map | ||
| - [x] NPC | ||
| - [x] Quest | ||
| - [x] Appearance | ||
| - [x] Element Mob | ||
| - [x] Skills | ||
| - [x] Registlet | ||
| - [x] Emblem | ||
| - [x] Quiz | ||
| - [x] Background Music | ||
| - [x] Food member | ||
| - [x] EXP Quest Calculator | ||
| - [x] MQ EXP Calculator | ||
| - [x] Stating simulator | ||
| - [x] Refine Simulator | ||
| - [x] Consignboard Calculator | ||
| - [x] Potensi Calculator | ||
| - [x] Leveling Finder | ||
| - [x] Monthly Dye | ||
|
|
||
| ## Usuarios Autenticados | ||
|
|
||
| - [x] Login with fb or twitter | ||
| - [x] Update Profile | ||
| - [x] Notification | ||
| - [x] Write on forum | ||
| - [x] Reply Forum | ||
| - [x] Save Formula | ||
| - [x] Love Formula | ||
| - [x] Public food info | ||
| - [x] Post gallery photo | ||
| - [x] Quiz | ||
| - [x] Submit Quiz | ||
| - [x] Make Quiz with code | ||
| - [x] Contribution Point | ||
| - [x] Admin can manage all of the features on Dashboard | ||
| - [x] User can make guild | ||
| - [x] Guild user has many roles | ||
| - [x] User can manage member on their guild | ||
|
|
||
| ## Pendiente | ||
| - [x] Make Guild | ||
| - [ ] Recipes | ||
| - [ ] and more | ||
|
Comment on lines
+66
to
+69
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Corrige el estado de la sección Line 67 marca 🤖 Prompt for AI Agents |
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Añade texto alternativo al logotipo.
La etiqueta
<img>de Line 4 no tienealt. Añade una descripción para que los lectores de pantalla puedan identificar la imagen.Propuesta
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)
[warning] 4-4: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Source: Linters/SAST tools
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Corrige la ruta del logotipo.
src="/public/img/logo.png"es una ruta absoluta. En muchos visores de README, se resuelve desde el dominio raíz y no desde el repositorio. El logo puede aparecer roto. Usa una ruta relativa.Propuesta
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)
[warning] 4-4: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents