🌐 Restore translations for common layout

This commit is contained in:
ajnart
2023-07-21 18:15:40 +09:00
parent 739b95888b
commit 24ff188d0a

View File

@@ -1,18 +1,18 @@
{ {
"modals": { "modals": {
"blockedPopups": { "blockedPopups": {
"title": "", "title": "Popups blocked",
"text": "", "text": "Your browser has blocked Homarr from accessing it's API. This is most commonly caused by AdBlockers or denied permissions. Homarr is unable to request permissions automatically.",
"list": { "list": {
"browserPermission": "", "browserPermission": "Click on the icon besides the URL and check the permisions. Allow Popups and windows",
"adBlockers": "", "adBlockers": "Disable ad blockers and security tools from your browser",
"otherBrowser": "" "otherBrowser": "Try a different browser"
} }
} }
}, },
"actions": { "actions": {
"category": { "category": {
"openAllInNewTab": "" "openAllInNewTab": "Open all in new tab"
} }
} }
} }