Fix translations for registration tokens

Change-Id: I31ec0a60e3aa94d55c86b1b73ef21b91f2356729
pull/465/head
Manuel Stahl 5 months ago
parent 0986d95de2
commit 531d8f2d7f

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

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

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

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

Loading…
Cancel
Save