1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

Add missing translation keys. (#11159)

This commit is contained in:
Alec Rippberger 2024-09-19 14:48:14 -05:00 committed by GitHub
parent c4d66a1383
commit ca1dce4625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,10 +269,19 @@
"cfTypeBoolean": { "cfTypeBoolean": {
"message": "Boolean" "message": "Boolean"
}, },
"cfTypeCheckbox": {
"message": "Checkbox"
},
"cfTypeLinked": { "cfTypeLinked": {
"message": "Linked", "message": "Linked",
"description": "This describes a field that is 'linked' (related) to another field." "description": "This describes a field that is 'linked' (related) to another field."
}, },
"fieldType": {
"message": "Field type"
},
"fieldLabel": {
"message": "Field label"
},
"remove": { "remove": {
"message": "Remove" "message": "Remove"
}, },
@ -8281,6 +8290,9 @@
"addField": { "addField": {
"message": "Add field" "message": "Add field"
}, },
"editField": {
"message": "Edit field"
},
"items": { "items": {
"message": "Items" "message": "Items"
}, },