1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Temporary local changes not meant to be merged

This commit is contained in:
Daniel James Smith
2024-09-10 19:51:05 +02:00
committed by jaasen-livefront
parent 89751f46d6
commit 605269813e
13 changed files with 397 additions and 14 deletions

View File

@@ -2232,6 +2232,27 @@
"message": "All Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"limitSendViews": {
"message": "Limit views"
},
"limitSendViewsHint": {
"message": "No one can view this Send after the limit is reached. $ACCESSCOUNT$ views",
"description": "Displayed under the limit views field on Send"
},
"limitSendViewsHintWithCount": {
"message": "No one can view this Send after the limit is reached. $ACCESSCOUNT$ views left",
"description": "Displayed under the limit views field on Send",
"placeholders": {
"days": {
"content": "$1",
"example": "2"
}
}
},
"maxAccessCountReached": {
"message": "Max access count reached",
"description": "This text will be displayed after a Send has been accessed the maximum amount of times."