Skip to content

Commit

Permalink
feat: adds some translations (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Dec 9, 2023
1 parent 65d4645 commit 8baa502
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ releases:
two_parts: "{first} und {second}"
latest: Latest
no_releases: Du hast die aktuellste Version
copy_log:
title: Log kopieren
toasts:
copied:
title: Kopiert
message: Log in Zwischenablage kopiert
14 changes: 14 additions & 0 deletions locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,17 @@ settings:
<a href="{href}" target="_blank" rel="noreferrer noopener">{nextVersion}</a>.
show-std: Mostrar etiquetas de salida estándar y salida de error estándar
automatic-redirect: Redireccionar automáticamente a nuevos contenedores con el mismo nombre
releases:
features: Características
bugFixes: Correcciones de errores
breaking: Cambios importantes
three_parts: "{features}, {bugFixes} y {breaking}"
two_parts: "{features} y {bugFixes}"
latest: Último
no_releases: No hay lanzamientos
copy_log:
title: Copiar registro
toasts:
copied:
title: Copiado
message: Registro copiado al portapapeles
2 changes: 2 additions & 0 deletions locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ settings:
新版本可用!更新到 <a href="{href}" rel="noreferrer noopener">{nextVersion}</a>。
show-std: 显示stdout和stderr标签
automatic-redirect: 自动重定向到同名的新容器
copy_log:
title: 复制日志

0 comments on commit 8baa502

Please sign in to comment.