From 3766e64ec847d90f55ed4f1ecbee6ecc7d337428 Mon Sep 17 00:00:00 2001 From: Nayor Date: Fri, 8 Mar 2024 16:33:49 +0100 Subject: [PATCH] fix: c2corg#2313 api climbing error translation --- src/translations/ca.json | 3 +++ src/translations/de.json | 3 +++ src/translations/es.json | 3 +++ src/translations/eu.json | 3 +++ src/translations/fr.json | 3 +++ src/translations/hu.json | 3 +++ src/translations/it.json | 3 +++ src/translations/ru.json | 3 +++ src/translations/sl.json | 3 +++ src/translations/zh_CN.json | 3 +++ 10 files changed, 30 insertions(+) diff --git a/src/translations/ca.json b/src/translations/ca.json index 264ce3bc69..9c87c57371 100644 --- a/src/translations/ca.json +++ b/src/translations/ca.json @@ -693,6 +693,9 @@ "at least one user required": { "API message": "Seleccioneu almenys un itinerari" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "L'escalada en interiores no es pot vincular a una ruta" + }, "author": "autor", "author_status": "Autor", "autonomous": { diff --git a/src/translations/de.json b/src/translations/de.json index 592aef5979..8ccc4cead0 100644 --- a/src/translations/de.json +++ b/src/translations/de.json @@ -913,6 +913,9 @@ "at least one route required": { "API message": "wenigstens eine Route ist nötig" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "Indoor-Klettern können nicht mit einer Route verknüpft werden" + }, "at least one user required": { "API message": "wenigstens ein Benutzerkonto nötig" }, diff --git a/src/translations/es.json b/src/translations/es.json index aa90e08cbf..5f490a157e 100644 --- a/src/translations/es.json +++ b/src/translations/es.json @@ -599,6 +599,9 @@ "at least one user required": { "API message": "al menos un usario requerido" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "La escalada en interiores no puede vincularse a una ruta" + }, "author": "Autor", "author_status": "Autor", "autonomous": { diff --git a/src/translations/eu.json b/src/translations/eu.json index 1541f93dcf..4773c700a0 100644 --- a/src/translations/eu.json +++ b/src/translations/eu.json @@ -142,6 +142,9 @@ "article_categories": "elkartea" }, "associations": "Elkarteak", + "climbing indoor waypoint cannot be linked to a route": { + "API message": "Kanpoan igotzea ezin da erlazio bat egitea biderik ez" + }, "author": "egilea", "avalanche_forecaster": { "user_categories": "elurjausi_iragarpena" diff --git a/src/translations/fr.json b/src/translations/fr.json index b9c734f174..37eca58079 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -822,6 +822,9 @@ "at least one user required": { "API message": "Sélectionnez au moins un itinéraire" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "Les SAE ne peuvent pas être reliées à un itinéraire" + }, "auth-denied": { "tracking": "L'autorisation de connexion au service a été refusée par l'utilisateur." }, diff --git a/src/translations/hu.json b/src/translations/hu.json index 78a22155f3..8c435b2a7a 100644 --- a/src/translations/hu.json +++ b/src/translations/hu.json @@ -698,6 +698,9 @@ "at least one user required": { "API message": "Legalább egy útvonal megadása szükséges" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "A beltéri mászás nem hozható összefüggésbe egy útvonallal" + }, "author": "Szerző", "author_status": "Az eseményben betöltött szerep", "autonomous": { diff --git a/src/translations/it.json b/src/translations/it.json index e493933620..6f7ce3dc29 100644 --- a/src/translations/it.json +++ b/src/translations/it.json @@ -828,6 +828,9 @@ "at least one user required": { "API message": "Selezionare al meno un itinerario" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "L'arrampicata indoor non può essere collegata a un percorso" + }, "auth-denied": { "tracking": "L'autorizzazione a connettersi al servizio è stata rifiutata dall'utente." }, diff --git a/src/translations/ru.json b/src/translations/ru.json index 1defd9a030..e034075275 100644 --- a/src/translations/ru.json +++ b/src/translations/ru.json @@ -525,6 +525,9 @@ "at least one user required": { "API message": "требуется по крайней мере одного пользователя" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "Залы для скалолазания не могут быть связаны с маршрутом" + }, "author": "автор", "author_status": "Вовлеченность в ситуацию", "autonomous": { diff --git a/src/translations/sl.json b/src/translations/sl.json index d0b249ceb1..764fc61cef 100644 --- a/src/translations/sl.json +++ b/src/translations/sl.json @@ -857,6 +857,9 @@ "at least one user required": { "API message": "Izberite vsaj en uporabnik" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "Plezanje v zaprtih prostorih ni mogoče povezati z potjo" + }, "auth-denied": { "tracking": "Dovoljenje za povezavo s storitvijo je bilo zavrnjeno" }, diff --git a/src/translations/zh_CN.json b/src/translations/zh_CN.json index 116256a3a5..bf136578db 100644 --- a/src/translations/zh_CN.json +++ b/src/translations/zh_CN.json @@ -845,6 +845,9 @@ "at least one user required": { "API message": "选择至少一位用户" }, + "climbing indoor waypoint cannot be linked to a route": { + "API message": "室内攀岩无法链接到路线" + }, "auth-denied": { "tracking": "拒绝授权" },