|
@@ -1,4 +1,5 @@
|
|
{
|
|
{
|
|
|
|
+ "accept": "Accept",
|
|
"actions": "Actions",
|
|
"actions": "Actions",
|
|
"activities": "Activities",
|
|
"activities": "Activities",
|
|
"activity": "Activity",
|
|
"activity": "Activity",
|
|
@@ -108,6 +109,7 @@
|
|
"createBoardPopup-title": "Create Board",
|
|
"createBoardPopup-title": "Create Board",
|
|
"createLabelPopup-title": "Create Label",
|
|
"createLabelPopup-title": "Create Label",
|
|
"current": "current",
|
|
"current": "current",
|
|
|
|
+ "decline": "Decline",
|
|
"default-avatar": "Default avatar",
|
|
"default-avatar": "Default avatar",
|
|
"delete": "Delete",
|
|
"delete": "Delete",
|
|
"deleteLabelPopup-title": "Delete Label?",
|
|
"deleteLabelPopup-title": "Delete Label?",
|
|
@@ -126,14 +128,25 @@
|
|
"email": "Email",
|
|
"email": "Email",
|
|
"email-enrollAccount-subject": "An account created for you on __url__",
|
|
"email-enrollAccount-subject": "An account created for you on __url__",
|
|
"email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.\n",
|
|
"email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.\n",
|
|
|
|
+ "email-fail": "Sending email failed",
|
|
|
|
+ "email-invalid": "Invalid email",
|
|
|
|
+ "email-invite": "Invite via Email",
|
|
|
|
+ "email-invite-subject": "__inviter__ sent you an invitation",
|
|
|
|
+ "email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.\n",
|
|
"email-resetPassword-subject": "Reset your password on __url__",
|
|
"email-resetPassword-subject": "Reset your password on __url__",
|
|
"email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.\n",
|
|
"email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.\n",
|
|
"email-verifyEmail-subject": "Verify your email address on __url__",
|
|
"email-verifyEmail-subject": "Verify your email address on __url__",
|
|
"email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.\n",
|
|
"email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.\n",
|
|
|
|
+ "email-sent": "Email sent",
|
|
|
|
+ "error-board-doesNotExist": "This board does not exist",
|
|
|
|
+ "error-board-notAdmin": "You need to be admin of this board to do that",
|
|
"error-board-notAMember": "You need to be a member of this board to do that",
|
|
"error-board-notAMember": "You need to be a member of this board to do that",
|
|
"error-json-malformed": "Your text is not valid JSON",
|
|
"error-json-malformed": "Your text is not valid JSON",
|
|
"error-json-schema": "Your JSON data does not include the proper information in the correct format",
|
|
"error-json-schema": "Your JSON data does not include the proper information in the correct format",
|
|
"error-list-doesNotExist": "This list does not exist",
|
|
"error-list-doesNotExist": "This list does not exist",
|
|
|
|
+ "error-user-doesNotExist": "This user does not exist",
|
|
|
|
+ "error-user-notAllowSelf": "This action on self is not allowed",
|
|
|
|
+ "error-user-notCreated": "This user is not created",
|
|
"filter": "Filter",
|
|
"filter": "Filter",
|
|
"filter-cards": "Filter Cards",
|
|
"filter-cards": "Filter Cards",
|
|
"filter-clear": "Clear filter",
|
|
"filter-clear": "Clear filter",
|
|
@@ -155,6 +168,7 @@
|
|
"info": "Infos",
|
|
"info": "Infos",
|
|
"initials": "Initials",
|
|
"initials": "Initials",
|
|
"joined": "joined",
|
|
"joined": "joined",
|
|
|
|
+ "just-invited": "You are just invited to this board",
|
|
"keyboard-shortcuts": "Keyboard shortcuts",
|
|
"keyboard-shortcuts": "Keyboard shortcuts",
|
|
"label-create": "Create a new label",
|
|
"label-create": "Create a new label",
|
|
"label-default": "%s label (default)",
|
|
"label-default": "%s label (default)",
|
|
@@ -191,6 +205,7 @@
|
|
"no-results": "No results",
|
|
"no-results": "No results",
|
|
"normal": "Normal",
|
|
"normal": "Normal",
|
|
"normal-desc": "Can view and edit cards. Can't change settings.",
|
|
"normal-desc": "Can view and edit cards. Can't change settings.",
|
|
|
|
+ "not-accepted-yet": "Invitation not accepted yet",
|
|
"optional": "optional",
|
|
"optional": "optional",
|
|
"or": "or",
|
|
"or": "or",
|
|
"page-maybe-private": "This page may be private. You may be able to view it by <a href='%s'>logging in</a>.",
|
|
"page-maybe-private": "This page may be private. You may be able to view it by <a href='%s'>logging in</a>.",
|