20 lines
474 B
JSON
20 lines
474 B
JSON
|
|
{
|
||
|
|
"title": "Notifications",
|
||
|
|
"clearAll": "Clear all",
|
||
|
|
"clear": "Clear",
|
||
|
|
"empty": "No notifications yet.",
|
||
|
|
"actionNeeded": "Action needed",
|
||
|
|
"dismiss": "Dismiss",
|
||
|
|
"findInFeed": "Find in feed",
|
||
|
|
"unhide": "Unhide",
|
||
|
|
"unwatch": "Unwatch",
|
||
|
|
"unhidden": "Unhidden “{{title}}”",
|
||
|
|
"unwatched": "Unwatched “{{title}}”",
|
||
|
|
"time": {
|
||
|
|
"justNow": "just now",
|
||
|
|
"minutes": "{{count}}m ago",
|
||
|
|
"hours": "{{count}}h ago",
|
||
|
|
"days": "{{count}}d ago"
|
||
|
|
}
|
||
|
|
}
|