add a couple more translations

This commit is contained in:
Chris Kruining 2025-01-07 12:11:48 +01:00
parent a31168ca6c
commit 55ae8902a8
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 27 additions and 5 deletions

View file

@ -29,6 +29,17 @@
"insertKey": "Insert new key",
"insertLanguage": "Insert new language",
"delete": "Delete selected items"
},
"prompt": {
"newKey": {
"title": "Which key do you want to create?",
"placeholder": "Name of the new key",
"description": "Hint: use `.` to denote nested keys,\ni.e. `this.is.some.key` would be a key that is four levels deep."
},
"newLanguage": {
"title": "Which language do you want to add?",
"placeholder": "Locale code, i.e. en-GB for Britisch English"
}
}
}
},
@ -39,4 +50,4 @@
}
}
}
}
}