[i18n] Fix some typos
parent
35be3df835
commit
930eaa3bf6
|
@ -244,7 +244,7 @@
|
||||||
},
|
},
|
||||||
"LOGIN": {
|
"LOGIN": {
|
||||||
"PAGE_TITLE": "Login - Taiga",
|
"PAGE_TITLE": "Login - Taiga",
|
||||||
"PAGE_DESCRIPTION": "Logging in to Taiga, a project management platform for startups and agile developers & designers who want a simple, beautif ul tool that makes work truly enjoyable."
|
"PAGE_DESCRIPTION": "Logging in to Taiga, a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable."
|
||||||
},
|
},
|
||||||
"AUTH": {
|
"AUTH": {
|
||||||
"INVITED_YOU": "has invited you to join the project",
|
"INVITED_YOU": "has invited you to join the project",
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
},
|
},
|
||||||
"REGISTER": {
|
"REGISTER": {
|
||||||
"PAGE_TITLE": "Register - Taiga",
|
"PAGE_TITLE": "Register - Taiga",
|
||||||
"PAGE_DESCRIPTION": "Create your account in Taiga, a project management platform for startups and agile developers & designers who want a simple, beautif ul tool that makes work truly enjoyable."
|
"PAGE_DESCRIPTION": "Create your account in Taiga, a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable."
|
||||||
},
|
},
|
||||||
"REGISTER_FORM": {
|
"REGISTER_FORM": {
|
||||||
"TITLE": "Register a new Taiga account (free)",
|
"TITLE": "Register a new Taiga account (free)",
|
||||||
|
@ -318,7 +318,7 @@
|
||||||
},
|
},
|
||||||
"INVITATION": {
|
"INVITATION": {
|
||||||
"PAGE_TITLE": "Invitation acceptance - Taiga",
|
"PAGE_TITLE": "Invitation acceptance - Taiga",
|
||||||
"PAGE_DESCRIPTION": "Accept the invitation to join a project in Taiga, a project management platform for startups and agile developers & designers who want a simple, beautif ul tool that makes work truly enjoyable."
|
"PAGE_DESCRIPTION": "Accept the invitation to join a project in Taiga, a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable."
|
||||||
},
|
},
|
||||||
"INVITATION_LOGIN_FORM": {
|
"INVITATION_LOGIN_FORM": {
|
||||||
"NOT_FOUND": "<strong>Ooops, we have a problem</strong><br />Our Oompa Loompas can't find your invitation.",
|
"NOT_FOUND": "<strong>Ooops, we have a problem</strong><br />Our Oompa Loompas can't find your invitation.",
|
||||||
|
@ -1215,10 +1215,10 @@
|
||||||
"SECTION_NAME": "Hint",
|
"SECTION_NAME": "Hint",
|
||||||
"LINK": "If you want to know how to use it visit our support page",
|
"LINK": "If you want to know how to use it visit our support page",
|
||||||
"LINK_TITLE": "Visit our support page",
|
"LINK_TITLE": "Visit our support page",
|
||||||
"HINT1_TITLE": "Did you know you import and export projects?",
|
"HINT1_TITLE": "Did you know you can import and export projects?",
|
||||||
"HINT1_TEXT": "This allow you to extract all your data from one taiga and move it to another one",
|
"HINT1_TEXT": "This allow you to extract all your data from one Taiga and move it to another one.",
|
||||||
"HINT2_TITLE": "Did you know you can create custom fields?",
|
"HINT2_TITLE": "Did you know you can create custom fields?",
|
||||||
"HINT2_TEXT": "This will provide teams with a flexible input to fit in their workflow"
|
"HINT2_TEXT": "This will provide teams with a flexible input to fit in their workflow."
|
||||||
},
|
},
|
||||||
"TIMELINE": {
|
"TIMELINE": {
|
||||||
"UPLOAD_ATTACHMENT": "{{username}} has uploaded a new attachment in {{obj_name}}",
|
"UPLOAD_ATTACHMENT": "{{username}} has uploaded a new attachment in {{obj_name}}",
|
||||||
|
@ -1242,8 +1242,5 @@
|
||||||
"US_REMOVED_FROM_MILESTONE": "{{username}} has added the US {{obj_name}} to the Backlog",
|
"US_REMOVED_FROM_MILESTONE": "{{username}} has added the US {{obj_name}} to the Backlog",
|
||||||
"BLOCKED": "{{username}} has blocked {{obj_name}}",
|
"BLOCKED": "{{username}} has blocked {{obj_name}}",
|
||||||
"UNBLOCKED": "{{username}} has unblocked {{obj_name}}"
|
"UNBLOCKED": "{{username}} has unblocked {{obj_name}}"
|
||||||
},
|
|
||||||
"LANGUAGES": {
|
|
||||||
"ENGLISH": "English"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue