- Updated LocalizationSettings to use translation keys for titles and descriptions. - Refactored MFASettings to utilize translation for error messages, success messages, and UI text. - Improved NotificationSetting by integrating translation for all user-facing strings. - Initial Hebrew translation ( testing AI translation ( some of crowdin) - Adjusted ProfileSettings to use translation for the edit photo title. - Enhanced SettingsOverview to utilize translation for the early access label. - Updated SidepanelSettings to implement translation for card names and descriptions. - Refined StorageSettings to use translation for all storage-related messages and titles. - Improved ThemeSettings to utilize translation for theme descriptions and titles.
119 lines
3.8 KiB
JSON
119 lines
3.8 KiB
JSON
{
|
|
"save": "Salvar",
|
|
"cancel": "Cancelar",
|
|
"delete": "Excluir",
|
|
"edit": "Editar",
|
|
"close": "Fechar",
|
|
"confirm": "Confirmar",
|
|
"loading": "Carregando...",
|
|
"error": "Erro",
|
|
"success": "Sucesso",
|
|
"warning": "Aviso",
|
|
"refresh": "Atualizar",
|
|
"copy": "Copiar",
|
|
"copied": "Copiado!",
|
|
"settings": "Configurações",
|
|
"yes": "Sim",
|
|
"no": "Não",
|
|
"back": "Voltar",
|
|
"backToCalendar": "Voltar ao calendário",
|
|
"logout": "Sair",
|
|
"version": "Versão",
|
|
"navigation": {
|
|
"search": "Pesquisar",
|
|
"allTasks": "Todas as tarefas",
|
|
"archived": "Arquivadas",
|
|
"things": "Itens",
|
|
"labels": "Etiquetas",
|
|
"projects": "Projetos",
|
|
"filters": "Filtros",
|
|
"activities": "Atividades",
|
|
"points": "Pontos",
|
|
"settings": "Configurações"
|
|
},
|
|
"search": {
|
|
"title": "Pesquisar",
|
|
"placeholder": "Pesquisar no Donetick",
|
|
"inputAriaLabel": "Pesquisar tarefas, histórico, projetos, etiquetas e configurações",
|
|
"deviceNote": "Pesquisando o conteúdo disponível neste dispositivo",
|
|
"escape": "Esc",
|
|
"recent": "Recentes",
|
|
"empty": {
|
|
"title": "Nenhuma correspondência direta",
|
|
"subtitle": "Você ainda pode filtrar a lista de tarefas com esta pesquisa."
|
|
},
|
|
"groups": {
|
|
"tasks": "Tarefas",
|
|
"history": "Notas",
|
|
"projects": "Projetos",
|
|
"labels": "Etiquetas",
|
|
"people": "Pessoas",
|
|
"settings": "Configurações",
|
|
"actions": "Ações rápidas"
|
|
},
|
|
"actions": {
|
|
"quickAction": "Ação rápida",
|
|
"navigation": "Navegação",
|
|
"createTask": "Criar uma tarefa",
|
|
"viewAllTasks": "Ver todas as tarefas",
|
|
"viewArchivedTasks": "Ver tarefas arquivadas",
|
|
"openSettings": "Abrir configurações",
|
|
"filterTasks": "Mostrar tarefas que correspondem a “{{query}}”",
|
|
"filterTasksSubtitle": "Filtrar a lista de tarefas"
|
|
},
|
|
"footer": {
|
|
"navigate": "Navegar",
|
|
"open": "Abrir",
|
|
"results_one": "{{count}} resultado",
|
|
"results_other": "{{count}} resultados",
|
|
"typeToSearch": "Digite para pesquisar"
|
|
}
|
|
},
|
|
"feedback": {
|
|
"later": "Maybe later",
|
|
"sentiment": {
|
|
"title": "How's Donetick working for you?",
|
|
"subtitle": "Your answer helps us decide what to build next.",
|
|
"options": {
|
|
"love": "Love it",
|
|
"okay": "It's okay",
|
|
"issues": "Having issues"
|
|
}
|
|
},
|
|
"categories": {
|
|
"bugs": "Bugs",
|
|
"missingFeature": "Missing feature",
|
|
"tooComplicated": "Too complicated",
|
|
"slow": "Slow",
|
|
"notifications": "Notifications",
|
|
"ai": "AI",
|
|
"other": "Other"
|
|
},
|
|
"details": {
|
|
"title": "What could we improve?",
|
|
"messageLabel": "Tell us more",
|
|
"messagePlaceholder": "What happened, or what would make this better?",
|
|
"contextNote": "We'll include your app version, device and platform so we can reproduce issues.",
|
|
"submit": "Send feedback",
|
|
"contextNoteSelfHosted": "You're on a self-hosted instance, so nothing is sent from your server — we'll open a pre-filled GitHub issue you can review and edit first.",
|
|
"submitSelfHosted": "Continue to GitHub"
|
|
},
|
|
"review": {
|
|
"title": "Glad you're enjoying it!",
|
|
"subtitle": "A rating or a star helps other people find Donetick.",
|
|
"github": "Star on GitHub",
|
|
"appStore": "Rate on the App Store",
|
|
"playStore": "Rate on Google Play"
|
|
},
|
|
"thanks": {
|
|
"title": "Thanks for the feedback",
|
|
"subtitle": "We read every response and it shapes what we work on next."
|
|
},
|
|
"github": {
|
|
"title": "Report it on GitHub",
|
|
"subtitle": "We've filled in an issue with your notes and version details. Nothing has been sent yet — review it and post when you're ready.",
|
|
"open": "Open the issue"
|
|
}
|
|
}
|
|
}
|