🐛 Fix name on broken color token (#8527)

This commit is contained in:
Eva Marco 2026-03-09 12:10:26 +01:00 committed by GitHub
parent b3a6468697
commit 0a5de10dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 20 additions and 12 deletions

View File

@ -96,14 +96,14 @@
id (dm/str (:id token) "-name")
swatch-tooltip-content (cond
not-active
(tr "ds.inputs.token-field.no-active-token-option" token-name)
(tr "ds.inputs.token-field.no-active-color.token-option")
has-errors
(tr "color-row.token-color-row.deleted-token")
:else
(tr "workspace.tokens.resolved-value" resolved))
name-tooltip-content (cond
not-active
(tr "ds.inputs.token-field.no-active-token-option" token-name)
(tr "ds.inputs.token-field.no-active-color.token-option")
has-errors
(tr "color-row.token-color-row.deleted-token")
:else

View File

@ -1362,7 +1362,7 @@ msgstr "Token trennen"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s ist nicht Teil eines aktiven Sets oder ungültig."
msgstr "{%s} ist nicht Teil eines aktiven Sets oder ungültig."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1284,7 +1284,11 @@ msgstr "Detach token"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s is not in any active set or has an invalid value."
msgstr "{%s} is not in any active set or has an invalid value."
#: src/app/main/ui/ds/controls/utilities/token_field.cljs
msgid "ds.inputs.token-field.no-active-color.token-option"
msgstr "This token is not in any active set or has an invalid value."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1274,7 +1274,11 @@ msgstr "Desvincular token"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s no está disponible en ningún set o tiene un valor inválido."
msgstr "{%s} no está disponible en ningún set o tiene un valor inválido."
#: src/app/main/ui/ds/controls/utilities/token_field.cljs
msgid "ds.inputs.token-field.no-active-color.token-option"
msgstr "Este token no está disponible en ningún set o tiene un valor inválido."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1369,7 +1369,7 @@ msgstr "Détacher le token"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s n'est pas disponible dans la collection ou le thème actif."
msgstr "{%s} n'est pas disponible dans la collection ou le thème actif."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1360,7 +1360,7 @@ msgstr "Détacher du token"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s n'est disponible dans aucune collection ou est invalide."
msgstr "{%s} n'est disponible dans aucune collection ou est invalide."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1355,7 +1355,7 @@ msgstr "Scollega token"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s non è disponibile in nessun set o tema attivo."
msgstr "{%s} non è disponibile in nessun set o tema attivo."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1358,7 +1358,7 @@ msgstr "Token loskoppelen"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s is niet beschikbaar in een actieve verzameling of thema."
msgstr "{%s} is niet beschikbaar in een actieve verzameling of thema."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1187,7 +1187,7 @@ msgstr "Desvincular token"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s não está em nenhum conjunto ativo ou possui um valor inválido."
msgstr "{%s} não está em nenhum conjunto ativo ou possui um valor inválido."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1204,7 +1204,7 @@ msgstr "Detașează tokenul"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s nu este în nici un set activ sau are o valoare invalidă."
msgstr "{%s} nu este în nici un set activ sau are o valoare invalidă."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"

View File

@ -1188,7 +1188,7 @@ msgstr "Lösgör token"
#: src/app/main/ui/ds/controls/utilities/token_field.cljs:43, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:99, src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs:106
msgid "ds.inputs.token-field.no-active-token-option"
msgstr "%s är inte i någon aktiv uppsättning eller har ett ogiltigt värde."
msgstr "{%s} är inte i någon aktiv uppsättning eller har ett ogiltigt värde."
#: src/app/main/data/auth.cljs:339
msgid "errors.auth-provider-not-allowed"