-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
310 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"title":{ | ||
"message": "CookiesClerk", | ||
"description": "Title text" | ||
}, | ||
"accountManagement": { | ||
"message": "Account Management", | ||
"description": "Title for the account management section" | ||
}, | ||
"addAccount": { | ||
"message": "Add", | ||
"description": "Label for the Add button" | ||
}, | ||
"trackedDomainManagement": { | ||
"message": "Tracked Domain Management", | ||
"description": "Title for the tracked domain management section" | ||
}, | ||
"domainExample": { | ||
"message": "Example: google.com", | ||
"description": "Placeholder for the new domain input box" | ||
}, | ||
"addNewDomain": { | ||
"message": "Add", | ||
"description": "Placeholder for the new domain input box" | ||
}, | ||
"clearCookiesEnabled": { | ||
"message": "Enable cookie clearing for new tabs in tracked domains", | ||
"description": "Description for the first checkbox" | ||
}, | ||
"modifyLinkEnabled": { | ||
"message": "Restrict tracked domain links to open only in the current tab", | ||
"description": "Description for the second checkbox" | ||
}, | ||
"delete": { | ||
"message": "Delete", | ||
"description": "Label for the Delete button" | ||
}, | ||
"saveCookiesToAccount": { | ||
"message": "Save Cookies To Account", | ||
"description": "Title for the Save Cookies button" | ||
}, | ||
"loadCookiesFromAccount": { | ||
"message": "Load Cookies From Account", | ||
"description": "Title for the Load Cookies button" | ||
}, | ||
"deleteAccount": { | ||
"message": "Delete Account", | ||
"description": "Title for the Delete Account button" | ||
}, | ||
"deleteAllAccount": { | ||
"message": "Delete All Account", | ||
"description": "Title for the Delete All Account button" | ||
}, | ||
"clearAllClosedCookies": { | ||
"message": "Clear All Closed Cookies", | ||
"description": "Title for the Clear All Closed Cookies button" | ||
}, | ||
"clearCookies": { | ||
"message": "Clear Cookies", | ||
"description": "Title for the Clear Cookies button" | ||
}, | ||
"saveAllCookies": { | ||
"message": "Save All Cookies", | ||
"description": "Title for the Save All Cookies button" | ||
}, | ||
"loadAllCookies": { | ||
"message": "Load All Cookies", | ||
"description": "Title for the Load All Cookies button" | ||
}, | ||
"greeting": { | ||
"message": "Hello", | ||
"description": "Greeting text" | ||
}, | ||
"farewell": { | ||
"message": "Goodbye", | ||
"description": "Farewell text" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"title":{ | ||
"message": "Cookies店员", | ||
"description": "Title text" | ||
}, | ||
"accountManagement": { | ||
"message": "账户管理", | ||
"description": "账户管理部分的标题" | ||
}, | ||
"addAccount": { | ||
"message": "添加", | ||
"description": "添加按钮的标签" | ||
}, | ||
"trackedDomainManagement": { | ||
"message": "追踪域名管理", | ||
"description": "追踪域名管理部分的标题" | ||
}, | ||
"domainExample": { | ||
"message": "例如: google.com", | ||
"description": "域名输入框的占位符" | ||
}, | ||
"addNewDomain": { | ||
"message": "添加", | ||
"description": "新域名输入框的占位符" | ||
}, | ||
"clearCookiesEnabled": { | ||
"message": "开启对追踪域名的新选项卡清除cookie功能", | ||
"description": "第一个复选框的描述" | ||
}, | ||
"modifyLinkEnabled": { | ||
"message": "限制追踪域名网页的链接只能在当前页面打开", | ||
"description": "第二个复选框的描述" | ||
}, | ||
"delete": { | ||
"message": "删除", | ||
"description": "删除按钮的标签" | ||
}, | ||
"saveCookiesToAccount": { | ||
"message": "保存Cookies到账户", | ||
"description": "保存Cookies按钮的标题" | ||
}, | ||
"loadCookiesFromAccount": { | ||
"message": "从账户加载Cookies", | ||
"description": "加载Cookies按钮的标题" | ||
}, | ||
"deleteAccount": { | ||
"message": "删除账户", | ||
"description": "删除账户按钮的标题" | ||
}, | ||
"deleteAllAccount": { | ||
"message": "删除所有账户", | ||
"description": "删除所有账户按钮的标题" | ||
}, | ||
"clearAllClosedCookies": { | ||
"message": "清除所有已关闭的Cookies", | ||
"description": "清除所有已关闭的Cookies按钮的标题" | ||
}, | ||
"clearCookies": { | ||
"message": "清除Cookies", | ||
"description": "清除Cookies按钮的标题" | ||
}, | ||
"saveAllCookies": { | ||
"message": "保存所有Cookies", | ||
"description": "保存所有Cookies按钮的标题" | ||
}, | ||
"loadAllCookies": { | ||
"message": "加载所有Cookies", | ||
"description": "加载所有Cookies按钮的标题" | ||
}, | ||
"greeting": { | ||
"message": "Hello", | ||
"description": "Greeting text" | ||
}, | ||
"farewell": { | ||
"message": "Goodbye", | ||
"description": "Farewell text" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
width: 480px; | ||
width: 355px; | ||
margin: 0 auto; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.