Translate keybinding panel table header (#2030)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-23 14:54:12 -05:00
committed by GitHub
parent fa06d6ea99
commit 27ec6139a8
6 changed files with 13 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
</Column>
<Column
field="id"
header="Command ID"
:header="$t('g.command')"
sortable
class="max-w-64 2xl:max-w-full"
>
@@ -50,7 +50,7 @@
</div>
</template>
</Column>
<Column field="keybinding" header="Keybinding">
<Column field="keybinding" :header="$t('g.keybinding')">
<template #body="slotProps">
<KeyComboDisplay
v-if="slotProps.data.keybinding"

View File

@@ -61,7 +61,9 @@
"noTasksFoundMessage": "There are no tasks in the queue.",
"newFolder": "New Folder",
"enableAll": "Enable All",
"disableAll": "Disable All"
"disableAll": "Disable All",
"command": "Command",
"keybinding": "Keybinding"
},
"color": {
"default": "Default",

View File

@@ -69,6 +69,7 @@
"close": "閉じる",
"color": "色",
"comingSoon": "近日公開",
"command": "コマンド",
"confirm": "確認",
"copyToClipboard": "クリップボードにコピー",
"currentUser": "現在のユーザー",
@@ -90,6 +91,7 @@
"icon": "アイコン",
"imageFailedToLoad": "画像の読み込みに失敗しました",
"insert": "挿入",
"keybinding": "キーバインディング",
"loadAllFolders": "すべてのフォルダーを読み込む",
"loadWorkflow": "ワークフローを読み込む",
"loading": "読み込み中",

View File

@@ -69,6 +69,7 @@
"close": "닫기",
"color": "색상",
"comingSoon": "곧 출시 예정",
"command": "명령",
"confirm": "확인",
"copyToClipboard": "클립보드에 복사",
"currentUser": "현재 사용자",
@@ -90,6 +91,7 @@
"icon": "아이콘",
"imageFailedToLoad": "이미지를 로드하지 못했습니다.",
"insert": "삽입",
"keybinding": "키 바인딩",
"loadAllFolders": "모든 폴더 로드",
"loadWorkflow": "워크플로우 로드",
"loading": "로딩 중",

View File

@@ -69,6 +69,7 @@
"close": "Закрыть",
"color": "Цвет",
"comingSoon": "Скоро будет",
"command": "Команда",
"confirm": "Подтвердить",
"copyToClipboard": "Скопировать в буфер обмена",
"currentUser": "Текущий пользователь",
@@ -90,6 +91,7 @@
"icon": "Иконка",
"imageFailedToLoad": "Не удалось загрузить изображение",
"insert": "Вставить",
"keybinding": "Привязка клавиш",
"loadAllFolders": "Загрузить все папки",
"loadWorkflow": "Загрузить рабочий процесс",
"loading": "Загрузка",

View File

@@ -69,6 +69,7 @@
"close": "关闭",
"color": "颜色",
"comingSoon": "即将推出",
"command": "命令",
"confirm": "确认",
"copyToClipboard": "复制到剪贴板",
"currentUser": "当前用户",
@@ -90,6 +91,7 @@
"icon": "图标",
"imageFailedToLoad": "图像加载失败",
"insert": "插入",
"keybinding": "快捷键",
"loadAllFolders": "加载所有文件夹",
"loadWorkflow": "加载工作流",
"loading": "加载中",