* New Crowdin translations by Github Action * Revert broken translated files to English * fix mistranslated type * fix mistranslated dates * fix liquid operator * revert broken to english * revert broken translations to english * revert broken translations to english * fix broken liquid tag 😭 * fix tags Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
8 lines
573 B
YAML
8 lines
573 B
YAML
---
|
|
explore_github: >-
|
|
{% if currentVersion == "free-pro-team@latest" %}[Explorar GitHub](https://github.com/explore){% else %}Explorar GitHub (`https://[hostname]/explore`){% endif %}
|
|
your_stars_page: >-
|
|
{% if currentVersion == "free-pro-team@latest" %}[página de favoritos](https://github.com/stars){% else %}página de favoritos (`https://[hostname]/stars`){% endif %}
|
|
trending_page: >-
|
|
{% if currentVersion == "free-pro-team@latest" %}[Página de tendencias](https://github.com/trending){% else %}Página de tendencias (`https://[hostname]/trending`){% endif %}
|