Archived
Template
1
Fork 0
This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/translations/pt.js
2024-01-30 10:59:28 -05:00

46 lines
1.3 KiB
JavaScript

import "../chunks/chunk.NH3SRVOC.js";
import "../chunks/chunk.QPSNFEB2.js";
import {
registerTranslation
} from "../chunks/chunk.O27EHOBW.js";
import "../chunks/chunk.KIILAQWQ.js";
// src/translations/pt.ts
var translation = {
$code: "pt",
$name: "Portugu\xEAs",
$dir: "ltr",
carousel: "Carrossel",
clearEntry: "Limpar entrada",
close: "Fechar",
copied: "Copiado",
copy: "Copiar",
currentValue: "Valor atual",
error: "Erro",
goToSlide: (slide, count) => `V\xE1 para o slide ${slide} de ${count}`,
hidePassword: "Esconder a senha",
loading: "Carregando",
nextSlide: "Pr\xF3ximo slide",
numOptionsSelected: (num) => {
if (num === 0)
return "Nenhuma op\xE7\xE3o selecionada";
if (num === 1)
return "1 op\xE7\xE3o selecionada";
return `${num} op\xE7\xF5es selecionadas`;
},
previousSlide: "Slide anterior",
progress: "Progresso",
remove: "Remover",
resize: "Mudar o tamanho",
scrollToEnd: "Rolar at\xE9 o final",
scrollToStart: "Rolar at\xE9 o in\xEDcio",
selectAColorFromTheScreen: "Selecionar uma cor da tela",
showPassword: "Mostrar senha",
slideNum: (slide) => `Slide ${slide}`,
toggleColorFormat: "Trocar o formato de cor"
};
registerTranslation(translation);
var pt_default = translation;
export {
pt_default as default
};