Translate all Chinese comments and strings to English
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@ import moment from 'moment';
|
||||
export const useConformanceInputStore = defineStore('conformanceInputStore', {
|
||||
state: () => ({
|
||||
inputDataToSave: {
|
||||
inputStart: null, // 有待釐清,start 是活動的開始,還是時間的開始?
|
||||
inputStart: null, // TODO: clarify whether "start" means activity start or time start
|
||||
inputEnd: null,
|
||||
min: null,
|
||||
max: null,
|
||||
|
||||
Reference in New Issue
Block a user