♻️ Address pull request feedback
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"switchTheme": "Switch theme",
|
||||
"preferences": "User preferences",
|
||||
"defaultBoard": "Default dashboard",
|
||||
"manage": "Manage",
|
||||
"about": {
|
||||
"label": "About",
|
||||
"new": "New"
|
||||
@@ -23,5 +24,11 @@
|
||||
"logout": "Logout from {{username}}",
|
||||
"login": "Login"
|
||||
}
|
||||
},
|
||||
"modals": {
|
||||
"movie": {
|
||||
"title": "",
|
||||
"topResults": "Top {{count}} results for <b>{{search}}</b>."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"navigation": {
|
||||
"home": {
|
||||
"title": "Home"
|
||||
},
|
||||
"boards": {
|
||||
"title": "Boards"
|
||||
},
|
||||
"users": {
|
||||
"title": "Users",
|
||||
"items": {
|
||||
"manage": "Manage",
|
||||
"invites": "Invites"
|
||||
}
|
||||
},
|
||||
"help": {
|
||||
"title": "Help",
|
||||
"items": {
|
||||
"documentation": "Documentation",
|
||||
"report": "Report an issue / bug",
|
||||
"discord": "Community Discord",
|
||||
"contribute": "Contribute"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user