chore: Update translations
This commit is contained in:
parent
ec2b11bd75
commit
3b11831723
@ -36,7 +36,8 @@ export const ProxyImg = (props: ProxyImgProps) => {
|
|||||||
<img
|
<img
|
||||||
{...props}
|
{...props}
|
||||||
src={props.src ? proxy(props.src, props.size) : ""}
|
src={props.src ? proxy(props.src, props.size) : ""}
|
||||||
width={props.size} height={props.size}
|
width={props.size}
|
||||||
|
height={props.size}
|
||||||
onError={e => {
|
onError={e => {
|
||||||
if (props.onError) {
|
if (props.onError) {
|
||||||
props.onError(e);
|
props.onError(e);
|
||||||
|
@ -15,7 +15,7 @@ export enum LoginSessionType {
|
|||||||
PublicKey = "public_key",
|
PublicKey = "public_key",
|
||||||
Nip7 = "nip7",
|
Nip7 = "nip7",
|
||||||
Nip46 = "nip46",
|
Nip46 = "nip46",
|
||||||
Nip7os = "nip7_os"
|
Nip7os = "nip7_os",
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LoginSession {
|
export interface LoginSession {
|
||||||
|
@ -9,7 +9,7 @@ export class Nip7OsSigner implements EventSigner {
|
|||||||
if ("nostr_os" in window && window.nostr_os) {
|
if ("nostr_os" in window && window.nostr_os) {
|
||||||
this.#interface = window.nostr_os;
|
this.#interface = window.nostr_os;
|
||||||
} else {
|
} else {
|
||||||
throw new Error("Nost OS extension not available")
|
throw new Error("Nost OS extension not available");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,11 +2,11 @@ import { MultiAccountStore } from "./MultiAccountStore";
|
|||||||
export const LoginStore = new MultiAccountStore();
|
export const LoginStore = new MultiAccountStore();
|
||||||
|
|
||||||
export interface Nip7os {
|
export interface Nip7os {
|
||||||
getPublicKey: () => string
|
getPublicKey: () => string;
|
||||||
signEvent: (ev: string) => string
|
signEvent: (ev: string) => string;
|
||||||
saveKey: (key: string) => void
|
saveKey: (key: string) => void;
|
||||||
nip04_encrypt: (content:string, to: string) => string
|
nip04_encrypt: (content: string, to: string) => string;
|
||||||
nip04_decrypt: (content:string, from: string) => string
|
nip04_decrypt: (content: string, from: string) => string;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
@ -136,12 +136,14 @@ export default function NewUserFlow() {
|
|||||||
</h2>
|
</h2>
|
||||||
<Copy text={hexToMnemonic(login.generatedEntropy ?? "")} />
|
<Copy text={hexToMnemonic(login.generatedEntropy ?? "")} />
|
||||||
<div className="next-actions">
|
<div className="next-actions">
|
||||||
<button type="button" onClick={() => {
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => {
|
||||||
LoginStore.updateSession({
|
LoginStore.updateSession({
|
||||||
...login,
|
...login,
|
||||||
generatedEntropy: undefined
|
generatedEntropy: undefined,
|
||||||
})
|
});
|
||||||
navigate(PROFILE)
|
navigate(PROFILE);
|
||||||
}}>
|
}}>
|
||||||
<FormattedMessage {...messages.KeysSaved} />{" "}
|
<FormattedMessage {...messages.KeysSaved} />{" "}
|
||||||
</button>
|
</button>
|
||||||
|
@ -71,10 +71,10 @@ html {
|
|||||||
|
|
||||||
html.light {
|
html.light {
|
||||||
--bg-color: #f8f8f8;
|
--bg-color: #f8f8f8;
|
||||||
--font-color: #2F3F64;
|
--font-color: #2f3f64;
|
||||||
--font-secondary-color: #71717a;
|
--font-secondary-color: #71717a;
|
||||||
--font-tertiary-color: #52525b;
|
--font-tertiary-color: #52525b;
|
||||||
--border-color: #DEE1E8;
|
--border-color: #dee1e8;
|
||||||
|
|
||||||
--highlight: #7139f1;
|
--highlight: #7139f1;
|
||||||
--modal-bg-color: rgba(240, 240, 240, 0.8);
|
--modal-bg-color: rgba(240, 240, 240, 0.8);
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"/n5KSF": "{n} ms",
|
"/n5KSF": "{n} ms",
|
||||||
"00LcfG": "Carregar mais",
|
"00LcfG": "Carregar mais",
|
||||||
"08zn6O": "Exportar chaves",
|
"08zn6O": "Exportar chaves",
|
||||||
"0Azlrb": "Manage",
|
"0Azlrb": "Gerenciar",
|
||||||
"0BUTMv": "Pesquisar...",
|
"0BUTMv": "Pesquisar...",
|
||||||
"0jOEtS": "LNURL inválida",
|
"0jOEtS": "LNURL inválida",
|
||||||
"0mch2Y": "o nome possui caracteres não permitidos",
|
"0mch2Y": "o nome possui caracteres não permitidos",
|
||||||
@ -31,8 +31,8 @@
|
|||||||
"25V4l1": "Banner",
|
"25V4l1": "Banner",
|
||||||
"2IFGap": "Doaçōes",
|
"2IFGap": "Doaçōes",
|
||||||
"2LbrkB": "Insira a senha",
|
"2LbrkB": "Insira a senha",
|
||||||
"2a2YiP": "{n} Bookmarks",
|
"2a2YiP": "{n} Favoritos",
|
||||||
"2k0Cv+": "Dislikes ({n})",
|
"2k0Cv+": "Descurtidas ({n})",
|
||||||
"2ukA4d": "{n} horas",
|
"2ukA4d": "{n} horas",
|
||||||
"3Rx6Qo": "Advanced",
|
"3Rx6Qo": "Advanced",
|
||||||
"3cc4Ct": "Light",
|
"3cc4Ct": "Light",
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"5JcXdV": "Criar conta",
|
"5JcXdV": "Criar conta",
|
||||||
"5oTnfy": "Comprar Identificador",
|
"5oTnfy": "Comprar Identificador",
|
||||||
"5rOdPG": "Once you setup your key manager extension and generated a key, you can follow our new users flow to setup your profile and help you find some interesting people on Nostr to follow.",
|
"5rOdPG": "Once you setup your key manager extension and generated a key, you can follow our new users flow to setup your profile and help you find some interesting people on Nostr to follow.",
|
||||||
"5u6iEc": "Transfer to Pubkey",
|
"5u6iEc": "Transferir para Pubkey",
|
||||||
"5vMmmR": "Nomes de usuário não são únicos no Nostr. O endereço do nostr é seu único endereço legível para um humano que é exclusivo para você no momento do registro.",
|
"5vMmmR": "Nomes de usuário não são únicos no Nostr. O endereço do nostr é seu único endereço legível para um humano que é exclusivo para você no momento do registro.",
|
||||||
"5ykRmX": "Enviar Zap",
|
"5ykRmX": "Enviar Zap",
|
||||||
"65BmHb": "Failed to proxy image from {host}, click here to load directly",
|
"65BmHb": "Failed to proxy image from {host}, click here to load directly",
|
||||||
@ -199,144 +199,144 @@
|
|||||||
"PCSt5T": "Preferências",
|
"PCSt5T": "Preferências",
|
||||||
"PLSbmL": "A sua senha mnemônica",
|
"PLSbmL": "A sua senha mnemônica",
|
||||||
"PamNxw": "Unknown file header: {name}",
|
"PamNxw": "Unknown file header: {name}",
|
||||||
"Pe0ogR": "Theme",
|
"Pe0ogR": "Tema",
|
||||||
"PrsIg7": "Reactions will be shown on every page, if disabled no reactions will be shown",
|
"PrsIg7": "Reações serão mostradas em todas as páginas, se desativadas, nenhuma reação será mostrada",
|
||||||
"QDFTjG": "{n} Relays",
|
"QDFTjG": "{n} Relés",
|
||||||
"QWhotP": "Zap Pool only works if you use one of the supported wallet connections (WebLN, LNC, LNDHub or Nostr Wallet Connect)",
|
"QWhotP": "Zap Pool only works if you use one of the supported wallet connections (WebLN, LNC, LNDHub or Nostr Wallet Connect)",
|
||||||
"QawghE": "You can change your username at any point.",
|
"QawghE": "Você pode alterar seu nome de usuário a qualquer momento.",
|
||||||
"QxCuTo": "Art by {name}",
|
"QxCuTo": "Arte por {name}",
|
||||||
"Qxv0B2": "You currently have {number} sats in your zap pool.",
|
"Qxv0B2": "Você tem atualmente {number} sats no seu grupo de zap.",
|
||||||
"R/6nsx": "Subscription",
|
"R/6nsx": "Assinatura",
|
||||||
"R1fEdZ": "Forward Zaps",
|
"R1fEdZ": "Encaminhar Zaps",
|
||||||
"R81upa": "People you follow",
|
"R81upa": "Pessoas que você segue",
|
||||||
"RDZVQL": "Check",
|
"RDZVQL": "Verificar",
|
||||||
"RahCRH": "Expired",
|
"RahCRH": "Expirado",
|
||||||
"RfhLwC": "By: {author}",
|
"RfhLwC": "Por: {author}",
|
||||||
"RhDAoS": "Are you sure you want to delete {id}",
|
"RhDAoS": "Tem certeza de que deseja excluir {id}",
|
||||||
"RjpoYG": "Recent",
|
"RjpoYG": "Recente",
|
||||||
"RoOyAh": "Relays",
|
"RoOyAh": "Relés",
|
||||||
"Rs4kCE": "Bookmark",
|
"Rs4kCE": "Favoritar",
|
||||||
"RwFaYs": "Sort",
|
"RwFaYs": "Ordenar",
|
||||||
"SOqbe9": "Update Lightning Address",
|
"SOqbe9": "Atualizar endereço Lightning",
|
||||||
"SP0+yi": "Buy Subscription",
|
"SP0+yi": "Comprar assinatura",
|
||||||
"SX58hM": "Copy",
|
"SX58hM": "Copiar",
|
||||||
"SYQtZ7": "LN Address Proxy",
|
"SYQtZ7": "Proxy de endereço LN",
|
||||||
"ShdEie": "Mark all read",
|
"ShdEie": "Marcar todos como lidos",
|
||||||
"Sjo1P4": "Custom",
|
"Sjo1P4": "Customizar",
|
||||||
"Ss0sWu": "Pay Now",
|
"Ss0sWu": "Pagar agora",
|
||||||
"TDR5ge": "Media in notes will automatically be shown for selected people, otherwise only the link will show",
|
"TDR5ge": "A mídia nas notas será mostrada automaticamente para os usuários selecionados, caso contrário apenas o link será mostrado",
|
||||||
"TMfYfY": "Cashu token",
|
"TMfYfY": "Cashu token",
|
||||||
"TpgeGw": "Hex Salt..",
|
"TpgeGw": "Hex Salt..",
|
||||||
"Tpy00S": "People",
|
"Tpy00S": "Pessoas",
|
||||||
"UDYlxu": "Pending Subscriptions",
|
"UDYlxu": "Assinaturas pendentes",
|
||||||
"ULotH9": "Amount: {amount} sats",
|
"ULotH9": "Quantidade: {amount} sats",
|
||||||
"UT7Nkj": "New Chat",
|
"UT7Nkj": "Novo chat",
|
||||||
"UUPFlt": "Users must accept the content warning to show the content of your note.",
|
"UUPFlt": "Os usuários devem aceitar o aviso de conteúdo para mostrar o conteúdo da sua nota.",
|
||||||
"Up5U7K": "Block",
|
"Up5U7K": "Bloquear",
|
||||||
"VBadwB": "Hmm, can't find a key manager extension.. try reloading the page.",
|
"VBadwB": "Hmm, não foi possível encontrar uma extensão para gerenciar chaves... tente recarregar a página.",
|
||||||
"VN0+Fz": "Balance: {amount} sats",
|
"VN0+Fz": "Saldo: {amount} sats",
|
||||||
"VOjC1i": "Pick which upload service you want to upload attachments to",
|
"VOjC1i": "Escolha para qual serviço fazer upload dos arquivos",
|
||||||
"VR5eHw": "Public key (npub/nprofile)",
|
"VR5eHw": "Chave pública (npub/nprofile)",
|
||||||
"VlJkSk": "{n} muted",
|
"VlJkSk": "{n} silenciado(s)",
|
||||||
"VnXp8Z": "Avatar",
|
"VnXp8Z": "Avatar",
|
||||||
"VtPV/B": "Login with Extension (NIP-07)",
|
"VtPV/B": "Login com extensão (NIP-07)",
|
||||||
"VvaJst": "View Wallets",
|
"VvaJst": "Visualizar carteiras",
|
||||||
"Vx7Zm2": "How do keys work?",
|
"Vx7Zm2": "Como as chaves funcionam?",
|
||||||
"W1yoZY": "It looks like you dont have any subscriptions, you can get one {link}",
|
"W1yoZY": "Parece que você não tem nenhuma assinatura, você pode obter uma aqui {link}",
|
||||||
"W2PiAr": "{n} Blocked",
|
"W2PiAr": "{n} bloqueado",
|
||||||
"W9355R": "Unmute",
|
"W9355R": "Desmutar",
|
||||||
"WONP5O": "Find your twitter follows on nostr (Data provided by {provider})",
|
"WONP5O": "Encontre no Nostr os perfis que você segue no Twitter (Dados fornecidos por {provider})",
|
||||||
"WxthCV": "e.g. Jack",
|
"WxthCV": "ex: Jack",
|
||||||
"X7xU8J": "nsec, npub, nip-05, hex, mnemonic",
|
"X7xU8J": "nseg, npub, nip-05, hex, mnemônico",
|
||||||
"XICsE8": "File hosts",
|
"XICsE8": "Servidores de arquivos",
|
||||||
"XgWvGA": "Reactions",
|
"XgWvGA": "Reações",
|
||||||
"Xopqkl": "Your default zap amount is {number} sats, example values are calculated from this.",
|
"Xopqkl": "Sua quantidade padrão de zap é de {number} sats, valores de exemplo são calculados a partir disso.",
|
||||||
"XrSk2j": "Redeem",
|
"XrSk2j": "Resgatar",
|
||||||
"XzF0aC": "Key manager extensions are more secure and allow you to easily login to any Nostr client, here are some well known extensions:",
|
"XzF0aC": "Extensōes para gerenciamento de chaves são mais seguras e lhe permitem fazer login em qualquer cliente Nostr. Essas são algumas das extensōes mais conhecidas:",
|
||||||
"Y31HTH": "Help fund the development of Snort",
|
"Y31HTH": "Ajude a financiar o desenvolvimento do Snort",
|
||||||
"YDURw6": "Service URL",
|
"YDURw6": "URL do serviço",
|
||||||
"YXA3AH": "Enable reactions",
|
"YXA3AH": "Habilitar reações",
|
||||||
"Z0FDj+": "Subscribe to Snort {plan} for {price} and receive the following rewards",
|
"Z0FDj+": "Assine o Snort {plan} por {price} e receba as seguintes recompensas",
|
||||||
"Z4BMCZ": "Enter pairing phrase",
|
"Z4BMCZ": "Inserir frase de pareamento",
|
||||||
"ZKORll": "Activate Now",
|
"ZKORll": "Ativar agora",
|
||||||
"ZLmyG9": "Contributors",
|
"ZLmyG9": "Colaboradores",
|
||||||
"ZUZedV": "Lightning Donation:",
|
"ZUZedV": "Doação Lightning:",
|
||||||
"Zr5TMx": "Setup profile",
|
"Zr5TMx": "Configurar perfil",
|
||||||
"a5UPxh": "Fund developers and platforms providing NIP-05 verification services",
|
"a5UPxh": "Financie desenvolvedores e plataformas que fornecem serviços de verificação NIP-05",
|
||||||
"a7TDNm": "Notes will stream in real time into global and notes tab",
|
"a7TDNm": "As notas serão transmitidas em tempo real na guia global e de notas",
|
||||||
"aWpBzj": "Show more",
|
"aWpBzj": "Mostrar mais",
|
||||||
"b12Goz": "Mnemonic",
|
"b12Goz": "Mnemonic",
|
||||||
"b5vAk0": "Your handle will act like a lightning address and will redirect to your chosen LNURL or Lightning address",
|
"b5vAk0": "Seu identificador atuará como um endereço lightning e redirecionará para a LNURL escolhida ou endereço Lightning",
|
||||||
"bQdA2k": "Sensitive Content",
|
"bQdA2k": "Conteúdo sensível",
|
||||||
"bep9C3": "Public Key",
|
"bep9C3": "Chave pública",
|
||||||
"bfvyfs": "Anon",
|
"bfvyfs": "Anônimo",
|
||||||
"brAXSu": "Pick a username",
|
"brAXSu": "Escolha um nome de usuário",
|
||||||
"bxv59V": "Just now",
|
"bxv59V": "Agora há pouco",
|
||||||
"c+oiJe": "Install Extension",
|
"c+oiJe": "Instalar extensão",
|
||||||
"c35bj2": "If you have an enquiry about your NIP-05 order please DM {link}",
|
"c35bj2": "Se você tiver uma pergunta sobre o seu pedido NIP-05, por favor envie uma mensagem privada {link}",
|
||||||
"c3g2hL": "Broadcast Again",
|
"c3g2hL": "Transmitir novamente",
|
||||||
"cFbU1B": "Using Alby? Go to {link} to get your NWC config!",
|
"cFbU1B": "Usando o Alby? Vá para {link} para obter a sua configuração de NWC!",
|
||||||
"cPIKU2": "Following",
|
"cPIKU2": "Seguindo",
|
||||||
"cQfLWb": "URL..",
|
"cQfLWb": "URL...",
|
||||||
"cWx9t8": "Mute all",
|
"cWx9t8": "Silenciar todos",
|
||||||
"cg1VJ2": "Connect Wallet",
|
"cg1VJ2": "Conectar carteira",
|
||||||
"cuP16y": "Multi account support",
|
"cuP16y": "Suporte a múltiplas contas",
|
||||||
"cuV2gK": "name is registered",
|
"cuV2gK": "nome registrado",
|
||||||
"cyR7Kh": "Back",
|
"cyR7Kh": "Voltar",
|
||||||
"d6CyG5": "History",
|
"d6CyG5": "Histórico",
|
||||||
"d7d0/x": "LN Address",
|
"d7d0/x": "Endereço LN",
|
||||||
"dOQCL8": "Display name",
|
"dOQCL8": "Exibir nome",
|
||||||
"e61Jf3": "Coming soon",
|
"e61Jf3": "Em breve",
|
||||||
"e7qqly": "Mark All Read",
|
"e7qqly": "Marcar todas como lidas",
|
||||||
"eHAneD": "Reaction emoji",
|
"eHAneD": "Emojis de reação",
|
||||||
"eJj8HD": "Get Verified",
|
"eJj8HD": "Obter verificação",
|
||||||
"eSzf2G": "A single zap of {nIn} sats will allocate {nOut} sats to the zap pool.",
|
"eSzf2G": "Um único zap de {nIn} sats irá alocar {nOut} sats para o pool de zap.",
|
||||||
"eXT2QQ": "Group Chat",
|
"eXT2QQ": "Chat em grupo",
|
||||||
"fBI91o": "Zap",
|
"fBI91o": "Zap",
|
||||||
"fOksnD": "Can't vote because LNURL service does not support zaps",
|
"fOksnD": "Não é possível votar porque o serviço LNURL não suporta zaps",
|
||||||
"fWZYP5": "Pinned",
|
"fWZYP5": "Fixado",
|
||||||
"filwqD": "Read",
|
"filwqD": "Lida",
|
||||||
"flnGvv": "What's on your mind?",
|
"flnGvv": "No que você está pensando?",
|
||||||
"fsB/4p": "Saved",
|
"fsB/4p": "Salvo",
|
||||||
"g5pX+a": "About",
|
"g5pX+a": "Sobre",
|
||||||
"g985Wp": "Failed to send vote",
|
"g985Wp": "Falha ao enviar o voto",
|
||||||
"gBdUXk": "Save your keys!",
|
"gBdUXk": "Salve suas chaves!",
|
||||||
"gDZkld": "Snort is a Nostr UI, nostr is a decentralised protocol for saving and distributing \"notes\".",
|
"gDZkld": "Snort é uma interface web do Nostr. O Nostr é um protocolo descentralizado para salvar e distribuir \"notas\".",
|
||||||
"gDzDRs": "Emoji to send when reactiong to a note",
|
"gDzDRs": "Emoji a ser enviado quando reagir a uma nota",
|
||||||
"gXgY3+": "Not all clients support this yet",
|
"gXgY3+": "Nem todos os clientes suportam isso ainda",
|
||||||
"gczcC5": "Subscribe",
|
"gczcC5": "Assinar",
|
||||||
"gjBiyj": "Loading...",
|
"gjBiyj": "Carregando...",
|
||||||
"grQ+mI": "Proof of Work",
|
"grQ+mI": "Prova de trabalho",
|
||||||
"h8XMJL": "Badges",
|
"h8XMJL": "Emblemas",
|
||||||
"hK5ZDk": "the world",
|
"hK5ZDk": "the world",
|
||||||
"hMzcSq": "Messages",
|
"hMzcSq": "Mensagens",
|
||||||
"hWSp+B": "Nostr Connect (NIP-46)",
|
"hWSp+B": "Nostr Connect (NIP-46)",
|
||||||
"hY4lzx": "Supports",
|
"hY4lzx": "Supports",
|
||||||
"hicxcO": "Show replies",
|
"hicxcO": "Exibir respostas",
|
||||||
"hniz8Z": "here",
|
"hniz8Z": "aqui",
|
||||||
"i/dBAR": "Zap Pool",
|
"i/dBAR": "Zap Pool",
|
||||||
"iCqGww": "Reactions ({n})",
|
"iCqGww": "Reações ({n})",
|
||||||
"iDGAbc": "Get a Snort identifier",
|
"iDGAbc": "Obtenha um identificador do Snort",
|
||||||
"iEoXYx": "DeepL translations",
|
"iEoXYx": "DeepL translations",
|
||||||
"iGT1eE": "Prevent fake accounts from imitating you",
|
"iGT1eE": "Impedir que contas falsas imitem você",
|
||||||
"iNWbVV": "Handle",
|
"iNWbVV": "Handle",
|
||||||
"iUsU2x": "Mint: {url}",
|
"iUsU2x": "Mint: {url}",
|
||||||
"iXPL0Z": "Can't login with private key on an insecure connection, please use a Nostr key manager extension instead",
|
"iXPL0Z": "Não é possível fazer login com a chave privada em uma conexão insegura, por favor, use uma extensão para gerenciar chaves do Nostr",
|
||||||
"ieGrWo": "Follow",
|
"ieGrWo": "Follow",
|
||||||
"itPgxd": "Profile",
|
"itPgxd": "Perfil",
|
||||||
"izWS4J": "Unfollow",
|
"izWS4J": "Unfollow",
|
||||||
"jA3OE/": "{n,plural,=1{{n} sat} other{{n} sats}}",
|
"jA3OE/": "{n,plural,=1{{n} sat} other{{n} sats}}",
|
||||||
"jCA7Cw": "Preview on snort",
|
"jCA7Cw": "Pré-visualizar no snort",
|
||||||
"jMzO1S": "Internal error: {msg}",
|
"jMzO1S": "Internal error: {msg}",
|
||||||
"jfV8Wr": "Back",
|
"jfV8Wr": "Voltar",
|
||||||
"juhqvW": "Improve login security with browser extensions",
|
"juhqvW": "Improve login security with browser extensions",
|
||||||
"jvo0vs": "Save",
|
"jvo0vs": "Save",
|
||||||
"jzgQ2z": "{n} Reactions",
|
"jzgQ2z": "{n} Reações",
|
||||||
"k2veDA": "Write",
|
"k2veDA": "Escrever",
|
||||||
"k7sKNy": "Our very own NIP-05 verification service, help support the development of this site and get a shiny special badge on our site!",
|
"k7sKNy": "Our very own NIP-05 verification service, help support the development of this site and get a shiny special badge on our site!",
|
||||||
"kJYo0u": "{n,plural,=0{{name} reposted} other{{name} & {n} others reposted}}",
|
"kJYo0u": "{n,plural,=0{{name} reposted} other{{name} & {n} others reposted}}",
|
||||||
"kaaf1E": "now",
|
"kaaf1E": "agora",
|
||||||
"kuPHYE": "{n,plural,=0{{name} liked} other{{name} & {n} others liked}}",
|
"kuPHYE": "{n,plural,=0{{name} curtiu} other{{name} e {n} outros curtiram}}",
|
||||||
"l+ikU1": "Everything in {plan}",
|
"l+ikU1": "Everything in {plan}",
|
||||||
"lBboHo": "If you want to try out some others, check out {link} for more!",
|
"lBboHo": "If you want to try out some others, check out {link} for more!",
|
||||||
"lCILNz": "Buy Now",
|
"lCILNz": "Buy Now",
|
||||||
@ -344,100 +344,100 @@
|
|||||||
"lPWASz": "Snort nostr address",
|
"lPWASz": "Snort nostr address",
|
||||||
"lTbT3s": "Wallet password",
|
"lTbT3s": "Wallet password",
|
||||||
"lgg1KN": "account page",
|
"lgg1KN": "account page",
|
||||||
"ll3xBp": "Image proxy service",
|
"ll3xBp": "Serviço de proxy de imagem",
|
||||||
"lnaT9F": "Following {n}",
|
"lnaT9F": "Following {n}",
|
||||||
"lsNFM1": "Click to load content from {link}",
|
"lsNFM1": "Click to load content from {link}",
|
||||||
"lvlPhZ": "Pay Invoice",
|
"lvlPhZ": "Pagar fatura",
|
||||||
"mErPop": "It looks like you dont have any, check {link} to buy one!",
|
"mErPop": "It looks like you dont have any, check {link} to buy one!",
|
||||||
"mH91FY": "Each contributor will get paid a percentage of all donations and NIP-05 orders, you can see the split amounts below",
|
"mH91FY": "Cada colaborador receberá um percentual de todas as doações e ordens NIP-05, você pode ver os valores divididos abaixo",
|
||||||
"mKAr6h": "Follow all",
|
"mKAr6h": "Seguir todos",
|
||||||
"mKh2HS": "File upload service",
|
"mKh2HS": "Serviço de upload de arquivos",
|
||||||
"mKhgP9": "{n,plural,=0{} =1{zapped} other{zapped}}",
|
"mKhgP9": "{n,plural,=0{} =1{zapped} other{zapped}}",
|
||||||
"mTJFgF": "Popular",
|
"mTJFgF": "Popular",
|
||||||
"mfe8RW": "Option: {n}",
|
"mfe8RW": "Option: {n}",
|
||||||
"n1Whvj": "Switch",
|
"n1Whvj": "Alternar",
|
||||||
"nDejmx": "Unblock",
|
"nDejmx": "Desbloquear",
|
||||||
"nGBrvw": "Bookmarks",
|
"nGBrvw": "Favoritos",
|
||||||
"nN9XTz": "Share your thoughts with {link}",
|
"nN9XTz": "Share your thoughts with {link}",
|
||||||
"nOaArs": "Setup Profile",
|
"nOaArs": "Configurar perfil",
|
||||||
"nWQFic": "Renew",
|
"nWQFic": "Renovar",
|
||||||
"nn1qb3": "Your donations are greatly appreciated",
|
"nn1qb3": "Suas doações são muito apreciadas",
|
||||||
"nwZXeh": "{n} blocked",
|
"nwZXeh": "{n} blocked",
|
||||||
"o6Uy3d": "Only the secret key can be used to publish (sign events), everything else logs you in read-only mode.",
|
"o6Uy3d": "Only the secret key can be used to publish (sign events), everything else logs you in read-only mode.",
|
||||||
"o7e+nJ": "{n} followers",
|
"o7e+nJ": "{n} followers",
|
||||||
"oJ+JJN": "Nothing found :/",
|
"oJ+JJN": "Nada foi encontrado :/",
|
||||||
"odFwjL": "Follows only",
|
"odFwjL": "Follows only",
|
||||||
"odhABf": "Login",
|
"odhABf": "Login",
|
||||||
"ojzbwv": "Hey, it looks like you dont have a Nostr Address yet, you should get one! Check out {link}",
|
"ojzbwv": "Hey, it looks like you dont have a Nostr Address yet, you should get one! Check out {link}",
|
||||||
"osUr8O": "You can also use these extensions to login to most Nostr sites.",
|
"osUr8O": "Você também pode utilizar essas extensões para acessar a maioria dos sites do Nostr.",
|
||||||
"oxCa4R": "Getting an identifier helps confirm the real you to people who know you. Many people can have a username @jack, but there is only one jack@cash.app.",
|
"oxCa4R": "Getting an identifier helps confirm the real you to people who know you. Many people can have a username @jack, but there is only one jack@cash.app.",
|
||||||
"p4N05H": "Upload",
|
"p4N05H": "Upload",
|
||||||
"p85Uwy": "Active Subscriptions",
|
"p85Uwy": "Assinaturas ativas",
|
||||||
"pI+77w": "Downloadable backups from Snort relay",
|
"pI+77w": "Downloadable backups from Snort relay",
|
||||||
"puLNUJ": "Pin",
|
"puLNUJ": "Pin",
|
||||||
"pzTOmv": "Followers",
|
"pzTOmv": "Seguidores",
|
||||||
"qD9EUF": "Email <> DM bridge for your Snort nostr address",
|
"qD9EUF": "Email <> DM bridge for your Snort nostr address",
|
||||||
"qDwvZ4": "Unknown error",
|
"qDwvZ4": "Erro desconhecido",
|
||||||
"qMx1sA": "Default Zap amount",
|
"qMx1sA": "Default Zap amount",
|
||||||
"qUJTsT": "Blocked",
|
"qUJTsT": "Blocked",
|
||||||
"qdGuQo": "Your Private Key Is (do not share this with anyone)",
|
"qdGuQo": "Sua chave privada é (não compartilhe isso com ninguém)",
|
||||||
"qkvYUb": "Add to Profile",
|
"qkvYUb": "Adicionar ao perfil",
|
||||||
"qmJ8kD": "Translation failed",
|
"qmJ8kD": "Falha na tradução",
|
||||||
"qtWLmt": "Like",
|
"qtWLmt": "Like",
|
||||||
"r3C4x/": "Software",
|
"r3C4x/": "Software",
|
||||||
"r5srDR": "Enter wallet password",
|
"r5srDR": "Digite a senha da carteira",
|
||||||
"rT14Ow": "Add Relays",
|
"rT14Ow": "Add Relays",
|
||||||
"reJ6SM": "It is recommended to use one of the following browser extensions if you are on a desktop computer to secure your key:",
|
"reJ6SM": "É recomendável usar uma das seguintes extensões de navegador se você estiver em um computador para proteger sua chave:",
|
||||||
"rfuMjE": "(Default)",
|
"rfuMjE": "(Padrão)",
|
||||||
"rmdsT4": "{n} days",
|
"rmdsT4": "{n} dia(s)",
|
||||||
"rrfdTe": "This is the same technology which is used by Bitcoin and has been proven to be extremely secure.",
|
"rrfdTe": "Essa é a mesma tecnologia que é usada pelo Bitcoin e provou ser extremamente segura.",
|
||||||
"rudscU": "Failed to load follows, please try again later",
|
"rudscU": "Failed to load follows, please try again later",
|
||||||
"sWnYKw": "Snort is designed to have a similar experience to Twitter.",
|
"sWnYKw": "O Snort foi projetado para ter uma experiência parecida com o Twitter.",
|
||||||
"svOoEH": "Name-squatting and impersonation is not allowed. Snort and our partners reserve the right to terminate your handle (not your account - nobody can take that away) for violating this rule.",
|
"svOoEH": "Name-squatting and impersonation is not allowed. Snort and our partners reserve the right to terminate your handle (not your account - nobody can take that away) for violating this rule.",
|
||||||
"tOdNiY": "Dark",
|
"tOdNiY": "Noturno",
|
||||||
"th5lxp": "Send note to a subset of your write relays",
|
"th5lxp": "Send note to a subset of your write relays",
|
||||||
"thnRpU": "Getting NIP-05 verified can help:",
|
"thnRpU": "Getting NIP-05 verified can help:",
|
||||||
"ttxS0b": "Supporter Badge",
|
"ttxS0b": "Emblema de apoiador",
|
||||||
"u/vOPu": "Paid",
|
"u/vOPu": "Pago",
|
||||||
"u4bHcR": "Check out the code here: {link}",
|
"u4bHcR": "Veja o código aqui: {link}",
|
||||||
"uD/N6c": "Zap {target} {n} sats",
|
"uD/N6c": "Enviar {n} sats para {target}",
|
||||||
"uSV4Ti": "Reposts need to be manually confirmed",
|
"uSV4Ti": "Repostagens precisam ser confirmadas manualmente",
|
||||||
"usAvMr": "Edit Profile",
|
"usAvMr": "Editar perfil",
|
||||||
"ut+2Cd": "Get a partner identifier",
|
"ut+2Cd": "Obter um identificador de parceiro",
|
||||||
"v8lolG": "Start chat",
|
"v8lolG": "Iniciar chat",
|
||||||
"vOKedj": "{n,plural,=1{& {n} other} other{& {n} others}}",
|
"vOKedj": "{n,plural,=1{& {n} outro} other{& {n} outros}}",
|
||||||
"vU71Ez": "Paying with {wallet}",
|
"vU71Ez": "Pagando com {wallet}",
|
||||||
"vZ4quW": "NIP-05 is a DNS based verification spec which helps to validate you as a real user.",
|
"vZ4quW": "NIP-05 é uma especificação de verificação baseada em DNS que ajuda a validar você como um usuário real.",
|
||||||
"vhlWFg": "Poll Options",
|
"vhlWFg": "Poll Options",
|
||||||
"vlbWtt": "Get a free one",
|
"vlbWtt": "Obtenha um gratuitamente",
|
||||||
"vrTOHJ": "{amount} sats",
|
"vrTOHJ": "{amount} sats",
|
||||||
"vxwnbh": "Amount of work to apply to all published events",
|
"vxwnbh": "Quantidade de trabalho para aplicar a todos os eventos publicados",
|
||||||
"wEQDC6": "Edit",
|
"wEQDC6": "Editar",
|
||||||
"wLtRCF": "Your key",
|
"wLtRCF": "Sua chave",
|
||||||
"wWLwvh": "Anon",
|
"wWLwvh": "Anônimo",
|
||||||
"wYSD2L": "Nostr Adddress",
|
"wYSD2L": "Endereço do Nostr",
|
||||||
"wih7iJ": "name is blocked",
|
"wih7iJ": "o nome está bloqueado",
|
||||||
"wqyN/i": "Find out more info about {service} at {link}",
|
"wqyN/i": "Descubra mais informações sobre {service} em {link}",
|
||||||
"wtLjP6": "Copy ID",
|
"wtLjP6": "Copiar ID",
|
||||||
"x/Fx2P": "Fund the services that you use by splitting a portion of all your zaps into a pool of funds!",
|
"x/Fx2P": "Financie os serviços que você utiliza dividindo uma parte de todos os seus zaps em uma reserva de fundos!",
|
||||||
"x/q8d5": "This note has been marked as sensitive, click here to reveal",
|
"x/q8d5": "Essa nota foi marcada como sensível, clique aqui para vê-la",
|
||||||
"x82IOl": "Mute",
|
"x82IOl": "Silenciar",
|
||||||
"xIoGG9": "Go to",
|
"xIoGG9": "Ir para",
|
||||||
"xJ9n2N": "Your public key",
|
"xJ9n2N": "Sua chave pública",
|
||||||
"xKflGN": "{username}''s Follows on Nostr",
|
"xKflGN": "{username} segue no Nostr",
|
||||||
"xQtL3v": "Unlock",
|
"xQtL3v": "Desbloquear",
|
||||||
"xaj9Ba": "Provider",
|
"xaj9Ba": "Provedor",
|
||||||
"xbVgIm": "Automatically load media",
|
"xbVgIm": "Carregar mídia automaticamente",
|
||||||
"xhQMeQ": "Expires",
|
"xhQMeQ": "Expira em",
|
||||||
"xmcVZ0": "Search",
|
"xmcVZ0": "Pesquisar",
|
||||||
"y1Z3or": "Language",
|
"y1Z3or": "Idioma",
|
||||||
"yCLnBC": "LNURL or Lightning Address",
|
"yCLnBC": "LNURL ou endereço Lightning",
|
||||||
"yCmnnm": "Read global from",
|
"yCmnnm": "Ler global de",
|
||||||
"zFegDD": "Contact",
|
"zFegDD": "Contato",
|
||||||
"zINlao": "Owner",
|
"zINlao": "Dono",
|
||||||
"zQvVDJ": "All",
|
"zQvVDJ": "Todos",
|
||||||
"zcaOTs": "Zap amount in sats",
|
"zcaOTs": "Quantidade de Zap em sats",
|
||||||
"zjJZBd": "You're ready!",
|
"zjJZBd": "Você está pronto!",
|
||||||
"zonsdq": "Failed to load LNURL service",
|
"zonsdq": "Falha ao carregar o serviço LNURL",
|
||||||
"zvCDao": "Automatically show latest notes"
|
"zvCDao": "Mostrar automaticamente as últimas notas"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user