chore: update translation keys
I don't think this is the right approach but I couldn't figure out how to announce new keys to Weblate yet. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
b3acfe0331
commit
0107a83f90
2 changed files with 110 additions and 0 deletions
|
@ -1,5 +1,60 @@
|
|||
{
|
||||
"page": {
|
||||
"import_project": {
|
||||
"form": {
|
||||
"avatar": "",
|
||||
"components": "",
|
||||
"fields": {
|
||||
"avatar": {
|
||||
"label": ""
|
||||
},
|
||||
"description": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"issues": {
|
||||
"label": ""
|
||||
},
|
||||
"name": {
|
||||
"error": "",
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"pr": {
|
||||
"label": ""
|
||||
},
|
||||
"repository": {
|
||||
"hint": "",
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
}
|
||||
},
|
||||
"submit": ""
|
||||
},
|
||||
"heading": "",
|
||||
"intro": ""
|
||||
},
|
||||
"profile": {
|
||||
"activities": {
|
||||
"block_or_report": "",
|
||||
"like": ""
|
||||
},
|
||||
"heading": "",
|
||||
"history": {
|
||||
"activities": {
|
||||
"setup": {
|
||||
"description": "",
|
||||
"summary": ""
|
||||
}
|
||||
},
|
||||
"heading": ""
|
||||
},
|
||||
"projects": {
|
||||
"add_or_import": "",
|
||||
"empty": "",
|
||||
"heading": ""
|
||||
}
|
||||
},
|
||||
"welcome": "Willkommen bei Anvil!"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,60 @@
|
|||
{
|
||||
"page": {
|
||||
"import_project": {
|
||||
"form": {
|
||||
"avatar": "",
|
||||
"components": "",
|
||||
"fields": {
|
||||
"avatar": {
|
||||
"label": ""
|
||||
},
|
||||
"description": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"issues": {
|
||||
"label": ""
|
||||
},
|
||||
"name": {
|
||||
"error": "",
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"pr": {
|
||||
"label": ""
|
||||
},
|
||||
"repository": {
|
||||
"hint": "",
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
}
|
||||
},
|
||||
"submit": ""
|
||||
},
|
||||
"heading": "",
|
||||
"intro": ""
|
||||
},
|
||||
"profile": {
|
||||
"activities": {
|
||||
"block_or_report": "",
|
||||
"like": ""
|
||||
},
|
||||
"heading": "",
|
||||
"history": {
|
||||
"activities": {
|
||||
"setup": {
|
||||
"description": "",
|
||||
"summary": ""
|
||||
}
|
||||
},
|
||||
"heading": ""
|
||||
},
|
||||
"projects": {
|
||||
"add_or_import": "",
|
||||
"empty": "",
|
||||
"heading": ""
|
||||
}
|
||||
},
|
||||
"welcome": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue