From 4e0c7eb03cdc21f3de4904361a0ddc48749d97c4 Mon Sep 17 00:00:00 2001 From: Mohamad Tarbin Date: Fri, 14 Aug 2026 01:05:43 -0400 Subject: [PATCH] New translations projects.json (Portuguese, Brazilian) [ci skip] --- public/locales/pt/projects.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/locales/pt/projects.json diff --git a/public/locales/pt/projects.json b/public/locales/pt/projects.json new file mode 100644 index 0000000..0e7eed4 --- /dev/null +++ b/public/locales/pt/projects.json @@ -0,0 +1,24 @@ +{ + "iconPicker": { + "chooseIcon": "Choose Project Icon", + "availableIcons": "Available Icons" + }, + "defaultChip": "Default", + "tasks_one": "{{count}} task", + "tasks_other": "{{count}} tasks", + "shared": "Shared", + "delete": { + "title": "Delete Project", + "message": "Are you sure you want to delete \"{{name}}\"? This will remove the project but keep all tasks (they'll move to the Default Project)." + }, + "loadError": "Failed to load projects. Please try again.", + "blurb": "Organize your tasks into projects. Create custom workspaces to keep your tasks organized and easily accessible.", + "defaultDescription": "All tasks without a specific project", + "selector": { + "title": "Projects", + "createNew": "Create New Project", + "createNewDescription": "Add a custom project workspace", + "manage": "Manage Projects", + "manageDescription": "View, edit, and organize all projects" + } +}