Add keys i18n

This commit is contained in:
SimonOriginal
2024-06-24 16:19:56 +02:00
parent a8198d7a7f
commit 06a337061b
39 changed files with 91 additions and 17 deletions

View File

@@ -126,7 +126,7 @@
/>
</svg>
</div>
<div class=" self-center text-sm font-medium">Export LiteLLM config.yaml</div>
<div class=" self-center text-sm font-medium">{$i18n.t('Export LiteLLM config.yaml')}</div>
</button>
</div>
</div>
@@ -137,7 +137,7 @@
class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
type="submit"
>
Save
{$i18n.t('Save')}
</button>
</div> -->

View File

@@ -509,7 +509,7 @@
</div>
{/if}
{:else}
<div>Pipelines Not Detected</div>
<div>{$i18n.t('Pipelines Not Detected')}</div>
{/if}
{:else}
<div class="flex justify-center h-full">
@@ -525,7 +525,7 @@
class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
type="submit"
>
Save
{$i18n.t('Save')}
</button>
</div>
</form>