Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 133 additions & 2 deletions packages/i18n/src/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
"enter_god_mode": "Enter god mode",
"workspace_logo": "Workspace logo",
"new_issue": "New issue",
"home": "Home",
"your_work": "Your work",
"drafts": "Drafts",
"projects": "Projects",
Expand Down Expand Up @@ -316,5 +315,137 @@
"change_parent_issue": "Change parent issue",
"remove_parent_issue": "Remove parent issue",
"add_parent": "Add parent",
"loading_members": "Loading members..."
"loading_members": "Loading members...",

"view_link_copied_to_clipboard": "View link copied to clipboard.",
"required": "Required",
"optional": "Optional",
"Cancel": "Cancel",
"Update": "Update",
"Add": "Add",
"Updating": "Updating",
"Adding": "Adding",
"edit": "Edit",
"open_in_new_tab": "Open in new tab",
"delete": "Delete",
"good": "Good",
"morning": "morning",
"afternoon": "afternoon",
"evening": "evening",
"show_all": "Show all",
"show_less": "Show less",


"toast": {
"success": "Success!",
"error": "Error!"
},

"home": {
"empty": {
"create_project": {
"title": "Create a project",
"description": "Create your first project now to get started",
"cta": "Create Project"
},
"invite_team": {
"title": "Invite your team",
"description": "The sub text will be of two lines and that will be placed.",
"cta": "Invite now"
},
"configure_workspace": {
"title": "Configure your workspace",
"description": "The sub text will be of two lines and that will be placed.",
"cta": "Configure workspace"
},
"personalize_account": {
"title": "Personalize your account",
"description": "The sub text will be of two lines and that will be placed.",
"cta": "Personalize account"
}
},
"quick_links": {
"empty": "Add any links you need for quick access to your work.",
"add": "Add quick Link",
"title": "quick {count, plural, one{# link} other{# links}}",
"quick_links": {
"title": "Quick links",
"toasts": {
"created": {
"title": "Link created",
"message": "The link has been successfully created"
},
"not_created": {
"title": "Link not created",
"message": "The link could not be created"
},
"updated": {
"title": "Link updated",
"message": "The link has been successfully updated"
},
"not_updated": {
"title": "Link not updated",
"message": "The link could not be updated"
},
"removed": {
"title": "Link removed",
"message": "The link has been successfully removed"
},
"not_removed": {
"title": "Link not removed",
"message": "The link could not be removed"
}
}
}
},
"recents": {
"title": "Recents",
"empty": {
"project": "Your recent projects will appear here once you visit one.",
"page": "Your recent pages will appear here once you visit one.",
"issue": "Your recent issues will appear here once you visit one.",
"default": "You don't have any recent items yet."
},
"filters": {
"all": "All items",
"projects": "Projects",
"pages": "Pages",
"issues": "Issues"
}
},
"my_stickies": {
"title": "Your stickies"
},
"new_at_plane": {
"title": "New at Plane"
},
"quick_tutorial": {
"title": "Quick tutorial"
},
"widget": {
"reordered_successfully": "Widget reordered successfully.",
"reordering_failed": "Error occurred while reordering widget."
},
"manage_widgets": "Manage widgets",
"title": "Home",
"star_us_on_github": "Star us on GitHub"
},

"stickies": {
"empty": "No stickies yet. Add one to start making quick notes."
},

"link": {
"modal": {
"url": {
"text": "URL",
"required": "URL is invalid",
"placeholder": "Type or paste a URL"
},
"title": {
"text": "Display title",
"placeholder": "What you'd like to see this link as"
}
}
}
}
132 changes: 130 additions & 2 deletions packages/i18n/src/locales/es/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
"enter_god_mode": "Entrar en modo dios",
"workspace_logo": "Logo del espacio de trabajo",
"new_issue": "Nuevo problema",
"home": "Inicio",
"your_work": "Tu trabajo",
"drafts": "Borradores",
"projects": "Proyectos",
Expand Down Expand Up @@ -316,5 +315,134 @@
"remove_parent_issue": "Eliminar problema padre",
"add_parent": "Agregar padre",
"loading_members": "Cargando miembros...",
"inbox": "bandeja de entrada"
"inbox": "bandeja de entrada",

"view_link_copied_to_clipboard": "Enlace de vista copiado al portapapeles.",
"required": "Requerido",
"optional": "Opcional",
"Cancel": "Cancelar",
"Update": "Actualizar",
"Add": "Añadir",
"Updating": "Actualizando",
"Adding": "Añadiendo",
"edit": "Editar",
"open_in_new_tab": "Abrir en nueva pestaña",
"delete": "Eliminar",
"good": "Buenos",
"morning": "días",
"afternoon": "tardes",
"evening": "noches",
"show_all": "Mostrar todo",
"show_less": "Mostrar menos",

"toast": {
"success": "¡Éxito!",
"error": "¡Error!"
},

"home": {
"empty": {
"create_project": {
"title": "Crear un proyecto",
"description": "Crea tu primer proyecto ahora para comenzar",
"cta": "Crear proyecto"
},
"invite_team": {
"title": "Invitar a tu equipo",
"description": "El subtexto será de dos líneas y se colocará aquí.",
"cta": "Invitar ahora"
},
"configure_workspace": {
"title": "Configurar tu espacio de trabajo",
"description": "El subtexto será de dos líneas y se colocará aquí.",
"cta": "Configurar espacio de trabajo"
},
"personalize_account": {
"title": "Personalizar tu cuenta",
"description": "El subtexto será de dos líneas y se colocará aquí.",
"cta": "Personalizar cuenta"
}
},
"quick_links": {
"empty": "Agrega cualquier enlace que necesites para acceso rápido a tu trabajo.",
"add": "Agregar enlace rápido",
"title": "enlace{count, plural, one{# enlace} other{# enlaces}} rápido",
"quick_links": {
"title": "Enlaces rápidos",
"toasts": {
"created": {
"title": "Enlace creado",
"message": "El enlace se ha creado exitosamente"
},
"not_created": {
"title": "Enlace no creado",
"message": "No se pudo crear el enlace"
},
"updated": {
"title": "Enlace actualizado",
"message": "El enlace se ha actualizado exitosamente"
},
"not_updated": {
"title": "Enlace no actualizado",
"message": "No se pudo actualizar el enlace"
},
"removed": {
"title": "Enlace eliminado",
"message": "El enlace se ha eliminado exitosamente"
},
"not_removed": {
"title": "Enlace no eliminado",
"message": "No se pudo eliminar el enlace"
}
}
}
},
"recents": {
"title": "Recientes",
"empty": {
"project": "Tus proyectos recientes aparecerán aquí una vez que visites uno.",
"page": "Tus páginas recientes aparecerán aquí una vez que visites una.",
"issue": "Tus problemas recientes aparecerán aquí una vez que visites uno.",
"default": "Aún no tienes elementos recientes."
},
"filters": {
"all": "Todos los elementos",
"projects": "Proyectos",
"pages": "Páginas",
"issues": "Problemas"
}
},
"my_stickies": {
"title": "Tus notas"
},
"new_at_plane": {
"title": "Nuevo en Plane"
},
"quick_tutorial": {
"title": "Tutorial rápido"
},
"widget": {
"reordered_successfully": "Widget reordenado exitosamente.",
"reordering_failed": "Ocurrió un error al reordenar el widget."
},
"manage_widgets": "Administrar widgets",
"title": "Inicio",
"star_us_on_github": "Danos una estrella en GitHub"
},
"stickies": {
"empty": "Aún no hay notas. Agrega una para comenzar a tomar notas rápidas."
},
"link": {
"modal": {
"url": {
"text": "URL",
"required": "La URL no es válida",
"placeholder": "Escribe o pega una URL"
},
"title": {
"text": "Título de visualización",
"placeholder": "Cómo te gustaría ver este enlace"
}
}
}
}
Loading
Loading