|
@@ -7,6 +7,7 @@
|
|
|
"act-addComment": "commented on __card__: __comment__",
|
|
|
"act-createBoard": "created __board__",
|
|
|
"act-createCard": "added __card__ to __list__",
|
|
|
+ "act-createCustomField": "created custom field __customField__",
|
|
|
"act-createList": "added __list__ to __board__",
|
|
|
"act-addBoardMember": "added __member__ to __board__",
|
|
|
"act-archivedBoard": "__board__ moved to Recycle Bin",
|
|
@@ -30,6 +31,7 @@
|
|
|
"activity-archived": "%s moved to Recycle Bin",
|
|
|
"activity-attached": "attached %s to %s",
|
|
|
"activity-created": "created %s",
|
|
|
+ "activity-customfield-created": "created custom field %s",
|
|
|
"activity-excluded": "excluded %s from %s",
|
|
|
"activity-imported": "imported %s into %s from %s",
|
|
|
"activity-imported-board": "imported %s from %s",
|
|
@@ -111,6 +113,7 @@
|
|
|
"card-due-on": "Due on",
|
|
|
"card-spent": "Spent Time",
|
|
|
"card-edit-attachments": "Edit attachments",
|
|
|
+ "card-edit-custom-fields": "Edit custom fields",
|
|
|
"card-edit-labels": "Edit labels",
|
|
|
"card-edit-members": "Edit members",
|
|
|
"card-labels-title": "Change the labels for the card.",
|
|
@@ -118,6 +121,8 @@
|
|
|
"card-start": "Start",
|
|
|
"card-start-on": "Starts on",
|
|
|
"cardAttachmentsPopup-title": "Attach From",
|
|
|
+ "cardCustomField-datePopup-title": "Change date",
|
|
|
+ "cardCustomFieldsPopup-title": "Edit custom fields",
|
|
|
"cardDeletePopup-title": "Delete Card?",
|
|
|
"cardDetailsActionsPopup-title": "Card Actions",
|
|
|
"cardLabelsPopup-title": "Labels",
|
|
@@ -167,11 +172,25 @@
|
|
|
"createBoardPopup-title": "Create Board",
|
|
|
"chooseBoardSourcePopup-title": "Import board",
|
|
|
"createLabelPopup-title": "Create Label",
|
|
|
+ "createCustomField": "Create Field",
|
|
|
+ "createCustomFieldPopup-title": "Create Field",
|
|
|
"current": "current",
|
|
|
+ "custom-field-delete-pop": "There is no undo. This will remove this custom field from all cards and destroy its history.",
|
|
|
+ "custom-field-checkbox": "Checkbox",
|
|
|
+ "custom-field-date": "Date",
|
|
|
+ "custom-field-dropdown": "Dropdown List",
|
|
|
+ "custom-field-dropdown-none": "(none)",
|
|
|
+ "custom-field-dropdown-options": "List Options",
|
|
|
+ "custom-field-dropdown-options-placeholder": "Press enter to add more options",
|
|
|
+ "custom-field-dropdown-unknown": "(unknown)",
|
|
|
+ "custom-field-number": "Number",
|
|
|
+ "custom-field-text": "Text",
|
|
|
+ "custom-fields": "Custom Fields",
|
|
|
"date": "Date",
|
|
|
"decline": "Decline",
|
|
|
"default-avatar": "Default avatar",
|
|
|
"delete": "Delete",
|
|
|
+ "deleteCustomFieldPopup-title": "Delete Custom Field?",
|
|
|
"deleteLabelPopup-title": "Delete Label?",
|
|
|
"description": "Description",
|
|
|
"disambiguateMultiLabelPopup-title": "Disambiguate Label Action",
|
|
@@ -186,7 +205,7 @@
|
|
|
"soft-wip-limit": "Soft WIP Limit",
|
|
|
"editCardStartDatePopup-title": "Change start date",
|
|
|
"editCardDueDatePopup-title": "Change due date",
|
|
|
- "editCardSpentTimePopup-title": "Change spent time",
|
|
|
+ "editCustomFieldPopup-title": "Edit Field",
|
|
|
"editLabelPopup-title": "Change Label",
|
|
|
"editNotificationPopup-title": "Edit Notification",
|
|
|
"editProfilePopup-title": "Edit Profile",
|
|
@@ -366,6 +385,7 @@
|
|
|
"title": "Title",
|
|
|
"tracking": "Tracking",
|
|
|
"tracking-info": "You will be notified of any changes to those cards you are involved as creator or member.",
|
|
|
+ "type": "Type",
|
|
|
"unassign-member": "Unassign member",
|
|
|
"unsaved-description": "You have an unsaved description.",
|
|
|
"unwatch": "Unwatch",
|
|
@@ -430,6 +450,7 @@
|
|
|
"hours": "hours",
|
|
|
"minutes": "minutes",
|
|
|
"seconds": "seconds",
|
|
|
+ "show-field-on-card": "Show this field on card",
|
|
|
"yes": "Yes",
|
|
|
"no": "No",
|
|
|
"accounts": "Accounts",
|