1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 01:23:57 +00:00

[PM-26325] Archive string - separate noun and verb (#16652)

* Separation of noun and verb
This commit is contained in:
Konrad
2025-10-01 21:36:02 +02:00
committed by GitHub
parent 8cb908ef68
commit 420b26776b
7 changed files with 25 additions and 10 deletions

View File

@@ -4114,8 +4114,13 @@
"editShortcut": {
"message": "Edit shortcut"
},
"archive": {
"message": "Archive"
"archiveNoun": {
"message": "Archive",
"description": "Noun"
},
"archiveVerb": {
"message": "Archive",
"description": "Verb"
},
"unarchive": {
"message": "Unarchive"