aboutsummaryrefslogtreecommitdiff
path: root/locales/es.yml
blob: b87502fc0e600bb02dd92bb33f192263e83b62bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
home:
  categories:
    newestTools: Nuevas herramientas
    favoriteTools: 'Tus herramientas favoritas'
    allTools: 'Todas las herramientas'
  subtitle: 'Herramientas practicas para desarrolladores'
  toggleMenu: 'Toggle menu'
  home: Home
  uiLib: 'UI Lib'
  support: 'Apoyar el desarrollo de IT-Tools'
  buyMeACoffee: 'Buy me a coffee'
  follow:
    title: 'Te gustan las it-tools?'
    p1: 'Danos una estrella en'
    githubRepository: 'Repositorio de IT-Tools en GitHub'
    p2: 'o síguenos en'
    twitterAccount: 'Cuenta de twitter de IT-Tools'
    thankYou: 'Muchas gracias!'
  nav:
    github: 'Repositorio en github'
    githubRepository: 'IT-Tools GitHub repository'
    twitter: 'Cuenta de Twitter'
    twitterAccount: 'Cuenta de twitter de IT Tools'
    about: 'Sobre  IT-Tools'
    aboutLabel: 'Sobre'
    darkMode: 'Modo obscuro'
    lightMode: 'Modo claro'
    mode: 'Alternar modo oscuro/claro'
about:
  content: >
    # Sobre IT-Tools

    Este maravilloso sitio web, hecho con ❤ por [Corentin Thomasset](https://github.com/CorentinTh) , agrega herramientas útiles para desarrolladores y personas que trabajan en IT. Si lo encuentra útil, no dude en compartirlo con las personas que crea que también pueden encontrarlo útil y ¡no olvide marcarlo como favorito en su barra de accesos directos!

    IT Tools es de código abierto (under the MIT license) y gratis, y siempre lo será, pero me cuesta dinero alojar y renovar el nombre de dominio. Si desea apoyar mi trabajo y animarme a agregar más herramientas, considere apoyarme a través de[sponsoring me](https://www.buymeacoffee.com/cthmsst).

    ## Tecnologías

    IT Tools está creado en Vue.js (Vue 3) con la biblioteca de componentes Naive UI y Vercel lo aloja y lo implementa continuamente. En algunas herramientas se utilizan bibliotecas de código abierto de terceros; puede encontrar la lista completa en [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) archivo del repositorio.

    ## ¿Encontraste un error? ¿Falta una herramienta?
    
    Si necesita una herramienta que actualmente no está presente aquí y cree que puede ser útil, puede enviar una solicitud de función en el [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) en el repositorio de GitHub.

    Y si encontró un error o algo no funciona como se esperaba, presente un reporte de error en el [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) en el repositorio de GitHub.

404:
  notFound: '404 Not Found'
  sorry: 'Lo sentimos, esta página no parece existir'
  maybe: 'Tal vez el caché esté haciendo cosas raras, ¿probamos a refrescar forzosamente?'
  backHome: 'Back home'
favoriteButton:
  remove: 'Quitar de favoritos'
  add: 'Añadir a favoritos'
toolCard:
  new: Nuevo
search:
  label: Buscar
tools:
  categories:
    favorite-tools: 'Tus herramientas favoritas'
    crypto: Crypto
    converter: Converter
    web: Web
    images and videos: 'Images & Videos'
    development: Development
    network: Network
    math: Math
    measurement: Measurement
    text: Text
    data: Data
slots'>fix/empty-slots Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20Upgrade compiler versionGravatar unknown 2-5/+5
2022-06-20Upgrade the compilerGravatar unknown 2-5/+5
2022-06-20Fix types for the edge function integrationGravatar unknown 3-13/+24
2022-06-17disabling Netlify Edge Functions tests for now (#3631)Gravatar Tony Sullivan 1-1/+1
2022-06-17Get edge functions working in the edge testsGravatar unknown 4-2/+17
2022-06-17Pass through plugin contextGravatar unknown 3-6/+13
2022-06-17Fix hoisted script scanningGravatar unknown 1-19/+38
2022-06-17Allows using the constructor for lit elementsGravatar unknown 7-19/+23
2022-06-17Remove tagName custom element testGravatar unknown 2-16/+1
2022-06-17Inject post-buildGravatar unknown 2-26/+19
2022-06-17Remove extra newlines around Markdown components (#3620)Gravatar hippotastic 6-13/+23
2022-06-17Fix ssr, probablyGravatar unknown 3-14/+44
2022-06-17Include metadata for markdown tooGravatar unknown 1-1/+13
2022-06-17Support re-exporting astro components containing client componentsGravatar unknown 20-177/+269
2022-06-17[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-17[ci] formatGravatar bholmesdev 2-2/+4
2022-06-16Fix: Netlify edge deployment when using markdown (#3612)Gravatar Ben Holmes 10-13/+34
2022-06-16[ci] formatGravatar tony-sull 1-2/+2
2022-06-16Investiging a flaky error test (#3613)Gravatar Tony Sullivan 1-7/+13
2022-06-16feat: update `@astrojs/cloudflare` readme (#3616)Gravatar Richard Cooke 1-0/+8
2022-06-16[ci] formatGravatar tony-sull 2-5/+5
2022-06-16feat: improved sitemap (#3579)Gravatar Oleksii Tymoshenko 15-76/+607
2022-06-16[ci] formatGravatar matthewp 2-17/+9
2022-06-16fix(@astrojs/telemetry): add optional integrations field (#3614)Gravatar Okiki Ojo 4-4/+63
2022-06-16Revert "restarting dev server between each error test"Gravatar Tony Sullivan 1-2/+2
2022-06-16restarting dev server between each error testGravatar Tony Sullivan 1-2/+2
2022-06-16[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0Gravatar github-actions[bot] 39-88/+80
2022-06-16[ci] formatGravatar matthewp 1-1/+1
2022-06-16feat: add SSR adaptor for cloudflare pages functions (#3600)Gravatar Richard Cooke 8-0/+194
2022-06-16[ci] formatGravatar matthewp 11-76/+60
2022-06-16Inline hydration directive scripts (#3605)Gravatar Matthew Phillips 19-174/+203
2022-06-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-15[ci] formatGravatar tony-sull 3-5/+8
2022-06-15Adds support base64 encoding in Netlify Functions (#3592)Gravatar Tony Sullivan 7-7/+169
2022-06-15Update README.md (#3597)Gravatar Dan Jutan 1-12/+29
2022-06-15fix: check node version and find acceptable host accordingly (#3599)Gravatar Ari Gibson 2-1/+8
2022-06-15[ci] formatGravatar matthewp 7-98/+92
2022-06-15Consolidate hydration scripts into just one (#3571)Gravatar Matthew Phillips 37-288/+533
2022-06-15[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-14[ci] release (#3596)astro@1.0.0-beta.46Gravatar github-actions[bot] 34-81/+67
2022-06-14[ci] formatGravatar natemoo-re 1-2/+1
2022-06-14Collect project meta info (#3587)Gravatar Nate Moore 3-0/+103
2022-06-14[ci] formatGravatar matthewp 1-3/+3
2022-06-14Handle importing multiple CSS packages in same bundle (#3595)Gravatar Matthew Phillips 5-1/+23