mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-05 08:24:56 +05:30
feat: Update workspace and translation files (main)
This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect the recent npm script execution. - Modified the English translation file (translation.json) by reordering the "navbar" keys. - Updated translation files in other languages with "hireMe".
This commit is contained in:
parent
0de9c7872d
commit
5a0a01aa94
9 changed files with 46 additions and 42 deletions
64
.idea/workspace.xml
generated
64
.idea/workspace.xml
generated
|
|
@ -4,11 +4,7 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages.">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/public/locales/en/translation.json" beforeDir="false" afterPath="$PROJECT_DIR$/public/locales/en/translation.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/Navbar/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Navbar/index.tsx" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="feat: Update workspace and translation files (main) This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect the recent npm script execution. - Modified the English translation file (translation.json) by reordering the "navbar" keys." />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
|
@ -660,23 +656,7 @@
|
|||
<workItem from="1753206561770" duration="119000" />
|
||||
<workItem from="1753206717510" duration="3599000" />
|
||||
<workItem from="1759497758761" duration="1012000" />
|
||||
<workItem from="1759502144651" duration="196000" />
|
||||
</task>
|
||||
<task id="LOCAL-00206" summary="chore: new logo and font">
|
||||
<option name="closed" value="true" />
|
||||
<created>1752022118195</created>
|
||||
<option name="number" value="00206" />
|
||||
<option name="presentableId" value="LOCAL-00206" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1752022118199</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00207" summary="chore: white logo">
|
||||
<option name="closed" value="true" />
|
||||
<created>1752022731608</created>
|
||||
<option name="number" value="00207" />
|
||||
<option name="presentableId" value="LOCAL-00207" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1752022731608</updated>
|
||||
<workItem from="1759502144651" duration="586000" />
|
||||
</task>
|
||||
<task id="LOCAL-00208" summary="chore: png icon">
|
||||
<option name="closed" value="true" />
|
||||
|
|
@ -1054,7 +1034,23 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1759442775014</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="255" />
|
||||
<task id="LOCAL-00255" summary="chore: Replace "Buy me a coffee" with "Hire me" (main) This commit replaces the "Buy me a coffee" button with a "Hire me" button in the navbar. It also updates the corresponding translation in the `en/translation.json` file. The icon has been changed to a job search icon, and the link points to a Google Drive document.">
|
||||
<option name="closed" value="true" />
|
||||
<created>1759502472647</created>
|
||||
<option name="number" value="00255" />
|
||||
<option name="presentableId" value="LOCAL-00255" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1759502472647</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00256" summary="feat: Update workspace and translation files (main) This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect the recent npm script execution. - Modified the English translation file (translation.json) by reordering the "navbar" keys.">
|
||||
<option name="closed" value="true" />
|
||||
<created>1759502707923</created>
|
||||
<option name="number" value="00256" />
|
||||
<option name="presentableId" value="LOCAL-00256" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1759502707923</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="257" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -1118,22 +1114,12 @@
|
|||
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
||||
<option name="CHECK_NEW_TODO" value="false" />
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="``` feat: remove temperature conversion from generic-calc This commit removes the temperature conversion tool from the generic-calc tool. This is because the tool was causing" />
|
||||
<MESSAGE value="``` feat: remove temperature conversion from generic-calc This commit removes the temperature conversion tool from the generic-calc tool. This is because the tool was causing issues. The following files were modified: - src/pages/tools/number/generic-calc/data/index.ts - src/" />
|
||||
<MESSAGE value="``` feat: remove temperature conversion from generic-calc This commit removes the temperature conversion tool from the generic-calc tool. This is because the tool was causing issues. The following files were modified: - src/pages/tools/number/generic-calc/data/index.ts - src/pages/tools/number/generic-calc/data/temperature.ts - package.json - .idea/workspace.xml ```" />
|
||||
<MESSAGE value="feat: remove temperature conversion from generic-calc This commit removes the temperature conversion tool from the generic-calc tool. This is because the tool was causing issues. The following files were modified: - src/pages/tools/number/generic-calc/data/index.ts - src/pages/tools/number/generic-calc/data/temperature.ts - package.json - .idea/workspace.xml" />
|
||||
<MESSAGE value="feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ```" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ```" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the on" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ``` " />
|
||||
<MESSAGE value="{ "error": { "code": 503, "message": "The model is overloaded. Please try again later.", "status": "UNAVAILABLE" } }" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the on" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json and package-lock.json. ```" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json and package-lock.json. ``` " />
|
||||
<MESSAGE value="fix: onnxruntime-web version" />
|
||||
<MESSAGE value="```" />
|
||||
<MESSAGE value="``` feat: Upgrade Node.js versions in CI (main) This commit updates the Node" />
|
||||
<MESSAGE value="``` feat: Upgrade Node.js versions in CI (main) This commit updates the Node.js versions used in the CI workflows to version 20. This ensures that" />
|
||||
<MESSAGE value="``` feat: Upgrade Node.js versions in CI (main) This commit updates the Node.js versions used in the CI workflows to version 20. This ensures that the CI environment uses a more up-to-date and supported version of Node.js. ``` " />
|
||||
|
|
@ -1143,7 +1129,17 @@
|
|||
<MESSAGE value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1" />
|
||||
<MESSAGE value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages. " />
|
||||
<MESSAGE value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages." />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages." />
|
||||
<MESSAGE value="``` feat: Replace "Buy me a coffee" with "Hire me" (main) " />
|
||||
<MESSAGE value="``` feat: Replace "Buy me a coffee" with "Hire me" (main) This commit replaces the "Buy me a coffee" button with a "Hire" />
|
||||
<MESSAGE value="``` feat: Replace "Buy me a coffee" with "Hire me" (main) This commit replaces the "Buy me a coffee" button with a "Hire me" button in the navbar. It also updates the corresponding translation in the `en/translation.json` file. The icon has been changed to a" />
|
||||
<MESSAGE value="``` feat: Replace "Buy me a coffee" with "Hire me" (main) This commit replaces the "Buy me a coffee" button with a "Hire me" button in the navbar. It also updates the corresponding translation in the `en/translation.json` file. The icon has been changed to a job search icon, and the link points to a Google Drive document. ```" />
|
||||
<MESSAGE value="chore: Replace "Buy me a coffee" with "Hire me" (main) This commit replaces the "Buy me a coffee" button with a "Hire me" button in the navbar. It also updates the corresponding translation in the `en/translation.json` file. The icon has been changed to a job search icon, and the link points to a Google Drive document." />
|
||||
<MESSAGE value="```" />
|
||||
<MESSAGE value="``` feat: Update workspace and translation files (main) This commit includes the following changes:" />
|
||||
<MESSAGE value="``` feat: Update workspace and translation files (main) This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect" />
|
||||
<MESSAGE value="``` feat: Update workspace and translation files (main) This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect the recent npm script execution. - Modified the English translation file (translation.json) by reordering the "navbar" keys. ``` " />
|
||||
<MESSAGE value="feat: Update workspace and translation files (main) This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect the recent npm script execution. - Modified the English translation file (translation.json) by reordering the "navbar" keys." />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="feat: Update workspace and translation files (main) This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect the recent npm script execution. - Modified the English translation file (translation.json) by reordering the "navbar" keys." />
|
||||
</component>
|
||||
<component name="VgoProject">
|
||||
<integration-enabled>false</integration-enabled>
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "Kauf mir einen Kaffee",
|
||||
"home": "Heim",
|
||||
"tools": "Werkzeuge"
|
||||
"tools": "Werkzeuge",
|
||||
"hireMe": "Stellen Sie mich ein"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "Offre-moi un café",
|
||||
"home": "Maison",
|
||||
"tools": "Outils"
|
||||
"tools": "Outils",
|
||||
"hireMe": "Contrátame"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "मुझे कॉफी खरीदें",
|
||||
"home": "होम",
|
||||
"tools": "टूल्स"
|
||||
"tools": "टूल्स",
|
||||
"hireMe": "मुझे नौकरी दें"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "コーヒーを買ってください",
|
||||
"home": "家",
|
||||
"tools": "ツール"
|
||||
"tools": "ツール",
|
||||
"hireMe": "私を雇ってください"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "Koop me een koffie",
|
||||
"home": "Thuis",
|
||||
"tools": "Hulpmiddelen"
|
||||
"tools": "Hulpmiddelen",
|
||||
"hireMe": "Neem mij aan"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "Compre-me um café",
|
||||
"home": "Lar",
|
||||
"tools": "Ferramentas"
|
||||
"tools": "Ferramentas",
|
||||
"hireMe": "Me contrate"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "Купи мне кофе",
|
||||
"home": "Дом",
|
||||
"tools": "Инструменты"
|
||||
"tools": "Инструменты",
|
||||
"hireMe": "Нанимайте меня"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@
|
|||
"navbar": {
|
||||
"buyMeACoffee": "请我喝杯咖啡",
|
||||
"home": "家",
|
||||
"tools": "工具"
|
||||
"tools": "工具",
|
||||
"hireMe": "雇用我"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue