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,19 +372,19 @@ const en = {
}, },
action: { reconnect: "Reconnect" }, action: { reconnect: "Reconnect" },
}, },
}, registration_tokens: {
registration_tokens: { name: "Registration tokens",
name: "Registration tokens", fields: {
fields: { token: "Token",
token: "Token", valid: "Valid token",
valid: "Valid token", uses_allowed: "Uses allowed",
uses_allowed: "Uses allowed", pending: "Pending",
pending: "Pending", completed: "Completed",
completed: "Completed", expiry_time: "Expiry time",
expiry_time: "Expiry time", length: "Length",
length: "Length", },
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,19 +364,19 @@ const fa = {
}, },
action: { reconnect: "دوباره وصل شوید" }, action: { reconnect: "دوباره وصل شوید" },
}, },
}, registration_tokens: {
registration_tokens: { name: "توکن های ثبت نام",
name: "توکن های ثبت نام", fields: {
fields: { token: "توکن",
token: "توکن", valid: "توکن معتبر",
valid: "توکن معتبر", uses_allowed: "موارد استفاده مجاز",
uses_allowed: "موارد استفاده مجاز", pending: "انتظار",
pending: "انتظار", completed: "تکمیل شد",
completed: "تکمیل شد", expiry_time: "زمان انقضا",
expiry_time: "زمان انقضا", length: "طول",
length: "طول", },
helper: { length: "طول توکن در صورت عدم ارائه توکن." },
}, },
helper: { length: "طول توکن در صورت عدم ارائه توکن." },
}, },
}; };
export default fa; export default fa;

View file

@ -356,21 +356,21 @@ 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: { token: "Jeton",
token: "Jeton", valid: "Jeton valide",
valid: "Jeton valide", uses_allowed: "Nombre d'inscription autorisées",
uses_allowed: "Nombre d'inscription autorisées", pending: "Nombre d'inscription en cours",
pending: "Nombre d'inscription en cours", completed: "Nombre d'inscription accomplie",
completed: "Nombre d'inscription accomplie", expiry_time: "Date d'expiration",
expiry_time: "Date d'expiration", length: "Longueur",
length: "Longueur", },
}, helper: {
helper: { length:
length: "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é", },
}, },
}, },
}; };

View file

@ -367,19 +367,19 @@ const it = {
}, },
action: { reconnect: "Riconnetti" }, action: { reconnect: "Riconnetti" },
}, },
}, registration_tokens: {
registration_tokens: { name: "Token di registrazione",
name: "Token di registrazione", fields: {
fields: { token: "Token",
token: "Token", valid: "Token valido",
valid: "Token valido", uses_allowed: "Usi permessi",
uses_allowed: "Usi permessi", pending: "In attesa",
pending: "In attesa", completed: "Completato",
completed: "Completato", expiry_time: "Data della scadenza",
expiry_time: "Data della scadenza", length: "Lunghezza",
length: "Lunghezza", },
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;