Skip to content

Commit 6e23ad8

Browse files
feat: Added translation for "Auto Format Trigger" option
1 parent 389a79c commit 6e23ad8

4 files changed

Lines changed: 32 additions & 0 deletions

File tree

locales/en/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
"name": "Hide Alias",
7272
"tooltip": "Hide alias column in the autocomplete and related tags display."
7373
},
74+
"AutocompletePlus_AutoFormatter_Trigger": {
75+
"name": "Auto Format Trigger",
76+
"tooltip": "Auto: Format automatically when leaving text field.\nManual: Format only via keyboard shortcut. default keybind: (Alt+Shift+F)",
77+
"options": {
78+
"auto": "Auto",
79+
"manual": "Manual"
80+
}
81+
},
7482
"AutocompletePlus_AutoFormatter_EnableAutoFormat": {
7583
"name": "Enable Auto Format"
7684
}

locales/ja/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
"name": "エイリアスを非表示",
7272
"tooltip": "オートコンプリートと関連タグで表示されるエイリアス列を非表示にします"
7373
},
74+
"AutocompletePlus_AutoFormatter_Trigger": {
75+
"name": "自動フォーマットのトリガー",
76+
"tooltip": "自動: テキスト欄からフォーカスが外れた際に自動でフォーマットします\n手動: キーボードショートカットでのみフォーマットします。デフォルトのキーバインド: (Alt+Shift+F)",
77+
"options": {
78+
"auto": "自動",
79+
"manual": "手動"
80+
}
81+
},
7482
"AutocompletePlus_AutoFormatter_EnableAutoFormat": {
7583
"name": "自動フォーマット機能の有効化"
7684
}

locales/zh-TW/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
"name": "隱藏別名",
7272
"tooltip": "隱藏自動完成和相關標籤顯示中的別名欄"
7373
},
74+
"AutocompletePlus_AutoFormatter_Trigger": {
75+
"name": "自動格式化觸發方式",
76+
"tooltip": "自動: 離開文字方塊時自動格式化\n手動: 僅透過鍵盤快速鍵格式化。預設快速鍵: (Alt+Shift+F)",
77+
"options": {
78+
"auto": "自動",
79+
"manual": "手動"
80+
}
81+
},
7482
"AutocompletePlus_AutoFormatter_EnableAutoFormat": {
7583
"name": "啟用自動格式化"
7684
}

locales/zh/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
"name": "隐藏别名",
7272
"tooltip": "隐藏自动完成和相关标签显示中的别名列"
7373
},
74+
"AutocompletePlus_AutoFormatter_Trigger": {
75+
"name": "自动格式化触发方式",
76+
"tooltip": "自动: 离开文本框时自动格式化\n手动: 仅通过键盘快捷键格式化。默认快捷键: (Alt+Shift+F)",
77+
"options": {
78+
"auto": "自动",
79+
"manual": "手动"
80+
}
81+
},
7482
"AutocompletePlus_AutoFormatter_EnableAutoFormat": {
7583
"name": "启用自动格式化"
7684
}

0 commit comments

Comments
 (0)