Skip to content

Commit 71eea77

Browse files
committed
[update] translated all updates between 1.7 and 1.7.1
1 parent d12cd21 commit 71eea77

File tree

266 files changed

+433
-14919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+433
-14919
lines changed

docs/api/common/js_kanban_meta_parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ board.addCard({
4949

5050
**Change log:** The `$meta` parameter was added in v1.3
5151

52-
**Related article:** [`history`](api/config/js_kanban_history_config.md)
52+
**Related article:** [`history`](api/config/js_kanban_history_config.md)

docs/api/config/js_kanban_links_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ links?: [
2828
For each link you can specify the following parameters (data):
2929

3030
- `id` - (required) the ID of the link
31-
- `source` (required) the card ID at the start of the link (e.g. Task A is required for Task B)
32-
- `target` (required) the card ID at the end of the link (e.g. Task B depends on Task A)
31+
- `source` - (required) the card ID at the start of the link (e.g. "Task A is required for Task B")
32+
- `target` - (required) the card ID at the end of the link (e.g. "Task B depends on Task A")
3333
- `relation` - (required) the type of link. Here you can specify the following types:
3434
- ***"relatesTo"*** - defines dependency between tasks where the current task is bound to other one
3535
- ***"requiredFor"*** - defines dependency between tasks where one task requires the other one to be done

docs/api/events/js_kanban_addcolumn_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ board.api.on("add-column", (obj) => {
4848
});
4949
~~~
5050

51-
**Change log**: The **id**, **before** and **column** parameters were added in v1.1
51+
**Change log**: The **id**, **before** and **column** parameters were added in v1.1

docs/api/events/js_kanban_addcomment_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ board.api.on("add-comment", (obj) => {
5555
});
5656
~~~
5757

58-
**Change log:** The event was added in v1.4
58+
**Change log:** The event was added in v1.4

docs/api/events/js_kanban_deletecomment_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ board.api.on("delete-comment", (obj) => {
4646
});
4747
~~~
4848

49-
**Change log:** The event was added in v1.4
49+
**Change log:** The event was added in v1.4

docs/api/events/js_kanban_dragcard_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ board.api.on("drag-card", (obj) => {
5252

5353
**Change log:** The event was added in v1.4
5454

55-
**Related sample:** [Kanban. Disabling drag and drop to specific columns](https://snippet.dhtmlx.com/nfv59yif?tag=kanban)
55+
**Related sample:** [Kanban. Disabling drag and drop to specific columns](https://snippet.dhtmlx.com/nfv59yif?tag=kanban)

docs/api/events/js_kanban_enddragcard_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ board.api.on("end-drag-card", (obj) => {
5252

5353
**Change log:** The event was added in v1.4
5454

55-
**Related sample:** [Kanban. Disabling drag and drop to specific columns](https://snippet.dhtmlx.com/nfv59yif?tag=kanban)
55+
**Related sample:** [Kanban. Disabling drag and drop to specific columns](https://snippet.dhtmlx.com/nfv59yif?tag=kanban)

docs/api/events/js_kanban_movecard_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ board.api.on("move-card", (obj) => {
5050
});
5151
~~~
5252

53-
**Related sample:** [Kanban. Disabling drag and drop to specific columns](https://snippet.dhtmlx.com/nfv59yif?tag=kanban)
53+
**Related sample:** [Kanban. Disabling drag and drop to specific columns](https://snippet.dhtmlx.com/nfv59yif?tag=kanban)

docs/api/events/js_kanban_moverow_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ board.api.on("move-row", (obj) => {
4747
});
4848
~~~
4949

50-
**Change log:** This event was added in v1.1
50+
**Change log:** This event was added in v1.1

docs/api/events/js_kanban_setsort_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ board.api.on("set-sort", (obj) => {
5050
});
5151
~~~
5252

53-
**Change log:** The event was added in v1.2
53+
**Change log:** The event was added in v1.2

0 commit comments

Comments
 (0)