mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-14 18:59:56 +01:00
Add placeholders in translations
This commit is contained in:
@@ -37,4 +37,5 @@ export default class UsersController {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"no_exists": "The code '{code}' does not exist!",
|
||||
"created": "The link '{link}' with target '{target}' was successfully created!",
|
||||
"deleted": "The link '{link}' was successfully deleted!",
|
||||
"no_exists": "The code [{ code }° does not exist!",
|
||||
"created": "The link [{ link }] redirecting to [{ target }] was successfully created!",
|
||||
"deleted": "The link [{ link }] was successfully deleted!",
|
||||
"logout": "You have been disconnected!"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"no_exists": "Le code '{code}' n'existe pas!",
|
||||
"created": "Le lien '{link}' avec pour direction '{target}' a bien été créé!",
|
||||
"deleted": "Le lien '{link}' a bien été supprimé!",
|
||||
"no_exists": "Le code [{ code }] n'existe pas !",
|
||||
"created": "Le lien [{ link }] redirigeant vers [{ target }] a bien été créé !",
|
||||
"deleted": "Le lien [{ link }] a bien été supprimé !",
|
||||
"logout": "Vous avez été déconnecté !"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user