chore: migrate and structure cmbone project
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"app": {
|
||||
"title": "My App",
|
||||
"login": "Login"
|
||||
},
|
||||
"appmenus": {
|
||||
"second": "Second win",
|
||||
"version": "Version: 0.3.0",
|
||||
"quit": "Quit",
|
||||
"preferences": "Settings"
|
||||
},
|
||||
"menus": {
|
||||
"about": "About",
|
||||
"general": "General",
|
||||
"shortcut": "Shortcut key",
|
||||
"second": "Second win",
|
||||
"setting": "Settings",
|
||||
"dashboard": "Dashboard",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"components": {
|
||||
"general": {
|
||||
"title": {
|
||||
"application": "Apply settings",
|
||||
"exterior": "Appearance settings",
|
||||
"power": "Permission settings",
|
||||
"update": "Application update",
|
||||
"shortcut": "Shortcut key settings"
|
||||
},
|
||||
"label": {
|
||||
"assistant_access": "Accessibility permissions",
|
||||
"automatic_up": "Automatically check for updates",
|
||||
"disk_access": "Full disk access",
|
||||
"language": "Interface language",
|
||||
"next_up": "Automatically check for updates next time",
|
||||
"startup": "Started when logged in",
|
||||
"theme": "Theme mode",
|
||||
"open_second": "Open second window",
|
||||
"open_setting": "Open manages window"
|
||||
},
|
||||
"subLabel": {
|
||||
"sb_assistant_access": "Accessibility permission is required to operate clipboard contents",
|
||||
"sb_disk_access": "Full disk access is required to implement file preview",
|
||||
"ht_shortcut": "Press the combination key, which must contain at least one modifier key and one main key"
|
||||
},
|
||||
"buttons": {
|
||||
"authorized": "Auth",
|
||||
"go_authorized": "Auth now"
|
||||
}
|
||||
},
|
||||
"themesetting": {
|
||||
"select": {
|
||||
"opt_dark": "Dark",
|
||||
"opt_light": "Bright"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"version": "Version",
|
||||
"author": "Jin Gong",
|
||||
"description_p1": "Just do the right thing,",
|
||||
"description_p2": "at the right time."
|
||||
},
|
||||
"dashboard":{
|
||||
"title":{
|
||||
"upcoming_task":"Upcoming Tasks"
|
||||
},
|
||||
"label":{
|
||||
"total_tasks":"Total Tasks",
|
||||
"completed_tasks":"Completed Tasks",
|
||||
"pending_tasks":"Pending Tasks",
|
||||
"no_tasks":"No Tasks"
|
||||
},
|
||||
"buttons":{
|
||||
"newtask":"New Task",
|
||||
"upcoming_all":"All",
|
||||
"upcoming_priority":"Priority"
|
||||
}
|
||||
},
|
||||
"tags":{
|
||||
"title":{
|
||||
"manage_tags":"Tags"
|
||||
},
|
||||
"label":{
|
||||
"name":"Name",
|
||||
"tagcolor":"TAG COLOR",
|
||||
"tagicon":"TAG ICON",
|
||||
"current_preview":"CURRENT PREVIEW",
|
||||
"subtags":"SUB TAGS"
|
||||
},
|
||||
"buttons":{
|
||||
"newtag":"New Tag",
|
||||
"add_subtag":"Add"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user