diff --git a/src/translations/ca.json b/src/translations/ca.json index 264ce3bc6..9c87c5737 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 592aef597..8ccc4cead 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 aa90e08cb..5f490a157 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 1541f93dc..4773c700a 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 b9c734f17..37eca5807 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 78a22155f..8c435b2a7 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 e49393362..6f7ce3dc2 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 1defd9a03..e03407527 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 d0b249ceb..764fc61ce 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 116256a3a..bf136578d 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": "拒绝授权" },