Skip to content

Commit

Permalink
Addings I18 keys for Project Menu Components in translations file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaishakh-SM committed Nov 26, 2024
1 parent e513a2d commit 4787dc7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions frontend/src/i18n/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,30 @@
"FILE_EXPLORER$CLOSE_WORKSPACE": {
"en": "Close workspace"
},
"PROJECT_MENU$NEW_PROJECT": {
"en": "New Project"
},
"PROJECT_MENU$CONNECT_GITHUB": {
"en": "Connect to GitHub"
},
"PROJECT_MENU$PUSH_GITHUB": {
"en": "Push to GitHub"
},
"PROJECT_MENU$CONNECTED": {
"en": "Connected"
},
"PROJECT_MENU$TIME_AGO": {
"en": "ago"
},
"PROJECT_MENU$DOWNLOAD_AS_ZIP": {
"en": "Download as .zip"
},
"PROJECT_MENU$OPEN": {
"en": "Open project menu"
},
"PROJECT_MENU$RAW_EVENT_CONTENT": {
"en": "\nLet's push the code to GitHub.\nIf we're currently on the openhands-workspace branch, please create a new branch with a descriptive name.\nCommit any changes and push them to the remote repository.\nFinally, open up a pull request using the GitHub API and the token in the GITHUB_TOKEN environment variable, then show me the URL of the pull request."
},
"ACCOUNT_SETTINGS_MODAL$DISCONNECT":{
"en": "Disconnect",
"es": "Desconectar"
Expand Down

0 comments on commit 4787dc7

Please sign in to comment.