chore: improve cookie modal ui (#3495)

This commit is contained in:
Liyas Thomas
2023-11-06 11:24:30 +05:30
committed by GitHub
parent 9b3d8046bf
commit dbbeb54754
3 changed files with 180 additions and 96 deletions

View File

@@ -59,15 +59,17 @@
"modal": {
"new_domain_name": "New domain name",
"set": "Set a cookie",
"cookie_string": "Set-Cookie string",
"cookie_string": "Cookie string",
"enter_cookie_string": "Enter cookie string",
"cookie_name": "Name",
"cookie_value": "Value",
"cookie_path": "Path",
"cookie_expires": "Expires",
"managed_tab": "Managed",
"raw_tab": "Raw",
"interceptor_no_support": "Your currently selected interceptor does not support cookies.",
"no_domains": "No domains defined",
"interceptor_no_support": "Your currently selected interceptor does not support cookies. Select a different Interceptor and try again.",
"empty_domains": "Domain list is empty",
"empty_domain": "Domain is empty",
"no_cookies_in_domain": "No cookies set for this domain"
}
},