|
@@ -111,7 +111,7 @@
|
|
<input
|
|
<input
|
|
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
|
|
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
|
|
type="number"
|
|
type="number"
|
|
- placeholder="Enter Seed"
|
|
|
|
|
|
+ placeholder={$i18n.t('Enter Seed')}
|
|
bind:value={params.seed}
|
|
bind:value={params.seed}
|
|
autocomplete="off"
|
|
autocomplete="off"
|
|
min="0"
|
|
min="0"
|
|
@@ -1115,7 +1115,7 @@
|
|
<div class=" flex-1">
|
|
<div class=" flex-1">
|
|
<textarea
|
|
<textarea
|
|
class="px-3 py-1.5 text-sm w-full bg-transparent border dark:border-gray-600 outline-none rounded-lg -mb-1"
|
|
class="px-3 py-1.5 text-sm w-full bg-transparent border dark:border-gray-600 outline-none rounded-lg -mb-1"
|
|
- placeholder="Write your model template content here"
|
|
|
|
|
|
+ placeholder={$i18n.t('Write your model template content here')}
|
|
rows="4"
|
|
rows="4"
|
|
bind:value={params.template}
|
|
bind:value={params.template}
|
|
/>
|
|
/>
|