2
0
Эх сурвалжийг харах

Merge branch 'master' of https://github.com/wekan/wekan into issue-3287

John R. Supplee 4 жил өмнө
parent
commit
a556953a11
70 өөрчлөгдсөн 3826 нэмэгдсэн , 126 устгасан
  1. 1 1
      .tx/config
  2. 14 1
      CHANGELOG.md
  3. 8 0
      client/components/cards/cardCustomFields.jade
  4. 19 0
      client/components/cards/cardCustomFields.js
  5. 2 0
      client/components/cards/minicard.jade
  6. 5 5
      client/components/forms/forms.styl
  7. 3 0
      client/components/main/layouts.js
  8. 918 0
      i18n/ar-EG.i18n.json
  9. 7 2
      i18n/ar.i18n.json
  10. 7 2
      i18n/bg.i18n.json
  11. 7 2
      i18n/br.i18n.json
  12. 7 2
      i18n/ca.i18n.json
  13. 7 2
      i18n/cs.i18n.json
  14. 7 2
      i18n/da.i18n.json
  15. 7 2
      i18n/de.i18n.json
  16. 7 2
      i18n/el.i18n.json
  17. 7 2
      i18n/en-GB.i18n.json
  18. 7 2
      i18n/eo.i18n.json
  19. 7 2
      i18n/es-AR.i18n.json
  20. 7 2
      i18n/es-CL.i18n.json
  21. 7 2
      i18n/es-MX.i18n.json
  22. 7 2
      i18n/es-PE.i18n.json
  23. 7 2
      i18n/es-PY.i18n.json
  24. 7 2
      i18n/es.i18n.json
  25. 7 2
      i18n/eu.i18n.json
  26. 7 2
      i18n/fa.i18n.json
  27. 7 2
      i18n/fi.i18n.json
  28. 7 2
      i18n/fr.i18n.json
  29. 7 2
      i18n/gl.i18n.json
  30. 7 2
      i18n/he.i18n.json
  31. 7 2
      i18n/hi.i18n.json
  32. 7 2
      i18n/hr.i18n.json
  33. 7 2
      i18n/hu.i18n.json
  34. 7 2
      i18n/hy.i18n.json
  35. 7 2
      i18n/id.i18n.json
  36. 7 2
      i18n/ig.i18n.json
  37. 7 2
      i18n/it.i18n.json
  38. 7 2
      i18n/ja.i18n.json
  39. 7 2
      i18n/ka.i18n.json
  40. 7 2
      i18n/km.i18n.json
  41. 7 2
      i18n/ko.i18n.json
  42. 7 2
      i18n/lt.i18n.json
  43. 7 2
      i18n/lv.i18n.json
  44. 7 2
      i18n/mk.i18n.json
  45. 7 2
      i18n/mn.i18n.json
  46. 9 4
      i18n/nl.i18n.json
  47. 7 2
      i18n/oc.i18n.json
  48. 7 2
      i18n/pa.i18n.json
  49. 7 2
      i18n/pl.i18n.json
  50. 7 2
      i18n/pt-BR.i18n.json
  51. 7 2
      i18n/pt.i18n.json
  52. 7 2
      i18n/ro.i18n.json
  53. 7 2
      i18n/ru.i18n.json
  54. 7 2
      i18n/sk.i18n.json
  55. 7 2
      i18n/sl.i18n.json
  56. 7 2
      i18n/sr.i18n.json
  57. 7 2
      i18n/sv.i18n.json
  58. 7 2
      i18n/sw.i18n.json
  59. 7 2
      i18n/ta.i18n.json
  60. 7 2
      i18n/th.i18n.json
  61. 7 2
      i18n/tr.i18n.json
  62. 7 2
      i18n/uk.i18n.json
  63. 7 2
      i18n/vi.i18n.json
  64. 7 2
      i18n/zh-CN.i18n.json
  65. 7 2
      i18n/zh-HK.i18n.json
  66. 7 2
      i18n/zh-TW.i18n.json
  67. 8 1
      models/customFields.js
  68. 54 0
      models/trelloCreator.js
  69. 3 0
      releases/translations/pull-translations.sh
  70. 2383 0
      trello/trello-project100.json

+ 1 - 1
.tx/config

@@ -39,7 +39,7 @@ host = https://www.transifex.com
 # tap:i18n requires us to use `-` separator in the language identifiers whereas
 # Transifex uses a `_` separator, without an option to customize it on one side
 # or the other, so we need to do a Manual mapping.
-lang_map = bg_BG:bg, en_GB:en-GB, es_AR:es-AR, es_CL:es-CL, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el, fi_FI:fi, hu_HU:hu, id_ID:id, mn_MN:mn, no:nb, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, sl_SI:sl, zh_CN:zh-CN, zh_TW:zh-TW, zh_HK:zh-HK
+lang_map = ar_EG:ar-EG, bg_BG:bg, en_GB:en-GB, es_AR:es-AR, es_CL:es-CL, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el, fi_FI:fi, hu_HU:hu, id_ID:id, mn_MN:mn, no:nb, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, sl_SI:sl, zh_CN:zh-CN, zh_TW:zh-TW, zh_HK:zh-HK
 
 [wekan.application]
 file_filter = i18n/<lang>.i18n.json

+ 14 - 1
CHANGELOG.md

@@ -1,11 +1,24 @@
 # Upcoming Wekan release
 
-This release adds the following features back after fixing:
+This release adds the following new features:
+
+- Export to Excel XLSX. Does work, but does not export all fields yet correctly. In Progress.
+  [Part 1](https://github.com/wekan/wekan/commit/855151a8d18c14ec26a1ef09977b0f98f4c32759).
+  Thanks to gameendman, alfredgu and xet7.
+- [Trello Import Custom Fields. Adds a new custom field type of checkbox to make importing Trello checkbox fields easier](https://github.com/wekan/wekan/pull/3444).
+  Thanks to jrsupplee and xet7.   
+
+and adds the following features back after fixing:
 
 - [Cards, custom fields are displayed in alphabetic order](https://github.com/wekan/wekan/pull/3442).
   This was added in Wekan v4.71, removed in Wekan v4.81 and added back at Wekan v4.82.
   Thanks to mfilser.
 
+and adds the following new translations:
+
+- [Translations: Added ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo)](https://github.com/wekan/wekan/commit/fc68354e836fa8f03e72d5af33b6c28e1c52f10b).
+  Thanks to translators and xet7.
+
 Thanks to above GitHub users for their contributions and translators for their translations.
 
 # v4.81 2021-01-18 Wekan release

+ 8 - 0
client/components/cards/cardCustomFields.jade

@@ -52,6 +52,14 @@ template(name="cardCustomField-number")
         if value
             = value
 
+template(name="cardCustomField-checkbox")
+  .js-checklist-item.checklist-item(class="{{#if data.value }}is-checked{{/if}}")
+    if canModifyCard
+      .check-box-container
+        .check-box.materialCheckBox(class="{{#if data.value }}is-checked{{/if}}")
+    else
+      .materialCheckBox(class="{{#if data.value }}is-checked{{/if}}")
+
 template(name="cardCustomField-currency")
     if canModifyCard
         +inlinedForm(classNames="js-card-customfield-currency")

+ 19 - 0
client/components/cards/cardCustomFields.js

@@ -80,6 +80,25 @@ CardCustomField.register('cardCustomField');
   }
 }.register('cardCustomField-number'));
 
+// cardCustomField-checkbox
+(class extends CardCustomField {
+  onCreated() {
+    super.onCreated();
+  }
+
+  toggleItem() {
+    this.card.setCustomField(this.customFieldId, !this.data().value);
+  }
+
+  events() {
+    return [
+      {
+        'click .js-checklist-item .check-box-container': this.toggleItem,
+      },
+    ];
+  }
+}.register('cardCustomField-checkbox'));
+
 // cardCustomField-currency
 (class extends CardCustomField {
   onCreated() {

+ 2 - 0
client/components/cards/minicard.jade

@@ -80,6 +80,8 @@ template(name="minicard")
                 else if $eq definition.type "date"
                   .date
                     +minicardCustomFieldDate
+                else if $eq definition.type "checkbox"
+                  .materialCheckBox(class="{{#if value }}is-checked{{/if}}")
                 else
                   +viewer
                     = trueValue

+ 5 - 5
client/components/forms/forms.styl

@@ -242,11 +242,11 @@ textarea
     margin: 3px 4px
 
 // Material Design checkboxes
-[type="checkbox"]:not(:checked),
-[type="checkbox"]:checked
-  position: absolute
-  left: -9999px
-  visibility: hidden
+  [type="checkbox"]:not(:checked),
+  [type="checkbox"]:checked
+    position: absolute
+    left: -9999px
+    visibility: hidden
 
 .materialCheckBox
   position: relative

+ 3 - 0
client/components/main/layouts.js

@@ -74,6 +74,9 @@ Template.userFormsLayout.helpers({
       let name = lang.name;
       if (lang.name === 'br') {
         name = 'Brezhoneg';
+      } else if (lang.name === 'ar-EG') {
+        // ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo)
+        name = 'مَصرى';
       } else if (lang.name === 'es-PY') {
         name = 'Español de Paraguayo';
       } else if (lang.name === 'fr-BE') {

+ 918 - 0
i18n/ar-EG.i18n.json

@@ -0,0 +1,918 @@
+{
+  "accept": "Accept",
+  "act-activity-notify": "Activity Notification",
+  "act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-addedLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-removeLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-removedLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-addChecklist": "added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-addChecklistItem": "added checklist item __checklistItem__ to checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-removeChecklist": "removed checklist __checklist__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-removeChecklistItem": "removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-deleteComment": "deleted comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-createBoard": "created board __board__",
+  "act-createSwimlane": "created swimlane __swimlane__ to board __board__",
+  "act-createCard": "created card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
+  "act-createCustomField": "created custom field __customField__ at board __board__",
+  "act-deleteCustomField": "deleted custom field __customField__ at board __board__",
+  "act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-createList": "added list __list__ to board __board__",
+  "act-addBoardMember": "added member __member__ to board __board__",
+  "act-archivedBoard": "Board __board__ moved to Archive",
+  "act-archivedCard": "Card __card__ at list __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
+  "act-archivedList": "List __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
+  "act-archivedSwimlane": "Swimlane __swimlane__ at board __board__ moved to Archive",
+  "act-importBoard": "imported board __board__",
+  "act-importCard": "imported card  __card__ to list __list__ at swimlane __swimlane__ at board __board__",
+  "act-importList": "imported list __list__ to swimlane __swimlane__ at board __board__",
+  "act-joinMember": "added member __member__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-moveCard": "moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
+  "act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__",
+  "act-removeBoardMember": "removed member __member__ from board __board__",
+  "act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
+  "act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "act-withBoardTitle": "__board__",
+  "act-withCardTitle": "[__board__] __card__",
+  "actions": "Actions",
+  "activities": "Activities",
+  "activity": "Activity",
+  "activity-added": "added %s to %s",
+  "activity-archived": "%s moved to Archive",
+  "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",
+  "activity-joined": "joined %s",
+  "activity-moved": "moved %s from %s to %s",
+  "activity-on": "on %s",
+  "activity-removed": "removed %s from %s",
+  "activity-sent": "sent %s to %s",
+  "activity-unjoined": "unjoined %s",
+  "activity-subtask-added": "added subtask to %s",
+  "activity-checked-item": "checked %s in checklist %s of %s",
+  "activity-unchecked-item": "unchecked %s in checklist %s of %s",
+  "activity-checklist-added": "added checklist to %s",
+  "activity-checklist-removed": "removed a checklist from %s",
+  "activity-checklist-completed": "completed checklist %s of %s",
+  "activity-checklist-uncompleted": "uncompleted the checklist %s of %s",
+  "activity-checklist-item-added": "added checklist item to '%s' in %s",
+  "activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
+  "add": "Add",
+  "activity-checked-item-card": "checked %s in checklist %s",
+  "activity-unchecked-item-card": "unchecked %s in checklist %s",
+  "activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
+  "activity-checklist-uncompleted-card": "uncompleted the checklist %s",
+  "activity-editComment": "edited comment %s",
+  "activity-deleteComment": "deleted comment %s",
+  "activity-receivedDate": "edited received date to %s of %s",
+  "activity-startDate": "edited start date to %s of %s",
+  "activity-dueDate": "edited due date to %s of %s",
+  "activity-endDate": "edited end date to %s of %s",
+  "add-attachment": "Add Attachment",
+  "add-board": "Add Board",
+  "add-card": "Add Card",
+  "add-swimlane": "Add Swimlane",
+  "add-subtask": "Add Subtask",
+  "add-checklist": "Add Checklist",
+  "add-checklist-item": "Add an item to checklist",
+  "add-cover": "Add Cover",
+  "add-label": "Add Label",
+  "add-list": "Add List",
+  "add-members": "Add Members",
+  "added": "Added",
+  "addMemberPopup-title": "Members",
+  "admin": "Admin",
+  "admin-desc": "Can view and edit cards, remove members, and change settings for the board.",
+  "admin-announcement": "Announcement",
+  "admin-announcement-active": "Active System-Wide Announcement",
+  "admin-announcement-title": "Announcement from Administrator",
+  "all-boards": "All boards",
+  "and-n-other-card": "And __count__ other card",
+  "and-n-other-card_plural": "And __count__ other cards",
+  "apply": "Apply",
+  "app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
+  "archive": "Move to Archive",
+  "archive-all": "Move All to Archive",
+  "archive-board": "Move Board to Archive",
+  "archive-card": "Move Card to Archive",
+  "archive-list": "Move List to Archive",
+  "archive-swimlane": "Move Swimlane to Archive",
+  "archive-selection": "Move selection to Archive",
+  "archiveBoardPopup-title": "Move Board to Archive?",
+  "archived-items": "Archive",
+  "archived-boards": "Boards in Archive",
+  "restore-board": "Restore Board",
+  "no-archived-boards": "No Boards in Archive.",
+  "archives": "Archive",
+  "template": "Template",
+  "templates": "Templates",
+  "assign-member": "Assign member",
+  "attached": "attached",
+  "attachment": "Attachment",
+  "attachment-delete-pop": "Deleting an attachment is permanent. There is no undo.",
+  "attachmentDeletePopup-title": "Delete Attachment?",
+  "attachments": "Attachments",
+  "auto-watch": "Automatically watch boards when they are created",
+  "avatar-too-big": "The avatar is too large (520KB max)",
+  "back": "Back",
+  "board-change-color": "Change color",
+  "board-nb-stars": "%s stars",
+  "board-not-found": "Board not found",
+  "board-private-info": "This board will be <strong>private</strong>.",
+  "board-public-info": "This board will be <strong>public</strong>.",
+  "boardChangeColorPopup-title": "Change Board Background",
+  "boardChangeTitlePopup-title": "Rename Board",
+  "boardChangeVisibilityPopup-title": "Change Visibility",
+  "boardChangeWatchPopup-title": "Change Watch",
+  "boardMenuPopup-title": "Board Settings",
+  "boardChangeViewPopup-title": "Board View",
+  "boards": "Boards",
+  "board-view": "Board View",
+  "board-view-cal": "Calendar",
+  "board-view-swimlanes": "Swimlanes",
+  "board-view-collapse": "Collapse",
+  "board-view-gantt": "Gantt",
+  "board-view-lists": "Lists",
+  "bucket-example": "Like “Bucket List” for example",
+  "cancel": "Cancel",
+  "card-archived": "This card is moved to Archive.",
+  "board-archived": "This board is moved to Archive.",
+  "card-comments-title": "This card has %s comment.",
+  "card-delete-notice": "Deleting is permanent. You will lose all actions associated with this card.",
+  "card-delete-pop": "All actions will be removed from the activity feed and you won't be able to re-open the card. There is no undo.",
+  "card-delete-suggest-archive": "You can move a card to Archive to remove it from the board and preserve the activity.",
+  "card-due": "Due",
+  "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.",
+  "card-members-title": "Add or remove members of the board from the card.",
+  "card-start": "Start",
+  "card-start-on": "Starts on",
+  "cardAttachmentsPopup-title": "Attach From",
+  "cardCustomField-datePopup-title": "Change date",
+  "cardCustomFieldsPopup-title": "Edit custom fields",
+  "cardStartVotingPopup-title": "Start a vote",
+  "positiveVoteMembersPopup-title": "Proponents",
+  "negativeVoteMembersPopup-title": "Opponents",
+  "card-edit-voting": "Edit voting",
+  "editVoteEndDatePopup-title": "Change vote end date",
+  "allowNonBoardMembers": "Allow all logged in users",
+  "vote-question": "Voting question",
+  "vote-public": "Show who voted what",
+  "vote-for-it": "for it",
+  "vote-against": "against",
+  "deleteVotePopup-title": "Delete vote?",
+  "vote-delete-pop": "Deleting is permanent. You will lose all actions associated with this vote.",
+  "cardDeletePopup-title": "Delete Card?",
+  "cardDetailsActionsPopup-title": "Card Actions",
+  "cardLabelsPopup-title": "Labels",
+  "cardMembersPopup-title": "Members",
+  "cardMorePopup-title": "More",
+  "cardTemplatePopup-title": "Create template",
+  "cards": "Cards",
+  "cards-count": "Cards",
+  "casSignIn": "Sign In with CAS",
+  "cardType-card": "Card",
+  "cardType-linkedCard": "Linked Card",
+  "cardType-linkedBoard": "Linked Board",
+  "change": "Change",
+  "change-avatar": "Change Avatar",
+  "change-password": "Change Password",
+  "change-permissions": "Change permissions",
+  "change-settings": "Change Settings",
+  "changeAvatarPopup-title": "Change Avatar",
+  "changeLanguagePopup-title": "Change Language",
+  "changePasswordPopup-title": "Change Password",
+  "changePermissionsPopup-title": "Change Permissions",
+  "changeSettingsPopup-title": "Change Settings",
+  "subtasks": "Subtasks",
+  "checklists": "Checklists",
+  "click-to-star": "Click to star this board.",
+  "click-to-unstar": "Click to unstar this board.",
+  "clipboard": "Clipboard or drag & drop",
+  "close": "Close",
+  "close-board": "Close Board",
+  "close-board-pop": "You will be able to restore the board by clicking the “Archive” button from the home header.",
+  "color-black": "black",
+  "color-blue": "blue",
+  "color-crimson": "crimson",
+  "color-darkgreen": "darkgreen",
+  "color-gold": "gold",
+  "color-gray": "gray",
+  "color-green": "green",
+  "color-indigo": "indigo",
+  "color-lime": "lime",
+  "color-magenta": "magenta",
+  "color-mistyrose": "mistyrose",
+  "color-navy": "navy",
+  "color-orange": "orange",
+  "color-paleturquoise": "paleturquoise",
+  "color-peachpuff": "peachpuff",
+  "color-pink": "pink",
+  "color-plum": "plum",
+  "color-purple": "purple",
+  "color-red": "red",
+  "color-saddlebrown": "saddlebrown",
+  "color-silver": "silver",
+  "color-sky": "sky",
+  "color-slateblue": "slateblue",
+  "color-white": "white",
+  "color-yellow": "yellow",
+  "unset-color": "Unset",
+  "comment": "Comment",
+  "comment-placeholder": "Write Comment",
+  "comment-only": "Comment only",
+  "comment-only-desc": "Can comment on cards only.",
+  "no-comments": "No comments",
+  "no-comments-desc": "Can not see comments and activities.",
+  "worker": "Worker",
+  "worker-desc": "Can only move cards, assign itself to card and comment.",
+  "computer": "Computer",
+  "confirm-subtask-delete-dialog": "Are you sure you want to delete subtask?",
+  "confirm-checklist-delete-dialog": "Are you sure you want to delete checklist?",
+  "copy-card-link-to-clipboard": "Copy card link to clipboard",
+  "linkCardPopup-title": "Link Card",
+  "searchElementPopup-title": "Search",
+  "copyCardPopup-title": "Copy Card",
+  "copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards",
+  "copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
+  "copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
+  "create": "Create",
+  "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-currency": "Currency",
+  "custom-field-currency-option": "Currency Code",
+  "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",
+  "disambiguateMultiMemberPopup-title": "Disambiguate Member Action",
+  "discard": "Discard",
+  "done": "Done",
+  "download": "Download",
+  "edit": "Edit",
+  "edit-avatar": "Change Avatar",
+  "edit-profile": "Edit Profile",
+  "edit-wip-limit": "Edit WIP Limit",
+  "soft-wip-limit": "Soft WIP Limit",
+  "editCardStartDatePopup-title": "Change start date",
+  "editCardDueDatePopup-title": "Change due date",
+  "editCustomFieldPopup-title": "Edit Field",
+  "editCardSpentTimePopup-title": "Change spent time",
+  "editLabelPopup-title": "Change Label",
+  "editNotificationPopup-title": "Edit Notification",
+  "editProfilePopup-title": "Edit Profile",
+  "email": "Email",
+  "email-enrollAccount-subject": "An account created for you on __siteName__",
+  "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.",
+  "email-fail": "Sending email failed",
+  "email-fail-text": "Error trying to send email",
+  "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.",
+  "email-resetPassword-subject": "Reset your password on __siteName__",
+  "email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.",
+  "email-sent": "Email sent",
+  "email-verifyEmail-subject": "Verify your email address on __siteName__",
+  "email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.",
+  "enable-wip-limit": "Enable WIP Limit",
+  "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-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-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
+  "error-list-doesNotExist": "This list does not exist",
+  "error-user-doesNotExist": "This user does not exist",
+  "error-user-notAllowSelf": "You can not invite yourself",
+  "error-user-notCreated": "This user is not created",
+  "error-username-taken": "This username is already taken",
+  "error-email-taken": "Email has already been taken",
+  "export-board": "Export board",
+  "export-board-json": "Export board to JSON",
+  "export-board-csv": "Export board to CSV",
+  "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
+  "export-board-html": "Export board to HTML",
+  "exportBoardPopup-title": "Export board",
+  "sort": "Sort",
+  "sort-desc": "Click to Sort List",
+  "list-sort-by": "Sort the List By:",
+  "list-label-modifiedAt": "Last Access Time",
+  "list-label-title": "Name of the List",
+  "list-label-sort": "Your Manual Order",
+  "list-label-short-modifiedAt": "(L)",
+  "list-label-short-title": "(N)",
+  "list-label-short-sort": "(M)",
+  "filter": "Filter",
+  "filter-cards": "Filter Cards or Lists",
+  "list-filter-label": "Filter List by Title",
+  "filter-clear": "Clear filter",
+  "filter-labels-label": "Filter by label",
+  "filter-no-label": "No label",
+  "filter-member-label": "Filter by member",
+  "filter-no-member": "No member",
+  "filter-assignee-label": "Filter by assignee",
+  "filter-no-assignee": "No assignee",
+  "filter-custom-fields-label": "Filter by Custom Fields",
+  "filter-no-custom-fields": "No Custom Fields",
+  "filter-show-archive": "Show archived lists",
+  "filter-hide-empty": "Hide empty lists",
+  "filter-on": "Filter is on",
+  "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
+  "filter-to-selection": "Filter to selection",
+  "other-filters-label": "Other Filters",
+  "advanced-filter-label": "Advanced Filter",
+  "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
+  "fullname": "Full Name",
+  "header-logo-title": "Go back to your boards page.",
+  "hide-system-messages": "Hide system messages",
+  "headerBarCreateBoardPopup-title": "Create Board",
+  "home": "Home",
+  "import": "Import",
+  "impersonate-user": "Impersonate user",
+  "link": "Link",
+  "import-board": "import board",
+  "import-board-c": "Import board",
+  "import-board-title-trello": "Import board from Trello",
+  "import-board-title-wekan": "Import board from previous export",
+  "import-board-title-csv": "Import board from CSV/TSV",
+  "from-trello": "From Trello",
+  "from-wekan": "From previous export",
+  "from-csv": "From CSV/TSV",
+  "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
+  "import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
+  "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
+  "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
+  "import-json-placeholder": "Paste your valid JSON data here",
+  "import-csv-placeholder": "Paste your valid CSV/TSV data here",
+  "import-map-members": "Map members",
+  "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
+  "import-show-user-mapping": "Review members mapping",
+  "import-user-select": "Pick your existing user you want to use as this member",
+  "importMapMembersAddPopup-title": "Select member",
+  "info": "Version",
+  "initials": "Initials",
+  "invalid-date": "Invalid date",
+  "invalid-time": "Invalid time",
+  "invalid-user": "Invalid user",
+  "joined": "joined",
+  "just-invited": "You are just invited to this board",
+  "keyboard-shortcuts": "Keyboard shortcuts",
+  "label-create": "Create Label",
+  "label-default": "%s label (default)",
+  "label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
+  "labels": "Labels",
+  "language": "Language",
+  "last-admin-desc": "You can’t change roles because there must be at least one admin.",
+  "leave-board": "Leave Board",
+  "leave-board-pop": "Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.",
+  "leaveBoardPopup-title": "Leave Board ?",
+  "link-card": "Link to this card",
+  "list-archive-cards": "Move all cards in this list to Archive",
+  "list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.",
+  "list-move-cards": "Move all cards in this list",
+  "list-select-cards": "Select all cards in this list",
+  "set-color-list": "Set Color",
+  "listActionPopup-title": "List Actions",
+  "settingsUserPopup-title": "User Settings",
+  "swimlaneActionPopup-title": "Swimlane Actions",
+  "swimlaneAddPopup-title": "Add a Swimlane below",
+  "listImportCardPopup-title": "Import a Trello card",
+  "listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
+  "listMorePopup-title": "More",
+  "link-list": "Link to this list",
+  "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
+  "list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
+  "lists": "Lists",
+  "swimlanes": "Swimlanes",
+  "log-out": "Log Out",
+  "log-in": "Log In",
+  "loginPopup-title": "Log In",
+  "memberMenuPopup-title": "Member Settings",
+  "members": "Members",
+  "menu": "Menu",
+  "move-selection": "Move selection",
+  "moveCardPopup-title": "Move Card",
+  "moveCardToBottom-title": "Move to Bottom",
+  "moveCardToTop-title": "Move to Top",
+  "moveSelectionPopup-title": "Move selection",
+  "multi-selection": "Multi-Selection",
+  "multi-selection-label": "Set label for selection",
+  "multi-selection-member": "Set member for selection",
+  "multi-selection-on": "Multi-Selection is on",
+  "muted": "Muted",
+  "muted-info": "You will never be notified of any changes in this board",
+  "my-boards": "My Boards",
+  "name": "Name",
+  "no-archived-cards": "No cards in Archive.",
+  "no-archived-lists": "No lists in Archive.",
+  "no-archived-swimlanes": "No swimlanes in Archive.",
+  "no-results": "No results",
+  "normal": "Normal",
+  "normal-desc": "Can view and edit cards. Can't change settings.",
+  "not-accepted-yet": "Invitation not accepted yet",
+  "notify-participate": "Receive updates to any cards you participate as creater or member",
+  "notify-watch": "Receive updates to any boards, lists, or cards you’re watching",
+  "optional": "optional",
+  "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-not-found": "Page not found.",
+  "password": "Password",
+  "paste-or-dragdrop": "to paste, or drag & drop image file to it (image only)",
+  "participating": "Participating",
+  "preview": "Preview",
+  "previewAttachedImagePopup-title": "Preview",
+  "previewClipboardImagePopup-title": "Preview",
+  "private": "Private",
+  "private-desc": "This board is private. Only people added to the board can view and edit it.",
+  "profile": "Profile",
+  "public": "Public",
+  "public-desc": "This board is public. It's visible to anyone with the link and will show up in search engines like Google. Only people added to the board can edit.",
+  "quick-access-description": "Star a board to add a shortcut in this bar.",
+  "remove-cover": "Remove Cover",
+  "remove-from-board": "Remove from Board",
+  "remove-label": "Remove Label",
+  "listDeletePopup-title": "Delete List ?",
+  "remove-member": "Remove Member",
+  "remove-member-from-card": "Remove from Card",
+  "remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
+  "removeMemberPopup-title": "Remove Member?",
+  "rename": "Rename",
+  "rename-board": "Rename Board",
+  "restore": "Restore",
+  "save": "Save",
+  "search": "Search",
+  "rules": "Rules",
+  "search-cards": "Search from card/list titles, descriptions and custom fields on this board",
+  "search-example": "Write text you search and press Enter",
+  "select-color": "Select Color",
+  "select-board": "Select Board",
+  "set-wip-limit-value": "Set a limit for the maximum number of tasks in this list",
+  "setWipLimitPopup-title": "Set WIP Limit",
+  "shortcut-assign-self": "Assign yourself to current card",
+  "shortcut-autocomplete-emoji": "Autocomplete emoji",
+  "shortcut-autocomplete-members": "Autocomplete members",
+  "shortcut-clear-filters": "Clear all filters",
+  "shortcut-close-dialog": "Close Dialog",
+  "shortcut-filter-my-cards": "Filter my cards",
+  "shortcut-show-shortcuts": "Bring up this shortcuts list",
+  "shortcut-toggle-filterbar": "Toggle Filter Sidebar",
+  "shortcut-toggle-searchbar": "Toggle Search Sidebar",
+  "shortcut-toggle-sidebar": "Toggle Board Sidebar",
+  "show-cards-minimum-count": "Show cards count if list contains more than",
+  "sidebar-open": "Open Sidebar",
+  "sidebar-close": "Close Sidebar",
+  "signupPopup-title": "Create an Account",
+  "star-board-title": "Click to star this board. It will show up at top of your boards list.",
+  "starred-boards": "Starred Boards",
+  "starred-boards-description": "Starred boards show up at the top of your boards list.",
+  "subscribe": "Subscribe",
+  "team": "Team",
+  "this-board": "this board",
+  "this-card": "this card",
+  "spent-time-hours": "Spent time (hours)",
+  "overtime-hours": "Overtime (hours)",
+  "overtime": "Overtime",
+  "has-overtime-cards": "Has overtime cards",
+  "has-spenttime-cards": "Has spent time cards",
+  "time": "Time",
+  "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",
+  "upload": "Upload",
+  "upload-avatar": "Upload an avatar",
+  "uploaded-avatar": "Uploaded an avatar",
+  "custom-top-left-corner-logo-image-url": "Custom Top Left Corner Logo Image URL",
+  "custom-top-left-corner-logo-link-url": "Custom Top Left Corner Logo Link URL",
+  "custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
+  "custom-login-logo-image-url": "Custom Login Logo Image URL",
+  "custom-login-logo-link-url": "Custom Login Logo Link URL",
+  "text-below-custom-login-logo": "Text below Custom Login Logo",
+  "username": "Username",
+  "view-it": "View it",
+  "warn-list-archived": "warning: this card is in an list at Archive",
+  "watch": "Watch",
+  "watching": "Watching",
+  "watching-info": "You will be notified of any change in this board",
+  "welcome-board": "Welcome Board",
+  "welcome-swimlane": "Milestone 1",
+  "welcome-list1": "Basics",
+  "welcome-list2": "Advanced",
+  "card-templates-swimlane": "Card Templates",
+  "list-templates-swimlane": "List Templates",
+  "board-templates-swimlane": "Board Templates",
+  "what-to-do": "What do you want to do?",
+  "wipLimitErrorPopup-title": "Invalid WIP Limit",
+  "wipLimitErrorPopup-dialog-pt1": "The number of tasks in this list is higher than the WIP limit you've defined.",
+  "wipLimitErrorPopup-dialog-pt2": "Please move some tasks out of this list, or set a higher WIP limit.",
+  "admin-panel": "Admin Panel",
+  "settings": "Settings",
+  "people": "People",
+  "registration": "Registration",
+  "disable-self-registration": "Disable Self-Registration",
+  "invite": "Invite",
+  "invite-people": "Invite People",
+  "to-boards": "To board(s)",
+  "email-addresses": "Email Addresses",
+  "smtp-host-description": "The address of the SMTP server that handles your emails.",
+  "smtp-port-description": "The port your SMTP server uses for outgoing emails.",
+  "smtp-tls-description": "Enable TLS support for SMTP server",
+  "smtp-host": "SMTP Host",
+  "smtp-port": "SMTP Port",
+  "smtp-username": "Username",
+  "smtp-password": "Password",
+  "smtp-tls": "TLS support",
+  "send-from": "From",
+  "send-smtp-test": "Send a test email to yourself",
+  "invitation-code": "Invitation Code",
+  "email-invite-register-subject": "__inviter__ sent you an invitation",
+  "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
+  "email-smtp-test-subject": "SMTP Test Email",
+  "email-smtp-test-text": "You have successfully sent an email",
+  "error-invitation-code-not-exist": "Invitation code doesn't exist",
+  "error-notAuthorized": "You are not authorized to view this page.",
+  "webhook-title": "Webhook Name",
+  "webhook-token": "Token (Optional for Authentication)",
+  "outgoing-webhooks": "Outgoing Webhooks",
+  "bidirectional-webhooks": "Two-Way Webhooks",
+  "outgoingWebhooksPopup-title": "Outgoing Webhooks",
+  "boardCardTitlePopup-title": "Card Title Filter",
+  "disable-webhook": "Disable This Webhook",
+  "global-webhook": "Global Webhooks",
+  "new-outgoing-webhook": "New Outgoing Webhook",
+  "no-name": "(Unknown)",
+  "Node_version": "Node version",
+  "Meteor_version": "Meteor version",
+  "MongoDB_version": "MongoDB version",
+  "MongoDB_storage_engine": "MongoDB storage engine",
+  "MongoDB_Oplog_enabled": "MongoDB Oplog enabled",
+  "OS_Arch": "OS Arch",
+  "OS_Cpus": "OS CPU Count",
+  "OS_Freemem": "OS Free Memory",
+  "OS_Loadavg": "OS Load Average",
+  "OS_Platform": "OS Platform",
+  "OS_Release": "OS Release",
+  "OS_Totalmem": "OS Total Memory",
+  "OS_Type": "OS Type",
+  "OS_Uptime": "OS Uptime",
+  "days": "days",
+  "hours": "hours",
+  "minutes": "minutes",
+  "seconds": "seconds",
+  "show-field-on-card": "Show this field on card",
+  "automatically-field-on-card": "Auto create field to all cards",
+  "showLabel-field-on-card": "Show field label on minicard",
+  "yes": "Yes",
+  "no": "No",
+  "accounts": "Accounts",
+  "accounts-allowEmailChange": "Allow Email Change",
+  "accounts-allowUserNameChange": "Allow Username Change",
+  "createdAt": "Created at",
+  "modifiedAt": "Modified at",
+  "verified": "Verified",
+  "active": "Active",
+  "card-received": "Received",
+  "card-received-on": "Received on",
+  "card-end": "End",
+  "card-end-on": "Ends on",
+  "editCardReceivedDatePopup-title": "Change received date",
+  "editCardEndDatePopup-title": "Change end date",
+  "setCardColorPopup-title": "Set color",
+  "setCardActionsColorPopup-title": "Choose a color",
+  "setSwimlaneColorPopup-title": "Choose a color",
+  "setListColorPopup-title": "Choose a color",
+  "assigned-by": "Assigned By",
+  "requested-by": "Requested By",
+  "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
+  "delete-board-confirm-popup": "All lists, cards, labels, and activities will be deleted and you won't be able to recover the board contents. There is no undo.",
+  "boardDeletePopup-title": "Delete Board?",
+  "delete-board": "Delete Board",
+  "default-subtasks-board": "Subtasks for __board__ board",
+  "default": "Default",
+  "queue": "Queue",
+  "subtask-settings": "Subtasks Settings",
+  "card-settings": "Card Settings",
+  "boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
+  "boardCardSettingsPopup-title": "Card Settings",
+  "deposit-subtasks-board": "Deposit subtasks to this board:",
+  "deposit-subtasks-list": "Landing list for subtasks deposited here:",
+  "show-parent-in-minicard": "Show parent in minicard:",
+  "prefix-with-full-path": "Prefix with full path",
+  "prefix-with-parent": "Prefix with parent",
+  "subtext-with-full-path": "Subtext with full path",
+  "subtext-with-parent": "Subtext with parent",
+  "change-card-parent": "Change card's parent",
+  "parent-card": "Parent card",
+  "source-board": "Source board",
+  "no-parent": "Don't show parent",
+  "activity-added-label": "added label '%s' to %s",
+  "activity-removed-label": "removed label '%s' from %s",
+  "activity-delete-attach": "deleted an attachment from %s",
+  "activity-added-label-card": "added label '%s'",
+  "activity-removed-label-card": "removed label '%s'",
+  "activity-delete-attach-card": "deleted an attachment",
+  "activity-set-customfield": "set custom field '%s' to '%s' in %s",
+  "activity-unset-customfield": "unset custom field '%s' in %s",
+  "r-rule": "Rule",
+  "r-add-trigger": "Add trigger",
+  "r-add-action": "Add action",
+  "r-board-rules": "Board rules",
+  "r-add-rule": "Add rule",
+  "r-view-rule": "View rule",
+  "r-delete-rule": "Delete rule",
+  "r-new-rule-name": "New rule title",
+  "r-no-rules": "No rules",
+  "r-trigger": "Trigger",
+  "r-action": "Action",
+  "r-when-a-card": "When a card",
+  "r-is": "is",
+  "r-is-moved": "is moved",
+  "r-added-to": "Added to",
+  "r-removed-from": "Removed from",
+  "r-the-board": "the board",
+  "r-list": "list",
+  "list": "List",
+  "set-filter": "Set Filter",
+  "r-moved-to": "Moved to",
+  "r-moved-from": "Moved from",
+  "r-archived": "Moved to Archive",
+  "r-unarchived": "Restored from Archive",
+  "r-a-card": "a card",
+  "r-when-a-label-is": "When a label is",
+  "r-when-the-label": "When the label",
+  "r-list-name": "list name",
+  "r-when-a-member": "When a member is",
+  "r-when-the-member": "When the member",
+  "r-name": "name",
+  "r-when-a-attach": "When an attachment",
+  "r-when-a-checklist": "When a checklist is",
+  "r-when-the-checklist": "When the checklist",
+  "r-completed": "Completed",
+  "r-made-incomplete": "Made incomplete",
+  "r-when-a-item": "When a checklist item is",
+  "r-when-the-item": "When the checklist item",
+  "r-checked": "Checked",
+  "r-unchecked": "Unchecked",
+  "r-move-card-to": "Move card to",
+  "r-top-of": "Top of",
+  "r-bottom-of": "Bottom of",
+  "r-its-list": "its list",
+  "r-archive": "Move to Archive",
+  "r-unarchive": "Restore from Archive",
+  "r-card": "card",
+  "r-add": "Add",
+  "r-remove": "Remove",
+  "r-label": "label",
+  "r-member": "member",
+  "r-remove-all": "Remove all members from the card",
+  "r-set-color": "Set color to",
+  "r-checklist": "checklist",
+  "r-check-all": "Check all",
+  "r-uncheck-all": "Uncheck all",
+  "r-items-check": "items of checklist",
+  "r-check": "Check",
+  "r-uncheck": "Uncheck",
+  "r-item": "item",
+  "r-of-checklist": "of checklist",
+  "r-send-email": "Send an email",
+  "r-to": "to",
+  "r-of": "of",
+  "r-subject": "subject",
+  "r-rule-details": "Rule details",
+  "r-d-move-to-top-gen": "Move card to top of its list",
+  "r-d-move-to-top-spec": "Move card to top of list",
+  "r-d-move-to-bottom-gen": "Move card to bottom of its list",
+  "r-d-move-to-bottom-spec": "Move card to bottom of list",
+  "r-d-send-email": "Send email",
+  "r-d-send-email-to": "to",
+  "r-d-send-email-subject": "subject",
+  "r-d-send-email-message": "message",
+  "r-d-archive": "Move card to Archive",
+  "r-d-unarchive": "Restore card from Archive",
+  "r-d-add-label": "Add label",
+  "r-d-remove-label": "Remove label",
+  "r-create-card": "Create new card",
+  "r-in-list": "in list",
+  "r-in-swimlane": "in swimlane",
+  "r-d-add-member": "Add member",
+  "r-d-remove-member": "Remove member",
+  "r-d-remove-all-member": "Remove all member",
+  "r-d-check-all": "Check all items of a list",
+  "r-d-uncheck-all": "Uncheck all items of a list",
+  "r-d-check-one": "Check item",
+  "r-d-uncheck-one": "Uncheck item",
+  "r-d-check-of-list": "of checklist",
+  "r-d-add-checklist": "Add checklist",
+  "r-d-remove-checklist": "Remove checklist",
+  "r-by": "by",
+  "r-add-checklist": "Add checklist",
+  "r-with-items": "with items",
+  "r-items-list": "item1,item2,item3",
+  "r-add-swimlane": "Add swimlane",
+  "r-swimlane-name": "swimlane name",
+  "r-board-note": "Note: leave a field empty to match every possible value.",
+  "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
+  "r-when-a-card-is-moved": "When a card is moved to another list",
+  "r-set": "Set",
+  "r-update": "Update",
+  "r-datefield": "date field",
+  "r-df-start-at": "start",
+  "r-df-due-at": "due",
+  "r-df-end-at": "end",
+  "r-df-received-at": "received",
+  "r-to-current-datetime": "to current date/time",
+  "r-remove-value-from": "Remove value from",
+  "ldap": "LDAP",
+  "oauth2": "OAuth2",
+  "cas": "CAS",
+  "authentication-method": "Authentication method",
+  "authentication-type": "Authentication type",
+  "custom-product-name": "Custom Product Name",
+  "layout": "Layout",
+  "hide-logo": "Hide Logo",
+  "add-custom-html-after-body-start": "Add Custom HTML after <body> start",
+  "add-custom-html-before-body-end": "Add Custom HTML before </body> end",
+  "error-undefined": "Something went wrong",
+  "error-ldap-login": "An error occurred while trying to login",
+  "display-authentication-method": "Display Authentication Method",
+  "default-authentication-method": "Default Authentication Method",
+  "duplicate-board": "Duplicate Board",
+  "org-number": "The number of organizations is:",
+  "team-number": "The number of teams is:",
+  "people-number": "The number of people is:",
+  "swimlaneDeletePopup-title": "Delete Swimlane ?",
+  "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
+  "restore-all": "Restore all",
+  "delete-all": "Delete all",
+  "loading": "Loading, please wait.",
+  "previous_as": "last time was",
+  "act-a-dueAt": "modified due time to \nWhen: __timeValue__\nWhere: __card__\n previous due was __timeOldValue__",
+  "act-a-endAt": "modified ending time to __timeValue__ from (__timeOldValue__)",
+  "act-a-startAt": "modified starting time to __timeValue__ from (__timeOldValue__)",
+  "act-a-receivedAt": "modified received time to __timeValue__ from (__timeOldValue__)",
+  "a-dueAt": "modified due time to be",
+  "a-endAt": "modified ending time to be",
+  "a-startAt": "modified starting time to be",
+  "a-receivedAt": "modified received time to be",
+  "almostdue": "current due time %s is approaching",
+  "pastdue": "current due time %s is past",
+  "duenow": "current due time %s is today",
+  "act-newDue": "__list__/__card__ has 1st due reminder [__board__]",
+  "act-withDue": "__list__/__card__ due reminders [__board__]",
+  "act-almostdue": "was reminding the current due (__timeValue__) of __card__ is approaching",
+  "act-pastdue": "was reminding the current due (__timeValue__) of __card__ is past",
+  "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now",
+  "act-atUserComment": "You were mentioned in [__board__] __list__/__card__",
+  "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.",
+  "accounts-allowUserDelete": "Allow users to self delete their account",
+  "hide-minicard-label-text": "Hide minicard label text",
+  "show-desktop-drag-handles": "Show desktop drag handles",
+  "assignee": "Assignee",
+  "cardAssigneesPopup-title": "Assignee",
+  "addmore-detail": "Add a more detailed description",
+  "show-on-card": "Show on Card",
+  "new": "New",
+  "editOrgPopup-title": "Edit Organization",
+  "newOrgPopup-title": "New Organization",
+  "editTeamPopup-title": "Edit Team",
+  "newTeamPopup-title": "New Team",
+  "editUserPopup-title": "Edit User",
+  "newUserPopup-title": "New User",
+  "notifications": "Notifications",
+  "view-all": "View All",
+  "filter-by-unread": "Filter by Unread",
+  "mark-all-as-read": "Mark all as read",
+  "remove-all-read": "Remove all read",
+  "allow-rename": "Allow Rename",
+  "allowRenamePopup-title": "Allow Rename",
+  "start-day-of-week": "Set day of the week start",
+  "monday": "Monday",
+  "tuesday": "Tuesday",
+  "wednesday": "Wednesday",
+  "thursday": "Thursday",
+  "friday": "Friday",
+  "saturday": "Saturday",
+  "sunday": "Sunday",
+  "status": "Status",
+  "swimlane": "Swimlane",
+  "owner": "Owner",
+  "last-modified-at": "Last modified at",
+  "last-activity": "Last activity",
+  "voting": "Voting",
+  "archived": "Archived",
+  "delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has",
+  "delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list",
+  "hide-checked-items": "Hide checked items",
+  "task": "Task",
+  "create-task": "Create Task",
+  "ok": "OK",
+  "organizations": "Organizations",
+  "teams": "Teams",
+  "displayName": "Display Name",
+  "shortName": "Short Name",
+  "website": "Website",
+  "person": "Person",
+  "my-cards": "My Cards",
+  "card": "Card",
+  "board": "Board",
+  "context-separator": "/",
+  "myCardsSortChange-title": "My Cards Sort",
+  "myCardsSortChangePopup-title": "My Cards Sort",
+  "myCardsSortChange-choice-board": "By Board",
+  "myCardsSortChange-choice-dueat": "By Due Date",
+  "dueCards-title": "Due Cards",
+  "dueCardsViewChange-title": "Due Cards View",
+  "dueCardsViewChangePopup-title": "Due Cards View",
+  "dueCardsViewChange-choice-me": "Me",
+  "dueCardsViewChange-choice-all": "All Users",
+  "dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission.",
+  "broken-cards": "Broken Cards",
+  "board-title-not-found": "Board '%s' not found.",
+  "swimlane-title-not-found": "Swimlane '%s' not found.",
+  "list-title-not-found": "List '%s' not found.",
+  "label-not-found": "Label '%s' not found.",
+  "user-username-not-found": "Username '%s' not found.",
+  "globalSearch-title": "Search All Boards",
+  "no-cards-found": "No Cards Found",
+  "one-card-found": "One Card Found",
+  "n-cards-found": "%s Cards Found",
+  "n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
+  "operator-board": "board",
+  "operator-board-abbrev": "b",
+  "operator-swimlane": "swimlane",
+  "operator-swimlane-abbrev": "s",
+  "operator-list": "list",
+  "operator-list-abbrev": "l",
+  "operator-label": "label",
+  "operator-label-abbrev": "#",
+  "operator-user": "user",
+  "operator-user-abbrev": "@",
+  "operator-member": "member",
+  "operator-member-abbrev": "m",
+  "operator-assignee": "assignee",
+  "operator-assignee-abbrev": "a",
+  "operator-is": "is",
+  "operator-unknown-error": "%s is not an operator",
+  "heading-notes": "Notes",
+  "globalSearch-instructions-heading": "Search Instructions",
+  "globalSearch-instructions-description": "Searches can include operators to refine the search.  Operators are specified by writing the operator name and value separated by a colon.  For example, an operator specification of `list:Blocked` would limit the search to cards that are contained in a list named *Blocked*.  If the value contains spaces or special characters it must be enclosed in quotation marks (e.g. `__operator_list__:\"To Review\"`).",
+  "globalSearch-instructions-operators": "Available operators:",
+  "globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
+  "globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
+  "globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
+  "globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
+  "globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
+  "globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
+  "globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
+  "globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
+  "globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
+  "globalSearch-instructions-notes-1": "Multiple operators may be specified.",
+  "globalSearch-instructions-notes-2": "Similar operators are *OR*ed together.  Cards that match any of the conditions will be returned.\n`__operator_list__:Available __operator_list__:Blocked` would return cards contained in any list named *Blocked* or *Available*.",
+  "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
+  "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
+  "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
+}

+ 7 - 2
i18n/ar.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "السماح بتغيير البريد الإلكتروني",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "نشط",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "بطاقة",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "رقم"
 }

+ 7 - 2
i18n/bg.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Експортиране на Табло",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Разреши промяна на имейла",
   "accounts-allowUserNameChange": "Позволи смяна на потребителско име",
   "createdAt": "Създаден на",
+  "modifiedAt": "Modified at",
   "verified": "Потвърден",
   "active": "Активен",
   "card-received": "Получена",
@@ -669,6 +672,7 @@
   "r-removed-from": "премахната от",
   "r-the-board": "таблото",
   "r-list": "списък",
+  "list": "List",
   "set-filter": "Задай филтър",
   "r-moved-to": "Преместено в",
   "r-moved-from": "Преместено от",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Карта",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Номер"
 }

+ 7 - 2
i18n/br.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/ca.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Exporta tauler",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permet modificar correu electrònic",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Creat ",
+  "modifiedAt": "Modified at",
   "verified": "Verificat",
   "active": "Actiu",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Fitxa",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/cs.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportovat tablo do JSON",
   "export-board-csv": "Exportovat tablo do CSV",
   "export-board-tsv": "Exportovat tablo do TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exportovat tablo do HTML",
   "exportBoardPopup-title": "Exportovat tablo",
   "sort": "řadit",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Povolit změnu Emailu",
   "accounts-allowUserNameChange": "Povolit změnu uživatelského jména",
   "createdAt": "Vytvořeno v",
+  "modifiedAt": "Modified at",
   "verified": "Ověřen",
   "active": "Aktivní",
   "card-received": "Přijato",
@@ -669,6 +672,7 @@
   "r-removed-from": "Odstraněno z",
   "r-the-board": "tablo",
   "r-list": "sloupce",
+  "list": "Seznam",
   "set-filter": "Nastavit filtr",
   "r-moved-to": "Přesunuto do",
   "r-moved-from": "Přesunuto z",
@@ -851,7 +855,6 @@
   "person": "Osoba",
   "my-cards": "Moje karty",
   "card": "Karta",
-  "list": "Seznam",
   "board": "Tablo",
   "context-separator": "/",
   "myCardsSortChange-title": "Pořadí mých karet",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Číslo"
 }

+ 7 - 2
i18n/da.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Eksportér tavle til JSON",
   "export-board-csv": "Eksportér tavle til CSV",
   "export-board-tsv": "Eksportér tavle til TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Eksportér tavle til HTML",
   "exportBoardPopup-title": "Eksportér tavle",
   "sort": "Sortér",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Tillad ændring af e-mail",
   "accounts-allowUserNameChange": "Tillad ændring af brugernavn",
   "createdAt": "Oprettet per",
+  "modifiedAt": "Modified at",
   "verified": "Verificeret",
   "active": "Aktiv",
   "card-received": "Modtaget",
@@ -669,6 +672,7 @@
   "r-removed-from": "Fjernes fra",
   "r-the-board": "tavlen",
   "r-list": "liste",
+  "list": "List",
   "set-filter": "Angiv filter",
   "r-moved-to": "Flyttet til",
   "r-moved-from": "Flyttet fra",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Kort",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Tal"
 }

+ 7 - 2
i18n/de.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Board als JSON exportieren",
   "export-board-csv": "Board als CSV exportieren",
   "export-board-tsv": "Board als TSV exportieren",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Board als HTML exportieren",
   "exportBoardPopup-title": "Board exportieren",
   "sort": "Sortieren",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Ändern der E-Mailadresse erlauben",
   "accounts-allowUserNameChange": "Ändern des Benutzernamens erlauben",
   "createdAt": "Erstellt am",
+  "modifiedAt": "Modified at",
   "verified": "Geprüft",
   "active": "Aktiv",
   "card-received": "Empfangen",
@@ -669,6 +672,7 @@
   "r-removed-from": "entfernt von",
   "r-the-board": "das Board",
   "r-list": "Liste",
+  "list": "Liste",
   "set-filter": "Setze Filter",
   "r-moved-to": "verschoben nach",
   "r-moved-from": "verschoben von",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "Meine Karten",
   "card": "Karte",
-  "list": "Liste",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "Meine Karten Sortierung",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Verschiedenartige Operatoren werden Und-verknüpft. Karten, für die alle Bedingungen zutreffen, werden ausgegeben.\n`__operator_list__:Verfügbar __operator_label__:red` würde alle Karten ausgeben, die in der Liste *Verfügbar* mit einem *roten* Label stehen.",
   "globalSearch-instructions-notes-4": "Bei Suchen in Texten ist die Groß-/Kleinschreibung egal.",
   "globalSearch-instructions-notes-5": "Zur Zeit werden keine archivierten Karten gefunden.",
-  "link-to-search": "Link auf diese Suche"
+  "link-to-search": "Link auf diese Suche",
+  "excel-font": "Arial",
+  "number": "Zahl"
 }

+ 7 - 2
i18n/el.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Εξαγωγή πίνακα σε JSON",
   "export-board-csv": "Εξαγωγή πίνακα σε CSV",
   "export-board-tsv": "Εξαγωγή πίνακα σε TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Εξαγωγή πίνακα σε HTML",
   "exportBoardPopup-title": "Εξαγωγή πίνακα",
   "sort": "Ταξινόμηση",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Επίτρεψε Αλλαγή Email",
   "accounts-allowUserNameChange": "Επίτρεψε Αλλαγή Ονόματος χρήστη",
   "createdAt": "Δημιουργήθηκε στις",
+  "modifiedAt": "Modified at",
   "verified": "Επιβεβαιώθηκε",
   "active": "Ενεργό",
   "card-received": "Ελήφθη",
@@ -669,6 +672,7 @@
   "r-removed-from": "Διεγράφη από",
   "r-the-board": "ο πίνακας",
   "r-list": "λίστα",
+  "list": "List",
   "set-filter": "Καθορισμός Φίλτρου",
   "r-moved-to": "Μετακινήθηκε σε",
   "r-moved-from": "Μετακινήθηκε από",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Κάρτα",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Αριθμός"
 }

+ 7 - 2
i18n/en-GB.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/eo.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "listo",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Nombro"
 }

+ 7 - 2
i18n/es-AR.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Exportar tablero",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permitir Cambio de Email",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Creado en",
+  "modifiedAt": "Modified at",
   "verified": "Verificado",
   "active": "Activo",
   "card-received": "Recibido",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Tarjeta",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Número"
 }

+ 7 - 2
i18n/es-CL.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportar tablero a JSON",
   "export-board-csv": "Exportar tablero a CSV",
   "export-board-tsv": "Exportar tablero a TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Exportar el tablero",
   "sort": "Ordenar",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permitir cambiar el correo electrónico",
   "accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario",
   "createdAt": "Fecha de alta",
+  "modifiedAt": "Modified at",
   "verified": "Verificado",
   "active": "Activo",
   "card-received": "Recibido",
@@ -669,6 +672,7 @@
   "r-removed-from": "eliminado de",
   "r-the-board": "el tablero",
   "r-list": "la lista",
+  "list": "List",
   "set-filter": "Filtrar",
   "r-moved-to": "Movido a",
   "r-moved-from": "Movido desde",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Tarjeta",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Número"
 }

+ 7 - 2
i18n/es-MX.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/es-PE.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportar tablero a JSON",
   "export-board-csv": "Exportar tablero a CSV",
   "export-board-tsv": "Exportar tablero a TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exportar tablero a HTML",
   "exportBoardPopup-title": "Exportar tablero",
   "sort": "Ordenar",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permitir cambiar el correo electrónico",
   "accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario",
   "createdAt": "Creado en",
+  "modifiedAt": "Modified at",
   "verified": "Verificado",
   "active": "Activo",
   "card-received": "Recibido",
@@ -669,6 +672,7 @@
   "r-removed-from": "eliminado de",
   "r-the-board": "el tablero",
   "r-list": "la lista",
+  "list": "Lista",
   "set-filter": "Filtrar",
   "r-moved-to": "Movido a",
   "r-moved-from": "Movido desde",
@@ -851,7 +855,6 @@
   "person": "Persona",
   "my-cards": "Mis tarjetas",
   "card": "Tarjeta",
-  "list": "Lista",
   "board": "Tablero",
   "context-separator": "/",
   "myCardsSortChange-title": "Orden de mis tarjetas",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Número"
 }

+ 7 - 2
i18n/es-PY.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/es.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportar tablero a JSON",
   "export-board-csv": "Exportar tablero a CSV",
   "export-board-tsv": "Exportar tablero a TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exportar tablero a HTML",
   "exportBoardPopup-title": "Exportar el tablero",
   "sort": "Ordenar",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permitir cambiar el correo electrónico",
   "accounts-allowUserNameChange": "Permitir cambiar el nombre de usuario",
   "createdAt": "Fecha de alta",
+  "modifiedAt": "Modified at",
   "verified": "Verificado",
   "active": "Activo",
   "card-received": "Recibido",
@@ -669,6 +672,7 @@
   "r-removed-from": "eliminado de",
   "r-the-board": "el tablero",
   "r-list": "la lista",
+  "list": "List",
   "set-filter": "Filtrar",
   "r-moved-to": "Movido a",
   "r-moved-from": "Movido desde",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Tarjeta",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Número"
 }

+ 7 - 2
i18n/eu.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Esportatu arbela",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Baimendu e-mail aldaketa",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Noiz sortua",
+  "modifiedAt": "Modified at",
   "verified": "Egiaztatuta",
   "active": "Gaituta",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/fa.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "اکسپورت برد به JSON",
   "export-board-csv": "اکسپورت برد به CSV",
   "export-board-tsv": "اکسپورت برد به TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "اکسپورت برد به HTML",
   "exportBoardPopup-title": "انتقال به بیرون برد",
   "sort": "مرتب سازی",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "اجازه تغییر ایمیل",
   "accounts-allowUserNameChange": "اجازه تغییر نام کاربری",
   "createdAt": "ساخته شده در",
+  "modifiedAt": "Modified at",
   "verified": "معتبر",
   "active": "فعال",
   "card-received": "رسیده",
@@ -669,6 +672,7 @@
   "r-removed-from": "حذف از",
   "r-the-board": "برد",
   "r-list": "لیست",
+  "list": "List",
   "set-filter": "اضافه کردن فیلتر",
   "r-moved-to": "انتقال به",
   "r-moved-from": "انتقال از",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "کارت",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "عدد"
 }

+ 7 - 2
i18n/fi.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Vie taulu JSON",
   "export-board-csv": "Vie taulu CSV",
   "export-board-tsv": "Vie taulu TSV",
+  "export-board-excel": "Vie taulu Excel",
+  "user-can-not-export-excel": "Käyttäjä ei voi viedä Excel tiedostoon",
   "export-board-html": "Vie taulu HTML",
   "exportBoardPopup-title": "Vie taulu",
   "sort": "Lajittele",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Salli sähköpostiosoitteen muuttaminen",
   "accounts-allowUserNameChange": "Salli käyttäjätunnuksen muuttaminen",
   "createdAt": "Luotu",
+  "modifiedAt": "Muokattu",
   "verified": "Varmistettu",
   "active": "Aktiivinen",
   "card-received": "Vastaanotettu",
@@ -669,6 +672,7 @@
   "r-removed-from": "Poistettu kohteesta",
   "r-the-board": "taulu",
   "r-list": "lista",
+  "list": "Lista",
   "set-filter": "Aseta suodatin",
   "r-moved-to": "Siirretty kohteeseen",
   "r-moved-from": "Siirretty kohteesta",
@@ -851,7 +855,6 @@
   "person": "Henkilö",
   "my-cards": "Korttini",
   "card": "Kortti",
-  "list": "Lista",
   "board": "Taulu",
   "context-separator": "/",
   "myCardsSortChange-title": "Korttini järjestys",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Erilaiset operaattorit ovat *JA* yhteen. Vain kortit jotka täsmää kaikkiin erilaisiin operaattoreihin palautetaan.\n`__operator_list__:Saatavilla __operator_label__:punainen` palauttaa vain kortit listassa *Saatavilla* jolla *punainen* nimilappu.",
   "globalSearch-instructions-notes-4": "Tekstihaut ovat kirjainkoosta riippumattomia.",
   "globalSearch-instructions-notes-5": "Arkistoiduista korteista ei etsitä.",
-  "link-to-search": "Linkki tähän hakuun"
+  "link-to-search": "Linkki tähän hakuun",
+  "excel-font": "Arial",
+  "number": "Numero"
 }

+ 7 - 2
i18n/fr.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exporter le tableau en JSON",
   "export-board-csv": "Exporter le tableau en CSV",
   "export-board-tsv": "Exporter le tableau en TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exporter le tableau en HTML",
   "exportBoardPopup-title": "Exporter le tableau",
   "sort": "Tri",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Autoriser le changement d'adresse mail",
   "accounts-allowUserNameChange": "Autoriser le changement d'identifiant",
   "createdAt": "Créé le",
+  "modifiedAt": "Modified at",
   "verified": "Vérifié",
   "active": "Actif",
   "card-received": "Reçue",
@@ -669,6 +672,7 @@
   "r-removed-from": "Supprimé de",
   "r-the-board": "tableau",
   "r-list": "liste",
+  "list": "Liste",
   "set-filter": "Définir un filtre",
   "r-moved-to": "Déplacé vers",
   "r-moved-from": "Déplacé depuis",
@@ -851,7 +855,6 @@
   "person": "Personne",
   "my-cards": "Mes Cartes",
   "card": "Carte",
-  "list": "Liste",
   "board": "Tableau",
   "context-separator": "/",
   "myCardsSortChange-title": "Trier Mes Cartes",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Les opérateurs différents sont *combinés*. Seules les cartes correspondant à tous les critères sont retournées.\n`__operator_list__:Disponible __operator_label__:rouge` ne retourne que les cartes dans la liste *Disponible* avec une étiquette *rouge*.",
   "globalSearch-instructions-notes-4": "Les recherches textuelles ne sont pas sensibles à la casse.",
   "globalSearch-instructions-notes-5": "Les cartes actuellement archivées ne sont pas recherchées.",
-  "link-to-search": "Lien vers cette recherche"
+  "link-to-search": "Lien vers cette recherche",
+  "excel-font": "Arial",
+  "number": "Nombre"
 }

+ 7 - 2
i18n/gl.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Exportar taboleiro",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/he.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "ייצוא לוח ל־JSON",
   "export-board-csv": "ייצוא לוח ל־CSV",
   "export-board-tsv": "ייצוא לוח ל־TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "ייצוא לוח ל־HTML",
   "exportBoardPopup-title": "ייצוא לוח",
   "sort": "מיון",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "לאפשר שינוי דוא״ל",
   "accounts-allowUserNameChange": "לאפשר שינוי שם משתמש",
   "createdAt": "נוצר ב",
+  "modifiedAt": "Modified at",
   "verified": "עבר אימות",
   "active": "פעיל",
   "card-received": "התקבל",
@@ -669,6 +672,7 @@
   "r-removed-from": "מוסר מ־",
   "r-the-board": "הלוח",
   "r-list": "רשימה",
+  "list": "רשימה",
   "set-filter": "הגדרת מסנן",
   "r-moved-to": "מועבר אל",
   "r-moved-from": "מועבר מ־",
@@ -851,7 +855,6 @@
   "person": "איש/ה",
   "my-cards": "הכרטיסים שלי",
   "card": "כרטיס",
-  "list": "רשימה",
   "board": "לוח",
   "context-separator": "/",
   "myCardsSortChange-title": "סידור הכרטיסים שלי",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "מספר"
 }

+ 7 - 2
i18n/hi.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "JSON को निर्यात बोर्ड",
   "export-board-csv": "निर्यात बोर्ड को सी.एस.वी.",
   "export-board-tsv": "टी.एस.वी. को निर्यात बोर्ड",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "HTML को निर्यात बोर्ड",
   "exportBoardPopup-title": "Export बोर्ड",
   "sort": "भांति",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "हटा दिया from",
   "r-the-board": "the बोर्ड",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "स्थानांतरित to",
   "r-moved-from": "स्थानांतरित from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "कार्ड",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/hr.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Dozvoli promjenu Email-a",
   "accounts-allowUserNameChange": "Dozvoli promjenu korisničkog imena",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Uklonjeno je sa",
   "r-the-board": "ploča",
   "r-list": "lista",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Kartica",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Broj"
 }

+ 7 - 2
i18n/hu.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportáld a táblát JSON formátumba",
   "export-board-csv": "Exportáld a táblát CSV (vesszővel elválasztott) formátumba",
   "export-board-tsv": "Exportáld a táblát TSV (tabulátorral elválasztott) formátumba",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exportáld a táblát HTML (webes) formátumba",
   "exportBoardPopup-title": "Tábla exportálása",
   "sort": "Rendezés",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "E-mail megváltoztatásának engedélyezése",
   "accounts-allowUserNameChange": "Felhasználónév megváltoztatásának engedélyezése",
   "createdAt": "Létrehozva",
+  "modifiedAt": "Modified at",
   "verified": "Ellenőrizve",
   "active": "Aktív",
   "card-received": "Érkezett",
@@ -669,6 +672,7 @@
   "r-removed-from": "Eltávolították innen",
   "r-the-board": "a Tábla",
   "r-list": "Lista",
+  "list": "Lista",
   "set-filter": "Szűrő beállítása",
   "r-moved-to": "Áttették ide:",
   "r-moved-from": "Áttették innen:",
@@ -851,7 +855,6 @@
   "person": "Személy",
   "my-cards": "Kártyáim",
   "card": "Kártya",
-  "list": "Lista",
   "board": "Tábla",
   "context-separator": "/",
   "myCardsSortChange-title": "Kártyáim rendezése",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Szám"
 }

+ 7 - 2
i18n/hy.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/id.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Exspor Panel",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Dibuat pada",
+  "modifiedAt": "Modified at",
   "verified": "Terverifikasi",
   "active": "Aktif",
   "card-received": "Diterima",
@@ -669,6 +672,7 @@
   "r-removed-from": "Dihapus dari",
   "r-the-board": "papan",
   "r-list": "daftar",
+  "list": "List",
   "set-filter": "Atur Saringan",
   "r-moved-to": "Dipindahkan ke",
   "r-moved-from": "Dipindahkan dari",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/ig.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Ekere na",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/it.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Esporta bacheca in JSON",
   "export-board-csv": "Esporta bacheca in CSV",
   "export-board-tsv": "Esporta bacheca in TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Esporta bacheca in HTML",
   "exportBoardPopup-title": "Esporta bacheca",
   "sort": "Ordina",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permetti modifica dell'email",
   "accounts-allowUserNameChange": "Consenti la modifica del nome utente",
   "createdAt": "creato alle",
+  "modifiedAt": "Modified at",
   "verified": "Verificato",
   "active": "Attivo",
   "card-received": "Ricevuta",
@@ -669,6 +672,7 @@
   "r-removed-from": "Rimosso da",
   "r-the-board": "La bacheca",
   "r-list": "lista",
+  "list": "List",
   "set-filter": "Imposta un filtro",
   "r-moved-to": "Spostato/a a",
   "r-moved-from": "Spostato/a da",
@@ -851,7 +855,6 @@
   "person": "Persona",
   "my-cards": "My Cards",
   "card": "Scheda",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Numero"
 }

+ 7 - 2
i18n/ja.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "ボードをJSONにエクスポート",
   "export-board-csv": "ボードをCSVにエクスポート",
   "export-board-tsv": "ボードをTSVにエクスポート",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "ボードをHTMLにエクスポート",
   "exportBoardPopup-title": "ボードのエクスポート",
   "sort": "並べ替え",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "メールアドレスの変更を許可",
   "accounts-allowUserNameChange": "ユーザー名の変更を許可",
   "createdAt": "作成日時",
+  "modifiedAt": "Modified at",
   "verified": "認証状況",
   "active": "有効状態",
   "card-received": "受付",
@@ -669,6 +672,7 @@
   "r-removed-from": "次から削除された時",
   "r-the-board": "ボード:",
   "r-list": "リスト:",
+  "list": "List",
   "set-filter": "フィルタを設定",
   "r-moved-to": "次に移動した時",
   "r-moved-from": "次から移動された時",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "自分のカード",
   "card": "カード",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "カードの並び替え",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "数値"
 }

+ 7 - 2
i18n/ka.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "დაფის ექსპორტი",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "ელ.ფოსტის ცვლილების უფლების დაშვება",
   "accounts-allowUserNameChange": "მომხმარებლის სახელის ცვლილების უფლების  დაშვება ",
   "createdAt": "შექმნილია",
+  "modifiedAt": "Modified at",
   "verified": "შემოწმებული",
   "active": "აქტიური",
   "card-received": "მიღებული",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "რიცხვი"
 }

+ 7 - 2
i18n/km.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/ko.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "보드 내보내기",
   "sort": "분류",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "목록",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "카드",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "숫자"
 }

+ 7 - 2
i18n/lt.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/lv.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Eksportēt dēli kā JSON",
   "export-board-csv": "Eksportēt dēli kā CSV",
   "export-board-tsv": "Eksportēt dēli kā TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Eksportēt dēli kā HTML",
   "exportBoardPopup-title": "Eksportēt dēli",
   "sort": "Kārtot",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Ļaut e-pasta maiņu",
   "accounts-allowUserNameChange": "Ļaut lietotājvārda maiņu",
   "createdAt": "Izveidots",
+  "modifiedAt": "Modified at",
   "verified": "Apstiprināts",
   "active": "Aktīvs",
   "card-received": "Saņemts",
@@ -669,6 +672,7 @@
   "r-removed-from": "Noņemts no",
   "r-the-board": "dēlis",
   "r-list": "saraksts",
+  "list": "List",
   "set-filter": "Uzstādīt filtru",
   "r-moved-to": "Pārvietots uz",
   "r-moved-from": "Pārvietots no",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Kartiņa",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Skaits"
 }

+ 7 - 2
i18n/mk.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Експортиране на Табло",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Разреши промяна на имейла",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Създаден на",
+  "modifiedAt": "Modified at",
   "verified": "Потвърден",
   "active": "Активен",
   "card-received": "Получена",
@@ -669,6 +672,7 @@
   "r-removed-from": "премахната от",
   "r-the-board": "таблото",
   "r-list": "списък",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Карта",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Број"
 }

+ 7 - 2
i18n/mn.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 9 - 4
i18n/nl.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exporteer bord naar JSON",
   "export-board-csv": "Exporteer bord naar CSV",
   "export-board-tsv": "Exporteer bord naar TSV",
+  "export-board-excel": "Exporteer bord naar Excel",
+  "user-can-not-export-excel": "Gebruiker kan niet exporteren naar Excel",
   "export-board-html": "Exporteer bord naar HTML",
   "exportBoardPopup-title": "Exporteer bord",
   "sort": "Sorteer",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Sta E-mailadres wijzigingen toe",
   "accounts-allowUserNameChange": "Sta Gebruikersnaam wijzigingen toe",
   "createdAt": "Gemaakt op",
+  "modifiedAt": "Gewijzigd op",
   "verified": "Geverifieerd",
   "active": "Actief",
   "card-received": "Ontvangen",
@@ -669,6 +672,7 @@
   "r-removed-from": "verwijderd van",
   "r-the-board": "het bord",
   "r-list": "lijst",
+  "list": "Lijst",
   "set-filter": "Definieer Filter",
   "r-moved-to": "verplaatst naar",
   "r-moved-from": "verplaatst van",
@@ -822,7 +826,7 @@
   "remove-all-read": "verwijder alle gelezen",
   "allow-rename": "Sta Hernoemen toe",
   "allowRenamePopup-title": "Sta Hernoemen toe",
-  "start-day-of-week": "Stel eerste dag van de week in",
+  "start-day-of-week": "Stel eerste dag van de week in op",
   "monday": "Maandag",
   "tuesday": "Dinsdag",
   "wednesday": "Woensdag",
@@ -833,7 +837,7 @@
   "status": "Status",
   "swimlane": "Swimlane",
   "owner": "Eigenaar",
-  "last-modified-at": "Laatste aanpassing op",
+  "last-modified-at": "Laatste wijziging op",
   "last-activity": "Laatste activiteit",
   "voting": "Stemmen",
   "archived": "Gearchiveerd",
@@ -851,7 +855,6 @@
   "person": "Persoon",
   "my-cards": "Mijn kaarten",
   "card": "Kaart",
-  "list": "Lijst",
   "board": "Bord",
   "context-separator": "/",
   "myCardsSortChange-title": "Mijn kaarten sortering",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Verschillende expressies worden met de logische *AND* samengevoegd. Kaarten die aan beide expressies voldoen worden als resultaat teruggegeven.\n`__operator_list__:Available __operator_label__:rood` geeft alleen die kaarten uit de lijst *Available* met een *rood* label.",
   "globalSearch-instructions-notes-4": "Zoeken in tekst is hoofdlettergevoelig.",
   "globalSearch-instructions-notes-5": "Op dit moment worden gearchiveerde kaarten niet doorzocht.",
-  "link-to-search": "Link naar deze zoekactie"
+  "link-to-search": "Link naar deze zoekactie",
+  "excel-font": "Arial",
+  "number": "Aantal"
 }

+ 7 - 2
i18n/oc.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Exportar lo tablèu",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verificat",
   "active": "Avtivat",
   "card-received": "Recebut",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Carta",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Nombre"
 }

+ 7 - 2
i18n/pa.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/pl.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Eksportuj tablicę do JSON",
   "export-board-csv": "Eksportuj tablicę do CSV",
   "export-board-tsv": "Eksportuj tablicę do TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Eksportuj tablicę do HTML",
   "exportBoardPopup-title": "Eksportuj tablicę",
   "sort": "Sortuj",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Zezwól na zmianę adresu email",
   "accounts-allowUserNameChange": "Zezwól na zmianę nazwy użytkownika",
   "createdAt": "Utworzone o",
+  "modifiedAt": "Modified at",
   "verified": "Zweryfikowane",
   "active": "Aktywny",
   "card-received": "Przyjęto",
@@ -669,6 +672,7 @@
   "r-removed-from": "usunięta z",
   "r-the-board": "na tablicy",
   "r-list": "listy",
+  "list": "Lista",
   "set-filter": "Ustaw filtr",
   "r-moved-to": "przenoszona do",
   "r-moved-from": "przenoszona z",
@@ -851,7 +855,6 @@
   "person": "Osoba",
   "my-cards": "Moje karty",
   "card": "karty",
-  "list": "Lista",
   "board": "Tablica",
   "context-separator": "/",
   "myCardsSortChange-title": "Moje karty sortuj",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Operatory różnych typów są traktowane jako koniunkcje. To znaczy, że zwracane są wyłącznie karty spełniające wszystkie różniące się kryteria.\n`__operator_list__:Dostępne __operator_label__:czerwona` zwróci wyłącznie karty z list o nazwie *Dostępne* posiadające etykietę *czerwona*.",
   "globalSearch-instructions-notes-4": "W kluczach wyszukiwania wielkie i małe litery można stosować zamiennie.",
   "globalSearch-instructions-notes-5": "Wyszukiwanie nie obejmuje obecnie kart zarchiwizowanych.",
-  "link-to-search": "Link do tego wyszukiwania"
+  "link-to-search": "Link do tego wyszukiwania",
+  "excel-font": "Arial",
+  "number": "Numer"
 }

+ 7 - 2
i18n/pt-BR.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportar quadro para JSON",
   "export-board-csv": "Exportar quadro para CSV",
   "export-board-tsv": "Exportar quadro para TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exportar quadro para HTML",
   "exportBoardPopup-title": "Exportar quadro",
   "sort": "Ordenar",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permitir Mudança de e-mail",
   "accounts-allowUserNameChange": "Permitir alteração de nome de usuário",
   "createdAt": "Criado em",
+  "modifiedAt": "Modified at",
   "verified": "Verificado",
   "active": "Ativo",
   "card-received": "Recebido",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removido de",
   "r-the-board": "o quadro",
   "r-list": "lista",
+  "list": "Lista",
   "set-filter": "Inserir Filtro",
   "r-moved-to": "Movido para",
   "r-moved-from": "Movido de",
@@ -851,7 +855,6 @@
   "person": "Pessoa",
   "my-cards": "Meus Cartões",
   "card": "Cartão",
-  "list": "Lista",
   "board": "Quadro",
   "context-separator": "/",
   "myCardsSortChange-title": "Ordenar Meus Cartões",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Operadores de diferenciação são  *AND*, ou seja, do tipo \"E\". Apenas cartões que correspondam a todos os operadores de diferenciação são retornados.\n`__operator_list__:Available __operator_label__:red` retorna apenas os cartões na lista *Available* com uma etiqueta *red*.",
   "globalSearch-instructions-notes-4": "Textos de busca não distinguem maiúsculas e minúsculas",
   "globalSearch-instructions-notes-5": "Cartões recém arquivados não são buscados",
-  "link-to-search": "Link para esta busca"
+  "link-to-search": "Link para esta busca",
+  "excel-font": "Arial",
+  "number": "Número"
 }

+ 7 - 2
i18n/pt.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportar quadro para JSON",
   "export-board-csv": "Exportar quadro para CSV",
   "export-board-tsv": "Exportar quadro para TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exportar quadro para HTML",
   "exportBoardPopup-title": "Exportar quadro",
   "sort": "Ordenar",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Permitir Alteração do E-mail",
   "accounts-allowUserNameChange": "Permitir Alteração de Nome de Utilizador",
   "createdAt": "Criado em",
+  "modifiedAt": "Modified at",
   "verified": "Verificado",
   "active": "Activo",
   "card-received": "Recebido",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removido de",
   "r-the-board": "o quadro",
   "r-list": "lista",
+  "list": "List",
   "set-filter": "Definir Filtro",
   "r-moved-to": "Movido para",
   "r-moved-from": "Movido de",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Cartão",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Número"
 }

+ 7 - 2
i18n/ro.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/ru.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Экспортировать доску в JSON",
   "export-board-csv": "Экспортировать доску в CSV",
   "export-board-tsv": "Экспортировать доску в TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Экспортировать доску в HTML",
   "exportBoardPopup-title": "Экспортировать доску",
   "sort": "Сортировать",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Разрешить изменение электронной почты",
   "accounts-allowUserNameChange": "Разрешить изменение имени пользователя",
   "createdAt": "Создан",
+  "modifiedAt": "Modified at",
   "verified": "Подтвержден",
   "active": "Действующий",
   "card-received": "Получено",
@@ -669,6 +672,7 @@
   "r-removed-from": "Покидает",
   "r-the-board": "доску",
   "r-list": "список",
+  "list": "Список",
   "set-filter": "Установить фильтр",
   "r-moved-to": "Перемещается в",
   "r-moved-from": "Покидает",
@@ -851,7 +855,6 @@
   "person": "Представитель",
   "my-cards": "Мои карточки",
   "card": "Карточка",
-  "list": "Список",
   "board": "Доска",
   "context-separator": "/",
   "myCardsSortChange-title": "Сортировать мои карточки",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Номер"
 }

+ 7 - 2
i18n/sk.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/sl.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Izvozi tablo",
   "sort": "Sortiraj",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Dovoli spremembo e-poštnega naslova",
   "accounts-allowUserNameChange": "Dovoli spremembo up. imena",
   "createdAt": "Ustvarjen ob",
+  "modifiedAt": "Modified at",
   "verified": "Preverjeno",
   "active": "Aktivno",
   "card-received": "Prejeto",
@@ -669,6 +672,7 @@
   "r-removed-from": "izbrisan iz",
   "r-the-board": "tabla",
   "r-list": "seznam",
+  "list": "List",
   "set-filter": "Nastavi filter",
   "r-moved-to": "premaknjena v",
   "r-moved-from": "premaknjena iz",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Kartica",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Število"
 }

+ 7 - 2
i18n/sr.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sortiraj",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Uklonjena iz",
   "r-the-board": "table",
   "r-list": "liste",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Kartica",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Broj"
 }

+ 7 - 2
i18n/sv.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Exportera tavla till JSON",
   "export-board-csv": "Expoertera tavla till CSV",
   "export-board-tsv": "Exportera tavla till TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Exportera tavla till HTML",
   "exportBoardPopup-title": "Exportera tavla",
   "sort": "Sortera",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Tillåt e-poständring",
   "accounts-allowUserNameChange": "Tillåt användarnamnändring",
   "createdAt": "Skapad vid",
+  "modifiedAt": "Modified at",
   "verified": "Verifierad",
   "active": "Aktiv",
   "card-received": "Mottagen",
@@ -669,6 +672,7 @@
   "r-removed-from": "Borttagen från",
   "r-the-board": "tavlan",
   "r-list": "lista",
+  "list": "List",
   "set-filter": "Ställ in filter",
   "r-moved-to": "Flyttat till",
   "r-moved-from": "Flyttad från",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Kort",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Nummer"
 }

+ 7 - 2
i18n/sw.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/ta.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "எண் "
 }

+ 7 - 2
i18n/th.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "ส่งออกกระดาน",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/tr.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Panoyu JSON olarak dışarı aktar",
   "export-board-csv": "Panoyu CSV olarak dışarı aktar",
   "export-board-tsv": "Panoyu TSV olarak dışarı aktar",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Panoyu HTML olarak dışarı aktar",
   "exportBoardPopup-title": "Panoyu dışarı aktar",
   "sort": "Sırala",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "E-posta Değiştirmeye İzin Ver",
   "accounts-allowUserNameChange": "Kullanıcı adı değiştirmeye izin ver",
   "createdAt": "Oluşturulma tarihi",
+  "modifiedAt": "Modified at",
   "verified": "Doğrulanmış",
   "active": "Aktif",
   "card-received": "Giriş",
@@ -669,6 +672,7 @@
   "r-removed-from": "Çıkarıldı:",
   "r-the-board": "pano",
   "r-list": "liste",
+  "list": "Liste",
   "set-filter": "Filtrele",
   "r-moved-to": "Şuraya taşındı:",
   "r-moved-from": "Şuradan taşındı:",
@@ -851,7 +855,6 @@
   "person": "Kişi",
   "my-cards": "My Cards",
   "card": "Kart",
-  "list": "Liste",
   "board": "Pano",
   "context-separator": "/",
   "myCardsSortChange-title": "Kartlarımı Sırala",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Sayı"
 }

+ 7 - 2
i18n/uk.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Дозволити Зміну Email",
   "accounts-allowUserNameChange": "Дозволити Зміну Імені Користувача",
   "createdAt": "Створено",
+  "modifiedAt": "Modified at",
   "verified": "Перевірено",
   "active": "Активно",
   "card-received": "Отримано",
@@ -669,6 +672,7 @@
   "r-removed-from": "Видалити з",
   "r-the-board": "Дошка",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "переміщено до",
   "r-moved-from": "переміщено з",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Картка",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Номер"
 }

+ 7 - 2
i18n/vi.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/zh-CN.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "看板导出为JSON",
   "export-board-csv": "看板导出为CSV",
   "export-board-tsv": "看板导出为TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "看板导出为HTML",
   "exportBoardPopup-title": "导出看板",
   "sort": "排序",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "允许邮箱变更",
   "accounts-allowUserNameChange": "允许变更用户名",
   "createdAt": "创建于",
+  "modifiedAt": "Modified at",
   "verified": "已验证",
   "active": "活跃",
   "card-received": "已接收",
@@ -669,6 +672,7 @@
   "r-removed-from": "已移除",
   "r-the-board": "该看板",
   "r-list": "列表",
+  "list": "列表",
   "set-filter": "设置过滤器",
   "r-moved-to": "移至",
   "r-moved-from": "已移动",
@@ -851,7 +855,6 @@
   "person": "人员",
   "my-cards": "我的卡片",
   "card": "卡片",
-  "list": "列表",
   "board": "看板",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "数字"
 }

+ 7 - 2
i18n/zh-HK.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "Export board to JSON",
   "export-board-csv": "Export board to CSV",
   "export-board-tsv": "Export board to TSV",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "Export board to HTML",
   "exportBoardPopup-title": "Export board",
   "sort": "Sort",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "Allow Email Change",
   "accounts-allowUserNameChange": "Allow Username Change",
   "createdAt": "Created at",
+  "modifiedAt": "Modified at",
   "verified": "Verified",
   "active": "Active",
   "card-received": "Received",
@@ -669,6 +672,7 @@
   "r-removed-from": "Removed from",
   "r-the-board": "the board",
   "r-list": "list",
+  "list": "List",
   "set-filter": "Set Filter",
   "r-moved-to": "Moved to",
   "r-moved-from": "Moved from",
@@ -851,7 +855,6 @@
   "person": "Person",
   "my-cards": "My Cards",
   "card": "Card",
-  "list": "List",
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
   "globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
-  "link-to-search": "Link to this search"
+  "link-to-search": "Link to this search",
+  "excel-font": "Arial",
+  "number": "Number"
 }

+ 7 - 2
i18n/zh-TW.i18n.json

@@ -327,6 +327,8 @@
   "export-board-json": "匯出看板為JSON格式",
   "export-board-csv": "匯出看板為CSV格式",
   "export-board-tsv": "匯出看板為TSV格式\n ",
+  "export-board-excel": "Export board to Excel",
+  "user-can-not-export-excel": "User can not export Excel",
   "export-board-html": "匯出看板為HTML格式\n ",
   "exportBoardPopup-title": "匯出看板",
   "sort": "排序",
@@ -607,6 +609,7 @@
   "accounts-allowEmailChange": "允許變更 Email",
   "accounts-allowUserNameChange": "允許修改使用者名稱",
   "createdAt": "新增於",
+  "modifiedAt": "Modified at",
   "verified": "已驗證",
   "active": "啟用",
   "card-received": "已接收",
@@ -669,6 +672,7 @@
   "r-removed-from": "已移除",
   "r-the-board": "該看板",
   "r-list": "清單",
+  "list": "清單",
   "set-filter": "設定過濾器",
   "r-moved-to": "移至",
   "r-moved-from": "已移動",
@@ -851,7 +855,6 @@
   "person": "人物",
   "my-cards": "我的卡片",
   "card": "卡片",
-  "list": "清單",
   "board": "看板",
   "context-separator": "/",
   "myCardsSortChange-title": "我的卡片排序",
@@ -909,5 +912,7 @@
   "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together.  Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
   "globalSearch-instructions-notes-4": "英文搜尋忽略大小寫",
   "globalSearch-instructions-notes-5": "未搜尋目前封存卡片",
-  "link-to-search": "連結到此搜尋"
+  "link-to-search": "連結到此搜尋",
+  "excel-font": "Arial",
+  "number": "數字"
 }

+ 8 - 1
models/customFields.js

@@ -22,7 +22,14 @@ CustomFields.attachSchema(
        * type of the custom field
        */
       type: String,
-      allowedValues: ['text', 'number', 'date', 'dropdown', 'currency'],
+      allowedValues: [
+        'text',
+        'number',
+        'date',
+        'dropdown',
+        'checkbox',
+        'currency',
+      ],
     },
     settings: {
       /**

+ 54 - 0
models/trelloCreator.js

@@ -40,6 +40,8 @@ export class TrelloCreator {
 
     // maps a trelloCardId to an array of trelloAttachments
     this.attachments = {};
+
+    this.customFields = {};
   }
 
   /**
@@ -161,6 +163,7 @@ export class TrelloCreator {
       // very old boards won't have a creation activity so no creation date
       createdAt: this._now(this.createdAt.board),
       labels: [],
+      customFields: [],
       members: [
         {
           userId: Meteor.userId(),
@@ -232,6 +235,36 @@ export class TrelloCreator {
       // not the author from the original object.
       userId: this._user(),
     });
+    if (trelloBoard.customFields) {
+      trelloBoard.customFields.forEach(field => {
+        const fieldToCreate = {
+          // trelloId: field.id,
+          name: field.name,
+          showOnCard: field.display.cardFront,
+          showLabelOnMiniCard: field.display.cardFront,
+          automaticallyOnCard: true,
+          type: field.type,
+          boardIds: [boardId],
+          settings: {},
+        };
+
+        if (field.type === 'list') {
+          fieldToCreate.type = 'dropdown';
+          fieldToCreate.settings = {
+            dropdownItems: field.options.map(opt => {
+              return {
+                _id: opt.id,
+                name: opt.value.text,
+              };
+            }),
+          };
+        }
+
+        // We need to remember them by Trello ID, as this is the only ref we have
+        // when importing cards.
+        this.customFields[field.id] = CustomFields.direct.insert(fieldToCreate);
+      });
+    }
     return boardId;
   }
 
@@ -309,6 +342,27 @@ export class TrelloCreator {
         }
       }
 
+      if (card.customFieldItems) {
+        cardToCreate.customFields = [];
+        card.customFieldItems.forEach(item => {
+          const custom = {
+            _id: this.customFields[item.idCustomField],
+          };
+          if (item.idValue) {
+            custom.value = item.idValue;
+          } else if (item.value.hasOwnProperty('checked')) {
+            custom.value = item.value.checked === 'true';
+          } else if (item.value.hasOwnProperty('text')) {
+            custom.value = item.value.text;
+          } else if (item.value.hasOwnProperty('date')) {
+            custom.value = item.value.date;
+          } else if (item.value.hasOwnProperty('number')) {
+            custom.value = item.value.number;
+          }
+          cardToCreate.customFields.push(custom);
+        });
+      }
+
       // insert card
       const cardId = Cards.direct.insert(cardToCreate);
       // keep track of Trello id => Wekan id

+ 3 - 0
releases/translations/pull-translations.sh

@@ -3,6 +3,9 @@ cd ~/repos/wekan
 echo "Arabic:"
 tx pull -f -l ar
 
+echo "Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo):"
+tx pull -f -l ar_EG
+
 echo "Armenian:"
 tx pull -f -l hy
 

+ 2383 - 0
trello/trello-project100.json

@@ -0,0 +1,2383 @@
+{
+  "id": "5fcbec03c670ab79e1f625b2",
+  "name": "Project 100",
+  "desc": "",
+  "descData": null,
+  "closed": false,
+  "idOrganization": "5fcb9620f11c51113570789c",
+  "shortLink": "CsjMiavu",
+  "powerUps": [],
+  "dateLastActivity": "2021-01-19T09:18:13.626Z",
+  "idTags": [],
+  "datePluginDisable": null,
+  "creationMethod": null,
+  "idBoardSource": null,
+  "idMemberCreator": "573c6868cbda1f0332684fb0",
+  "idEnterprise": null,
+  "pinned": false,
+  "starred": false,
+  "url": "https://trello.com/b/CsjMiavu/project-100",
+  "shortUrl": "https://trello.com/b/CsjMiavu",
+  "ixUpdate": "73",
+  "limits": {
+    "attachments": {
+      "perBoard": {
+        "status": "ok",
+        "disableAt": 36000,
+        "warnAt": 32400
+      },
+      "perCard": {
+        "status": "ok",
+        "disableAt": 1000,
+        "warnAt": 900
+      }
+    },
+    "boards": {
+      "totalMembersPerBoard": {
+        "status": "ok",
+        "disableAt": 1600,
+        "warnAt": 1440
+      }
+    },
+    "cards": {
+      "openPerBoard": {
+        "status": "ok",
+        "disableAt": 5000,
+        "warnAt": 4500
+      },
+      "openPerList": {
+        "status": "ok",
+        "disableAt": 5000,
+        "warnAt": 4500
+      },
+      "totalPerBoard": {
+        "status": "ok",
+        "disableAt": 2000000,
+        "warnAt": 1800000
+      },
+      "totalPerList": {
+        "status": "ok",
+        "disableAt": 1000000,
+        "warnAt": 900000
+      }
+    },
+    "checklists": {
+      "perBoard": {
+        "status": "ok",
+        "disableAt": 2000000,
+        "warnAt": 1800000
+      },
+      "perCard": {
+        "status": "ok",
+        "disableAt": 500,
+        "warnAt": 450
+      }
+    },
+    "checkItems": {
+      "perChecklist": {
+        "status": "ok",
+        "disableAt": 200,
+        "warnAt": 180
+      }
+    },
+    "customFields": {
+      "perBoard": {
+        "status": "ok",
+        "disableAt": 50,
+        "warnAt": 45
+      }
+    },
+    "customFieldOptions": {
+      "perField": {
+        "status": "ok",
+        "disableAt": 50,
+        "warnAt": 45
+      }
+    },
+    "labels": {
+      "perBoard": {
+        "status": "ok",
+        "disableAt": 1000,
+        "warnAt": 900
+      }
+    },
+    "lists": {
+      "openPerBoard": {
+        "status": "ok",
+        "disableAt": 500,
+        "warnAt": 450
+      },
+      "totalPerBoard": {
+        "status": "ok",
+        "disableAt": 3000,
+        "warnAt": 2700
+      }
+    },
+    "stickers": {
+      "perCard": {
+        "status": "ok",
+        "disableAt": 70,
+        "warnAt": 63
+      }
+    },
+    "reactions": {
+      "perAction": {
+        "status": "ok",
+        "disableAt": 1000,
+        "warnAt": 900
+      },
+      "uniquePerAction": {
+        "status": "ok",
+        "disableAt": 17,
+        "warnAt": 16
+      }
+    }
+  },
+  "enterpriseOwned": false,
+  "subscribed": false,
+  "templateGallery": null,
+  "premiumFeatures": [],
+  "dateLastView": "2021-01-19T09:18:13.641Z",
+  "labelNames": {
+    "green": "",
+    "yellow": "",
+    "orange": "",
+    "red": "",
+    "purple": "",
+    "blue": "",
+    "sky": "",
+    "lime": "",
+    "pink": "",
+    "black": ""
+  },
+  "prefs": {
+    "permissionLevel": "org",
+    "hideVotes": false,
+    "voting": "disabled",
+    "comments": "members",
+    "invitations": "members",
+    "selfJoin": true,
+    "cardCovers": true,
+    "isTemplate": false,
+    "cardAging": "regular",
+    "calendarFeedEnabled": false,
+    "background": "5fc6b57550bfd588d8a2a598",
+    "backgroundImage": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/original/40b6a656858811e3bf7ca722a8ff163a/photo-1606773754386-1a6fb741841a",
+    "backgroundImageScaled": [
+      {
+        "width": 140,
+        "height": 93,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/140x93/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 256,
+        "height": 171,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/256x171/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 480,
+        "height": 320,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/480x320/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 960,
+        "height": 640,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/960x640/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 1024,
+        "height": 683,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1024x683/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 2048,
+        "height": 1366,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2048x1366/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 1280,
+        "height": 854,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1280x854/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 1920,
+        "height": 1280,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1920x1280/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 2400,
+        "height": 1600,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2400x1600/6c867e7205be5e150f4cb19b8e02b6b5/photo-1606773754386-1a6fb741841a.jpg"
+      },
+      {
+        "width": 2560,
+        "height": 1707,
+        "url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/original/40b6a656858811e3bf7ca722a8ff163a/photo-1606773754386-1a6fb741841a"
+      }
+    ],
+    "backgroundTile": false,
+    "backgroundBrightness": "dark",
+    "backgroundBottomColor": "#151b16",
+    "backgroundTopColor": "#ebe1e0",
+    "canBePublic": true,
+    "canBeEnterprise": true,
+    "canBeOrg": true,
+    "canBePrivate": true,
+    "canInvite": true
+  },
+  "actions": [
+    {
+      "id": "6006a3d58801924a07258fe2",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "value": null
+        },
+        "customField": {
+          "id": "6006a316f6284c2a9d56455f",
+          "name": "Logical Value",
+          "type": "checkbox"
+        },
+        "customFieldItem": {
+          "id": "6006a3d58801924a07258fe1",
+          "value": {
+            "checked": "true"
+          },
+          "idCustomField": "6006a316f6284c2a9d56455f",
+          "idModel": "5fcbec2e6621ca4f0a547896",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec2e6621ca4f0a547896",
+          "name": "Write code",
+          "idShort": 2,
+          "shortLink": "cQCFhToV"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:18:13.618Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "TU",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a3cef37f842d6d0e65d6",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "value": null
+        },
+        "customField": {
+          "id": "6006a36ff2036a5d85479f8b",
+          "name": "Text Value",
+          "type": "text"
+        },
+        "customFieldItem": {
+          "id": "6006a3cef37f842d6d0e65d5",
+          "value": {
+            "text": "Hello"
+          },
+          "idCustomField": "6006a36ff2036a5d85479f8b",
+          "idModel": "5fcbec2e6621ca4f0a547896",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec2e6621ca4f0a547896",
+          "name": "Write code",
+          "idShort": 2,
+          "shortLink": "cQCFhToV"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:18:06.094Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a3c9d21c1040d78eb552",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "value": null
+        },
+        "customField": {
+          "id": "6006a322ac11ff0bebf5e867",
+          "name": "Date Value",
+          "type": "date"
+        },
+        "customFieldItem": {
+          "id": "6006a3c9d21c1040d78eb551",
+          "value": {
+            "date": "2021-01-07T10:00:00.000Z"
+          },
+          "idCustomField": "6006a322ac11ff0bebf5e867",
+          "idModel": "5fcbec2e6621ca4f0a547896",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec2e6621ca4f0a547896",
+          "name": "Write code",
+          "idShort": 2,
+          "shortLink": "cQCFhToV"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:18:01.869Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a39e35b0703fd198d92f",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "value": null
+        },
+        "customField": {
+          "id": "6006a36ff2036a5d85479f8b",
+          "name": "Text Value",
+          "type": "text"
+        },
+        "customFieldItem": {
+          "id": "6006a39e35b0703fd198d92e",
+          "value": {
+            "text": "Test text"
+          },
+          "idCustomField": "6006a36ff2036a5d85479f8b",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:17:18.745Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a39120b4fb4013812fee",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "value": null
+        },
+        "customField": {
+          "id": "6006a365e69d965129190ad5",
+          "name": "Number Value",
+          "type": "number"
+        },
+        "customFieldItem": {
+          "id": "6006a39120b4fb4013812fed",
+          "value": {
+            "number": "100.32"
+          },
+          "idCustomField": "6006a365e69d965129190ad5",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:17:05.608Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a38aa44102505b0df554",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "idValue": null
+        },
+        "customField": {
+          "id": "6006a33439b34a6d32962e40",
+          "name": "Dropdown",
+          "type": "list"
+        },
+        "customFieldItem": {
+          "id": "6006a38aa44102505b0df553",
+          "idValue": "6006a33fecf9373dd454b422",
+          "idCustomField": "6006a33439b34a6d32962e40",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:16:58.818Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a387be5e6f36b610d695",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "value": null
+        },
+        "customField": {
+          "id": "6006a322ac11ff0bebf5e867",
+          "name": "Date Value",
+          "type": "date"
+        },
+        "customFieldItem": {
+          "id": "6006a387be5e6f36b610d694",
+          "value": {
+            "date": "2021-01-28T10:00:00.000Z"
+          },
+          "idCustomField": "6006a322ac11ff0bebf5e867",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:16:55.616Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a37bfaecc82b4f05b650",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "value": null
+        },
+        "customField": {
+          "id": "6006a316f6284c2a9d56455f",
+          "name": "Logical Value",
+          "type": "checkbox"
+        },
+        "customFieldItem": {
+          "id": "6006a37bfaecc82b4f05b64f",
+          "value": {
+            "checked": "true"
+          },
+          "idCustomField": "6006a316f6284c2a9d56455f",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "card": {
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        }
+      },
+      "type": "updateCustomFieldItem",
+      "date": "2021-01-19T09:16:43.615Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a36ff2036a5d85479f8c",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "customField": {
+          "id": "6006a36ff2036a5d85479f8b",
+          "name": "Text Value"
+        }
+      },
+      "type": "createCustomField",
+      "date": "2021-01-19T09:16:31.477Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a365e69d965129190ad6",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "customField": {
+          "id": "6006a365e69d965129190ad5",
+          "name": "Number Value"
+        }
+      },
+      "type": "createCustomField",
+      "date": "2021-01-19T09:16:21.092Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a349e4610647a72e5857",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "display": {
+            "cardFront": false
+          }
+        },
+        "customField": {
+          "display": {
+            "cardFront": true
+          },
+          "id": "6006a33439b34a6d32962e40",
+          "name": "Dropdown"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "updateCustomField",
+      "date": "2021-01-19T09:15:53.574Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a348943ff87758878fc6",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "display": {
+            "cardFront": true
+          }
+        },
+        "customField": {
+          "display": {
+            "cardFront": false
+          },
+          "id": "6006a33439b34a6d32962e40",
+          "name": "Dropdown"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "updateCustomField",
+      "date": "2021-01-19T09:15:52.391Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a342211c877049a0d096",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "options": [
+            {
+              "id": "6006a33d53a30716478adbff",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Up"
+              },
+              "color": "none",
+              "pos": 16384
+            },
+            {
+              "id": "6006a33fecf9373dd454b422",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Down"
+              },
+              "color": "none",
+              "pos": 32768
+            },
+            {
+              "id": "6006a341d1195d325a5401d7",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Low"
+              },
+              "color": "none",
+              "pos": 49152
+            }
+          ]
+        },
+        "customField": {
+          "id": "6006a33439b34a6d32962e40",
+          "idModel": "5fcbec03c670ab79e1f625b2",
+          "modelType": "board",
+          "fieldGroup": "dc10651a093834befed19308dd27fbdb6f552375b4e20e9b1e49fbd5dce97c2d",
+          "display": {
+            "cardFront": true
+          },
+          "name": "Dropdown",
+          "pos": 49152,
+          "options": [
+            {
+              "id": "6006a33d53a30716478adbff",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Up"
+              },
+              "color": "none",
+              "pos": 16384
+            },
+            {
+              "id": "6006a33fecf9373dd454b422",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Down"
+              },
+              "color": "none",
+              "pos": 32768
+            },
+            {
+              "id": "6006a341d1195d325a5401d7",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Low"
+              },
+              "color": "none",
+              "pos": 49152
+            },
+            {
+              "id": "6006a342211c877049a0d095",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "High"
+              },
+              "color": "none",
+              "pos": 65536
+            }
+          ],
+          "type": "list",
+          "isSuggestedField": false
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "updateCustomField",
+      "date": "2021-01-19T09:15:46.956Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a341d1195d325a5401d8",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "options": [
+            {
+              "id": "6006a33d53a30716478adbff",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Up"
+              },
+              "color": "none",
+              "pos": 16384
+            },
+            {
+              "id": "6006a33fecf9373dd454b422",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Down"
+              },
+              "color": "none",
+              "pos": 32768
+            }
+          ]
+        },
+        "customField": {
+          "id": "6006a33439b34a6d32962e40",
+          "idModel": "5fcbec03c670ab79e1f625b2",
+          "modelType": "board",
+          "fieldGroup": "dc10651a093834befed19308dd27fbdb6f552375b4e20e9b1e49fbd5dce97c2d",
+          "display": {
+            "cardFront": true
+          },
+          "name": "Dropdown",
+          "pos": 49152,
+          "options": [
+            {
+              "id": "6006a33d53a30716478adbff",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Up"
+              },
+              "color": "none",
+              "pos": 16384
+            },
+            {
+              "id": "6006a33fecf9373dd454b422",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Down"
+              },
+              "color": "none",
+              "pos": 32768
+            },
+            {
+              "id": "6006a341d1195d325a5401d7",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Low"
+              },
+              "color": "none",
+              "pos": 49152
+            }
+          ],
+          "type": "list",
+          "isSuggestedField": false
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "updateCustomField",
+      "date": "2021-01-19T09:15:45.472Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a33fecf9373dd454b423",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "options": [
+            {
+              "id": "6006a33d53a30716478adbff",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Up"
+              },
+              "color": "none",
+              "pos": 16384
+            }
+          ]
+        },
+        "customField": {
+          "id": "6006a33439b34a6d32962e40",
+          "idModel": "5fcbec03c670ab79e1f625b2",
+          "modelType": "board",
+          "fieldGroup": "dc10651a093834befed19308dd27fbdb6f552375b4e20e9b1e49fbd5dce97c2d",
+          "display": {
+            "cardFront": true
+          },
+          "name": "Dropdown",
+          "pos": 49152,
+          "options": [
+            {
+              "id": "6006a33d53a30716478adbff",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Up"
+              },
+              "color": "none",
+              "pos": 16384
+            },
+            {
+              "id": "6006a33fecf9373dd454b422",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Down"
+              },
+              "color": "none",
+              "pos": 32768
+            }
+          ],
+          "type": "list",
+          "isSuggestedField": false
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "updateCustomField",
+      "date": "2021-01-19T09:15:43.393Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a33d53a30716478adc00",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "options": []
+        },
+        "customField": {
+          "id": "6006a33439b34a6d32962e40",
+          "idModel": "5fcbec03c670ab79e1f625b2",
+          "modelType": "board",
+          "fieldGroup": "dc10651a093834befed19308dd27fbdb6f552375b4e20e9b1e49fbd5dce97c2d",
+          "display": {
+            "cardFront": true
+          },
+          "name": "Dropdown",
+          "pos": 49152,
+          "options": [
+            {
+              "id": "6006a33d53a30716478adbff",
+              "idCustomField": "6006a33439b34a6d32962e40",
+              "value": {
+                "text": "Up"
+              },
+              "color": "none",
+              "pos": 16384
+            }
+          ],
+          "type": "list",
+          "isSuggestedField": false
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "updateCustomField",
+      "date": "2021-01-19T09:15:41.440Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a33439b34a6d32962e41",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "customField": {
+          "id": "6006a33439b34a6d32962e40",
+          "name": "Dropdown"
+        }
+      },
+      "type": "createCustomField",
+      "date": "2021-01-19T09:15:32.562Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a322ac11ff0bebf5e868",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "customField": {
+          "id": "6006a322ac11ff0bebf5e867",
+          "name": "Date Value"
+        }
+      },
+      "type": "createCustomField",
+      "date": "2021-01-19T09:15:14.104Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a316f6284c2a9d564560",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "customField": {
+          "id": "6006a316f6284c2a9d56455f",
+          "name": "Logical Value"
+        }
+      },
+      "type": "createCustomField",
+      "date": "2021-01-19T09:15:02.294Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "6006a2fafbdba78888ba805a",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "plugin": {
+          "id": "56d5e249a98895a9797bebb9",
+          "idOrganizationOwner": "5a999cd36066c584c097f193",
+          "author": "Trello Inc",
+          "capabilities": ["callback", "show-settings"],
+          "capabilitiesOptions": [],
+          "categories": ["board-utilities", "it-project-management"],
+          "iframeConnectorUrl": "https://card-fields.trello.services/index.html?ver=11a6113a0b14",
+          "name": "Custom Fields",
+          "privacyUrl": "https://trello.com/privacy",
+          "public": true,
+          "moderatedState": null,
+          "supportEmail": "https://trello.com/contact#/",
+          "url": "https://card-fields.trello.services/manifest.json",
+          "tags": ["essential", "staff-pick", "made-by-trello"],
+          "heroImageUrl": {
+            "_id": "5b562abf4a1dc08e2cad540f",
+            "@1x": "https://plugin.trello.services/images/custom-fields.png",
+            "@2x": "https://plugin.trello.services/images/custom-fields@2x.png"
+          },
+          "isCompliantWithPrivacyStandards": null,
+          "usageBrackets": {
+            "boards": 1000000
+          },
+          "claimedDomains": [],
+          "icon": {
+            "url": "https://card-fields.trello.services/images/custom-fields-circular.svg"
+          },
+          "listing": {
+            "name": "Custom Fields",
+            "locale": "en-US",
+            "description": "Custom fields.\n\nCustomize cards for the way you work.\n\nThe Custom Fields Power-Up enables you to add more info to your Trello cards that's specific to the way you get things done.\n\n- **Custom text fields** – Add a space to enter names, email addresses, or other information that’s crucial for your cards to have.\n- **Numbers** – Enable your cards to show story points, number of guests, order numbers, or any other number.\n- **Checkbox** – Need to know when something is approved or if there are special considerations? Add a checkbox.\n- **Dates** – Milestones, checkpoints, order dates—make sure crucial dates are shown on your cards.\n- **Dropdown lists** – When you need to select from multiple options like status or SKUs, a dropdown is your best bet.\n\nThe info you add to your cards with Custom Fields will show up on the front of your card, making it easy to get at-a-glance info on your board. You can export Custom Field data in TUON and CSV formats. *Note: CSV exports are only available for Business Class and Enterprise teams.*\n\n![screenshot](https://card-fields.trello.services/images/custom-fields-1.jpg)\n![screenshot](https://card-fields.trello.services/images/custom-fields-2.jpg)\n![screenshot](https://card-fields.trello.services/images/custom-fields-3.jpg)",
+            "overview": "Add custom fields like text, numbers, checkboxes, dates, and dropdown lists to cards."
+          }
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "enablePlugin",
+      "date": "2021-01-19T09:14:34.018Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec69a7cf444a408253a6",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "idMember": "573c6868cbda1f0332684fb0",
+        "card": {
+          "id": "5fcbec28c680d2608374ce89",
+          "name": "Review code",
+          "idShort": 1,
+          "shortLink": "SMc4sR3Q"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "member": {
+          "id": "573c6868cbda1f0332684fb0",
+          "name": "Test User"
+        }
+      },
+      "type": "addMemberToCard",
+      "date": "2020-12-05T20:24:09.138Z",
+      "appCreator": null,
+      "limits": {},
+      "member": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      },
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec5e9262090da8042fc6",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "idMember": "573c6868cbda1f0332684fb0",
+        "card": {
+          "id": "5fcbec2e6621ca4f0a547896",
+          "name": "Write code",
+          "idShort": 2,
+          "shortLink": "cQCFhToV"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "member": {
+          "id": "573c6868cbda1f0332684fb0",
+          "name": "Test User"
+        }
+      },
+      "type": "addMemberToCard",
+      "date": "2020-12-05T20:23:58.014Z",
+      "appCreator": null,
+      "limits": {},
+      "member": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      },
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec58ab9dbd49d2e47c19",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "idMember": "573c6868cbda1f0332684fb0",
+        "card": {
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "member": {
+          "id": "573c6868cbda1f0332684fb0",
+          "name": "Test User"
+        }
+      },
+      "type": "addMemberToCard",
+      "date": "2020-12-05T20:23:52.542Z",
+      "appCreator": null,
+      "limits": {},
+      "member": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      },
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec48ddecdd4fcdff7dbb",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "idList": "5fcbec13f32ee17fc4780b10"
+        },
+        "card": {
+          "idList": "5fcbec1161adb425de51ca13",
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "listBefore": {
+          "id": "5fcbec13f32ee17fc4780b10",
+          "name": "Done"
+        },
+        "listAfter": {
+          "id": "5fcbec1161adb425de51ca13",
+          "name": "In Progress"
+        }
+      },
+      "type": "updateCard",
+      "date": "2020-12-05T20:23:36.833Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec466e95cf70fc04fbc7",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "card": {
+          "id": "5fcbec466e95cf70fc04fbc6",
+          "name": "Visualize code",
+          "idShort": 3,
+          "shortLink": "IutYxjuP"
+        },
+        "list": {
+          "id": "5fcbec13f32ee17fc4780b10",
+          "name": "Done"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "createCard",
+      "date": "2020-12-05T20:23:34.998Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec327a174c52fabd612a",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "old": {
+          "pos": 131071
+        },
+        "card": {
+          "pos": 32767.5,
+          "id": "5fcbec2e6621ca4f0a547896",
+          "name": "Write code",
+          "idShort": 2,
+          "shortLink": "cQCFhToV"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "list": {
+          "id": "5fcbec0a23b2cc266296d6a3",
+          "name": "Todo"
+        }
+      },
+      "type": "updateCard",
+      "date": "2020-12-05T20:23:14.540Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec2e6621ca4f0a547897",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "card": {
+          "id": "5fcbec2e6621ca4f0a547896",
+          "name": "Write code",
+          "idShort": 2,
+          "shortLink": "cQCFhToV"
+        },
+        "list": {
+          "id": "5fcbec0a23b2cc266296d6a3",
+          "name": "Todo"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "createCard",
+      "date": "2020-12-05T20:23:10.484Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec28c680d2608374ce8a",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "card": {
+          "id": "5fcbec28c680d2608374ce89",
+          "name": "Review code",
+          "idShort": 1,
+          "shortLink": "SMc4sR3Q"
+        },
+        "list": {
+          "id": "5fcbec0a23b2cc266296d6a3",
+          "name": "Todo"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "createCard",
+      "date": "2020-12-05T20:23:04.103Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec13f32ee17fc4780b12",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "list": {
+          "id": "5fcbec13f32ee17fc4780b10",
+          "name": "Done"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "createList",
+      "date": "2020-12-05T20:22:43.566Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec1161adb425de51ca15",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "list": {
+          "id": "5fcbec1161adb425de51ca13",
+          "name": "In Progress"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "createList",
+      "date": "2020-12-05T20:22:41.712Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec0a23b2cc266296d6a5",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "list": {
+          "id": "5fcbec0a23b2cc266296d6a3",
+          "name": "Todo"
+        },
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "createList",
+      "date": "2020-12-05T20:22:34.646Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec03c670ab79e1f625b6",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        },
+        "organization": {
+          "id": "5fcb9620f11c51113570789c",
+          "name": "Me"
+        }
+      },
+      "type": "addToOrganizationBoard",
+      "date": "2020-12-05T20:22:27.087Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    },
+    {
+      "id": "5fcbec03c670ab79e1f625b4",
+      "idMemberCreator": "573c6868cbda1f0332684fb0",
+      "data": {
+        "board": {
+          "id": "5fcbec03c670ab79e1f625b2",
+          "name": "Project 100",
+          "shortLink": "CsjMiavu"
+        }
+      },
+      "type": "createBoard",
+      "date": "2020-12-05T20:22:27.083Z",
+      "appCreator": null,
+      "limits": {},
+      "memberCreator": {
+        "id": "573c6868cbda1f0332684fb0",
+        "username": "test_user",
+        "activityBlocked": false,
+        "fullName": "Test User",
+        "idMemberReferrer": null,
+        "initials": "J",
+        "nonPublic": {
+          "fullName": "Test User",
+          "initials": "TU"
+        },
+        "nonPublicAvailable": true
+      }
+    }
+  ],
+  "cards": [
+    {
+      "id": "5fcbec2e6621ca4f0a547896",
+      "address": null,
+      "checkItemStates": null,
+      "closed": false,
+      "coordinates": null,
+      "creationMethod": null,
+      "dateLastActivity": "2021-01-19T09:18:13.626Z",
+      "desc": "",
+      "descData": null,
+      "dueReminder": null,
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "idLabels": [],
+      "idList": "5fcbec0a23b2cc266296d6a3",
+      "idMembersVoted": [],
+      "idShort": 2,
+      "idAttachmentCover": null,
+      "locationName": null,
+      "manualCoverAttachment": false,
+      "name": "Write code",
+      "pos": 32767.5,
+      "shortLink": "cQCFhToV",
+      "isTemplate": false,
+      "cardRole": null,
+      "badges": {
+        "attachmentsByType": {
+          "trello": {
+            "board": 0,
+            "card": 0
+          }
+        },
+        "location": false,
+        "votes": 0,
+        "viewingMemberVoted": false,
+        "subscribed": true,
+        "fogbugz": "",
+        "checkItems": 0,
+        "checkItemsChecked": 0,
+        "checkItemsEarliestDue": null,
+        "comments": 0,
+        "attachments": 0,
+        "description": false,
+        "due": null,
+        "dueComplete": false,
+        "start": null
+      },
+      "dueComplete": false,
+      "due": null,
+      "email": "test_user+2m8b2b1du8ob4mwcrsg+2vh770etjdr3rxf69hy+1woniecqlh@boards.trello.com",
+      "idChecklists": [],
+      "idMembers": ["573c6868cbda1f0332684fb0"],
+      "labels": [],
+      "limits": {
+        "attachments": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 1000,
+            "warnAt": 900
+          }
+        },
+        "checklists": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 500,
+            "warnAt": 450
+          }
+        },
+        "stickers": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 70,
+            "warnAt": 63
+          }
+        }
+      },
+      "shortUrl": "https://trello.com/c/cQCFhToV",
+      "start": null,
+      "subscribed": true,
+      "url": "https://trello.com/c/cQCFhToV/2-write-code",
+      "cover": {
+        "idAttachment": null,
+        "color": null,
+        "idUploadedBackground": null,
+        "size": "normal",
+        "brightness": "light"
+      },
+      "attachments": [],
+      "pluginData": [],
+      "customFieldItems": [
+        {
+          "id": "6006a3cef37f842d6d0e65d5",
+          "value": {
+            "text": "Hello"
+          },
+          "idCustomField": "6006a36ff2036a5d85479f8b",
+          "idModel": "5fcbec2e6621ca4f0a547896",
+          "modelType": "card"
+        },
+        {
+          "id": "6006a3c9d21c1040d78eb551",
+          "value": {
+            "date": "2021-01-07T10:00:00.000Z"
+          },
+          "idCustomField": "6006a322ac11ff0bebf5e867",
+          "idModel": "5fcbec2e6621ca4f0a547896",
+          "modelType": "card"
+        },
+        {
+          "id": "6006a3d58801924a07258fe1",
+          "value": {
+            "checked": "true"
+          },
+          "idCustomField": "6006a316f6284c2a9d56455f",
+          "idModel": "5fcbec2e6621ca4f0a547896",
+          "modelType": "card"
+        }
+      ]
+    },
+    {
+      "id": "5fcbec28c680d2608374ce89",
+      "address": null,
+      "checkItemStates": null,
+      "closed": false,
+      "coordinates": null,
+      "creationMethod": null,
+      "dateLastActivity": "2020-12-05T20:24:09.135Z",
+      "desc": "",
+      "descData": null,
+      "dueReminder": null,
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "idLabels": [],
+      "idList": "5fcbec0a23b2cc266296d6a3",
+      "idMembersVoted": [],
+      "idShort": 1,
+      "idAttachmentCover": null,
+      "locationName": null,
+      "manualCoverAttachment": false,
+      "name": "Review code",
+      "pos": 65535,
+      "shortLink": "SMc4sR3Q",
+      "isTemplate": false,
+      "cardRole": null,
+      "badges": {
+        "attachmentsByType": {
+          "trello": {
+            "board": 0,
+            "card": 0
+          }
+        },
+        "location": false,
+        "votes": 0,
+        "viewingMemberVoted": false,
+        "subscribed": true,
+        "fogbugz": "",
+        "checkItems": 0,
+        "checkItemsChecked": 0,
+        "checkItemsEarliestDue": null,
+        "comments": 0,
+        "attachments": 0,
+        "description": false,
+        "due": null,
+        "dueComplete": false,
+        "start": null
+      },
+      "dueComplete": false,
+      "due": null,
+      "email": "test_user+2m8b2b1du8ob4mwcrsg+2vh76zsxedq1hdyw03t+2213va3qs1@boards.trello.com",
+      "idChecklists": [],
+      "idMembers": ["573c6868cbda1f0332684fb0"],
+      "labels": [],
+      "limits": {
+        "attachments": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 1000,
+            "warnAt": 900
+          }
+        },
+        "checklists": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 500,
+            "warnAt": 450
+          }
+        },
+        "stickers": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 70,
+            "warnAt": 63
+          }
+        }
+      },
+      "shortUrl": "https://trello.com/c/SMc4sR3Q",
+      "start": null,
+      "subscribed": true,
+      "url": "https://trello.com/c/SMc4sR3Q/1-review-code",
+      "cover": {
+        "idAttachment": null,
+        "color": null,
+        "idUploadedBackground": null,
+        "size": "normal",
+        "brightness": "light"
+      },
+      "attachments": [],
+      "pluginData": [],
+      "customFieldItems": []
+    },
+    {
+      "id": "5fcbec466e95cf70fc04fbc6",
+      "address": null,
+      "checkItemStates": null,
+      "closed": false,
+      "coordinates": null,
+      "creationMethod": null,
+      "dateLastActivity": "2021-01-19T09:17:18.763Z",
+      "desc": "",
+      "descData": null,
+      "dueReminder": null,
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "idLabels": [],
+      "idList": "5fcbec1161adb425de51ca13",
+      "idMembersVoted": [],
+      "idShort": 3,
+      "idAttachmentCover": null,
+      "locationName": null,
+      "manualCoverAttachment": false,
+      "name": "Visualize code",
+      "pos": 65535,
+      "shortLink": "IutYxjuP",
+      "isTemplate": false,
+      "cardRole": null,
+      "badges": {
+        "attachmentsByType": {
+          "trello": {
+            "board": 0,
+            "card": 0
+          }
+        },
+        "location": false,
+        "votes": 0,
+        "viewingMemberVoted": false,
+        "subscribed": true,
+        "fogbugz": "",
+        "checkItems": 0,
+        "checkItemsChecked": 0,
+        "checkItemsEarliestDue": null,
+        "comments": 0,
+        "attachments": 0,
+        "description": false,
+        "due": null,
+        "dueComplete": false,
+        "start": null
+      },
+      "dueComplete": false,
+      "due": null,
+      "email": "test_user+2m8b2b1du8ob4mwcrsg+2vh7730drc1xx948z46+24yqi73etc@boards.trello.com",
+      "idChecklists": [],
+      "idMembers": ["573c6868cbda1f0332684fb0"],
+      "labels": [],
+      "limits": {
+        "attachments": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 1000,
+            "warnAt": 900
+          }
+        },
+        "checklists": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 500,
+            "warnAt": 450
+          }
+        },
+        "stickers": {
+          "perCard": {
+            "status": "ok",
+            "disableAt": 70,
+            "warnAt": 63
+          }
+        }
+      },
+      "shortUrl": "https://trello.com/c/IutYxjuP",
+      "start": null,
+      "subscribed": true,
+      "url": "https://trello.com/c/IutYxjuP/3-visualize-code",
+      "cover": {
+        "idAttachment": null,
+        "color": null,
+        "idUploadedBackground": null,
+        "size": "normal",
+        "brightness": "light"
+      },
+      "attachments": [],
+      "pluginData": [],
+      "customFieldItems": [
+        {
+          "id": "6006a39e35b0703fd198d92e",
+          "value": {
+            "text": "Test text"
+          },
+          "idCustomField": "6006a36ff2036a5d85479f8b",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        {
+          "id": "6006a39120b4fb4013812fed",
+          "value": {
+            "number": "100.32"
+          },
+          "idCustomField": "6006a365e69d965129190ad5",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        {
+          "id": "6006a38aa44102505b0df553",
+          "idValue": "6006a33fecf9373dd454b422",
+          "idCustomField": "6006a33439b34a6d32962e40",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        {
+          "id": "6006a387be5e6f36b610d694",
+          "value": {
+            "date": "2021-01-28T10:00:00.000Z"
+          },
+          "idCustomField": "6006a322ac11ff0bebf5e867",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        },
+        {
+          "id": "6006a37bfaecc82b4f05b64f",
+          "value": {
+            "checked": "true"
+          },
+          "idCustomField": "6006a316f6284c2a9d56455f",
+          "idModel": "5fcbec466e95cf70fc04fbc6",
+          "modelType": "card"
+        }
+      ]
+    }
+  ],
+  "labels": [
+    {
+      "id": "5fcbec031258da48af166d5f",
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "name": "",
+      "color": "green"
+    },
+    {
+      "id": "5fcbec031258da48af166d61",
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "name": "",
+      "color": "yellow"
+    },
+    {
+      "id": "5fcbec031258da48af166d67",
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "name": "",
+      "color": "red"
+    },
+    {
+      "id": "5fcbec031258da48af166d69",
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "name": "",
+      "color": "purple"
+    },
+    {
+      "id": "5fcbec031258da48af166d65",
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "name": "",
+      "color": "orange"
+    },
+    {
+      "id": "5fcbec031258da48af166d6a",
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "name": "",
+      "color": "blue"
+    }
+  ],
+  "lists": [
+    {
+      "id": "5fcbec0a23b2cc266296d6a3",
+      "name": "Todo",
+      "closed": false,
+      "pos": 65535,
+      "softLimit": null,
+      "creationMethod": null,
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "limits": {
+        "cards": {
+          "openPerList": {
+            "status": "ok",
+            "disableAt": 5000,
+            "warnAt": 4500
+          },
+          "totalPerList": {
+            "status": "ok",
+            "disableAt": 1000000,
+            "warnAt": 900000
+          }
+        }
+      },
+      "subscribed": false
+    },
+    {
+      "id": "5fcbec1161adb425de51ca13",
+      "name": "In Progress",
+      "closed": false,
+      "pos": 131071,
+      "softLimit": null,
+      "creationMethod": null,
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "limits": {
+        "cards": {
+          "openPerList": {
+            "status": "ok",
+            "disableAt": 5000,
+            "warnAt": 4500
+          },
+          "totalPerList": {
+            "status": "ok",
+            "disableAt": 1000000,
+            "warnAt": 900000
+          }
+        }
+      },
+      "subscribed": false
+    },
+    {
+      "id": "5fcbec13f32ee17fc4780b10",
+      "name": "Done",
+      "closed": false,
+      "pos": 196607,
+      "softLimit": null,
+      "creationMethod": null,
+      "idBoard": "5fcbec03c670ab79e1f625b2",
+      "limits": {
+        "cards": {
+          "openPerList": {
+            "status": "ok",
+            "disableAt": 5000,
+            "warnAt": 4500
+          },
+          "totalPerList": {
+            "status": "ok",
+            "disableAt": 1000000,
+            "warnAt": 900000
+          }
+        }
+      },
+      "subscribed": false
+    }
+  ],
+  "members": [
+    {
+      "id": "573c6868cbda1f0332684fb0",
+      "bio": "",
+      "bioData": {
+        "emoji": {}
+      },
+      "confirmed": true,
+      "memberType": "normal",
+      "username": "test_user",
+      "activityBlocked": false,
+      "fullName": "Test User",
+      "idEnterprise": null,
+      "idEnterprisesDeactivated": [],
+      "idMemberReferrer": null,
+      "idPremOrgsAdmin": [],
+      "initials": "J",
+      "nonPublic": {
+        "fullName": "Test User",
+        "initials": "TU"
+      },
+      "nonPublicAvailable": true,
+      "products": [],
+      "url": "https://trello.com/test_user",
+      "status": "disconnected"
+    }
+  ],
+  "checklists": [],
+  "customFields": [
+    {
+      "id": "6006a316f6284c2a9d56455f",
+      "idModel": "5fcbec03c670ab79e1f625b2",
+      "modelType": "board",
+      "fieldGroup": "a4f4de7bc77246dd12034d1f16c6d59bbebcb99f5619b4cf81d6f49df0f3c682",
+      "display": {
+        "cardFront": true
+      },
+      "name": "Logical Value",
+      "pos": 16384,
+      "type": "checkbox",
+      "isSuggestedField": false
+    },
+    {
+      "id": "6006a322ac11ff0bebf5e867",
+      "idModel": "5fcbec03c670ab79e1f625b2",
+      "modelType": "board",
+      "fieldGroup": "20f90e512f069e385e9418c9ded0d2bd72bf0ecf6709fc4efec517c563308164",
+      "display": {
+        "cardFront": true
+      },
+      "name": "Date Value",
+      "pos": 32768,
+      "type": "date",
+      "isSuggestedField": false
+    },
+    {
+      "id": "6006a33439b34a6d32962e40",
+      "idModel": "5fcbec03c670ab79e1f625b2",
+      "modelType": "board",
+      "fieldGroup": "dc10651a093834befed19308dd27fbdb6f552375b4e20e9b1e49fbd5dce97c2d",
+      "display": {
+        "cardFront": true
+      },
+      "name": "Dropdown",
+      "pos": 49152,
+      "options": [
+        {
+          "id": "6006a33d53a30716478adbff",
+          "idCustomField": "6006a33439b34a6d32962e40",
+          "value": {
+            "text": "Up"
+          },
+          "color": "none",
+          "pos": 16384
+        },
+        {
+          "id": "6006a33fecf9373dd454b422",
+          "idCustomField": "6006a33439b34a6d32962e40",
+          "value": {
+            "text": "Down"
+          },
+          "color": "none",
+          "pos": 32768
+        },
+        {
+          "id": "6006a341d1195d325a5401d7",
+          "idCustomField": "6006a33439b34a6d32962e40",
+          "value": {
+            "text": "Low"
+          },
+          "color": "none",
+          "pos": 49152
+        },
+        {
+          "id": "6006a342211c877049a0d095",
+          "idCustomField": "6006a33439b34a6d32962e40",
+          "value": {
+            "text": "High"
+          },
+          "color": "none",
+          "pos": 65536
+        }
+      ],
+      "type": "list",
+      "isSuggestedField": false
+    },
+    {
+      "id": "6006a365e69d965129190ad5",
+      "idModel": "5fcbec03c670ab79e1f625b2",
+      "modelType": "board",
+      "fieldGroup": "756d4f404f7558e03b37f4edd136665e83fa8d1e1630f44c569fe2f8dcd111f6",
+      "display": {
+        "cardFront": true
+      },
+      "name": "Number Value",
+      "pos": 65536,
+      "type": "number",
+      "isSuggestedField": false
+    },
+    {
+      "id": "6006a36ff2036a5d85479f8b",
+      "idModel": "5fcbec03c670ab79e1f625b2",
+      "modelType": "board",
+      "fieldGroup": "4b058f632fa5bdedb12f506c22205dd145baf411bc6385e86771cd3637818dd8",
+      "display": {
+        "cardFront": true
+      },
+      "name": "Text Value",
+      "pos": 81920,
+      "type": "text",
+      "isSuggestedField": false
+    }
+  ],
+  "memberships": [
+    {
+      "id": "5fcbec03c670ab79e1f625b3",
+      "idMember": "573c6868cbda1f0332684fb0",
+      "memberType": "admin",
+      "unconfirmed": false,
+      "deactivated": false
+    }
+  ],
+  "pluginData": []
+}