Skip to content

Commit 9b08825

Browse files
committed
[update] translations for 1.6.4
1 parent 377d620 commit 9b08825

File tree

4 files changed

+58
-12
lines changed

4 files changed

+58
-12
lines changed

i18n/cn/docusaurus-plugin-content-docs/current/news/whats_new.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ description: 您可以了解 DHTMLX Kanban 的最新特性和更新,查看其
88

99
如果您正在从旧版本升级 Kanban,建议查阅 [迁移到新版本](/news/migration.md) 以获取更多信息。
1010

11+
12+
## 版本 1.6.4
13+
14+
发布日期:2025 年 6 月 12 日
15+
16+
### 修复
17+
18+
- 添加到已删除然后恢复的列/行中的卡片会丢失
19+
- 上传列表按钮缺少本地化标签
20+
- 商业版本包中缺少自述文件
21+
22+
1123
## 版本 1.6.3
1224

1325
发布日期:2025 年 4 月 8 日
@@ -416,7 +428,7 @@ description: 您可以了解 DHTMLX Kanban 的最新特性和更新,查看其
416428

417429
[博客发布评测](https://dhtmlx.com/blog/dhtmlx-kanban-1-2/)
418430

419-
### 新功能
431+
### 新功能
420432

421433
- 现在可以通过列菜单添加新卡片(参见[**示例**](https://snippet.dhtmlx.com/8eo65gr5?tag=kanban)
422434
- 支持延迟渲染(参见[**示例**](https://snippet.dhtmlx.com/xez9ghqq?tag=kanban)
@@ -439,7 +451,7 @@ description: 您可以了解 DHTMLX Kanban 的最新特性和更新,查看其
439451
- **属性:**
440452
[`cardHeight`](/api/config/js_kanban_cardheight_config),
441453
[`columnShape`](/api/config/js_kanban_columnshape_config),
442-
[`rowShape`](/api/config/js_kanban_rowshape_config),
454+
[`rowShape`](/api/config/js_kanban_rowshape_config),
443455
[`renderType`](/api/config/js_kanban_rendertype_config),
444456
[`scrollType`](/api/config/js_kanban_scrolltype_config)
445457

@@ -501,10 +513,10 @@ description: 您可以了解 DHTMLX Kanban 的最新特性和更新,查看其
501513

502514
### 新 API
503515

504-
- 新增列、行移动 **事件**:
516+
- 新增列、行移动 **事件**:
505517
[`move-column`](/api/events/js_kanban_movecolumn_event),
506518
[`move-row`](/api/events/js_kanban_moverow_event)
507-
- 新增列、行移动 **方法**:
519+
- 新增列、行移动 **方法**:
508520
[`moveColumn()`](/api/methods/js_kanban_movecolumn_method),
509521
[`moveRow()`](/api/methods/js_kanban_moverow_method)
510522

i18n/de/docusaurus-plugin-content-docs/current/news/whats_new.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ description: Informieren Sie sich über die neuesten Funktionen und Updates von
88

99
Wenn Sie Kanban von einer älteren Version aktualisieren, empfiehlt es sich, [Migration zu neueren Versionen](/news/migration.md) für weitere Informationen zu prüfen.
1010

11+
12+
## Version 1.6.4
13+
14+
Veröffentlicht am 12. Juni 2025
15+
16+
### Fehlerbehebungen
17+
18+
- Karten gehen verloren, wenn sie zu Spalten/Zeilen hinzugefügt werden, die entfernt und dann wiederhergestellt wurden
19+
- Fehlende Locale-Labels für Uploader-Listen-Buttons
20+
- Fehlende Readme-Dateien in kommerziellen Versionen der Pakete
21+
22+
1123
## Version 1.6.3
1224

1325
Veröffentlicht am 8. April 2025
@@ -439,7 +451,7 @@ Veröffentlicht am 29. Juni 2022
439451
- **Eigenschaften:**
440452
[`cardHeight`](/api/config/js_kanban_cardheight_config),
441453
[`columnShape`](/api/config/js_kanban_columnshape_config),
442-
[`rowShape`](/api/config/js_kanban_rowshape_config),
454+
[`rowShape`](/api/config/js_kanban_rowshape_config),
443455
[`renderType`](/api/config/js_kanban_rendertype_config),
444456
[`scrollType`](/api/config/js_kanban_scrolltype_config)
445457

i18n/ko/docusaurus-plugin-content-docs/current/news/whats_new.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ description: DHTMLX Kanban의 최신 기능과 업데이트, 릴리스 이력,
88

99
Kanban을 이전 버전에서 업데이트할 때는 [새 버전으로 마이그레이션](/news/migration.md)을 참고하는 것이 좋습니다.
1010

11+
12+
## 버전 1.6.4
13+
14+
2025년 6월 12일 릴리스
15+
16+
### 수정 사항
17+
18+
- 카드가 제거된 열/행에 추가된 후 다시 복원된 경우 카드가 손실됨
19+
- 업로더 목록 버튼에 대한 지역화된 레이블이 누락됨
20+
- 상업 버전 패키지에 대한 README가 누락됨
21+
1122
## 버전 1.6.3
1223

1324
2025년 4월 8일 릴리스
@@ -416,7 +427,7 @@ Kanban을 이전 버전에서 업데이트할 때는 [새 버전으로 마이그
416427

417428
[블로그 릴리스 리뷰](https://dhtmlx.com/blog/dhtmlx-kanban-1-2/)
418429

419-
### 신규 기능
430+
### 신규 기능
420431

421432
- 컬럼 메뉴에서 새 카드 추가 가능 ([**예제**](https://snippet.dhtmlx.com/8eo65gr5?tag=kanban) 참고)
422433
- lazy 렌더링 지원 ([**예제**](https://snippet.dhtmlx.com/xez9ghqq?tag=kanban) 참고)
@@ -439,7 +450,7 @@ Kanban을 이전 버전에서 업데이트할 때는 [새 버전으로 마이그
439450
- **속성:**
440451
[`cardHeight`](/api/config/js_kanban_cardheight_config),
441452
[`columnShape`](/api/config/js_kanban_columnshape_config),
442-
[`rowShape`](/api/config/js_kanban_rowshape_config),
453+
[`rowShape`](/api/config/js_kanban_rowshape_config),
443454
[`renderType`](/api/config/js_kanban_rendertype_config),
444455
[`scrollType`](/api/config/js_kanban_scrolltype_config)
445456

@@ -501,10 +512,10 @@ Kanban을 이전 버전에서 업데이트할 때는 [새 버전으로 마이그
501512

502513
### 신규 API
503514

504-
- 컬럼 이동, 행 이동을 위한 **이벤트**:
515+
- 컬럼 이동, 행 이동을 위한 **이벤트**:
505516
[`move-column`](/api/events/js_kanban_movecolumn_event),
506517
[`move-row`](/api/events/js_kanban_moverow_event)
507-
- 컬럼 이동, 행 이동을 위한 **메소드**:
518+
- 컬럼 이동, 행 이동을 위한 **메소드**:
508519
[`moveColumn()`](/api/methods/js_kanban_movecolumn_method),
509520
[`moveRow()`](/api/methods/js_kanban_moverow_method)
510521

i18n/ru/docusaurus-plugin-content-docs/current/news/whats_new.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ description: Здесь вы можете узнать о последних ф
88

99
При обновлении Kanban с более старой версии рекомендуется ознакомиться с разделом [Переход на новые версии](/news/migration.md) для получения дополнительной информации.
1010

11+
12+
## Версия 1.6.4
13+
14+
Релиз 12 июня 2025
15+
16+
### Исправления
17+
18+
- Карточки теряются при добавлении в колонки/строки, которые были удалены, а затем восстановлены
19+
- Отсутствуют метки локализации для кнопок списка загрузчика
20+
- Отсутствуют файлы readme в коммерческих версиях пакетов
21+
1122
## Версия 1.6.3
1223

1324
Релиз 8 апреля 2025
@@ -439,7 +450,7 @@ description: Здесь вы можете узнать о последних ф
439450
- **Свойства:**
440451
[`cardHeight`](/api/config/js_kanban_cardheight_config),
441452
[`columnShape`](/api/config/js_kanban_columnshape_config),
442-
[`rowShape`](/api/config/js_kanban_rowshape_config),
453+
[`rowShape`](/api/config/js_kanban_rowshape_config),
443454
[`renderType`](/api/config/js_kanban_rendertype_config),
444455
[`scrollType`](/api/config/js_kanban_scrolltype_config)
445456

@@ -501,10 +512,10 @@ description: Здесь вы можете узнать о последних ф
501512

502513
### Новый API
503514

504-
- Новые **события** для перемещения колонок и строк:
515+
- Новые **события** для перемещения колонок и строк:
505516
[`move-column`](/api/events/js_kanban_movecolumn_event),
506517
[`move-row`](/api/events/js_kanban_moverow_event)
507-
- Новые **методы** для перемещения колонок и строк:
518+
- Новые **методы** для перемещения колонок и строк:
508519
[`moveColumn()`](/api/methods/js_kanban_movecolumn_method),
509520
[`moveRow()`](/api/methods/js_kanban_moverow_method)
510521

0 commit comments

Comments
 (0)