1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

Autosync the updated translations (#9353)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-24 12:15:01 +00:00
committed by GitHub
parent ab809d915d
commit fe8da32b0d
63 changed files with 2144 additions and 2 deletions

View File

@@ -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"
}
}
}
}