mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
added/improved DE translation of forms (#765)
This commit is contained in:
24
parsers/base64/locales/de/70-base64.json
Normal file
24
parsers/base64/locales/de/70-base64.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"base64": {
|
||||
"base64": "base64",
|
||||
"label": {
|
||||
"action": "Aktion"
|
||||
},
|
||||
"convert": {
|
||||
"buffer": "Konvertierung Buffer <-> Base64",
|
||||
"encode": "Kodierung als Base64",
|
||||
"decode": "Konvertierung Base64 zu String"
|
||||
},
|
||||
"log": {
|
||||
"nonbase64encode": "Kein Base64-String - möglicherweise soll es kodiert werden..."
|
||||
},
|
||||
"warn": {
|
||||
"cannothandle": "Dieser Node kann nur Strings oder Buffer verarbeiten",
|
||||
"noproperty": "Keine Eigenschaft zur Verarbeitung gefunden"
|
||||
},
|
||||
"error": {
|
||||
"invalid": "Ungültiger Base64-String",
|
||||
"nonbase64": "Kein Base64-String"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user