MixIO 增加 服务质量下拉项,文件读写增加下拉内容

This commit is contained in:
Irene-Maxine
2025-09-07 12:02:32 +08:00
parent 8d61baa20f
commit 6f190ac78f
6 changed files with 42 additions and 2 deletions

View File

@@ -3978,4 +3978,12 @@ En.MIXLY_MICROPHONE_AMPLIFICATION = 'microphone amplification';
En.MIXLY_MUSIC_VOLUME_SET = 'set music volume';
En.MIXLY_HOTSPOT= 'hot spot';
En.MIXLY_NAME = 'name';
En.MIXLY_Service_quality_display= "service quality",
En.MIXLY_AT_MOST_ONCE= "At most once",
En.MIXLY_AT_LEAST_ONCE= "At least once",
En.MIXLY_ONLY_ONCE= "Only once",
En.MIXLY_ADD= "Append",
En.MIXLY_R_W= "Readable and Writable, Error if File Does Not Exist",
En.MIXLY_W_R= "Readable and Writable, Create if File Does Not Exist",
En.MIXLY_A_R= "Appendable and Writable, Create if File Does Not Exist"
})();

View File

@@ -4137,4 +4137,12 @@ ZhHans.MIXLY_MICROPHONE_AMPLIFICATION = '麦克风放大倍数';
ZhHans.MIXLY_MUSIC_VOLUME_SET = '音量调节';
ZhHans.MIXLY_HOTSPOT= '热点';
ZhHans.MIXLY_NAME = '名称';
ZhHans.MIXLY_Service_quality_display = '服务质量';
ZhHans.MIXLY_AT_MOST_ONCE = '至多一次';
ZhHans.MIXLY_AT_LEAST_ONCE = '至少一次';
ZhHans.MIXLY_ONLY_ONCE = '仅一次';
ZhHans.MIXLY_ADD = '追加';
ZhHans.MIXLY_R_W ='可读可写,文件若不存在就报错';
ZhHans.MIXLY_W_R = '可读可写,文件若不存在就创建';
ZhHans.MIXLY_A_R = '可追加可写,文件若不存在就创建';
})();

View File

@@ -4132,4 +4132,12 @@ ZhHant.MIXLY_MICROPHONE_AMPLIFICATION = '麥克風放大倍數';
ZhHant.MIXLY_MUSIC_VOLUME_SET = '音量調節';
ZhHant.MIXLY_HOTSPOT= '熱點';
ZhHant.MIXLY_NAME = '名稱';
ZhHant.MIXLY_Service_quality_display= "服務質量";
ZhHant.MIXLY_AT_MOST_ONCE= "至多一次";
ZhHant.MIXLY_AT_LEAST_ONCE= "至少一次";
ZhHant.MIXLY_ONLY_ONCE= "僅一次";
ZhHant.MIXLY_ADD= "追加";
ZhHant.MIXLY_R_W= "可讀可寫,文件若不存在就報錯";
ZhHant.MIXLY_W_R= "可讀可寫,文件若不存在就創建";
ZhHant.MIXLY_A_R= "可追加可寫,文件若不存在就創建";
})();