diff --git a/lang/zh_TW.json b/lang/zh_TW.json index 26576b8..ff3f020 100644 --- a/lang/zh_TW.json +++ b/lang/zh_TW.json @@ -90,9 +90,9 @@ "illegal key-value pair separator": "鍵值對分隔符無效", "empty string": "空字符串", "unknown error": "未知錯誤", - "{0} will not be loaded because the dependencies are missing": "{0} 的依賴項缺失,將不會被加載", - "{0} will not be loaded because the dependencies can't loaded": "{0} 的依賴項存在衝突,將不會被加載", - "{0} will not be loaded because the dependency are in loops": "{0} 的依賴項存在循環依賴,將不會被加載", - "{0} will not be loaded because the dependencies are not loaded": "{0} 的依賴項未加載,將不會被加載", - "{0} will not be loaded because it isn't using the unified memory allocation operator": "該模組沒有使用統一的內存分配操作符,因此無法加載。" + "{0} will not be loaded because the dependencies are missing": "{0} 將不會被加載因為依賴項缺失", + "{0} will not be loaded because the dependencies can't loaded": "{0} 將不會被加載因為依賴項存在衝突", + "{0} will not be loaded because the dependency are in loops": "{0} 將不會被加載因為依賴項存在循環依賴", + "{0} will not be loaded because the dependencies are not loaded": "{0} 將不會被加載因為依賴項未加載", + "{0} will not be loaded because it isn't using the unified memory allocation operator": "{0} 無法被加載因為沒有使用統一的內存分配操作符" } \ No newline at end of file