mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add more translations for API keys.
This commit is contained in:
parent
351c386c17
commit
9463560eb6
@ -342,5 +342,9 @@
|
||||
},
|
||||
"base": {
|
||||
"doesNotWorkWithoutJavascript": "<strong>Warnung: </strong>Crafty funktioniert nicht richtig, wenn JavaScript nicht aktiviert ist!"
|
||||
},
|
||||
"apiKeys": {
|
||||
"deleteKeyConfirmation": "Diesen API Schlüssel entfernen? Dies kann nicht rückgängig gemacht werden.",
|
||||
"deleteKeyConfirmationTitle": "Folgenden API Schlüssel entfernen ${keyId}?"
|
||||
}
|
||||
}
|
@ -346,5 +346,9 @@
|
||||
},
|
||||
"base": {
|
||||
"doesNotWorkWithoutJavascript": "<strong>Aviso: </strong>¡Crafty no funciona correctamente cuando JavaScript no está habilitado!"
|
||||
},
|
||||
"apiKeys": {
|
||||
"deleteKeyConfirmation": "¿Quieres eliminar esta clave de API? Esto no se puede deshacer.",
|
||||
"deleteKeyConfirmationTitle": "¿Eliminar la clave API ${keyId}?"
|
||||
}
|
||||
}
|
@ -342,5 +342,9 @@
|
||||
},
|
||||
"base": {
|
||||
"doesNotWorkWithoutJavascript": "<strong>Upozorenje: </strong>Crafty ne radi ispravno kada JavaScript nije omogućen!"
|
||||
},
|
||||
"apiKeys": {
|
||||
"deleteKeyConfirmation": "Želite li izbrisati ovaj API ključ? Ova radnja je nepovratna.",
|
||||
"deleteKeyConfirmationTitle": "Ukloniti API ključ ${keyId}?"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user