1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

fix: i18n for no-logs (#3873)

This commit is contained in:
Amir Raminfar
2025-05-05 11:49:42 -07:00
committed by GitHub
parent c172f6f73f
commit 711745eb1f
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,9 @@
</div>
<span class="sr-only">Loading...</span>
</ul>
<div v-else-if="noLogs && !waitingForMoreLog" class="p-4">Container has no logs yet</div>
<div v-else-if="noLogs && !waitingForMoreLog" class="p-4">
{{ $t("label.no-logs") }}
</div>
<slot :messages="messages" v-else></slot>
<IndeterminateBar :color />
</template>

View File

@@ -30,6 +30,7 @@ label:
host-menu: Hosts and Containers
swarm-menu: Services and Stacks
group-menu: Custom Groups
no-logs: Container has no logs yet
tooltip:
search: Search containers (⌘ + k, ⌃k)
pin-column: Pin as column