mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-21 12:24:25 +00:00
feat: add i18n for visibility
This commit is contained in:
18
web/src/locales/en.json
Normal file
18
web/src/locales/en.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"shortcut": {
|
||||
"visibility": {
|
||||
"private": {
|
||||
"self": "Private",
|
||||
"description": "Only you can see this"
|
||||
},
|
||||
"workspace": {
|
||||
"self": "Workspace",
|
||||
"description": "Only people in your workspace can see this"
|
||||
},
|
||||
"public": {
|
||||
"self": "Public",
|
||||
"description": "Anyone can see this"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user