| 1 | <div class="m-b-1" data-i18n="upload_expression_request">Please enter a name for the sprite (without extension).</div> |
| 2 | <div class="m-b-1" data-i18n="upload_expression_naming_1"> |
| 3 | Sprite names must follow the naming schema for the selected expression: {{expression}} |
| 4 | </div> |
| 5 | <div data-i18n="upload_expression_naming_2"> |
| 6 | For multiple expressions, the name must follow the expression name and a valid suffix. Allowed separators are '-' or dot '.'. |
| 7 | </div> |
| 8 | <span class="m-b-1" data-i18n="Examples:">Examples:</span> <tt>{{expression}}.png</tt>, <tt>{{expression}}-1.png</tt>, <tt>{{expression}}.expressive.png</tt> |
| 9 | {{#if clickedFileName}} |
| 10 | <div class="m-t-1" data-i18n="upload_expression_replace">Click 'Replace' to replace the existing expression:</div> |
| 11 | <tt>{{clickedFileName}}</tt> |
| 12 | {{/if}} |