Files
lifeforge/apps/passwords/locales/en.json
Melvin Chia e8690ec913 style: prettier reformatting of the entire codebase
Former-commit-id: 6ad2fac2e9cab83dd484e90e80732067d22616e8 [formerly 0834b7e2aaeb6a04e31f5f04cf88f01b2c256986] [formerly a4dcf0af4dfe6fcf744184676baa2d4caeb40fc7 [formerly 9632ffb6671d8f30ca33c51bda106c299a4c07da]]
Former-commit-id: 23ac95ccea08e36479fe17ac5ae4c2bdc4d77119 [formerly 450788517ac9fabdc16607b8f41785bb5c55917e]
Former-commit-id: 256d0df6be62899478c8a3a5258f296649f4672d
2025-10-05 12:39:16 +08:00

39 lines
995 B
JSON

{
"title": "Password",
"description": "Protect your secrets, sometimes even from yourself.",
"modals": {
"password": {
"create": "Create Password",
"update": "Update Password"
}
},
"inputs": {
"serviceColor": "Service Color",
"serviceName": "Service Name",
"website": "Website",
"password": "Password",
"usernameOrEmail": "Username or Email",
"serviceIcon": "Service Icon"
},
"items": {
"password": "Password"
},
"empty": {
"password": {
"title": "No Passwords",
"description": "You haven't added any passwords yet. Click the button below to add one."
},
"search": {
"title": "No Entries Found",
"description": "No entries found for your search query. Please try another one."
}
},
"lastUpdated": "Last Updated",
"buttons": {
"copyPassword": "Copy Password",
"rotatePassword": "Rotate Password",
"showPassword": "Show Password",
"hidePassword": "Hide Password"
}
}