Translate all Chinese comments and strings to English
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+10
-10
@@ -49,12 +49,12 @@ function getFileTypeApi(state) {
|
||||
/** Pinia store for conformance checking and rule management. */
|
||||
export const useConformanceStore = defineStore('conformanceStore', {
|
||||
state: () => ({
|
||||
conformanceLogId: null, // log 檔
|
||||
conformanceFilterId: null, // filter 檔
|
||||
conformanceLogTempCheckId: null, // log 檔存檔前的 check Id
|
||||
conformanceFilterTempCheckId: null, // Filter 檔存檔前的 check Id
|
||||
conformanceLogCreateCheckId: null, // log 檔存檔後的 check Id(rule)
|
||||
conformanceFilterCreateCheckId: null, // Filter 檔存檔後的 check Id(rule)
|
||||
conformanceLogId: null, // Log file
|
||||
conformanceFilterId: null, // Filter file
|
||||
conformanceLogTempCheckId: null, // Temporary check ID for log (before saving)
|
||||
conformanceFilterTempCheckId: null, // Temporary check ID for filter (before saving)
|
||||
conformanceLogCreateCheckId: null, // Created check ID for log (rule, after saving)
|
||||
conformanceFilterCreateCheckId: null, // Created check ID for filter (rule, after saving)
|
||||
allConformanceTask: [],
|
||||
allCfmSeqStart: [],
|
||||
allCfmSeqEnd: [],
|
||||
@@ -76,11 +76,11 @@ export const useConformanceStore = defineStore('conformanceStore', {
|
||||
selectedActSeqMore: 'All', // radio
|
||||
selectedActSeqFromTo: 'From', // radio
|
||||
infinite404: null,
|
||||
isStartSelected: null, // start & end 連動先選擇 start
|
||||
isEndSelected: null, // start & end 連動先選擇 end
|
||||
isStartSelected: null, // Whether start is selected in linked start & end selection
|
||||
isEndSelected: null, // Whether end is selected in linked start & end selection
|
||||
conformanceRuleData: null, // create checkId's data to save
|
||||
isUpdateConformance: false, // 成功儲存後要跳 Modal
|
||||
conformanceFileName: null, // 儲存成功的 Modal 用
|
||||
isUpdateConformance: false, // Show modal after successful save
|
||||
conformanceFileName: null, // File name displayed in the save success modal
|
||||
}),
|
||||
getters: {
|
||||
conformanceAllTasks: state => {
|
||||
|
||||
Reference in New Issue
Block a user