diff options
author | Romulus Urakagi Tsai <urakagi@gmail.com> | 2020-02-13 09:02:26 +0000 |
---|---|---|
committer | Romulus Urakagi Tsai <urakagi@gmail.com> | 2020-02-13 09:02:26 +0000 |
commit | 4b196d537896f39fb76090020cb5851a699546eb (patch) | |
tree | 28e2e025ce90645ed360bb8c26ab39e6f40214e4 /i18n/vi.i18n.json | |
parent | b34ed58289a3dae5838d3b621260938a3ecf52d5 (diff) | |
parent | 3fcde252f705f9527f7190517082a047714a4eec (diff) | |
download | wekan-4b196d537896f39fb76090020cb5851a699546eb.tar.gz wekan-4b196d537896f39fb76090020cb5851a699546eb.tar.bz2 wekan-4b196d537896f39fb76090020cb5851a699546eb.zip |
Merge branch 'master' of https://github.com/wekan/wekan into lib-change
Diffstat (limited to 'i18n/vi.i18n.json')
-rw-r--r-- | i18n/vi.i18n.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/i18n/vi.i18n.json b/i18n/vi.i18n.json index 54c499a1..a0a1cb84 100644 --- a/i18n/vi.i18n.json +++ b/i18n/vi.i18n.json @@ -132,10 +132,12 @@ "boardChangeVisibilityPopup-title": "Đổi cách hiển thị", "boardChangeWatchPopup-title": "Đổi cách xem", "boardMenuPopup-title": "Board Settings", + "boardChangeViewPopup-title": "Board View", "boards": "Bảng", "board-view": "Board View", "board-view-cal": "Calendar", "board-view-swimlanes": "Swimlanes", + "board-view-collapse": "Collapse", "board-view-lists": "Lists", "bucket-example": "Like “Bucket List” for example", "cancel": "Hủy", @@ -221,6 +223,8 @@ "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?", @@ -579,8 +583,9 @@ "default": "Default", "queue": "Queue", "subtask-settings": "Subtasks Settings", + "card-settings": "Card Settings", "boardSubtaskSettingsPopup-title": "Board Subtasks Settings", - "show-subtasks-field": "Cards can have subtasks", + "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:", @@ -749,5 +754,7 @@ "hide-minicard-label-text": "Hide minicard label text", "show-desktop-drag-handles": "Show desktop drag handles", "assignee": "Assignee", - "cardAssigneesPopup-title": "Assignee" + "cardAssigneesPopup-title": "Assignee", + "addmore-detail": "Add a more detailed description", + "show-on-card": "Show on Card" } |