docs: add comprehensive Stripe billing guide
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 4s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 4s
Covers architecture, configuration steps, user flows, API routes, webhooks, pricing, testing with Stripe CLI, production checklist, and troubleshooting.
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
"sortOldest": "Mais antigo primeiro",
|
||||
"sortAlpha": "A → Z",
|
||||
"accountMenu": "Menu da conta",
|
||||
"profile": "Perfil",
|
||||
"signOut": "sair",
|
||||
"profile": "Profile",
|
||||
"signOut": "Sign out",
|
||||
"sortOrder": "Ordem de classificação",
|
||||
"freezePinnedNotebook": "Fixar ordem da barra lateral do notebook",
|
||||
"unfreezePinnedNotebook": "Liberar ordem da barra lateral do notebook",
|
||||
@@ -58,14 +58,15 @@
|
||||
"renameNotebook": "Renomear",
|
||||
"sharedNotebookBadge": "· Shared",
|
||||
"sortManual": "Ordem livre",
|
||||
"moveFailed": "Falha ao mover o caderno",
|
||||
"dropToRoot": "Solte aqui para mover para a raiz"
|
||||
"moveFailed": "Failed to move notebook",
|
||||
"dropToRoot": "Drop here to move to root",
|
||||
"noReminders": "No active reminders."
|
||||
},
|
||||
"notes": {
|
||||
"title": "Notas",
|
||||
"newNote": "Nova nota",
|
||||
"reorganize": "Reorganizar notas",
|
||||
"untitled": "Sem título",
|
||||
"untitled": "Untitled",
|
||||
"placeholder": "Faça uma nota...",
|
||||
"markdownPlaceholder": "Faça uma nota... (Markdown suportado)",
|
||||
"titlePlaceholder": "Título",
|
||||
@@ -81,12 +82,12 @@
|
||||
"add": "Adicionar",
|
||||
"adding": "Adicionando...",
|
||||
"close": "Fechar",
|
||||
"confirmDelete": "Tem certeza de que deseja excluir esta nota?",
|
||||
"confirmDelete": "Are you sure you want to delete this note?",
|
||||
"confirmLeaveShare": "Tem certeza de que deseja sair desta nota compartilhada?",
|
||||
"sharedBy": "Compartilhado por",
|
||||
"sharedShort": "Compartilhado",
|
||||
"leaveShare": "Sair",
|
||||
"delete": "Excluir",
|
||||
"delete": "Delete",
|
||||
"archive": "Arquivar",
|
||||
"unarchive": "Desarquivar",
|
||||
"pin": "Fixar",
|
||||
@@ -127,7 +128,7 @@
|
||||
"duplicate": "Duplicar",
|
||||
"share": "Compartilhar",
|
||||
"showCollaborators": "Mostrar colaboradores",
|
||||
"pinned": "Fixadas",
|
||||
"pinned": "Note pinned",
|
||||
"others": "Outros",
|
||||
"noNotes": "Sem notas",
|
||||
"noNotesFound": "Nenhuma nota encontrada",
|
||||
@@ -159,8 +160,8 @@
|
||||
"recent": "Recentes",
|
||||
"addNote": "Adicionar nota",
|
||||
"readMore": "Ler mais",
|
||||
"remove": "Remover",
|
||||
"dragToReorder": "Arraste para reordenar",
|
||||
"remove": "Remove",
|
||||
"dragToReorder": "Drag to reorder",
|
||||
"more": "Mais",
|
||||
"emptyState": "Nenhuma nota aqui",
|
||||
"metadataPanel": "Detalhes",
|
||||
@@ -173,7 +174,7 @@
|
||||
"improveFailed": "Falha ao melhorar",
|
||||
"transformFailed": "Falha ao transformar",
|
||||
"markdown": "Markdown",
|
||||
"unpinned": "Desafixado",
|
||||
"unpinned": "Note unpinned",
|
||||
"redoShortcut": "Refazer (Ctrl+Y)",
|
||||
"undoShortcut": "Desfazer (Ctrl+Z)",
|
||||
"reorderTabs": "Reordenar aba",
|
||||
@@ -751,7 +752,7 @@
|
||||
"downloadFailed": "Falha no download"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Início",
|
||||
"home": "Home",
|
||||
"notes": "Notas",
|
||||
"notebooks": "Cadernos",
|
||||
"generalNotes": "Notas gerais",
|
||||
@@ -761,7 +762,7 @@
|
||||
"aiSettings": "Configurações de IA",
|
||||
"logout": "Sair",
|
||||
"login": "Entrar",
|
||||
"adminDashboard": "Painel de administração",
|
||||
"adminDashboard": "Admin Dashboard",
|
||||
"diagnostics": "Diagnósticos",
|
||||
"trash": "Lixeira",
|
||||
"support": "Apoie o Memento ☕",
|
||||
@@ -786,7 +787,8 @@
|
||||
"proPlan": "Plano Pro",
|
||||
"chat": "Chat IA",
|
||||
"lab": "O Laboratório",
|
||||
"agents": "Agentes"
|
||||
"agents": "Agentes",
|
||||
"sharedWithMe": "Shared with me"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Configurações",
|
||||
@@ -814,7 +816,7 @@
|
||||
"security": "Segurança",
|
||||
"about": "Sobre",
|
||||
"version": "Versão",
|
||||
"settingsSaved": "Configurações salvas",
|
||||
"settingsSaved": "Settings saved",
|
||||
"cardSizeMode": "Note Size",
|
||||
"cardSizeModeDescription": "Choose between variable sizes or uniform size",
|
||||
"selectCardSizeMode": "Select display mode",
|
||||
@@ -835,14 +837,14 @@
|
||||
"semanticIndexingDescription": "Gere vetores para todas as notas para ativar a pesquisa baseada em intenção",
|
||||
"profile": "Perfil",
|
||||
"searchNoResults": "Nenhum resultado encontrado",
|
||||
"languageAuto": "Automático",
|
||||
"languageAuto": "Language set to Auto",
|
||||
"emailNotifications": "Notificações por e-mail",
|
||||
"emailNotificationsDesc": "Receba notificações importantes por e-mail",
|
||||
"desktopNotifications": "Notificações na área de trabalho",
|
||||
"desktopNotificationsDesc": "Receba notificações no seu navegador",
|
||||
"notificationsDesc": "Gerencie suas preferências de notificação",
|
||||
"autoSave": "Salvar automaticamente",
|
||||
"autoSaveDesc": "Salvar alterações automaticamente enquanto digita"
|
||||
"autoSave": "Auto-save",
|
||||
"autoSaveDesc": "Automatically save changes while typing"
|
||||
},
|
||||
"profile": {
|
||||
"title": "Perfil",
|
||||
@@ -864,10 +866,10 @@
|
||||
"preferredLanguage": "Idioma preferido",
|
||||
"selectLanguage": "Selecione um idioma",
|
||||
"languageDescription": "Este idioma será usado para recursos com IA, análise de conteúdo e texto da interface.",
|
||||
"autoDetect": "Detecção automática",
|
||||
"autoDetect": "Auto-detect",
|
||||
"updateSuccess": "Perfil atualizado",
|
||||
"updateFailed": "Falha ao atualizar perfil",
|
||||
"languageUpdateSuccess": "Idioma atualizado com sucesso",
|
||||
"languageUpdateSuccess": "Language updated successfully",
|
||||
"languageUpdateFailed": "Falha ao atualizar idioma",
|
||||
"profileUpdated": "Perfil atualizado",
|
||||
"profileError": "Erro ao atualizar perfil",
|
||||
@@ -922,8 +924,8 @@
|
||||
},
|
||||
"general": {
|
||||
"loading": "Carregando...",
|
||||
"save": "Salvar",
|
||||
"cancel": "Cancelar",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"add": "Adicionar",
|
||||
"edit": "Editar",
|
||||
"confirm": "Confirmar",
|
||||
@@ -984,7 +986,7 @@
|
||||
"createNew": "Criar novo caderno",
|
||||
"createDescription": "Inicie uma nova coleção para organizar suas notas, ideias e projetos de forma eficiente.",
|
||||
"name": "Nome do caderno",
|
||||
"namePlaceholder": "ex. Estratégia de Marketing Q4",
|
||||
"namePlaceholder": "Notebook name",
|
||||
"myNotebook": "Meu Caderno",
|
||||
"saving": "Salvando...",
|
||||
"selectIcon": "Ícone",
|
||||
@@ -993,7 +995,7 @@
|
||||
"creating": "Criando...",
|
||||
"edit": "Editar caderno",
|
||||
"editDescription": "Mude o nome, ícone e cor do seu caderno.",
|
||||
"delete": "Excluir caderno",
|
||||
"delete": "Delete",
|
||||
"deleteWarning": "Tem certeza de que deseja excluir este caderno? As notas serão movidas para Notas Gerais.",
|
||||
"deleteConfirm": "Excluir",
|
||||
"summary": "Resumo do caderno",
|
||||
@@ -1012,7 +1014,10 @@
|
||||
"pinnedFrozenTooltip": "Caderno fixado – pedido congelado",
|
||||
"organizeNotebookWithAITooltip": "Organize este notebook com IA",
|
||||
"assistantRequiredForSummarize": "Ative o AI Assistant nas configurações para resumir",
|
||||
"createSubnotebook": "Adicionar sub-notebook"
|
||||
"createSubnotebook": "Adicionar sub-notebook",
|
||||
"createSubNotebook": "Add sub-notebook",
|
||||
"rename": "Rename",
|
||||
"moveToTrash": "Move to trash"
|
||||
},
|
||||
"notebookSuggestion": {
|
||||
"title": "Mover para {name}?",
|
||||
@@ -1430,20 +1435,22 @@
|
||||
},
|
||||
"appearance": {
|
||||
"title": "Aparência",
|
||||
"description": "Personalize a aparência do aplicativo",
|
||||
"description": "Customize the interface",
|
||||
"notesViewDescription": "Escolha como as notas são exibidas na página inicial e nos cadernos.",
|
||||
"notesViewLabel": "Layout das notas",
|
||||
"notesViewTabs": "Abas (estilo OneNote)",
|
||||
"notesViewMasonry": "Cartões (grade)",
|
||||
"notesViewList": "Lista (revista)",
|
||||
"selectTheme": "Select theme",
|
||||
"fontFamilyLabel": "Família de fontes",
|
||||
"fontFamilyDescription": "Escolha a fonte usada em todo o aplicativo",
|
||||
"selectTheme": "Choose your preferred theme",
|
||||
"fontFamilyLabel": "Font",
|
||||
"fontFamilyDescription": "Choose the application's font",
|
||||
"selectFontFamily": "Inter é otimizado para legibilidade, Sistema usa a fonte nativa do seu sistema operacional",
|
||||
"fontSystem": "Fonte padrão do sistema",
|
||||
"fontSystem": "System",
|
||||
"fontInterDefault": "Inter (default)",
|
||||
"fontPlayfairDisplay": "Playfair Display",
|
||||
"fontJetBrainsMono": "JetBrains Mono"
|
||||
"fontJetBrainsMono": "JetBrains Mono",
|
||||
"accentColorTitle": "Accent Color",
|
||||
"accentColorDescription": "Set the main color of your workspace"
|
||||
},
|
||||
"generalSettings": {
|
||||
"title": "General",
|
||||
@@ -1477,18 +1484,26 @@
|
||||
},
|
||||
"trash": {
|
||||
"title": "Lixeira",
|
||||
"empty": "A lixeira está vazia",
|
||||
"emptyDescription": "As notas excluídas aparecerão aqui",
|
||||
"restore": "Restaurar",
|
||||
"empty": "Trash is empty",
|
||||
"emptyDescription": "Deleted items will appear here. They are kept for 30 days before permanent deletion.",
|
||||
"restore": "Restore",
|
||||
"deletePermanently": "Excluir permanentemente",
|
||||
"noteTrashed": "Nota movida para a lixeira",
|
||||
"noteRestored": "Nota restaurada",
|
||||
"notePermanentlyDeleted": "Nota excluída permanentemente",
|
||||
"emptyTrash": "Esvaziar lixeira",
|
||||
"emptyTrashConfirm": "Excluir permanentemente todas as notas da lixeira?",
|
||||
"emptyTrashConfirm": "Empty trash? This is irreversible.",
|
||||
"emptyTrashSuccess": "Lixeira esvaziada",
|
||||
"permanentDelete": "Excluir permanentemente",
|
||||
"permanentDeleteConfirm": "Esta nota será excluída permanentemente. Esta ação não pode ser desfeita."
|
||||
"permanentDelete": "Delete permanently",
|
||||
"permanentDeleteConfirm": "Esta nota será excluída permanentemente. Esta ação não pode ser desfeita.",
|
||||
"restoreSuccess": "Restored successfully",
|
||||
"restoreError": "Failed to restore",
|
||||
"permanentDeleteSuccess": "Permanently deleted",
|
||||
"deleteError": "Failed to delete",
|
||||
"daysRemaining": "DAYS LEFT",
|
||||
"notebookContentPreserved": "Notebook content preserved",
|
||||
"notebookRestoreHint": "Restoring a notebook also restores all its notes.",
|
||||
"filterAll": "All"
|
||||
},
|
||||
"footer": {
|
||||
"privacy": "Privacidade",
|
||||
@@ -1583,7 +1598,23 @@
|
||||
"chinese": "chinês",
|
||||
"japanese": "japonês"
|
||||
},
|
||||
"customPlaceholder": "por exemplo Árabe, russo…"
|
||||
"customPlaceholder": "por exemplo Árabe, russo…",
|
||||
"autoDetect": "Auto-detect",
|
||||
"en": "English",
|
||||
"fr": "Français",
|
||||
"es": "Español",
|
||||
"de": "Deutsch",
|
||||
"fa": "فارسی",
|
||||
"it": "Italiano",
|
||||
"pt": "Português",
|
||||
"ru": "Русский",
|
||||
"zh": "中文",
|
||||
"ja": "日本語",
|
||||
"ko": "한국어",
|
||||
"ar": "العربية",
|
||||
"hi": "हिन्दी",
|
||||
"nl": "Nederlands",
|
||||
"pl": "Polski"
|
||||
},
|
||||
"common": {
|
||||
"unknown": "Desconhecido",
|
||||
@@ -1591,16 +1622,16 @@
|
||||
"loading": "Carregando...",
|
||||
"error": "Erro",
|
||||
"success": "Sucesso",
|
||||
"confirm": "Confirmar",
|
||||
"cancel": "Cancelar",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"close": "Fechar",
|
||||
"save": "Salvar",
|
||||
"delete": "Excluir",
|
||||
"edit": "Editar",
|
||||
"add": "Adicionar",
|
||||
"remove": "Remover",
|
||||
"search": "Pesquisar",
|
||||
"noResults": "Sem resultados",
|
||||
"search": "Search...",
|
||||
"noResults": "No notes found",
|
||||
"required": "Obrigatório",
|
||||
"optional": "Opcional"
|
||||
},
|
||||
@@ -1982,7 +2013,9 @@
|
||||
"searching": "Pesquisando...",
|
||||
"noNotesFoundForContext": "Nenhuma nota relevante encontrada para esta pergunta. Responda com seu conhecimento geral.",
|
||||
"webSearch": "Pesquisa na web",
|
||||
"timeoutWarning": "Response is taking longer than expected..."
|
||||
"timeoutWarning": "Response is taking longer than expected...",
|
||||
"quotaExceededBasic": "AI Chat is available from the PRO plan onwards.",
|
||||
"quotaExceededTier": "Monthly quota reached for {tier} plan. It will reset next month."
|
||||
},
|
||||
"labHeader": {
|
||||
"title": "O Laboratório",
|
||||
@@ -2550,5 +2583,13 @@
|
||||
"link2Href": "#"
|
||||
}
|
||||
}
|
||||
},
|
||||
"noteHistory": {
|
||||
"title": "Title",
|
||||
"content": "Content",
|
||||
"untitled": "Untitled",
|
||||
"emptyState": "No versions available",
|
||||
"selectVersion": "Select a version to preview its content",
|
||||
"currentVersion": "current"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user