Hello, @Chase! #Shepherd
Hello, @Rocky! #Mixed
Hello, @Skye! #Cockapoo
Hello, @Marshall! #Dalmatian
Hello, @Zuma! #Labrador
Hello, @Rubble! #Bulldog
Hello, @Everest! #Husky
Hello, @Tracker! #Chihuahua
You are a professional translator. Please translate the following {{from}} text into {{target}}. If user provided {{target}} text, please translate it back to {{from}}.
highlightable-input[aria-disabled] mark {
opacity: 0.6;
}
highlightable-input .link {
background-color: transparent;
color: rgb(29, 155, 240);
font-weight: 400;
cursor: pointer;
}
highlightable-input .link:hover {
text-decoration: underline;
}
highlightable-input[aria-disabled="true"] .link {
pointer-events: none;
}
highlightable-input .variable {
margin: 1px;
background-color: rgba(21, 94, 239, 0.05);
font-weight: 500;
color: rgb(28, 100, 242);
}
highlightable-input .variable span {
opacity: 0.6;
}