Skip to content

Commit

Permalink
chore(front): update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cocotime committed Oct 3, 2023
1 parent 6006aec commit ba70e24
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"404": {
"title": "This page does not exist",
"text": "You may want to go home",
"call_for_action": "Take me home Helicopter dog"
"call_for_action": "Take me home"
}
}
4 changes: 4 additions & 0 deletions javascript/apps/taiga/src/assets/i18n/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
"choose_image_no_svg_tip": "Allowed formats: gif, png, jpg and webp",
"format_no_svg_error": "The file format is not allowed. Allowed formats: gif, png, jpg or webp"
},
"workflow": {
"create": "Create new workflow",
"workflow_list": "Workflow list"
},
"delete_modal_title": "Delete {{projectTitle}}?",
"delete_modal_warning": "<strong class='bold'>Warning:</strong> This action cannot be undone.",
"delete_modal_text": "This action will delete the project, along with all the stories and attachments in it.",
Expand Down
24 changes: 24 additions & 0 deletions javascript/apps/taiga/src/assets/i18n/kanban/es-ES.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"workflow": "workflow",
"workflows": "workflows",
"page_title": "{{projectName}} kanban",
"workflow_title": "[{{projectName}}] kanban workflow",
"title": "Kanban",
"empty": "The project administrator has not set any status yet.",
"status_label": "Status {{ statusName }}, Tap left and right arrows to move between statuses.",
Expand All @@ -24,6 +27,7 @@
"write_status": "Write a status name",
"status_empty": "Status name can’t be empty.",
"status_options": "Display status options",
"status_options_tooltip": "{{ name }} workflow options",
"status_btn_tooltip": "Status actions",
"edit_status_name": "Edit status name",
"status_name": "Status name",
Expand All @@ -32,6 +36,8 @@
"empty_kanban": "This kanban is empty",
"create_status_explanation_admin": "Create statuses to organize your stories and visualize the progress of your project.",
"create_status_explanation": "Once the admins of this project set up the kanban, you can start creating stories",
"delete_workflow": "Delete workflow",
"edit_workflow_name": "Edit workflow name",
"delete_status_modal": {
"title": "Delete {{ statusName }} status?",
"what_to_do_stories": "What do you want to do with the stories in this status?",
Expand All @@ -42,5 +48,23 @@
"delete_stories": "Delete the stories too",
"stories_placed_below": "The stories will be placed below the existing ones.",
"status": "Status"
},
"delete_workflow_modal": {
"title": "Delete {{ name }} workflow?",
"what_to_do_statuses": "What do you want to do with the statuses inside them?",
"stories_will_be_deleted": "The stories from this status will be automatically deleted.",
"cancel": "Never mind, keep workflow",
"confirm": "Yes, delete workflow",
"move_stories_another_workflow": "Move them to another workflow",
"delete_all": "Delete the stories and statuses too",
"statuses_placed_after": "The statuses will be placed after the existing ones.",
"workflow": "Workflow"
},
"create_workflow": {
"save": "Create Workflow",
"workflow_name_aria": "Workflow name (Maximum 40 Characters only)",
"write_workflow_name": "Write a workflow name",
"workflow_empty": "Workflow name can’t be empty.",
"max_workflow_created": "You reached the max number of workflows (8)."
}
}

0 comments on commit ba70e24

Please sign in to comment.