Browse Source
Task/improve language localization for ES (#6905)
* Update translations
* Update changelog
pull/6908/head
Jorge
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
3 deletions
-
CHANGELOG.md
-
apps/client/src/locales/messages.es.xlf
|
|
|
@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Enabled the _Bull Dashboard_ in the admin control panel without requiring an environment variable (experimental) |
|
|
|
- Extracted the page tabs to a reusable component |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
- Improved the language localization for Spanish (`es`) |
|
|
|
- Upgraded `bull-board` from version `7.0.0` to `7.1.5` |
|
|
|
- Upgraded `Nx` from version `22.7.1` to `22.7.2` |
|
|
|
|
|
|
|
|
|
|
|
@ -440,7 +440,7 @@ |
|
|
|
</trans-unit> |
|
|
|
<trans-unit id="3973560112150137298" datatype="html"> |
|
|
|
<source>Find an account...</source> |
|
|
|
<target state="new">Find an account...</target> |
|
|
|
<target state="translated">Buscar una cuenta...</target> |
|
|
|
<context-group purpose="location"> |
|
|
|
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context> |
|
|
|
<context context-type="linenumber">471</context> |
|
|
|
@ -6094,7 +6094,7 @@ |
|
|
|
</trans-unit> |
|
|
|
<trans-unit id="2839679566742557360" datatype="html"> |
|
|
|
<source>Find a holding...</source> |
|
|
|
<target state="new">Find a holding...</target> |
|
|
|
<target state="translated">Buscar una posición...</target> |
|
|
|
<context-group purpose="location"> |
|
|
|
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context> |
|
|
|
<context context-type="linenumber">472</context> |
|
|
|
@ -6275,7 +6275,7 @@ |
|
|
|
</trans-unit> |
|
|
|
<trans-unit id="4943376738492797606" datatype="html"> |
|
|
|
<source>Jump to a page...</source> |
|
|
|
<target state="new">Jump to a page...</target> |
|
|
|
<target state="translated">Saltar a una página...</target> |
|
|
|
<context-group purpose="location"> |
|
|
|
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context> |
|
|
|
<context context-type="linenumber">473</context> |
|
|
|
|