1416 lines
67 KiB
JSON
1416 lines
67 KiB
JSON
{
|
||
"COMMON": {
|
||
"YES": "Yes",
|
||
"NO": "No",
|
||
"LOADING": "Loading...",
|
||
"LOADING_PROJECT": "Loading project...",
|
||
"DATE": "DD MMM YYYY",
|
||
"DATETIME": "DD MMM YYYY HH:mm",
|
||
"SAVE": "Save",
|
||
"CANCEL": "Cancel",
|
||
"ACCEPT": "Accept",
|
||
"DELETE": "Delete",
|
||
"CREATE": "Create",
|
||
"ADD": "Add",
|
||
"COPY_TO_CLIPBOARD": "Copy to clipboard: Ctrl+C",
|
||
"EDIT": "Edit",
|
||
"DRAG": "Drag",
|
||
"TAG_LINE": "Your agile, free, and open source project management tool",
|
||
"TAG_LINE_2": "LOVE YOUR PROJECT",
|
||
"BLOCK": "Block",
|
||
"UNBLOCK": "Unblock",
|
||
"BLOCKED": "Blocked",
|
||
"CREATED_BY": "Created by {{fullDisplayName}}",
|
||
"FROM": "from",
|
||
"TO": "to",
|
||
"CLOSE": "close",
|
||
"BLOCKED_NOTE": "Why is this user story blocked?",
|
||
"BLOCKED_REASON": "Please explain the reason",
|
||
"GO_HOME": "Take me home",
|
||
"PLUGINS": "Plugins",
|
||
"BETA": "We are on beta!",
|
||
"ONE_ITEM_LINE": "One item per line...",
|
||
"NEW_BULK": "New bulk insert",
|
||
"RELATED_TASKS": "Related tasks",
|
||
"LOGOUT": "Logout",
|
||
"EXTERNAL_USER": "an external user",
|
||
"GENERIC_ERROR": "One of our Oompa Loompas says {{error}}.",
|
||
"IOCAINE_TEXT": "Feeling a bit overwhelmed by a task? Make sure others know about it by clicking on Iocaine when editing a task. It's possible to become immune to this (fictional) deadly poison by consuming small amounts over time just as it's possible to get better at what you do by occasionally taking on extra challenges!",
|
||
"CAPSLOCK_WARNING": "Be careful! You're writing with capital letters and this input is case sensitive.",
|
||
"FORM_ERRORS": {
|
||
"DEFAULT_MESSAGE": "This value seems to be invalid.",
|
||
"TYPE_EMAIL": "This value should be a valid email.",
|
||
"TYPE_URL": "This value should be a valid url.",
|
||
"TYPE_URLSTRICT": "This value should be a valid url.",
|
||
"TYPE_NUMBER": "This value should be a valid number.",
|
||
"TYPE_DIGITS": "This value should be digits.",
|
||
"TYPE_DATEISO": "This value should be a valid date (YYYY-MM-DD).",
|
||
"TYPE_ALPHANUM": "This value should be alphanumeric.",
|
||
"TYPE_PHONE": "This value should be a valid phone number.",
|
||
"NOTNULL": "This value should not be null.",
|
||
"NOT_BLANK": "This value should not be blank.",
|
||
"REQUIRED": "This value is required.",
|
||
"REGEXP": "This value seems to be invalid.",
|
||
"MIN": "This value should be greater than or equal to %s.",
|
||
"MAX": "This value should be lower than or equal to %s.",
|
||
"RANGE": "This value should be between %s and %s.",
|
||
"MIN_LENGTH": "This value is too short. It should have %s characters or more.",
|
||
"MAX_LENGTH": "This value is too long. It should have %s characters or less.",
|
||
"RANGE_LENGTH": "This value length is invalid. It should be between %s and %s characters long.",
|
||
"MIN_CHECK": "You must select at least %s choices.",
|
||
"MAX_CHECK": "You must select %s choices or less.",
|
||
"RANGE_CHECK": "You must select between %s and %s choices.",
|
||
"EQUAL_TO": "This value should be the same."
|
||
},
|
||
"PICKERDATE": {
|
||
"FORMAT": "DD MMM YYYY",
|
||
"IS_RTL": "false",
|
||
"FIRST_DAY_OF_WEEK": "1",
|
||
"PREV_MONTH": "Previous Month",
|
||
"NEXT_MONTH": "Next Month",
|
||
"MONTHS": {
|
||
"JAN": "January",
|
||
"FEB": "February",
|
||
"MAR": "March",
|
||
"APR": "April",
|
||
"MAY": "May",
|
||
"JUN": "June",
|
||
"JUL": "July",
|
||
"AUG": "August",
|
||
"SEP": "September",
|
||
"OCT": "October",
|
||
"NOV": "November",
|
||
"DEC": "December"
|
||
},
|
||
"WEEK_DAYS": {
|
||
"SUN": "Sunday",
|
||
"MON": "Monday",
|
||
"TUE": "Tuesday",
|
||
"WED": "Wednesday",
|
||
"THU": "Thursday",
|
||
"FRI": "Friday",
|
||
"SAT": "Saturday"
|
||
},
|
||
"WEEK_DAYS_SHORT": {
|
||
"SUN": "Sun",
|
||
"MON": "Mon",
|
||
"TUE": "Tue",
|
||
"WED": "Wed",
|
||
"THU": "Thu",
|
||
"FRI": "Fri",
|
||
"SAT": "Sat"
|
||
}
|
||
},
|
||
"SEE_USER_PROFILE": "See {{username }} profile",
|
||
"USER_STORY": "User story",
|
||
"TASK": "Task",
|
||
"ISSUE": "Issue",
|
||
"TAGS": {
|
||
"PLACEHOLDER": "I'm it! Tag me...",
|
||
"DELETE": "Delete tag",
|
||
"ADD": "Add tag"
|
||
},
|
||
"DESCRIPTION": {
|
||
"EMPTY": "Empty space is so boring... go on be descriptive...",
|
||
"NO_DESCRIPTION": "No description yet"
|
||
},
|
||
"FIELDS": {
|
||
"SUBJECT": "Subject",
|
||
"NAME": "Name",
|
||
"URL": "URL",
|
||
"DESCRIPTION": "Description",
|
||
"VALUE": "Value",
|
||
"SLUG": "Slug",
|
||
"COLOR": "Color",
|
||
"IS_CLOSED": "Is closed?",
|
||
"STATUS": "Status",
|
||
"TYPE": "Type",
|
||
"SEVERITY": "Severity",
|
||
"PRIORITY": "Priority",
|
||
"ASSIGNED_TO": "Assigned to",
|
||
"POINTS": "Points",
|
||
"BLOCKED_NOTE": "blocked note",
|
||
"IS_BLOCKED": "is blocked",
|
||
"REF": "Ref",
|
||
"VOTES": "Votes"
|
||
},
|
||
"ROLES": {
|
||
"ALL": "All"
|
||
},
|
||
"ASSIGNED_TO": {
|
||
"NOT_ASSIGNED": "Not assigned",
|
||
"DELETE_ASSIGNMENT": "Delete assignment",
|
||
"REMOVE_ASSIGNED": "Remove assigned",
|
||
"TOO_MANY": "...too many users, keep filtering",
|
||
"CONFIRM_UNASSIGNED": "Are you sure you want to leave it unassigned?",
|
||
"TITLE_ACTION_EDIT_ASSIGNMENT": "Edit assignment"
|
||
},
|
||
"STATUS": {
|
||
"CLOSED": "Closed",
|
||
"OPEN": "Open"
|
||
},
|
||
"WATCHERS": {
|
||
"ADD": "Add watchers",
|
||
"TITLE_ADD": "Add a project member to the watchers list",
|
||
"DELETE": "Delete watcher",
|
||
"TITLE_LIGHTBOX_DELETE_WARTCHER": "Delete watcher..."
|
||
},
|
||
"WATCH_BUTTON": {
|
||
"WATCH": "Watch",
|
||
"WATCHING": "Watching",
|
||
"UNWATCH": "Unwatch",
|
||
"WATCHERS": "Watchers",
|
||
"BUTTON_TITLE": "Watch/Unwatch this item",
|
||
"COUNTER_TITLE": "{total, plural, one{one watcher} other{# watchers}}"
|
||
},
|
||
"VOTE_BUTTON": {
|
||
"UPVOTE": "Upvote",
|
||
"UPVOTED": "Upvoted",
|
||
"DOWNVOTE": "Downvote",
|
||
"VOTERS": "Voters",
|
||
"BUTTON_TITLE": "Upvote/Downvote this item",
|
||
"COUNTER_TITLE": "{total, plural, one{one vote} other{# votes}}"
|
||
},
|
||
"CUSTOM_ATTRIBUTES": {
|
||
"CUSTOM_FIELDS": "Custom Fields",
|
||
"SAVE": "Save Custom Field",
|
||
"EDIT": "Edit Custom Field",
|
||
"DELETE": "Delete custom attribute",
|
||
"CONFIRM_DELETE": "Remeber that all values in this custom field will be deleted.</br> Are you sure you want to continue?"
|
||
},
|
||
"FILTERS": {
|
||
"TITLE": "filters",
|
||
"INPUT_PLACEHOLDER": "Subject or reference",
|
||
"TITLE_ACTION_FILTER_BUTTON": "search",
|
||
"BREADCRUMB_TITLE": "back to categories",
|
||
"BREADCRUMB_FILTERS": "Filters",
|
||
"BREADCRUMB_STATUS": "status"
|
||
},
|
||
"WYSIWYG": {
|
||
"H1_BUTTON": "First Level Heading",
|
||
"H1_SAMPLE_TEXT": "Your title here...",
|
||
"H2_BUTTON": "Second Level Heading",
|
||
"H2_SAMPLE_TEXT": "Your title here...",
|
||
"H3_BUTTON": "Third Level Heading",
|
||
"H3_SAMPLE_TEXT": "Your title here...",
|
||
"BOLD_BUTTON": "Bold",
|
||
"BOLD_BUTTON_SAMPLE_TEXT": "Your text here...",
|
||
"ITALIC_BUTTON": "Italic",
|
||
"ITALIC_SAMPLE_TEXT": "Your text here...",
|
||
"STRIKE_BUTTON": "Strike",
|
||
"STRIKE_SAMPLE_TEXT": "Your text here...",
|
||
"BULLETED_LIST_BUTTON": "Bulleted List",
|
||
"BULLETED_LIST_SAMPLE_TEXT": "Your text here...",
|
||
"NUMERIC_LIST_BUTTON": "Numeric List",
|
||
"NUMERIC_LIST_SAMPLE_TEXT": "Your text here...",
|
||
"PICTURE_BUTTON": "Picture",
|
||
"PICTURE_SAMPLE_TEXT": "Your alternative text to picture here...",
|
||
"LINK_BUTTON": "Link",
|
||
"LINK_SAMPLE_TEXT": "Your text to link here....",
|
||
"QUOTE_BLOCK_BUTTON": "Quote Block",
|
||
"QUOTE_BLOCK_SAMPLE_TEXT": "Your text here...",
|
||
"CODE_BLOCK_BUTTON": "Code Block",
|
||
"CODE_BLOCK_SAMPLE_TEXT": "Your text here...",
|
||
"PREVIEW_BUTTON": "Preview",
|
||
"EDIT_BUTTON": "Edit",
|
||
"MARKDOWN_HELP": "Markdown syntax help"
|
||
},
|
||
"PERMISIONS_CATEGORIES": {
|
||
"SPRINTS": {
|
||
"NAME": "Sprints",
|
||
"VIEW_SPRINTS": "View sprints",
|
||
"ADD_SPRINTS": "Add sprints",
|
||
"MODIFY_SPRINTS": "Modify sprints",
|
||
"DELETE_SPRINTS": "Delete sprints"
|
||
},
|
||
"USER_STORIES": {
|
||
"NAME": "User Stories",
|
||
"VIEW_USER_STORIES": "View user stories",
|
||
"ADD_USER_STORIES": "Add user stories",
|
||
"MODIFY_USER_STORIES": "Modify user stories",
|
||
"DELETE_USER_STORIES": "Delete user stories"
|
||
},
|
||
"TASKS": {
|
||
"NAME": "Tasks",
|
||
"VIEW_TASKS": "View tasks",
|
||
"ADD_TASKS": "Add tasks",
|
||
"MODIFY_TASKS": "Modify tasks",
|
||
"DELETE_TASKS": "Delete tasks"
|
||
},
|
||
"ISSUES": {
|
||
"NAME": "Issues",
|
||
"VIEW_ISSUES": "View issues",
|
||
"ADD_ISSUES": "Add issues",
|
||
"MODIFY_ISSUES": "Modify issues",
|
||
"DELETE_ISSUES": "Delete issues"
|
||
},
|
||
"WIKI": {
|
||
"NAME": "Wiki",
|
||
"VIEW_WIKI_PAGES": "View wiki pages",
|
||
"ADD_WIKI_PAGES": "Add wiki pages",
|
||
"MODIFY_WIKI_PAGES": "Modify wiki pages",
|
||
"DELETE_WIKI_PAGES": "Delete wiki pages",
|
||
"VIEW_WIKI_LINKS": "View wiki links",
|
||
"ADD_WIKI_LINKS": "Add wiki links",
|
||
"DELETE_WIKI_LINKS": "Delete wiki links"
|
||
}
|
||
},
|
||
"META": {
|
||
"PAGE_TITLE": "Taiga",
|
||
"PAGE_DESCRIPTION": "Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable."
|
||
}
|
||
},
|
||
"LOGIN": {
|
||
"PAGE_TITLE": "Login - Taiga",
|
||
"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": {
|
||
"INVITED_YOU": "has invited you to join the project",
|
||
"NOT_REGISTERED_YET": "Not registered yet?",
|
||
"REGISTER": "Register",
|
||
"CREATE_ACCOUNT": "create your free account here"
|
||
},
|
||
"LOGIN_COMMON": {
|
||
"HEADER": "I already have a Taiga login",
|
||
"PLACEHOLDER_AUTH_NAME": "Username or email (case sensitive)",
|
||
"LINK_FORGOT_PASSWORD": "Forgot it?",
|
||
"TITLE_LINK_FORGOT_PASSWORD": "Did you forgot your password?",
|
||
"ACTION_ENTER": "Enter",
|
||
"ACTION_SIGN_IN": "Sign in",
|
||
"PLACEHOLDER_AUTH_PASSWORD": "Password (case sensitive)"
|
||
},
|
||
"LOGIN_FORM": {
|
||
"ERROR_AUTH_INCORRECT": "According to our Oompa Loompas, your username/email or password are incorrect.",
|
||
"SUCCESS": "Our Oompa Loompas are happy, welcome to Taiga."
|
||
},
|
||
"REGISTER": {
|
||
"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, beautiful tool that makes work truly enjoyable."
|
||
},
|
||
"REGISTER_FORM": {
|
||
"TITLE": "Register a new Taiga account (free)",
|
||
"PLACEHOLDER_NAME": "Pick a username (case sensitive)",
|
||
"PLACEHOLDER_FULL_NAME": "Pick your full name",
|
||
"PLACEHOLDER_EMAIL": "Your email",
|
||
"PLACEHOLDER_PASSWORD": "Set a password (case sensitive)",
|
||
"ACTION_SIGN_UP": "Sign up",
|
||
"TITLE_LINK_LOGIN": "Log in",
|
||
"LINK_LOGIN": "Are you already registered? Log in"
|
||
},
|
||
"FORGOT_PASSWORD": {
|
||
"PAGE_TITLE": "Forgot password - Taiga",
|
||
"PAGE_DESCRIPTION": "Enter your username or email to get a new password and you can access to Taiga again."
|
||
},
|
||
"FORGOT_PASSWORD_FORM": {
|
||
"TITLE": "Oops, did you forget your password?",
|
||
"SUBTITLE": "Enter your username or email to get a new one",
|
||
"PLACEHOLDER_FIELD": "Username or email",
|
||
"ACTION_RESET_PASSWORD": "Reset Password",
|
||
"LINK_CANCEL": "Nah, take me back. I think I remember it.",
|
||
"SUCCESS": "<strong>Check your inbox!</strong><br />We have sent you an email with the instructions to set a new password",
|
||
"ERROR": "According to our Oompa Loompas, your are not registered yet."
|
||
},
|
||
"CHANGE_PASSWORD": {
|
||
"PAGE_TITLE": "Change you password - Taiga",
|
||
"PAGE_DESCRIPTION": "Set a new password for your Taiga account and hey!, you may want to eat some more iron-rich food, it's good for your brain :P",
|
||
"SECTION_NAME": "Change password",
|
||
"FIELD_CURRENT_PASSWORD": "Current password",
|
||
"PLACEHOLDER_CURRENT_PASSWORD": "Your current password (or empty if you have no password yet)",
|
||
"FIELD_NEW_PASSWORD": "New password",
|
||
"PLACEHOLDER_NEW_PASSWORD": "Type a new password",
|
||
"FIELD_RETYPE_PASSWORD": "Retype new password",
|
||
"PLACEHOLDER_RETYPE_PASSWORD": "Retype the new password",
|
||
"ERROR_PASSWORD_MATCH": "The passwords doesn't match"
|
||
},
|
||
"CHANGE_PASSWORD_RECOVERY_FORM": {
|
||
"TITLE": "Create a new Taiga pass",
|
||
"SUBTITLE": "And hey, you may want to eat some more iron-rich food, it's good for your brain :P",
|
||
"PLACEHOLDER_NEW_PASSWORD": "New password",
|
||
"PLACEHOLDER_RE_TYPE_NEW_PASSWORD": "Re-type new password",
|
||
"ACTION_RESET_PASSWORD": "Reset Password",
|
||
"ERROR": "Our Oompa Loompas can't find your request to recover your password. Try to ask for it again.",
|
||
"SUCCESS": "Our Oompa Loompas saved your new password.<br /> Try to <strong>sign in</strong> with it."
|
||
},
|
||
"INVITATION": {
|
||
"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, beautiful tool that makes work truly enjoyable."
|
||
},
|
||
"INVITATION_LOGIN_FORM": {
|
||
"NOT_FOUND": "Our Oompa Loompas can't find your invitation.",
|
||
"SUCCESS": "You've successfully joined this project, Welcome to {{project_name}}",
|
||
"ERROR": "According to our Oompa Loompas, your are not registered yet or typed an invalid password."
|
||
},
|
||
"HOME": {
|
||
"PAGE_TITLE": "Home - Taiga",
|
||
"PAGE_DESCRIPTION": "The Taiga home page with your main projects and all your assigned and watched user stories, tasks and issues",
|
||
"EMPTY_WORKING_ON": "<strong>It feels empty, doesn't it?</strong> Start working with Taiga and you'll see here the stories, tasks and issues you are workin on.",
|
||
"EMPTY_WATCHING": "<strong>Follow</strong> User Stories, Tasks, Issues... that you want to know about :)",
|
||
"EMPTY_PROJECT_LIST": "You don't have any projects yet",
|
||
"WORKING_ON_SECTION": "Working on",
|
||
"WATCHING_SECTION": "Watching"
|
||
},
|
||
"PROJECTS": {
|
||
"PAGE_TITLE": "My projects - Taiga",
|
||
"PAGE_DESCRIPTION": "A list with all your projects, you can reorder or create a new one.",
|
||
"MY_PROJECTS": "My projects"
|
||
},
|
||
"ATTACHMENT": {
|
||
"SECTION_NAME": "attachments",
|
||
"TITLE": "{{ fileName }} uploaded on {{ date }}",
|
||
"DESCRIPTION": "Type a short description",
|
||
"DEPRECATED": "(deprecated)",
|
||
"DEPRECATED_FILE": "Deprecated?",
|
||
"ADD": "Add new attachment. {{maxFileSizeMsg}}",
|
||
"MAX_FILE_SIZE": "[Max. size: {{maxFileSize}}]",
|
||
"SHOW_DEPRECATED": "+ show deprecated atachments",
|
||
"HIDE_DEPRECATED": "- hide deprecated atachments",
|
||
"COUNT_DEPRECATED": "({{ counter }} deprecated)",
|
||
"MAX_UPLOAD_SIZE": "Maximum upload size is {{maxFileSize}}",
|
||
"DATE": "DD MMM YYYY [at] hh:mm",
|
||
"ERROR_UPLOAD_ATTACHMENT": "We have not been able to upload '{{fileName}}'. {{errorMessage}}",
|
||
"TITLE_LIGHTBOX_DELETE_ATTACHMENT": "Delete attachment...",
|
||
"MSG_LIGHTBOX_DELETE_ATTACHMENT": "the attachment '{{fileName}}'",
|
||
"ERROR_DELETE_ATTACHMENT": "We have not been able to delete: {{errorMessage}}",
|
||
"FIELDS": {
|
||
"IS_DEPRECATED": "is deprecated"
|
||
}
|
||
},
|
||
"PAGINATION": {
|
||
"PREVIOUS": "Prev",
|
||
"NEXT": "Next"
|
||
},
|
||
"ADMIN": {
|
||
"COMMON": {
|
||
"TITLE_ACTION_EDIT_VALUE": "Edit value",
|
||
"TITLE_ACTION_DELETE_VALUE": "Delete value"
|
||
},
|
||
"HELP": "Do you need help? Check out our support page!",
|
||
"PROJECT_DEFAULT_VALUES": {
|
||
"TITLE": "Default Values",
|
||
"SUBTITLE": "Set default values for all selector inputs."
|
||
},
|
||
"MEMBERSHIPS": {
|
||
"TITLE": "Manage members",
|
||
"PAGE_TITLE": "Memberships - {{projectName}}",
|
||
"ADD_BUTTON": "+ New member",
|
||
"ADD_BUTTON_TITLE": "Add new member"
|
||
},
|
||
"PROJECT_EXPORT": {
|
||
"TITLE": "Export",
|
||
"SUBTITLE": "Export your project to save a backup or to create a new one based on this.",
|
||
"EXPORT_BUTTON": "Export",
|
||
"EXPORT_BUTTON_TITLE": "Export your project",
|
||
"LOADING_TITLE": "We are generating your dump file",
|
||
"DUMP_READY": "Your dump file is ready!",
|
||
"LOADING_MESSAGE": "Please don't close this page.",
|
||
"ASYNC_MESSAGE": "We will send you an email when ready.",
|
||
"SYNC_MESSAGE": "If the download doesn't start automatically click <a href='{{url}}' download title='Download the dump file'>here</a>.",
|
||
"ERROR": "Our Oompa Loompas have some problems generating your dump. Please try it again.",
|
||
"ERROR_BUSY": "Sorry, our Oompa Loompas are very busy right now. Please try again in a few minutes.",
|
||
"ERROR_MESSAGE": "Our Oompa Loompas have some problems generating your dump: {{message}}"
|
||
},
|
||
"MODULES": {
|
||
"TITLE": "Modules",
|
||
"ENABLE": "Enable",
|
||
"DISABLE": "Disable",
|
||
"BACKLOG": "Backlog",
|
||
"BACKLOG_DESCRIPTION": "Manage your user stories to maintain an organized view of upcoming and prioritized work.",
|
||
"KANBAN": "Kanban",
|
||
"KANBAN_DESCRIPTION": "Organize your project in a lean way with this board.",
|
||
"ISSUES": "Issues",
|
||
"ISSUES_DESCRIPTION": "Track the bugs, questions and enhancements related to your project. Don't miss anything!",
|
||
"WIKI": "Wiki",
|
||
"WIKI_DESCRIPTION": "Add, modify, or delete content in collaboration with others. This is the right place for your project documentation.",
|
||
"MEETUP": "Meet Up",
|
||
"MEETUP_DESCRIPTION": "Choose your videoconference system. Even developers need face to face contact.",
|
||
"SELECT_VIDEOCONFERENCE": "Select a videoconference system",
|
||
"SALT_CHAT_ROOM": "If you want you can append a salt code to the name of the chat room",
|
||
"JITSI_CHAT_ROOM": "Jitsi",
|
||
"APPEARIN_CHAT_ROOM": "AppearIn",
|
||
"TALKY_CHAT_ROOM": "Talky",
|
||
"CUSTOM_CHAT_ROOM": "Custom",
|
||
"URL_CHAT_ROOM": "URL of your chat room"
|
||
},
|
||
"PROJECT_PROFILE": {
|
||
"PAGE_TITLE": "{{sectionName}} - Project profile - {{projectName}}",
|
||
"PROJECT_DETAILS": "Project details",
|
||
"PROJECT_NAME": "Project name",
|
||
"PROJECT_SLUG": "Project slug",
|
||
"NUMBER_SPRINTS": "Number of sprints (0 for an undetermined quantity)",
|
||
"NUMBER_US_POINTS": "Number of US points (0 for an undetermined quantity)",
|
||
"TAGS": "Tags",
|
||
"DESCRIPTION": "Description",
|
||
"PUBLIC_PROJECT": "Public project",
|
||
"PRIVATE_PROJECT": "Private project",
|
||
"DELETE": "Delete this project"
|
||
},
|
||
"REPORTS": {
|
||
"TITLE": "Reports",
|
||
"SUBTITLE": "Export your project data in CSV format and make your own reports.",
|
||
"DESCRIPTION": "Download a CSV file or copy the generated URL and open it in your favourite text editor or spreadsheet to make your own project data reports. You will be able to visualize and analyze all your data easily.",
|
||
"HELP": "How to use this on my own spreadsheet?",
|
||
"REGENERATE_TITLE": "Change URL",
|
||
"REGENERATE_SUBTITLE": "You going to change the CSV data access url. The previous url will be disabled. Are you sure?"
|
||
},
|
||
"CSV": {
|
||
"SECTION_TITLE_US": "user stories reports",
|
||
"SECTION_TITLE_TASK": "tasks reports",
|
||
"SECTION_TITLE_ISSUE": "issues reports",
|
||
"DOWNLOAD": "Download CSV",
|
||
"URL_FIELD_PLACEHOLDER": "Please regenerate CSV url",
|
||
"TITLE_REGENERATE_URL": "Regenerate CSV url",
|
||
"ACTION_GENERATE_URL": "Generate Url",
|
||
"ACTION_REGENERATE": "Regenerate"
|
||
},
|
||
"CUSTOM_FIELDS": {
|
||
"TITLE": "Custom Fields",
|
||
"SUBTITLE": "Specify the custom fields for your user stories, tasks and issues",
|
||
"US_DESCRIPTION": "User stories custom fields",
|
||
"US_ADD": "Add a custom field in user stories",
|
||
"TASK_DESCRIPTION": "Tasks custom fields",
|
||
"TASK_ADD": "Add a custom field in tasks",
|
||
"ISSUE_DESCRIPTION": "Issues custom fields",
|
||
"ISSUE_ADD": "Add a custom field in issues",
|
||
"FIELD_TYPE_TEXT": "Text",
|
||
"FIELD_TYPE_MULTI": "Multi-line",
|
||
"FIELD_TYPE_DATE": "Date"
|
||
},
|
||
"PROJECT_VALUES": {
|
||
"PAGE_TITLE": "{{sectionName}} - Project values - {{projectName}}",
|
||
"REPLACEMENT": "All items with this value will be changed to",
|
||
"ERROR_DELETE_ALL": "You can't delete all values."
|
||
},
|
||
"PROJECT_VALUES_POINTS": {
|
||
"TITLE": "Points",
|
||
"SUBTITLE": "Specify the points your user stories could be estimated to",
|
||
"US_TITLE": "US points",
|
||
"ACTION_ADD": "Add new point"
|
||
},
|
||
"PROJECT_VALUES_PRIORITIES": {
|
||
"TITLE": "Priorities",
|
||
"SUBTITLE": "Specify the priorities your issues will have",
|
||
"ISSUE_TITLE": "Issue priorities",
|
||
"ACTION_ADD": "Add new priority"
|
||
},
|
||
"PROJECT_VALUES_SEVERITIES": {
|
||
"TITLE": "Severities",
|
||
"SUBTITLE": "Specify the severities your issues will have",
|
||
"ISSUE_TITLE": "Issue severities",
|
||
"ACTION_ADD": "Add new severity"
|
||
},
|
||
"PROJECT_VALUES_STATUS": {
|
||
"TITLE": "Status",
|
||
"SUBTITLE": "Specify the statuses your user stories, tasks and issues will go through",
|
||
"US_TITLE": "US Statuses",
|
||
"TASK_TITLE": "Task Statuses",
|
||
"ISSUE_TITLE": "Issue Statuses"
|
||
},
|
||
"PROJECT_VALUES_TYPES": {
|
||
"TITLE": "Types",
|
||
"SUBTITLE": "Specify the types your issues could be",
|
||
"ISSUE_TITLE": "Issues types",
|
||
"ACTION_ADD": "Add new {{objName}}"
|
||
},
|
||
"ROLES": {
|
||
"PAGE_TITLE": "Roles - {{projectName}}",
|
||
"WARNING_NO_ROLE": "Be careful, no role in your project will be able to estimate the point value for user stories",
|
||
"HELP_ROLE_ENABLED": "When enabled, members assigned to this role will be able to estimate the point value for user stories",
|
||
"DISABLE_COMPUTABLE_ALERT_TITLE": "Disable estimation for this role",
|
||
"DISABLE_COMPUTABLE_ALERT_SUBTITLE": "If you disable estimation permissions for role {{roleName}} all previous estimations made by this role will be removed",
|
||
"DISABLE_COMPUTABLE_ALERT_MESSAGE": "<strong>Are you sure you want to disable this role estimations?</strong>",
|
||
"COUNT_MEMBERS": "{{ role.members_count }} members with this role",
|
||
"TITLE_DELETE_ROLE": "Delete Role",
|
||
"REPLACEMENT_ROLE": "All the users with this role will be moved to",
|
||
"WARNING_DELETE_ROLE": "<strong>Be careful, all role estimations will be removed</strong>",
|
||
"ERROR_DELETE_ALL": "You can't delete all values",
|
||
"EXTERNAL_USER": "External user"
|
||
},
|
||
"THIRD_PARTIES": {
|
||
"SECRET_KEY": "Secret key",
|
||
"PAYLOAD_URL": "Payload URL",
|
||
"VALID_IPS": "Valid origin IPs (separated by ,)"
|
||
},
|
||
"BITBUCKET": {
|
||
"SECTION_NAME": "Bitbucket",
|
||
"PAGE_TITLE": "Bitbucket - {{projectName}}",
|
||
"INFO_VERIFYING_IP": "Bitbucket requests are not signed so the best way of verifying the origin is by IP. If the field is empty there will be no IP validation."
|
||
},
|
||
"GITLAB": {
|
||
"SECTION_NAME": "Gitlab",
|
||
"PAGE_TITLE": "Gitlab - {{projectName}}",
|
||
"INFO_VERIFYING_IP": "Gitlab requests are not signed so the best way of verifying the origin is by IP. If the field is empty there will be no IP validation."
|
||
},
|
||
"GITHUB": {
|
||
"SECTION_NAME": "Github",
|
||
"PAGE_TITLE": "Github - {{projectName}}"
|
||
},
|
||
"WEBHOOKS": {
|
||
"PAGE_TITLE": "Webhooks - {{projectName}}",
|
||
"SECTION_NAME": "Webhooks",
|
||
"SUBTITLE": "Webhooks notify external services about events in Taiga, like comments, user stories....",
|
||
"ADD_NEW": "Add a New Webhook",
|
||
"TYPE_NAME": "Type the service name",
|
||
"TYPE_PAYLOAD_URL": "Type the service payload url",
|
||
"TYPE_SERVICE_SECRET": "Type the service secret key",
|
||
"SAVE": "Save Webhook",
|
||
"CANCEL": "Cancel Webhook",
|
||
"SHOW_HISTORY": "(Show history)",
|
||
"TEST": "Test Webhook",
|
||
"EDIT": "Edit Webhook",
|
||
"DELETE": "Delete Webhook",
|
||
"REQUEST": "Request",
|
||
"RESEND_REQUEST": "Resend request",
|
||
"HEADERS": "Headers",
|
||
"PAYLOAD": "Payload",
|
||
"RESPONSE": "Response",
|
||
"DATE": "DD MMM YYYY [at] hh:mm:ss",
|
||
"ACTION_HIDE_HISTORY": "(Hide history)",
|
||
"ACTION_HIDE_HISTORY_TITLE": "Hide history details",
|
||
"ACTION_SHOW_HISTORY": "(Show history)",
|
||
"ACTION_SHOW_HISTORY_TITLE": "Show history details",
|
||
"WEBHOOK_NAME": "Webhook '{{name}}'"
|
||
},
|
||
"CUSTOM_ATTRIBUTES": {
|
||
"PAGE_TITLE": "{{sectionName}} - Custom Attributes - {{projectName}}",
|
||
"ADD": "Add custom field",
|
||
"EDIT": "Edit Custom Field",
|
||
"DELETE": "Delete Custom Field",
|
||
"SAVE_TITLE": "Save Custom Field",
|
||
"CANCEL_TITLE": "Cancel creation",
|
||
"SET_FIELD_NAME": "Set your custom field name",
|
||
"SET_FIELD_DESCRIPTION": "Set your custom field description",
|
||
"FIELD_TYPE_DEFAULT": "-- select one --",
|
||
"ACTION_UPDATE": "Update Custom Field",
|
||
"ACTION_CANCEL_EDITION": "Cancel edition"
|
||
},
|
||
"MEMBERSHIP": {
|
||
"COLUMN_MEMBER": "Member",
|
||
"COLUMN_ADMIN": "Admin",
|
||
"COLUMN_ROLE": "Role",
|
||
"COLUMN_STATUS": "Status",
|
||
"STATUS_ACTIVE": "Active",
|
||
"STATUS_PENDING": "Pending",
|
||
"DELETE_MEMBER": "Delete member",
|
||
"RESEND": "Resend",
|
||
"SUCCESS_SEND_INVITATION": "We've sent the invitation again to '{{email}}'.",
|
||
"ERROR_SEND_INVITATION": "We haven't sent the invitation.",
|
||
"SUCCESS_DELETE": "We've deleted {{message}}.",
|
||
"ERROR_DELETE": "We have not been able to delete {{message}}.",
|
||
"DEFAULT_DELETE_MESSAGE": "the invitation to {{email}}"
|
||
},
|
||
"DEFAULT_VALUES": {
|
||
"LABEL_POINTS": "Default value for points selector",
|
||
"LABEL_US": "Default value for US status selector",
|
||
"LABEL_TASK_STATUS": "Default value for task status selector",
|
||
"LABEL_PRIORITY": "Default value for priority selector",
|
||
"LABEL_SEVERITY": "Default value for severity selector",
|
||
"LABEL_ISSUE_TYPE": "Default value for issue type selector",
|
||
"LABEL_ISSUE_STATUS": "Default value for issue status selector"
|
||
},
|
||
"STATUS": {
|
||
"PLACEHOLDER_WRITE_STATUS_NAME": "Write a name for the new status"
|
||
},
|
||
"TYPES": {
|
||
"PLACEHOLDER_WRITE_NAME": "Write a name for the new element"
|
||
},
|
||
"US_STATUS": {
|
||
"ACTION_ADD_STATUS": "Add new status",
|
||
"IS_ARCHIVED_COLUMN": "Is archived?",
|
||
"WIP_LIMIT_COLUMN": "WIP Limit",
|
||
"PLACEHOLDER_WRITE_NAME": "Write a name for the new status"
|
||
},
|
||
"MENU": {
|
||
"TITLE": "Admin",
|
||
"PROJECT": "Project",
|
||
"ATTRIBUTES": "Attributes",
|
||
"MEMBERS": "Members",
|
||
"PERMISSIONS": "Permissions",
|
||
"INTEGRATIONS": "Integrations",
|
||
"PLUGINS": "Plugins"
|
||
},
|
||
"SUBMENU_PROJECT_ATTRIBUTES": {
|
||
"TITLE": "Attributes"
|
||
},
|
||
"SUBMENU_PROJECT_VALUES": {
|
||
"STATUS": "Status",
|
||
"POINTS": "Points",
|
||
"PRIORITIES": "Priorities",
|
||
"SEVERITIES": "Severities",
|
||
"TYPES": "Types",
|
||
"CUSTOM_FIELDS": "Custom fields"
|
||
},
|
||
"SUBMENU_PROJECT_PROFILE": {
|
||
"TITLE": "Project Profile"
|
||
},
|
||
"SUBMENU_ROLES": {
|
||
"TITLE": "Roles",
|
||
"ACTION_NEW_ROLE": "+ New role",
|
||
"TITLE_ACTION_NEW_ROLE": "Add new role"
|
||
},
|
||
"SUBMENU_THIDPARTIES": {
|
||
"TITLE": "Services"
|
||
}
|
||
},
|
||
"USER": {
|
||
"PROFILE": {
|
||
"PAGE_TITLE": "{{userFullName}} (@{{userUsername}})",
|
||
"EDIT": "Edit profile",
|
||
"FOLLOW": "Follow",
|
||
"CLOSED_US": "Closed US",
|
||
"PROJECTS": "Projects",
|
||
"PROJECTS_EMPTY": "{{username}} doesn't' have projects yet",
|
||
"CONTACTS": "Contacts",
|
||
"CONTACTS_EMPTY": "{{username}} doesn't have contacts yet",
|
||
"CURRENT_USER_CONTACTS_EMPTY": "You don't have contacts yet",
|
||
"CURRENT_USER_CONTACTS_EMPTY_EXPLAIN": "The people with whom you work at Taiga will be your contacts automatically",
|
||
"REPORT": "Report Abuse",
|
||
"TABS": {
|
||
"ACTIVITY_TAB": "Activity",
|
||
"ACTIVITY_TAB_TITLE": "Show all the activity of this user",
|
||
"PROJECTS_TAB": "Projects",
|
||
"PROJECTS_TAB_TITLE": "List all projects that this user is a member",
|
||
"LIKES_TAB": "Likes",
|
||
"LIKES_TAB_TITLE": "List all likes made by this user",
|
||
"VOTES_TAB": "Votes",
|
||
"VOTES_TAB_TITLE": "List all votes made by this user",
|
||
"WATCHED_TAB": "Watched",
|
||
"WATCHED_TAB_TITLE": "List all item watched by this user",
|
||
"CONTACTS_TAB": "Contacts",
|
||
"CONTACTS_TAB_TITLE": "List all contacts made by this user"
|
||
}
|
||
},
|
||
"PROFILE_SIDEBAR": {
|
||
"TITLE": "Your profile",
|
||
"DESCRIPTION": "People can see everything you do and what are you working on. Add a nice bio to give an enhanced version of your information.",
|
||
"ADD_INFO": "Edit bio"
|
||
},
|
||
"PROFILE_FAVS": {
|
||
"FILTER_INPUT_PLACEHOLDER": "Type something...",
|
||
"FILTER_TYPE_ALL": "All",
|
||
"FILTER_TYPE_ALL_TITLE": "Show all",
|
||
"FILTER_TYPE_PROJECTS": "Projects",
|
||
"FILTER_TYPE_PROJECT_TITLES": "Show only projects",
|
||
"FILTER_TYPE_USER_STORIES": "Stories",
|
||
"FILTER_TYPE_USER_STORIES_TITLES": "Show only user stories",
|
||
"FILTER_TYPE_TASKS": "Tasks",
|
||
"FILTER_TYPE_TASK_TITLES": "Show only tasks",
|
||
"FILTER_TYPE_ISSUES": "Issues",
|
||
"FILTER_TYPE_ISSUES_TITLE": "Show only issues",
|
||
"EMPTY_TITLE": "It looks like there's nothing to show here."
|
||
}
|
||
},
|
||
"PROJECT": {
|
||
"PAGE_TITLE": "{{projectName}}",
|
||
"WELCOME": "Welcome",
|
||
"SECTION_PROJECTS": "Projects",
|
||
"HELP": "Reorder your projects to set in the top the most used ones.<br/> The top 10 projects will appear in the top navigation bar project list",
|
||
"PRIVATE": "Private project",
|
||
"STATS": {
|
||
"PROJECT": "project<br/> points",
|
||
"DEFINED": "defined<br/> points",
|
||
"ASSIGNED": "assigned<br/> points",
|
||
"CLOSED": "closed<br/> points"
|
||
},
|
||
"SECTION": {
|
||
"SEARCH": "Search",
|
||
"TIMELINE": "Timeline",
|
||
"BACKLOG": "Backlog",
|
||
"KANBAN": "Kanban",
|
||
"ISSUES": "Issues",
|
||
"WIKI": "Wiki",
|
||
"TEAM": "Team",
|
||
"MEETUP": "Meet Up",
|
||
"ADMIN": "Admin"
|
||
},
|
||
"NAVIGATION": {
|
||
"SECTION_TITLE": "Your projects",
|
||
"PLACEHOLDER_SEARCH": "Search in...",
|
||
"ACTION_CREATE_PROJECT": "Create project",
|
||
"ACTION_IMPORT_PROJECT": "Import project",
|
||
"SEE_MORE_PROJECTS": "See more projects",
|
||
"TITLE_CREATE_PROJECT": "Create project",
|
||
"TITLE_IMPORT_PROJECT": "Import project",
|
||
"TITLE_PRVIOUS_PROJECT": "Show previous projects",
|
||
"TITLE_NEXT_PROJECT": "Show next projects",
|
||
"HELP_TITLE": "Taiga Support Page",
|
||
"HELP": "Help",
|
||
"FEEDBACK_TITLE": "Send feedback",
|
||
"FEEDBACK": "Feedback",
|
||
"NOTIFICATIONS_TITLE": "Edit your notification settings",
|
||
"NOTIFICATIONS": "Notifications",
|
||
"ORGANIZATIONS_TITLE": "Edit your organizations",
|
||
"ORGANIZATIONS": "Edit organizations",
|
||
"SETTINGS_TITLE": "Edit your settings",
|
||
"SETTINGS": "Settings",
|
||
"VIEW_PROFILE_TITLE": "View Profile",
|
||
"VIEW_PROFILE": "View Profile",
|
||
"EDIT_PROFILE_TITLE": "Edit your profile",
|
||
"EDIT_PROFILE": "Edit Profile",
|
||
"CHANGE_PASSWORD_TITLE": "Change password",
|
||
"CHANGE_PASSWORD": "Change password",
|
||
"DASHBOARD_TITLE": "Dashboard",
|
||
"DISCOVER_TITLE": "Discover trending projects",
|
||
"DISCOVER": "Discover",
|
||
"ACTION_REORDER": "Drag & drop to reorder"
|
||
},
|
||
"IMPORT": {
|
||
"TITLE": "Importing Project",
|
||
"UPLOADING_FILE": "Uploading dump file",
|
||
"DESCRIPTION": "This process can take a while, please keep the window open.",
|
||
"ASYNC_IN_PROGRESS_TITLE": "Our Oompa Loompas are importing your project",
|
||
"ASYNC_IN_PROGRESS_MESSAGE": "This process could take a few minutes <br/> We will send you an email when ready",
|
||
"UPLOAD_IN_PROGRESS_MESSAGE": "Uploaded {{uploadedSize}} of {{totalSize}}",
|
||
"ERROR": "Our Oompa Loompas have some problems importing your dump data. Please try again.",
|
||
"ERROR_TOO_MANY_REQUEST": "Sorry, our Oompa Loompas are very busy right now. Please try again in a few minutes.",
|
||
"ERROR_MESSAGE": "Our Oompa Loompas have some problems importing your dump data: {{error_message}}",
|
||
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) is too heavy for our Oompa Loompas, try it with a smaller than ({{maxFileSize}})",
|
||
"SYNC_SUCCESS": "Your project has been imported successfuly"
|
||
},
|
||
"LIKE_BUTTON": {
|
||
"LIKE": "Like",
|
||
"LIKED": "Liked",
|
||
"UNLIKE": "Unlike",
|
||
"BUTTON_TITLE": "Like or unlike this project",
|
||
"COUNTER_TITLE": "{total, plural, one{one fan} other{# fans}}"
|
||
},
|
||
"WATCH_BUTTON": {
|
||
"BUTTON_TITLE": "Watch this project and set notification policy",
|
||
"WATCH": "Watch",
|
||
"WATCHING": "Watching",
|
||
"COUNTER_TITLE": "{total, plural, one{one watcher} other{# watchers}}",
|
||
"OPTIONS": {
|
||
"NOTIFY_ALL": "Receive all notifications",
|
||
"NOTIFY_ALL_TITLE": "Receive all notifications for this project",
|
||
"NOTIFY_INVOLVED": "Only involved",
|
||
"NOTIFY_INVOLVED_TITLE": "Recive notificacions only when you are involved",
|
||
"UNWATCH": "Unwatch",
|
||
"UNWATCH_TITLE": "Unwatch this project"
|
||
}
|
||
}
|
||
},
|
||
"LIGHTBOX": {
|
||
"DELETE_ACCOUNT": {
|
||
"SECTION_NAME": "Delete Taiga Account",
|
||
"CONFIRM": "Are you sure you want to delete your Taiga account?",
|
||
"SUBTITLE": "We're going to miss you! :-(",
|
||
"NEWSLETTER_LABEL_TEXT": "I don't wanna receive your newsletter anymore"
|
||
|
||
},
|
||
"DELETE_PROJECT": {
|
||
"TITLE": "Delete project",
|
||
"QUESTION": "Are you sure you want to delete this project?",
|
||
"SUBTITLE": "All project data (user stories, tasks, issues, sprints and wiki pages) will be lost! :-(",
|
||
"CONFIRM": "Yes, I'm really sure"
|
||
},
|
||
"ASSIGNED_TO": {
|
||
"SELECT": "Select assigned to",
|
||
"SEARCH": "Search for users"
|
||
},
|
||
"ADD_MEMBER": {
|
||
"TITLE": "New Member",
|
||
"HELP_TEXT": "If users are already registered on Taiga, they will be added automatically. Otherwise they will receive an invitation."
|
||
},
|
||
"CREATE_ISSUE": {
|
||
"TITLE": "Add Issue"
|
||
},
|
||
"FEEDBACK": {
|
||
"TITLE": "Tell us something...",
|
||
"COMMENT": "...a bug, some suggestions, something cool... or even your worst nightmare with Taiga",
|
||
"ACTION_SEND": "Send feedback"
|
||
},
|
||
"SEARCH": {
|
||
"TITLE": "Search",
|
||
"PLACEHOLDER_SEARCH": "What are you looking for?"
|
||
},
|
||
"ADD_EDIT_SPRINT": {
|
||
"TITLE": "New sprint",
|
||
"PLACEHOLDER_SPRINT_NAME": "sprint name",
|
||
"PLACEHOLDER_SPRINT_START": "Estimated Start",
|
||
"PLACEHOLDER_SPRINT_END": "Estimated End",
|
||
"ACTION_DELETE_SPRINT": "Do you want to delete this sprint?",
|
||
"TITLE_ACTION_DELETE_SPRINT": "delete sprint",
|
||
"LAST_SPRINT_NAME": " last sprint is <strong> {{lastSprint}} ;-) </strong>"
|
||
},
|
||
"CREATE_EDIT_TASK": {
|
||
"TITLE": "New task",
|
||
"PLACEHOLDER_SUBJECT": "A task subject",
|
||
"PLACEHOLDER_STATUS": "Task status",
|
||
"OPTION_UNASSIGNED": "Unassigned",
|
||
"PLACEHOLDER_SHORT_DESCRIPTION": "Type a short description",
|
||
"ACTION_EDIT": "Edit task"
|
||
},
|
||
"CREATE_EDIT_US": {
|
||
"TITLE": "New US",
|
||
"PLACEHOLDER_DESCRIPTION": "Please add descriptive text to help others better understand this US",
|
||
"NEW_US": "New user story",
|
||
"EDIT_US": "Edit user story"
|
||
},
|
||
"DELETE_SPRINT": {
|
||
"TITLE": "Delete sprint"
|
||
},
|
||
"CREATE_MEMBER": {
|
||
"PLACEHOLDER_INVITATION_TEXT": "(Optional) Add a personalized text to the invitation. Tell something lovely to your new members ;-)",
|
||
"PLACEHOLDER_TYPE_EMAIL": "Type an Email"
|
||
}
|
||
},
|
||
"US": {
|
||
"PAGE_TITLE": "{{userStorySubject}} - User Story {{userStoryRef}} - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "Status: {{userStoryStatus }}. Completed {{userStoryProgressPercentage}}% ({{userStoryClosedTasks}} of {{userStoryTotalTasks}} tasks closed). Points: {{userStoryPoints}}. Description: {{userStoryDescription}}",
|
||
|
||
"SECTION_NAME": "User story details",
|
||
"LINK_TASKBOARD": "Taskboard",
|
||
"TITLE_LINK_TASKBOARD": "Go to the taskboard",
|
||
"TOTAL_POINTS": "total points",
|
||
"ADD": "+ Add a new User Story",
|
||
"ADD_BULK": "Add some new User Stories in bulk",
|
||
"PROMOTED": "This US has been promoted from Issue:",
|
||
"TITLE_LINK_GO_TO_ISSUE": "Go to issue",
|
||
"EXTERNAL_REFERENCE": "This US has been created from",
|
||
"GO_TO_EXTERNAL_REFERENCE": "Go to origin",
|
||
"BLOCKED": "This user story is blocked",
|
||
"PREVIOUS": "previous user story",
|
||
"NEXT": "next user story",
|
||
"TITLE_DELETE_ACTION": "Delete User Story",
|
||
"LIGHTBOX_TITLE_BLOKING_US": "Blocking us",
|
||
"TASK_COMPLETED": "{{totalClosedTasks}}/{{totalTasks}} tasks completed",
|
||
"ASSIGN": "Assign User Story",
|
||
"NOT_ESTIMATED": "Not estimated",
|
||
"TOTAL_US_POINTS": "Total Us points",
|
||
"FIELDS": {
|
||
"TEAM_REQUIREMENT": "Team Requirement",
|
||
"CLIENT_REQUIREMENT": "Client Requirement",
|
||
"FINISH_DATE": "Finish date"
|
||
}
|
||
},
|
||
"COMMENTS": {
|
||
"DELETED_INFO": "Comment deleted by {{user}} on {{date}}",
|
||
"TITLE": "Comments",
|
||
"COMMENT": "Comment",
|
||
"TYPE_NEW_COMMENT": "Type a new comment here",
|
||
"SHOW_DELETED": "Show deleted comment",
|
||
"HIDE_DELETED": "Hide deleted comment",
|
||
"RESTORE": "Restore comment"
|
||
},
|
||
"ACTIVITY": {
|
||
"SHOW_ACTIVITY": "Show activity",
|
||
"DATETIME": "DD MMM YYYY HH:mm",
|
||
"SHOW_MORE": "+ Show previous entries ({{showMore}} more)",
|
||
"TITLE": "Activity",
|
||
"REMOVED": "removed",
|
||
"ADDED": "added",
|
||
"US_POINTS": "US points ({{name}})",
|
||
"NEW_ATTACHMENT": "new attachment",
|
||
"DELETED_ATTACHMENT": "deleted attachment",
|
||
"UPDATED_ATTACHMENT": "updated attachment {{filename}}",
|
||
"DELETED_CUSTOM_ATTRIBUTE": "deleted custom attribute",
|
||
"SIZE_CHANGE": "Made {size, plural, one{one change} other{# changes}}",
|
||
"VALUES": {
|
||
"YES": "yes",
|
||
"NO": "no",
|
||
"EMPTY": "empty",
|
||
"UNASSIGNED": "unassigned"
|
||
},
|
||
"FIELDS": {
|
||
"SUBJECT" : "subject",
|
||
"NAME": "name",
|
||
"DESCRIPTION" : "description",
|
||
"CONTENT": "content",
|
||
"STATUS": "status",
|
||
"IS_CLOSED" : "is closed",
|
||
"FINISH_DATE" : "finish date",
|
||
"TYPE": "type",
|
||
"PRIORITY": "priority",
|
||
"SEVERITY": "severity",
|
||
"ASSIGNED_TO" : "assigned to",
|
||
"WATCHERS" : "watchers",
|
||
"MILESTONE" : "sprint",
|
||
"USER_STORY": "user story",
|
||
"PROJECT": "project",
|
||
"IS_BLOCKED": "is blocked",
|
||
"BLOCKED_NOTE": "blocked note",
|
||
"POINTS": "points",
|
||
"CLIENT_REQUIREMENT" : "client requirement",
|
||
"TEAM_REQUIREMENT" : "team requirement",
|
||
"IS_IOCAINE": "is iocaine",
|
||
"TAGS": "tags",
|
||
"ATTACHMENTS" : "attachments",
|
||
"IS_DEPRECATED": "is deprecated",
|
||
"ORDER" : "order",
|
||
"BACKLOG_ORDER" : "backlog order",
|
||
"SPRINT_ORDER" : "sprint order",
|
||
"KANBAN_ORDER" : "kanban order",
|
||
"TASKBOARD_ORDER" : "taskboard order",
|
||
"US_ORDER" : "us order"
|
||
}
|
||
},
|
||
"BACKLOG": {
|
||
"PAGE_TITLE": "Backlog - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "The backlog panel, with user stories and sprints of the project {{projectName}}: {{projectDescription}}",
|
||
"SECTION_NAME": "Backlog",
|
||
"CUSTOMIZE_GRAPH": "Customize your backlog graph",
|
||
"CUSTOMIZE_GRAPH_TEXT": "To have a nice graph that helps you follow the evolution of the project you have to set up the points and sprints through the",
|
||
"CUSTOMIZE_GRAPH_ADMIN": "Admin",
|
||
"CUSTOMIZE_GRAPH_TITLE": "Set up the points and sprints through the Admin",
|
||
"MOVE_US_TO_CURRENT_SPRINT": "Move to Current Sprint",
|
||
"SHOW_FILTERS": "Show filters",
|
||
"SHOW_TAGS": "Show tags",
|
||
"EMPTY": "Your backlog is empty!",
|
||
"CREATE_NEW_US": "Create a new US",
|
||
"CREATE_NEW_US_EMPTY_HELP": "You may want to create a new user story",
|
||
"EXCESS_OF_POINTS": "Excess of points",
|
||
"PENDING_POINTS": "Pending Points",
|
||
"CLOSED_POINTS": "Closed points",
|
||
"COMPACT_SPRINT": "Compact Sprint",
|
||
"GO_TO_TASKBOARD": "Go to the taskboard of {{::name}}",
|
||
"EDIT_SPRINT": "Edit Sprint",
|
||
"CLOSED_POINTS": "closed",
|
||
"TOTAL_POINTS": "total",
|
||
"STATUS_NAME": "Status Name",
|
||
"SORTABLE_FILTER_ERROR": "You can't drop on backlog when filters are open",
|
||
"DOOMLINE": "Project Scope [Doomline]",
|
||
"CHART": {
|
||
"XAXIS_LABEL": "Sprints",
|
||
"YAXIS_LABEL": "Points",
|
||
"OPTIMAL": "Optimal pending points for sprint \"{{sprintName}}\" should be {{value}}",
|
||
"REAL": "Real pending points for sprint \"{{sprintName}}\" is {{value}}",
|
||
"INCREMENT_TEAM": "Incremented points by team requirements for sprint \"{{sprintName}}\" is {{value}}",
|
||
"INCREMENT_CLIENT": "Incremented points by client requirements for sprint \"{{sprintName}}\" is {{value}}"
|
||
},
|
||
"TAGS": {
|
||
"TOGGLE": "Toggle tags visibility",
|
||
"SHOW": "Show tags",
|
||
"HIDE": "Hide tags"
|
||
},
|
||
"TABLE": {
|
||
"COLUMN_US": "User Stories",
|
||
"TITLE_COLUMN_POINTS": "Select view per Role"
|
||
},
|
||
"SPRINT_SUMMARY": {
|
||
"TOTAL_POINTS": "total<br />points",
|
||
"COMPLETED_POINTS": "completed<br />points",
|
||
"OPEN_TASKS": "open<br />tasks",
|
||
"CLOSED_TASKS": "closed<br />tasks",
|
||
"IOCAINE_DOSES": "iocaine<br />doses",
|
||
"SHOW_STATISTICS_TITLE": "Show statistics",
|
||
"TOGGLE_BAKLOG_GRAPH": "Show/Hide burndown graph"
|
||
},
|
||
"SUMMARY": {
|
||
"PROJECT_POINTS": "project<br />points",
|
||
"DEFINED_POINTS": "defined<br />points",
|
||
"CLOSED_POINTS": "closed<br />points",
|
||
"POINTS_PER_SPRINT": "points /<br />sprint"
|
||
},
|
||
"FILTERS": {
|
||
"TOGGLE": "Toggle filters visibility",
|
||
"TITLE": "Filters",
|
||
"REMOVE": "Remove Filters",
|
||
"HIDE": "Hide Filters",
|
||
"SHOW": "Show Filters",
|
||
"FILTER_CATEGORY_STATUS": "Status",
|
||
"FILTER_CATEGORY_TAGS": "Tags"
|
||
},
|
||
"SPRINTS": {
|
||
"TITLE": "SPRINTS",
|
||
"DATE": "DD MMM YYYY",
|
||
"LINK_TASKBOARD": "Sprint Taskboard",
|
||
"TITLE_LINK_TASKBOARD": "Go to Taskboard of \"{{name}}\"",
|
||
"NUMBER_SPRINTS": "<br/>sprints",
|
||
"EMPTY": "YOU HAVE NO SPRINTS",
|
||
"WARNING_EMPTY_SPRINT": "Drop here Stories from your backlog to start a new sprint",
|
||
"TITLE_ACTION_NEW_SPRINT": "Add new sprint",
|
||
"TEXT_ACTION_NEW_SPRINT": "You may want to create a new sprint in your project",
|
||
"ACTION_SHOW_CLOSED_SPRINTS": "Show closed sprints",
|
||
"ACTION_HIDE_CLOSED_SPRINTS": "Hide closed sprints"
|
||
}
|
||
},
|
||
"ERROR": {
|
||
"TEXT1": "Something happened and our Oompa Loompas are working on it.",
|
||
"NOT_FOUND": "Not found",
|
||
"NOT_FOUND_TEXT": "Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for.",
|
||
"PERMISSION_DENIED": "Permission denied",
|
||
"PERMISSION_DENIED_TEXT": "You don't have permission to access to this page.",
|
||
"VERSION_ERROR": "Someone inside Taiga has changed this before and our Oompa Loompas cannot apply your changes. Please reload and apply your changes again (they will be lost)."
|
||
},
|
||
"TASKBOARD": {
|
||
"PAGE_TITLE": "{{sprintName}} - Sprint taskboard - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "Sprint {{sprintName}} (from {{startDate}} to {{endDate}}) of {{projectName}}. Completed {{completedPercentage}}% ({{completedPoints}} of {{totalPoints}} points). {{openTasks}} opened tasks of {{totalTasks}}." ,
|
||
"SECTION_NAME": "Taskboard",
|
||
"TITLE_ACTION_ADD": "Add a new Task",
|
||
"TITLE_ACTION_ADD_BULK": "Add some new Tasks in bulk",
|
||
"TITLE_ACTION_ASSIGN": "Assign task",
|
||
"TITLE_ACTION_EDIT": "Edit task",
|
||
"PLACEHOLDER_CARD_TITLE": "This could be a task",
|
||
"PLACEHOLDER_CARD_TEXT": "Split Stories into tasks to track them separately",
|
||
"TABLE": {
|
||
"COLUMN": "User story",
|
||
"TITLE_ACTION_FOLD": "Fold column",
|
||
"TITLE_ACTION_UNFOLD": "Unfold column",
|
||
"TITLE_ACTION_FOLD_ROW": "Fold Row",
|
||
"TITLE_ACTION_UNFOLD_ROW": "Unfold Row",
|
||
"FIELD_POINTS": "points",
|
||
"ROW_UNASSIGED_TASKS_TITLE": "Unassigned tasks"
|
||
},
|
||
"CHARTS": {
|
||
"XAXIS_LABEL": "Days",
|
||
"YAXIS_LABEL": "Points",
|
||
"OPTIMAL": "Optimal pending points for day {{formattedDate}} should be {{roundedValue}}",
|
||
"REAL": "Real pending points for day {{formattedDate}} is {{roundedValue}}",
|
||
"DATE": "DD MMMM YYYY"
|
||
}
|
||
},
|
||
"TASK": {
|
||
"PAGE_TITLE": "{{taskSubject}} - Task {{taskRef}} - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "Status: {{taskStatus }}. Description: {{taskDescription}}",
|
||
"SECTION_NAME": "Task details",
|
||
"LINK_TASKBOARD": "Taskboard",
|
||
"TITLE_LINK_TASKBOARD": "Go to the taskboard",
|
||
"PLACEHOLDER_SUBJECT": "Type the new task subject",
|
||
"TITLE_SELECT_STATUS": "Status Name",
|
||
"OWNER_US": "This task belongs to",
|
||
"TITLE_LINK_GO_OWNER": "Go to user story",
|
||
"ORIGIN_US": "This task has been created from",
|
||
"TITLE_LINK_GO_ORIGIN": "Go to user story",
|
||
"BLOCKED": "This task is blocked",
|
||
"PREVIOUS": "previous task",
|
||
"NEXT": "next task",
|
||
"TITLE_DELETE_ACTION": "Delete Task",
|
||
"LIGHTBOX_TITLE_BLOKING_TASK": "Blocking task",
|
||
"FIELDS": {
|
||
"MILESTONE": "Sprint",
|
||
"USER_STORY": "User story",
|
||
"IS_IOCAINE": "Is iocaine"
|
||
},
|
||
"ACTION_IOCAINE": "Iocaine",
|
||
"TITLE_ACTION_IOCAINE": "Feeling a bit overwhelmed by a task? Make sure others know about it by clicking on Iocaine when editing a task. It's possible to become immune to this (fictional) deadly poison by consuming small amounts over time just as it's possible to get better at what you do by occasionally taking on extra challenges!"
|
||
},
|
||
"NOTIFICATION": {
|
||
"OK": "Everything is ok",
|
||
"WARNING": "Oops, something happened...",
|
||
"WARNING_TEXT": "Our Oompa Loompas are sad, your changes were not saved!",
|
||
"SAVED": "Our Oompa Loompas saved all your changes!",
|
||
"CLOSE": "Close notification",
|
||
"MAIL": "Notifications By Mail",
|
||
"ASK_DELETE": "Are you sure you want to delete?"
|
||
},
|
||
"CANCEL_ACCOUNT": {
|
||
"TITLE": "Cancel your account",
|
||
"SUBTITLE": "We're sorry you are leaving the taiga, we hope you enjoyed your stay :)",
|
||
"PLACEHOLDER_INPUT_TOKEN": "cancel account token",
|
||
"ACTION_LEAVING": "Yes, I'm leaving!",
|
||
"SUCCESS": "Our Oompa Loompas removed your account"
|
||
},
|
||
"CHANGE_EMAIL_FORM": {
|
||
"TITLE": "Change your email",
|
||
"SUBTITLE": "One click more and your email will be updated!",
|
||
"PLACEHOLDER_INPUT_TOKEN": "change email token",
|
||
"ACTION_CHANGE_EMAIL": "Change email",
|
||
"SUCCESS": "Our Oompa Loompas updated your email"
|
||
},
|
||
"ISSUES": {
|
||
"PAGE_TITLE": "Issues - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "The issues list panel of the project {{projectName}}: {{projectDescription}}",
|
||
"LIST_SECTION_NAME": "Issues",
|
||
"SECTION_NAME": "Issue details",
|
||
"ACTION_NEW_ISSUE": "+ NEW ISSUE",
|
||
"ACTION_PROMOTE_TO_US": "Promote to User Story",
|
||
"PLACEHOLDER_FILTER_NAME": "Write the filter name and press enter",
|
||
"PROMOTED": "This issue has been promoted to US:",
|
||
"EXTERNAL_REFERENCE": "This issue has been created from",
|
||
"GO_TO_EXTERNAL_REFERENCE": "Go to origin",
|
||
"BLOCKED": "This issue is blocked",
|
||
"TITLE_PREVIOUS_ISSUE": "previous issue",
|
||
"TITLE_NEXT_ISSUE": "next issue",
|
||
"ACTION_DELETE": "Delete issue",
|
||
"LIGHTBOX_TITLE_BLOKING_ISSUE": "Blocking issue",
|
||
"FIELDS": {
|
||
"PRIORITY": "Priority",
|
||
"SEVERITY": "Severity",
|
||
"TYPE": "Type"
|
||
},
|
||
"CONFIRM_PROMOTE": {
|
||
"TITLE": "Promote this issue to a new user story",
|
||
"MESSAGE": "Are you sure you want to create a new US from this Issue?"
|
||
},
|
||
"FILTERS": {
|
||
"TITLE": "Filters",
|
||
"INPUT_SEARCH_PLACEHOLDER": "Subject or ref",
|
||
"TITLE_ACTION_SEARCH": "Search",
|
||
"ACTION_SAVE_CUSTOM_FILTER": "save as custom filter",
|
||
"BREADCRUMB": "Filters",
|
||
"TITLE_BREADCRUMB": "Filters",
|
||
"CATEGORIES": {
|
||
"TYPE": "Type",
|
||
"STATUS": "Status",
|
||
"SEVERITY": "Severity",
|
||
"PRIORITIES": "Priorities",
|
||
"TAGS": "Tags",
|
||
"ASSIGNED_TO": "Assigned to",
|
||
"CREATED_BY": "Created by",
|
||
"CUSTOM_FILTERS": "Custom filters"
|
||
},
|
||
"CONFIRM_DELETE": {
|
||
"TITLE": "Delete custom filter",
|
||
"MESSAGE": "the custom filter '{{customFilterName}}'"
|
||
}
|
||
},
|
||
"TABLE": {
|
||
"COLUMNS": {
|
||
"TYPE": "Type",
|
||
"SEVERITY": "Severity",
|
||
"PRIORITY": "Priority",
|
||
"SUBJECT": "Subject",
|
||
"VOTES": "Votes",
|
||
"STATUS": "Status",
|
||
"CREATED": "Created",
|
||
"ASSIGNED_TO": "Assigned to"
|
||
},
|
||
"TITLE_ACTION_CHANGE_STATUS": "Change status",
|
||
"TITLE_ACTION_ASSIGNED_TO": "Assigned to",
|
||
"BLOCKED": "Blocked",
|
||
"EMPTY": {
|
||
"TITLE": "There are no issues to report :-)",
|
||
"SUBTITLE": "Did you find an issue?"
|
||
}
|
||
}
|
||
},
|
||
"ISSUE": {
|
||
"PAGE_TITLE": "{{issueSubject}} - Issue {{issueRef}} - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "Status: {{issueStatus }}. Type: {{issueType}}, Priority: {{issuePriority}}. Severity: {{issueSeverity}}. Description: {{issueDescription}}"
|
||
},
|
||
"KANBAN": {
|
||
"PAGE_TITLE": "Kanban - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "The kanban panel, with user stories of the project {{projectName}}: {{projectDescription}}",
|
||
"SECTION_NAME": "Kanban",
|
||
"TITLE_ACTION_FOLD": "Fold column",
|
||
"TITLE_ACTION_UNFOLD": "Unfold column",
|
||
"TITLE_ACTION_FOLD_CARDS": "Fold cards",
|
||
"TITLE_ACTION_UNFOLD_CARDS": "Unfold cards",
|
||
"TITLE_ACTION_ADD_US": "Add New User Story",
|
||
"TITLE_ACTION_ADD_BULK": "Add New bulk",
|
||
"ACTION_SHOW_ARCHIVED": "Show archived",
|
||
"ACTION_HIDE_ARCHIVED": "Hide archived",
|
||
"HIDDEN_USER_STORIES": "The user stories in this status are hidden by default",
|
||
"ARCHIVED": "You have archived",
|
||
"UNDO_ARCHIVED": "Drag & drop again to undo",
|
||
"PLACEHOLDER_CARD_TITLE": "These are your User Stories",
|
||
"PLACEHOLDER_CARD_TEXT": "Stories might also have subtasks to separate requirements"
|
||
},
|
||
"SEARCH": {
|
||
"PAGE_TITLE": "Search - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "Search anything, user stories, issues, tasks or wiki pages, in the project {{projectName}}: {{projectDescription}}",
|
||
"FILTER_USER_STORIES": "User Stories",
|
||
"FILTER_ISSUES": "Issues",
|
||
"FILTER_TASKS": "Tasks",
|
||
"FILTER_WIKI": "Wiki Pages",
|
||
"PLACEHOLDER_SEARCH": "Search in...",
|
||
"TITLE_ACTION_SEARCH": "search",
|
||
"EMPTY_TITLE": "It looks like nothing was found with your search criteria.",
|
||
"EMPTY_DESCRIPTION": "Maybe try one of the tabs above or search again"
|
||
},
|
||
"TEAM": {
|
||
"PAGE_TITLE": "Team - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "The team panel to show all the members of the project {{projectName}}: {{projectDescription}}",
|
||
"SECTION_NAME": "Team",
|
||
"APP_TITLE": "TEAM - {{projectName}}",
|
||
"PLACEHOLDER_INPUT_SEARCH": "Search by full name...",
|
||
"COLUMN_MR_WOLF": "Mr. Wolf",
|
||
"EXPLANATION_COLUMN_MR_WOLF": "Closed issues",
|
||
"COLUMN_IOCAINE": "Iocaine Drinker",
|
||
"EXPLANATION_COLUMN_IOCAINE": "Iocaine doses ingested",
|
||
"COLUMN_CERVANTES": "Cervantes",
|
||
"EXPLANATION_COLUMN_CERVANTES": "Wiki pages edited",
|
||
"COLUMN_BUG_HUNTER": "Bug Hunter",
|
||
"EXPLANATION_COLUMN_BUG_HUNTER": "Issues reported",
|
||
"COLUMN_NIGHT_SHIFT": "Night Shift",
|
||
"EXPLANATION_COLUMN_NIGHT_SHIFT": "Tasks closed",
|
||
"COLUMN_TOTAL_POWER": "Total Power",
|
||
"EXPLANATION_COLUMN_TOTAL_POWER": "Total Points",
|
||
"SECTION_TITLE_TEAM": "Team >",
|
||
"SECTION_FILTER_ALL": "All",
|
||
"CONFIRM_LEAVE_PROJECT": "Are you sure you want to leave the project?",
|
||
"ACTION_LEAVE_PROJECT": "Leave this project"
|
||
},
|
||
"USER_SETTINGS": {
|
||
"AVATAR_MAX_SIZE": "[Max. size: {{maxFileSize}}]",
|
||
"MENU": {
|
||
"SECTION_TITLE": "User Settings",
|
||
"USER_PROFILE": "User profile",
|
||
"CHANGE_PASSWORD": "Change password",
|
||
"EMAIL_NOTIFICATIONS": "Email notifications"
|
||
},
|
||
"NOTIFICATIONS": {
|
||
"SECTION_NAME": "Email Notifications",
|
||
"COLUMN_PROJECT": "Project",
|
||
"COLUMN_RECEIVE_ALL": "Receive All",
|
||
"COLUMN_ONLY_INVOLVED": "Only Involved",
|
||
"COLUMN_NO_NOTIFICATIONS": "No notifications",
|
||
"OPTION_ALL": "All",
|
||
"OPTION_INVOLVED": "Involved",
|
||
"OPTION_NONE": "None"
|
||
},
|
||
"POPOVER": {
|
||
"USER_PROFILE": "User Profile",
|
||
"CHANGE_PASSWORD": "Change Password",
|
||
"NOTIFICATIONS": "Notifications",
|
||
"FEEDBACK": "Feedback",
|
||
"TITLE_AVATAR": "User preferences"
|
||
}
|
||
},
|
||
"USER_PROFILE": {
|
||
"IMAGE_HELP": "The image will be scaled to 80x80px.<br />",
|
||
"ACTION_CHANGE_IMAGE": "Change",
|
||
"ACTION_USE_GRAVATAR": "Use gravatar image",
|
||
"ACTION_DELETE_ACCOUNT": "Delete Taiga account",
|
||
"CHANGE_EMAIL_SUCCESS": "<strong>Check your inbox!</strong><br />We have sent a mail to your account<br />with the instructions to set your new address",
|
||
"CHANGE_PHOTO": "Change photo",
|
||
"FIELD": {
|
||
"USERNAME": "Username",
|
||
"EMAIL": "Email",
|
||
"FULL_NAME": "Full name",
|
||
"PLACEHOLDER_FULL_NAME": "Set your full name (ex. Íñigo Montoya)",
|
||
"BIO": "Bio (max. 210 chars)",
|
||
"PLACEHOLDER_BIO": "Tell us something about you",
|
||
"LANGUAGE": "Language",
|
||
"LANGUAGE_DEFAULT": "-- use default language --",
|
||
"THEME": "Theme",
|
||
"THEME_DEFAULT": "-- use default theme --"
|
||
}
|
||
},
|
||
"WIZARD": {
|
||
"SECTION_TITLE_CHOOSE_TEMPLATE": "Choose a template",
|
||
"CHOOSE_TEMPLATE_TEXT": "Which template would fit better in your project?",
|
||
"SECTION_TITLE_CREATE_PROJECT": "Create Project",
|
||
"CREATE_PROJECT_TEXT": "Fresh and clean. So exciting!",
|
||
"PROGRESS_TEMPLATE_SELECTION": "Template selection",
|
||
"PROGRESS_NAME_DESCRIPTION": "Name and description"
|
||
},
|
||
"WIKI": {
|
||
"PAGE_TITLE": "{{wikiPageName}} - Wiki - {{projectName}}",
|
||
"PAGE_DESCRIPTION": "Last edition on {{lastModifiedDate}} ({{totalEditions}} editions in total) Content: {{ wikiPageContent }}",
|
||
"DATETIME": "DD MMM YYYY HH:mm",
|
||
"PLACEHOLDER_PAGE": "Write your wiki page",
|
||
"REMOVE": "Remove this wiki page",
|
||
"DELETE_LIGHTBOX_TITLE": "Delete Wiki Page",
|
||
"NAVIGATION": {
|
||
"SECTION_NAME": "Links",
|
||
"ACTION_ADD_LINK": "Add link"
|
||
},
|
||
"SUMMARY": {
|
||
"TIMES_EDITED": "times <br />edited",
|
||
"LAST_EDIT": "last <br />edit",
|
||
"LAST_MODIFICATION": "last modification"
|
||
}
|
||
},
|
||
"HINTS": {
|
||
"SECTION_NAME": "Hint",
|
||
"LINK": "If you want to know how to use it visit our support page",
|
||
"LINK_TITLE": "Visit our support page",
|
||
"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.",
|
||
"HINT2_TITLE": "Did you know you can create custom fields?",
|
||
"HINT2_TEXT": "Teams can now create custom fields as a flexible means to enter specific data useful for their particular workflow",
|
||
"HINT3_TITLE": "Reorder your projects to feature those most relevant to you",
|
||
"HINT3_TEXT": "The top 10 project will be in your top bar direct access",
|
||
"HINT4_TITLE": "Did you forgot what were you working on?",
|
||
"HINT4_TEXT": "Don't worry, on your dashboard you'll find your open tasks, issues, and user stories in the order you worked on them."
|
||
},
|
||
"TIMELINE": {
|
||
"UPLOAD_ATTACHMENT": "{{username}} has uploaded a new attachment in {{obj_name}}",
|
||
"US_CREATED": "{{username}} has created a new US {{obj_name}} in {{project_name}}",
|
||
"ISSUE_CREATED": "{{username}} has created a new issue {{obj_name}} in {{project_name}}",
|
||
"TASK_CREATED": "{{username}} has created a new task {{obj_name}} in {{project_name}}",
|
||
"TASK_CREATED_WITH_US": "{{username}} has created a new task {{obj_name}} in {{project_name}} which belongs to the US {{us_name}}",
|
||
"WIKI_CREATED": "{{username}} has created a new wiki page {{obj_name}} in {{project_name}}",
|
||
"MILESTONE_CREATED": "{{username}} has created a new sprint {{obj_name}} in {{project_name}}",
|
||
"NEW_PROJECT": "{{username}} created the project {{project_name}}",
|
||
"MILESTONE_UPDATED": "{{username}} has updated the sprint {{obj_name}}",
|
||
"US_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the US {{obj_name}}",
|
||
"US_UPDATED_WITH_NEW_VALUE": "{{username}} has updated the attribute \"{{field_name}}\" of the US {{obj_name}} to {{new_value}}",
|
||
"US_UPDATED_POINTS": "{{username}} has updated '{{role_name}}' points of the US {{obj_name}} to {{new_value}}",
|
||
"ISSUE_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the issue {{obj_name}}",
|
||
"ISSUE_UPDATED_WITH_NEW_VALUE": "{{username}} has updated the attribute \"{{field_name}}\" of the issue {{obj_name}} to {{new_value}}",
|
||
"TASK_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the task {{obj_name}} to {{new_value}}",
|
||
"TASK_UPDATED_WITH_NEW_VALUE": "{{username}} has updated the attribute \"{{field_name}}\" of the task {{obj_name}} to {{new_value}}",
|
||
"TASK_UPDATED_WITH_US": "{{username}} has updated the attribute \"{{field_name}}\" of the task {{obj_name}} which belongs to the US {{us_name}}",
|
||
"TASK_UPDATED_WITH_US_NEW_VALUE": "{{username}} has updated the attribute \"{{field_name}}\" of the task {{obj_name}} which belongs to the US {{us_name}} to {{new_value}}",
|
||
"WIKI_UPDATED": "{{username}} has updated the wiki page {{obj_name}}",
|
||
"NEW_COMMENT_US": "{{username}} has commented in the US {{obj_name}}",
|
||
"NEW_COMMENT_ISSUE": "{{username}} has commented in the issue {{obj_name}}",
|
||
"NEW_COMMENT_TASK": "{{username}} has commented in the task {{obj_name}}",
|
||
"NEW_MEMBER": "{{project_name}} has a new member",
|
||
"US_ADDED_MILESTONE": "{{username}} has added the US {{obj_name}} to {{sprint_name}}",
|
||
"US_MOVED": "{{username}} has moved the US {{obj_name}}",
|
||
"US_REMOVED_FROM_MILESTONE": "{{username}} has added the US {{obj_name}} to the backlog",
|
||
"BLOCKED": "{{username}} has blocked {{obj_name}}",
|
||
"UNBLOCKED": "{{username}} has unblocked {{obj_name}}",
|
||
"NEW_USER": "{{username}} has joined Taiga"
|
||
},
|
||
"LEGAL": {
|
||
"TERMS_OF_SERVICE_AND_PRIVACY_POLICY_AD": "<span>By clicking \"Sign up\"', you agree to our <br /></span><a href=\"{{ termsOfServiceUrl }}\" title=\"See terms of service\" target=\"_blank\">terms of service</a><span> and </span><a href=\"{{ privacyPolicyUrl }}\" title=\"See privacy policy\" target=\"_blank\">privacy policy</a>."
|
||
},
|
||
"EXTERNAL_APP": {
|
||
"PAGE_TITLE": "An external app requires authentication",
|
||
"PAGE_DESCRIPTION": "An external app requires authentication",
|
||
"AUTHORIZATION_REQUEST": "Authorize {{application}} to use your Taiga account?",
|
||
"LOGIN_WITH_ANOTHER_USER": "Login with another user",
|
||
"AUTHORIZE_APP": "Authorize app",
|
||
"CANCEL": "Cancel"
|
||
},
|
||
"JOYRIDE": {
|
||
"DASHBOARD": {
|
||
"STEP1": {
|
||
"TITLE": "Your project",
|
||
"TEXT": "Welcome! Here you will find the projects you are involved on."
|
||
},
|
||
"STEP2": {
|
||
"TITLE": "Working on",
|
||
"TEXT": "Here you will find the User Stories, Tasks and Issues in which you are working on."
|
||
},
|
||
"STEP3": {
|
||
"TITLE": "Watching",
|
||
"TEXT1": "And right here you will find the ones that you want to know about.",
|
||
"TEXT2": "You are already working with Taiga ;)"
|
||
},
|
||
"STEP4": {
|
||
"TITLE": "Let’s start",
|
||
"TEXT1": "You can start by creating your first Taiga project.",
|
||
"TEXT2": "Good luck!"
|
||
}
|
||
},
|
||
"BACKLOG": {
|
||
"STEP1": {
|
||
"TITLE": "Project summary",
|
||
"TEXT1": "Here you will see the state of your project.",
|
||
"TEXT2": "You can change every kind of project settings through the admin."
|
||
},
|
||
"STEP2": {
|
||
"TITLE": "Product backlog",
|
||
"TEXT": "The backlog is the list of requirements (User Stories) for the project. Here is where you will plan your sprints."
|
||
},
|
||
"STEP3": {
|
||
"TITLE": "Sprints",
|
||
"TEXT": "Sprints are short periods of time (usually 2 weeks) during which specific work has to be completed and delivered."
|
||
},
|
||
"STEP4": {
|
||
"TITLE": "User Stories",
|
||
"TEXT": "Those are the requirements at high level. You can add them to the backlog and drag them to the sprint in which it should be delivered."
|
||
}
|
||
},
|
||
"KANBAN": {
|
||
"STEP1": {
|
||
"TITLE": "Customize your workflow",
|
||
"TEXT": "Set up the columns you need to map your workflow statuses through the admin."
|
||
},
|
||
"STEP2": {
|
||
"TITLE": "User Stories & Tasks",
|
||
"TEXT": "User Stories are the requirements at high level. You can drag them to different columns."
|
||
},
|
||
"STEP3": {
|
||
"TITLE": "Adding User Stories",
|
||
"TEXT1": "You may want to add a single User Story (add US icon) or a group of them (bulk icon)",
|
||
"TEXT2": "Good luck!"
|
||
}
|
||
}
|
||
}
|
||
}
|