Translations update from Hosted Weblate (#7815)
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy website / Build & deploy website (push) Waiting to run

This commit is contained in:
Elian Doran 2025-11-21 08:38:39 +02:00 committed by GitHub
commit 6d78867d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 4 deletions

View File

@ -496,7 +496,8 @@
"new-item-placeholder": "ノートのタイトルを入力...", "new-item-placeholder": "ノートのタイトルを入力...",
"add-column-placeholder": "列名を入力...", "add-column-placeholder": "列名を入力...",
"edit-note-title": "クリックしてノートのタイトルを編集", "edit-note-title": "クリックしてノートのタイトルを編集",
"edit-column-title": "クリックして列のタイトルを編集" "edit-column-title": "クリックして列のタイトルを編集",
"column-already-exists": "この列は既にボード上に存在します。"
}, },
"code_buttons": { "code_buttons": {
"execute_button_title": "スクリプトを実行", "execute_button_title": "スクリプトを実行",

View File

@ -12,7 +12,8 @@
"add_link": { "add_link": {
"add_link": "Thêm liên kết", "add_link": "Thêm liên kết",
"button_add_link": "Thêm liên kết", "button_add_link": "Thêm liên kết",
"help_on_links": "Trợ giúp về các liên kết" "help_on_links": "Trợ giúp về các liên kết",
"link_title": "Đề mục liên kết"
}, },
"bulk_actions": { "bulk_actions": {
"other": "Khác" "other": "Khác"
@ -30,7 +31,9 @@
"cancel": "Huỷ" "cancel": "Huỷ"
}, },
"export": { "export": {
"close": "Đóng" "close": "Đóng",
"export": "Xuất",
"choose_export_type": "Xin hãy chọn cách xuất trước"
}, },
"help": { "help": {
"other": "Khác", "other": "Khác",
@ -98,5 +101,11 @@
}, },
"abstract_search_option": { "abstract_search_option": {
"remove_this_search_option": "Xoá lựa chọn tìm kiếm này" "remove_this_search_option": "Xoá lựa chọn tìm kiếm này"
},
"add_relation": {
"to": "tới"
},
"abstract_bulk_action": {
"remove_this_search_action": "Xoá hành động tìm kiếm này"
} }
} }

View File

@ -28,7 +28,8 @@
"attributes_title": "노트 라벨과 관계", "attributes_title": "노트 라벨과 관계",
"attributes_description": "쉬운 분류를 위해 노트 사이의 관계를 이용하거나 라벨을 추가할 수 있습니다. 테이블이나 보드에서 사용될 수 있는 구조화된 정보를 입력하려면 승격된 속성을 사용하세요.", "attributes_description": "쉬운 분류를 위해 노트 사이의 관계를 이용하거나 라벨을 추가할 수 있습니다. 테이블이나 보드에서 사용될 수 있는 구조화된 정보를 입력하려면 승격된 속성을 사용하세요.",
"hoisting_title": "작업 공간과 끌어올리기", "hoisting_title": "작업 공간과 끌어올리기",
"hoisting_description": "작업 공간에 개인 노트와 업무 노트를 그룹화하여 쉽게 분리할 수 있으며 메모 트리가 특정 메모 세트만 표시하도록 할 수 있습니다." "hoisting_description": "작업 공간에 개인 노트와 업무 노트를 그룹화하여 쉽게 분리할 수 있으며 메모 트리가 특정 메모 세트만 표시하도록 할 수 있습니다.",
"note_structure_title": "노트 구조"
}, },
"productivity_benefits": { "productivity_benefits": {
"title": "생산성과 안전성", "title": "생산성과 안전성",