-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spanish and Portuguese languages updates (#1872)
* Create pr.yml * Update pr.yml * Update es.yml File updated with spanish translation * Update es.yml * Update pr.yml Portuguese translation updated
- Loading branch information
1 parent
d06eea2
commit 011cef8
Showing
2 changed files
with
84 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
toolbar: | ||
clear: Clear | ||
download: Download | ||
search: Search | ||
clear: Limpiar | ||
download: Descargar | ||
search: Buscar | ||
label: | ||
containers: Contenedores | ||
total-containers: Total Containers | ||
running: Running | ||
total-cpu-usage: Total CPU Usage | ||
total-mem-usage: Total Mem Usage | ||
dozzle-version: Dozzle Version | ||
all: All | ||
password: Password | ||
username: Username | ||
total-containers: Contenedores Totales | ||
running: En ejecución | ||
total-cpu-usage: Uso total del Procesador | ||
total-mem-usage: Uso total de la Memoria | ||
dozzle-version: Versión de Dozzle | ||
all: Todo | ||
password: Contraseña | ||
username: Nombre de usuario | ||
tooltip: | ||
search: Search containers (⌘ + k, ⌃k) | ||
pin-column: Pin as column | ||
search: Buscar contenedores (⌘ + K, CTRL + K) | ||
pin-column: Anclar como columna | ||
error: | ||
page-not-found: This page does not exist. | ||
invalid-auth: Username and password are not valid. | ||
page-not-found: Esta página no existe. | ||
invalid-auth: El nombre de usuario y la contraseña no son válidos. | ||
title: | ||
page-not-found: Page not found | ||
login: Authentication Required | ||
settings: Settings | ||
page-not-found: Página no encontrada | ||
login: Autenticación requerida | ||
settings: Configuración | ||
button: | ||
logout: Logout | ||
login: Login | ||
logout: Cerrar la sesión | ||
login: Iniciar sesión | ||
placeholder: | ||
search-containers: Search Containers | ||
search-containers: Buscar Contenedores | ||
settings: | ||
display: Display | ||
small-scrollbars: Use smaller scrollbars | ||
show-timesamps: Show timestamps | ||
soft-wrap: Soft wrap lines | ||
display: Vista | ||
small-scrollbars: Utilizar barras de desplazamiento más pequeñas | ||
show-timesamps: Mostrar marcas de tiempo | ||
soft-wrap: Líneas de texto con ajuste suave | ||
12-24-format: >- | ||
By default, Dozzle will use your browser's locale to format time. You can | ||
force to 12 or 24 hour style. | ||
font-size: Font size to use for logs | ||
color-scheme: Color scheme | ||
options: Options | ||
show-stopped-containers: Show stopped containers | ||
about: About | ||
Por defecto, Dozzle utilizará la configuración regional de tu navegador para formatear la hora. Usted puede | ||
forzar el estilo de 12 o 24 horas. | ||
font-size: Tamaño de letra a utilizar para los registros | ||
color-scheme: Esquema de colores | ||
options: Opciones | ||
show-stopped-containers: Mostrar contenedores parados | ||
about: Acerca de | ||
search: >- | ||
Enable searching with Dozzle using <code>command+f</code> or | ||
Activar la búsqueda con Dozzle mediante <code>comando+f</code> o | ||
<code>ctrl+f</code> | ||
using-version: You are using Dozzle {version}. | ||
using-version: Estás usando Dozzle {version}. | ||
update-available: >- | ||
New version is available! Update to | ||
¡La nueva versión está disponible! Actualizar a la | ||
<a :href="{href}" class="next-release" target="_blank" rel="noreferrer noopener">{nextVersion}</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
toolbar: | ||
clear: Limpar | ||
download: Descarregar | ||
search: Pesquisa | ||
label: | ||
containers: Contentores | ||
total-containers: Contentores Totais | ||
running: Em execução | ||
total-cpu-usage: Utilização total da CPU | ||
total-mem-usage: Total de utilização da memória | ||
dozzle-version: Versão Dozzle | ||
all: Tudo | ||
password: Senha | ||
username: Nome de usuário | ||
tooltip: | ||
search: Pesquisar contentores (⌘ + K, CTRL + K) | ||
pin-column: Alfinete como coluna | ||
error: | ||
page-not-found: Esta página não existe. | ||
invalid-auth: O nome de usuário e a senha não são válidos. | ||
title: | ||
page-not-found: Página não encontrada | ||
login: Autenticação Requerida | ||
settings: Configurações | ||
button: | ||
logout: Terminar sessão | ||
login: Iniciar sessão | ||
placeholder: | ||
search-containers: Pesquisar Contentores | ||
settings: | ||
display: Visão | ||
small-scrollbars: Usar barras de rolagem mais pequenas | ||
show-timesamps: Mostrar carimbos de tempo | ||
soft-wrap: Linhas de texto de embrulho suave | ||
12-24-format: >- | ||
Por defeito, Dozzle utilizará o locale do seu navegador para formatar a hora. Pode | ||
forçar ao estilo de 12 ou 24 horas. | ||
font-size: Tamanho de letra a utilizar para os registos | ||
color-scheme: Esquema de cores | ||
options: Opções | ||
show-stopped-containers: Mostrar contentores parados | ||
about: Acerca de | ||
search: >- | ||
Habilitar a pesquisa com Dozzle usando <code>comando+f</code> ou | ||
<code>ctrl+f</code> | ||
using-version: Está a usar o Dozzle {version}. | ||
update-available: >- | ||
Está disponível uma nova versão! Actualização para | ||
<a :href="{href}" class="next-release" target="_blank" rel="noreferrer noopener">{nextVersion}</a>. |