Fix translations for registration tokens

Change-Id: I31ec0a60e3aa94d55c86b1b73ef21b91f2356729
This commit is contained in:
Manuel Stahl 2024-04-23 10:37:29 +02:00
parent 0986d95de2
commit 531d8f2d7f
4 changed files with 51 additions and 51 deletions

View file

@ -372,7 +372,6 @@ const en = {
}, },
action: { reconnect: "Reconnect" }, action: { reconnect: "Reconnect" },
}, },
},
registration_tokens: { registration_tokens: {
name: "Registration tokens", name: "Registration tokens",
fields: { fields: {
@ -386,5 +385,6 @@ const en = {
}, },
helper: { length: "Length of the token if no token is given." }, helper: { length: "Length of the token if no token is given." },
}, },
},
}; };
export default en; export default en;

View file

@ -364,7 +364,6 @@ const fa = {
}, },
action: { reconnect: "دوباره وصل شوید" }, action: { reconnect: "دوباره وصل شوید" },
}, },
},
registration_tokens: { registration_tokens: {
name: "توکن های ثبت نام", name: "توکن های ثبت نام",
fields: { fields: {
@ -378,5 +377,6 @@ const fa = {
}, },
helper: { length: "طول توکن در صورت عدم ارائه توکن." }, helper: { length: "طول توکن در صورت عدم ارائه توکن." },
}, },
},
}; };
export default fa; export default fa;

View file

@ -356,7 +356,6 @@ const fr = {
send_failure: "Une erreur s'est produite", send_failure: "Une erreur s'est produite",
}, },
}, },
},
registration_tokens: { registration_tokens: {
name: "Jetons d'inscription", name: "Jetons d'inscription",
fields: { fields: {
@ -373,5 +372,6 @@ const fr = {
"Longueur du jeton généré aléatoirement si aucun jeton n'est pas spécifié", "Longueur du jeton généré aléatoirement si aucun jeton n'est pas spécifié",
}, },
}, },
},
}; };
export default fr; export default fr;

View file

@ -367,7 +367,6 @@ const it = {
}, },
action: { reconnect: "Riconnetti" }, action: { reconnect: "Riconnetti" },
}, },
},
registration_tokens: { registration_tokens: {
name: "Token di registrazione", name: "Token di registrazione",
fields: { fields: {
@ -381,5 +380,6 @@ const it = {
}, },
helper: { length: "Lunghezza del token se non viene dato alcun token." }, helper: { length: "Lunghezza del token se non viene dato alcun token." },
}, },
},
}; };
export default it; export default it;