From 527c5b180f594bb11ecee0d3d93c4ca2c99acf96 Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 31 Jul 2024 18:21:43 +0200 Subject: [PATCH] trans: Add english translations --- public/lang/en.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/lang/en.json b/public/lang/en.json index 23da247..4feb067 100644 --- a/public/lang/en.json +++ b/public/lang/en.json @@ -6,5 +6,12 @@ "width-cm": "Width (cm)", "depth-cm": "Depth (cm)", "height-cm": "Height (cm)", - "full-floors-tooltip": "A full floor is each floor with a area greater than 0.5m², including the bottom of the cage." + "full-floors-tooltip": "A full floor is each floor with a area greater than XXm², including the bottom of the cage.", + "failed-base-area": "The base area of the cage must not be below {{ MINIMUM_BASE_AREA }}m².", + "failed-overall-area": "The overall area in the cage is to small.", + "failed-fall-height": "The possible fall height between floors must not be above {{ maximum_fall_height }}cm.", + "failed-floor-height": "The height between floors must be above {{ minimum_floor_height }}cm.", + "failed-num-rats": "Rats must live in a group of at least three rats, pairs or lone rats are not species-appropriate.", + "failed-minimum-length-long-side": "The long side of the cage must be at least {{ minimum_length_long_side }}cm long to enable running.", + "failed-minimum-length-short-side": "The short side of the cage must be at least {{ minimum_length_short_side }}cm." } \ No newline at end of file