-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
0 parents
commit 1f3e976
Showing
188 changed files
with
28,209 additions
and
0 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,4 @@ | ||
> 1% | ||
last 2 versions | ||
not dead | ||
not ie 11 |
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,5 @@ | ||
[*.{js,jsx,ts,tsx,vue}] | ||
indent_style = space | ||
indent_size = 2 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true |
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,5 @@ | ||
VITE_AUTH0_DOMAIN="667dev.auth0.com" | ||
VITE_AUTH0_CLIENTID="66i2ea3Nuwn7GSaeELww56fAoov3sfpN" | ||
VITE_AUTH0_AUDIENCE="https://api-dev.brakecode.com/api/v1/" | ||
VITE_EXTENSION_ID="lcphdfidlihgihfjfgmolmjoablcbgmd" | ||
VITE_ENV="development" |
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,23 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
|
||
|
||
# local env files | ||
.env.local | ||
.env.*.local | ||
|
||
# Log files | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
|
||
# Editor directories and files | ||
.idea | ||
.vscode | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
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,44 @@ | ||
# default | ||
|
||
## Project setup | ||
|
||
``` | ||
# yarn | ||
yarn | ||
# npm | ||
npm install | ||
# pnpm | ||
pnpm install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
|
||
``` | ||
# yarn | ||
yarn dev | ||
# npm | ||
npm run dev | ||
# pnpm | ||
pnpm dev | ||
``` | ||
|
||
### Compiles and minifies for production | ||
|
||
``` | ||
# yarn | ||
yarn build | ||
# npm | ||
npm run build | ||
# pnpm | ||
pnpm build | ||
``` | ||
|
||
### Customize configuration | ||
|
||
See [Configuration Reference](https://vitejs.dev/config/). |
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,220 @@ | ||
{ | ||
"donationModalHeader": { | ||
"message": "Skenkings Waardeer Word", | ||
"description": "Donation modal header." | ||
}, | ||
"noNotifications": { | ||
"message": "Daar is geen kennisgewings.", | ||
"description": "Message to display when there are no notifications." | ||
}, | ||
"appName": { | ||
"message": "Node.js V8 --inspekteur Bestuurder (NiM)", | ||
"description": "The title of the extension displayed in the web store." | ||
}, | ||
"appShortName": { | ||
"message": "NiM", | ||
"description": "The short title." | ||
}, | ||
"appDescription": { | ||
"message": "Bestuur DevTools met Node V8-Inspekteur (knoop --inspekteer) Ontfouting Workflow", | ||
"description": "A description of the extension displayed in the web store." | ||
}, | ||
"pageOptionsTitle": { | ||
"message": "Node.js V8 --inspekteur Bestuurder (NiM) - Opsies Bladsy", | ||
"description": "Title shown on options page." | ||
}, | ||
"devtoolsPanelTitle": { | ||
"message": "Node.js V8 --inspekteur Bestuurder (NiM) - DevTools Paneel", | ||
"description": "Title shown on the chrome devtools panel." | ||
}, | ||
"defaultTitle": { | ||
"message": "Node.js V8 --inspekteur Bestuurder (NiM)", | ||
"description": "Title shown in tooltip." | ||
}, | ||
"errMsg1": { | ||
"message": "Fout omgewing verwyder URL: ", | ||
"description": "Error message." | ||
}, | ||
"errMsg2": { | ||
"message": "Geslote blad vir DevTools sessie: ", | ||
"description": "Error message." | ||
}, | ||
"errMsg6": { | ||
"message": "Geslote venster vir DevTools sessie: ", | ||
"description": "Error message." | ||
}, | ||
"errMsg3": { | ||
"message": "Fout terwyl hy probeer om die motor te sluit ", | ||
"description": "Error message." | ||
}, | ||
"errMsg4": { | ||
"message": "Verband te DevTools gasheer was geaborteer. Check jou gasheer en die hawe.", | ||
"description": "Error message." | ||
}, | ||
"errMsg5": { | ||
"message": "DevTools is reeds oop.", | ||
"description": "Error message." | ||
}, | ||
"errMsg7": { | ||
"message": "DevTools is reeds oop.", | ||
"description": "Error message." | ||
}, | ||
"errMsg8": { | ||
"message": "DevTools is reeds oop.", | ||
"description": "Storage key $key$ in namespace $namespace$ changed. Old value was $oldvalue$, new value is $newvalue$", | ||
"placeholders": { | ||
"key": { | ||
"content": "$1" | ||
}, | ||
"namepace": { | ||
"content": "$2" | ||
}, | ||
"oldvalue": { | ||
"content": "$3" | ||
}, | ||
"newvalue": { | ||
"content": "$4" | ||
} | ||
} | ||
}, | ||
"port": { | ||
"message": "Port", | ||
"description": "Port." | ||
}, | ||
"host": { | ||
"message": "Gasheer", | ||
"description": "Host." | ||
}, | ||
"manual": { | ||
"message": "Handleiding", | ||
"description": "Manual." | ||
}, | ||
"auto": { | ||
"message": "Auto", | ||
"description": "Auto." | ||
}, | ||
"donate": { | ||
"message": "Skenk", | ||
"description": "Donate." | ||
}, | ||
"enabled": { | ||
"message": "In staat gestel om", | ||
"description": "Enabled." | ||
}, | ||
"uptime": { | ||
"message": "Uptime", | ||
"description": "Uptime." | ||
}, | ||
"options": { | ||
"message": "Opsies", | ||
"description": "Options." | ||
}, | ||
"general": { | ||
"message": "Algemene", | ||
"description": "General." | ||
}, | ||
"on": { | ||
"message": "Op", | ||
"description": "On." | ||
}, | ||
"off": { | ||
"message": "Af", | ||
"description": "Off." | ||
}, | ||
"openInspectorNewWindow": { | ||
"message": "Open in'n Nuwe Venster.", | ||
"description": "Open Inspector in a new window." | ||
}, | ||
"makeInspectorWindowFocused": { | ||
"message": "Maak Venster Gefokus.", | ||
"description": "Make Inspector window focused." | ||
}, | ||
"makeInspectorTabActive": { | ||
"message": "Maak Blad Aktief.", | ||
"description": "Make Inspector tab active." | ||
}, | ||
"autoCloseInspector": { | ||
"message": "Sluit Outomaties.", | ||
"description": "Auto close the Inspector." | ||
}, | ||
"secondsBetweenInspectorChecks": { | ||
"message": "Kyk Interval.", | ||
"description": "Seconds between Inspector checks." | ||
}, | ||
"debugging": { | ||
"message": "Ontfouting", | ||
"description": "Debugging." | ||
}, | ||
"debugVerbosity": { | ||
"message": "Ontfouting Woordrykheid.", | ||
"description": "Debugging verbosity." | ||
}, | ||
"save": { | ||
"message": "Red", | ||
"description": "Save." | ||
}, | ||
"openDevtools": { | ||
"message": "Oop DevTools", | ||
"description": "Open DevTools" | ||
}, | ||
"addTab": { | ||
"message": "Voeg Blad", | ||
"description": "Add Tab" | ||
}, | ||
"seconds": { | ||
"message": "Sekondes", | ||
"description": "Seconds badge label." | ||
}, | ||
"defaultDevTools": { | ||
"message": "Gebruik Alternatiewe DevTools.", | ||
"description": "Use alternate DevTools." | ||
}, | ||
"autoIncrement": { | ||
"message": "Auto Inkrementeer Gasheer/Hawe.", | ||
"description": "Auto increment host and/or port." | ||
}, | ||
"keyCtrlI": { | ||
"message": "Maak die DevTools Venster.", | ||
"description": "Open the DevTools window." | ||
}, | ||
"realtimeCollaboration": { | ||
"message": "NiM Real-time Samewerking", | ||
"description": "NiM Real-time Collaboration Header Title." | ||
}, | ||
"optionsRealtimeCollaboration": { | ||
"message": "Real-time Samewerking.", | ||
"description": "Options page label for Real-time Collaboration Setting." | ||
}, | ||
"selectDevToolsVersion": { | ||
"message": "Kies DevTools Weergawe.", | ||
"description": "Select the devtools version to use for inspection" | ||
}, | ||
"optionsCustomDevToolsURL": { | ||
"message": "Persoonlike DevTools.", | ||
"description": "Lable for custom DevTools settings modal input" | ||
}, | ||
"inspectorWindowStyle": { | ||
"message": "Paneel styl venster.", | ||
"description": "Panel style window" | ||
}, | ||
"optionsNiMSVSCode": { | ||
"message": "VSCode Integrasie.", | ||
"description": "Options page label for VSCode Integration." | ||
}, | ||
"optionsWindowStateMaximized": { | ||
"message": "Oop in'n Gemaksimeer Venster.", | ||
"description": "Options page label for windowStateMaximized setting." | ||
}, | ||
"optionsSchemeFix": { | ||
"message": "Chromium76+", | ||
"description": "Options page label for optionsSchemeFix setting." | ||
}, | ||
"open_tweet": { | ||
"message": "Oop Tweet", | ||
"description": "Tweet link button text." | ||
}, | ||
"optionsNotifications": { | ||
"message": "Kennisgewings", | ||
"description": "Options page label for notifications." | ||
} | ||
} |
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 @@ | ||
donationModalHeader,noNotifications,appName,appShortName,appDescription,pageOptionsTitle,devtoolsPanelTitle,defaultTitle,errMsg1,errMsg2,errMsg6,errMsg3,errMsg4,errMsg5,errMsg7,errMsg8,port,host,manual,auto,donate,enabled,uptime,options,general,on,off,openInspectorNewWindow,makeInspectorWindowFocused,makeInspectorTabActive,autoCloseInspector,secondsBetweenInspectorChecks,debugging,debugVerbosity,save,openDevtools,addTab,seconds,defaultDevTools,autoIncrement,keyCtrlI,realtimeCollaboration,optionsRealtimeCollaboration,selectDevToolsVersion,optionsCustomDevToolsURL,inspectorWindowStyle,optionsNiMSVSCode,optionsWindowStateMaximized,optionsSchemeFix,open_tweet |
Oops, something went wrong.