diff --git a/application/src/main/resources/templates/setup.html b/application/src/main/resources/templates/setup.html index 5a7350cfc..aa3c2275b 100644 --- a/application/src/main/resources/templates/setup.html +++ b/application/src/main/resources/templates/setup.html @@ -16,7 +16,11 @@

- +
diff --git a/application/src/main/resources/templates/setup.properties b/application/src/main/resources/templates/setup.properties index 139b4c5d1..e974e8f79 100644 --- a/application/src/main/resources/templates/setup.properties +++ b/application/src/main/resources/templates/setup.properties @@ -4,4 +4,6 @@ form.username.label=用户名 form.email.label=电子邮箱 form.password.label=密码 form.confirmPassword.label=确认密码 -form.submit=初始化 \ No newline at end of file +form.submit=初始化 +form.messages.h2.title=警告:正在使用 H2 数据库 +form.messages.h2.content=H2 数据库仅适用于开发环境和测试环境,不推荐在生产环境中使用,H2 非常容易因为操作不当导致数据文件损坏。如果必须要使用,请按时进行数据备份。 \ No newline at end of file diff --git a/application/src/main/resources/templates/setup_en.properties b/application/src/main/resources/templates/setup_en.properties index f65c17eee..af468d633 100644 --- a/application/src/main/resources/templates/setup_en.properties +++ b/application/src/main/resources/templates/setup_en.properties @@ -5,3 +5,5 @@ form.email.label=Email form.password.label=Password form.confirmPassword.label=Confirm Password form.submit=Setup +form.messages.h2.title=Warning: Using H2 Database +form.messages.h2.content=The H2 database is only suitable for development and testing environments. It is not recommended for production environments, as H2 is very prone to data file corruption due to improper operations. If you must use it, please back up your data regularly. \ No newline at end of file diff --git a/application/src/main/resources/templates/setup_es.properties b/application/src/main/resources/templates/setup_es.properties index f4041620a..1b0c20f2d 100644 --- a/application/src/main/resources/templates/setup_es.properties +++ b/application/src/main/resources/templates/setup_es.properties @@ -4,4 +4,6 @@ form.username.label=Nombre de Usuario form.email.label=Correo Electrónico form.password.label=Contraseña form.confirmPassword.label=Confirmar Contraseña -form.submit=Configurar \ No newline at end of file +form.submit=Configurar +form.messages.h2.title=Advertencia: Usando la base de datos H2 +form.messages.h2.content=La base de datos H2 solo es adecuada para entornos de desarrollo y prueba. No se recomienda su uso en entornos de producción, ya que H2 es muy susceptible a la corrupción de archivos de datos debido a un manejo inadecuado. Si debe usarla, realice copias de seguridad de los datos regularmente. \ No newline at end of file diff --git a/application/src/main/resources/templates/setup_zh_TW.properties b/application/src/main/resources/templates/setup_zh_TW.properties index 1f2e3a147..2a9b066a5 100644 --- a/application/src/main/resources/templates/setup_zh_TW.properties +++ b/application/src/main/resources/templates/setup_zh_TW.properties @@ -4,4 +4,6 @@ form.username.label=使用者名稱 form.email.label=電子郵件 form.password.label=密碼 form.confirmPassword.label=確認密碼 -form.submit=初始化 \ No newline at end of file +form.submit=初始化 +form.messages.h2.title=警告:正在使用 H2 資料庫 +form.messages.h2.content=H2 資料庫僅適用於開發環境和測試環境,不建議在生產環境中使用,H2 非常容易因為操作不當導致資料檔案損壞。如果必須要使用,請按時進行資料備份。 \ No newline at end of file