From d5dc5b01fc3c3c0c667c4decf7eb31c9bbd30b43 Mon Sep 17 00:00:00 2001 From: Languages add-on Date: Tue, 12 May 2026 11:45:11 +0200 Subject: [PATCH 1/4] front: errors: add translation using weblate (Italian) Signed-off-by: Languages add-on --- front/public/locales/it/errors.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 front/public/locales/it/errors.json diff --git a/front/public/locales/it/errors.json b/front/public/locales/it/errors.json new file mode 100644 index 00000000000..0967ef424bc --- /dev/null +++ b/front/public/locales/it/errors.json @@ -0,0 +1 @@ +{} From b1968726e06c76d0fd719b08ac25d04952c81729 Mon Sep 17 00:00:00 2001 From: Languages add-on Date: Tue, 12 May 2026 11:45:12 +0200 Subject: [PATCH 2/4] front: errors: add translation using weblate (Chinese (Simplified Han script)) Signed-off-by: Languages add-on --- front/public/locales/zh_Hans/errors.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 front/public/locales/zh_Hans/errors.json diff --git a/front/public/locales/zh_Hans/errors.json b/front/public/locales/zh_Hans/errors.json new file mode 100644 index 00000000000..0967ef424bc --- /dev/null +++ b/front/public/locales/zh_Hans/errors.json @@ -0,0 +1 @@ +{} From 6e416545722c353b23aceab805448f4b65d5a257 Mon Sep 17 00:00:00 2001 From: reducedradius Date: Mon, 15 Jun 2026 13:47:03 +0200 Subject: [PATCH 3/4] front: errors: translated using weblate (Chinese (Simplified Han script)) Currently translated at 3.2% (7 of 216 strings) Translation: OSRD/Errors Translate-URL: https://hosted.weblate.org/projects/osrd/errors/zh_Hans/ Signed-off-by: reducedradius --- front/public/locales/zh_Hans/errors.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/front/public/locales/zh_Hans/errors.json b/front/public/locales/zh_Hans/errors.json index 0967ef424bc..07f7b07df7c 100644 --- a/front/public/locales/zh_Hans/errors.json +++ b/front/public/locales/zh_Hans/errors.json @@ -1 +1,9 @@ -{} +{ + "401": "未认证用户", + "403": "拒绝访问", + "404": "未找到资源", + "500": "服务器错误", + "502": "服务器错误", + "503": "服务器错误", + "504": "服务器无响应。" +} From 7c66c52b5c9c683221f151ab8b39a30b5470d97c Mon Sep 17 00:00:00 2001 From: reducedradius <137701630+flytothehighest@users.noreply.github.com> Date: Sun, 19 Jul 2026 06:03:32 +0200 Subject: [PATCH 4/4] front: errors: translated using weblate (Chinese (Simplified Han script)) Currently translated at 6.9% (16 of 230 strings) Translation: OSRD/Errors Translate-URL: https://hosted.weblate.org/projects/osrd/errors/zh_Hans/ Signed-off-by: reducedradius <137701630+flytothehighest@users.noreply.github.com> --- front/public/locales/zh_Hans/errors.json | 29 +++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/front/public/locales/zh_Hans/errors.json b/front/public/locales/zh_Hans/errors.json index 07f7b07df7c..53a2a2e8231 100644 --- a/front/public/locales/zh_Hans/errors.json +++ b/front/public/locales/zh_Hans/errors.json @@ -5,5 +5,32 @@ "500": "服务器错误", "502": "服务器错误", "503": "服务器错误", - "504": "服务器无响应。" + "504": "服务器无响应。", + "editoast": { + "authorization": { + "Forbidden": "拒绝访问", + "Unauthenticated": "未认证的用户" + }, + "catalog_entry": { + "Database": "内部错误(数据库)" + }, + "infra": { + "Database": "内部错误" + }, + "level_crossing": { + "UnsupportedTimetableType": "不支持每小时的时间表。" + }, + "operation": { + "EmptyId": "不允许使用空字符串id" + }, + "postgres": { + "Username": "无效的用户名" + }, + "rollingstocks": { + "CannotCreateCompoundImage": "无法在合成的图像上复制分离的图像" + }, + "search": { + "IntegerConversion": "无法转换为i64" + } + } }