From 4787dc7ba140e58569a19a94547beb013c8eef0b Mon Sep 17 00:00:00 2001 From: Vaishakh-SM Date: Sun, 27 Oct 2024 13:09:09 +0530 Subject: [PATCH] Addings I18 keys for Project Menu Components in translations file --- frontend/src/i18n/translation.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/frontend/src/i18n/translation.json b/frontend/src/i18n/translation.json index 3bc6756c48e3..581b3d246ff6 100644 --- a/frontend/src/i18n/translation.json +++ b/frontend/src/i18n/translation.json @@ -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"