mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
[CL-221] Add chip-select component (#9021)
--------- Co-authored-by: William Martin <contact@willmartian.com>
This commit is contained in:
@@ -3229,7 +3229,37 @@
|
||||
"errorAssigningTargetFolder": {
|
||||
"message": "Error assigning target folder."
|
||||
},
|
||||
"viewItemsIn": {
|
||||
"message": "View items in $NAME$",
|
||||
"description": "Button to view the contents of a folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"backTo": {
|
||||
"message": "Back to $NAME$",
|
||||
"description": "Navigate back to a previous folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"new": {
|
||||
"message": "New"
|
||||
},
|
||||
"removeItem": {
|
||||
"message": "Remove $NAME$",
|
||||
"description": "Remove a selected option, such as a folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2822,5 +2822,39 @@
|
||||
},
|
||||
"errorAssigningTargetFolder": {
|
||||
"message": "Error assigning target folder."
|
||||
},
|
||||
"viewItemsIn": {
|
||||
"message": "View items in $NAME$",
|
||||
"description": "Button to view the contents of a folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"backTo": {
|
||||
"message": "Back to $NAME$",
|
||||
"description": "Navigate back to a previous folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"back": {
|
||||
"message": "Back",
|
||||
"description": "Button text to navigate back"
|
||||
},
|
||||
"removeItem": {
|
||||
"message": "Remove $NAME$",
|
||||
"description": "Remove a selected option, such as a folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8199,6 +8199,40 @@
|
||||
"manageBillingFromProviderPortalMessage": {
|
||||
"message": "Manage billing from the Provider Portal"
|
||||
},
|
||||
"viewItemsIn": {
|
||||
"message": "View items in $NAME$",
|
||||
"description": "Button to view the contents of a folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"backTo": {
|
||||
"message": "Back to $NAME$",
|
||||
"description": "Navigate back to a previous folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"back": {
|
||||
"message": "Back",
|
||||
"description": "Button text to navigate back"
|
||||
},
|
||||
"removeItem": {
|
||||
"message": "Remove $NAME$",
|
||||
"description": "Remove a selected option, such as a folder or collection",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"content": "$1",
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"viewInfo": {
|
||||
"message": "View info"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user