mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-09 16:24:51 +00:00
Fix translations for registration tokens
Change-Id: I31ec0a60e3aa94d55c86b1b73ef21b91f2356729
This commit is contained in:
parent
0986d95de2
commit
531d8f2d7f
4 changed files with 51 additions and 51 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue