-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2692 from ever-co/stage
Release
- Loading branch information
Showing
66 changed files
with
1,740 additions
and
503 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
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
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
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
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Ever Teams Web Server | ||
|
||
Electron-based Desktop App that serve Ever Teams NextJs frontend. | ||
Electron-based Desktop App that serves Ever Teams NextJs frontend, build with [ERB](https://github.com/electron-react-boilerplate/electron-react-boilerplate). | ||
|
||
## Docs | ||
|
||
Docs for ERB are available at <https://electron-react-boilerplate.js.org>. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
15 changes: 15 additions & 0 deletions
15
apps/server-web/src/locales/i18n/bg/translation.missing.json
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,15 @@ | ||
{ | ||
"Status: Started": "Status: Started", | ||
"Start": "Start", | ||
"Stop": "Stop", | ||
"Setting": "Setting", | ||
"About": "About", | ||
"Quit": "Quit", | ||
"Статус: Спряна": "Статус: Спряна", | ||
"Започнете": "Започнете", | ||
"Спри се": "Спри се", | ||
"Настройка": "Настройка", | ||
"относно": "относно", | ||
"Откажете се": "Откажете се", | ||
"Status: Stopped": "Status: Stopped" | ||
} |
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,61 @@ | ||
{ | ||
"MENU": { | ||
"SERVER": "Server", | ||
"UPDATER": "Update", | ||
"ABOUT": "About", | ||
"SERVER_START": "Start", | ||
"SERVER_STOP": "Stop", | ||
"APP_SETTING": "Setting", | ||
"APP_ABOUT": "About", | ||
"APP_QUIT": "Quit", | ||
"GENERAL": "General", | ||
"SERVER_STATUS_STOPPED": "Status: Stopped", | ||
"SERVER_STATUS_STARTED": "Status: Started" | ||
}, | ||
"FORM": { | ||
"FIELDS": { | ||
"PORT": "PORT", | ||
"GAUZY_API_SERVER_URL": "Gauzy API Server Url", | ||
"NEXT_PUBLIC_GAUZY_API_SERVER_URL": "Public Gauzy API Server Url", | ||
"LANGUAGES": "Languages", | ||
"OPTIONS": "Options" | ||
}, | ||
"BUTTON": { | ||
"SAVE_SETTING": "Save Setting", | ||
"OK": "OK", | ||
"YES": "Yes", | ||
"NO": "No", | ||
"DOWNLOAD_NOW": "Download Now", | ||
"LATER": "Later", | ||
"CANCEL": "Cancel" | ||
}, | ||
"LABELS": { | ||
"CHECKING": "Checking", | ||
"DOWNLOADING": "Downloading", | ||
"QUIT_N_INSTALL": "Quit and Install", | ||
"UP_TO_DATE": "Up to date", | ||
"UPDATE_AVAILABLE": "Update Available", | ||
"CHECK_FOR_UPDATE": "Check For Update", | ||
"SERVER_CONFIG": "Server Configuration", | ||
"UPDATE_OPTIONS": { | ||
"A_DAY": "A Day", | ||
"A_HOURS": "A Hours", | ||
"3_HOURS": "30 Hours", | ||
"30_MINUTES": "30 Minutes" | ||
}, | ||
"AUTO_UPDATE_TITLE": "Automatic Update Check", | ||
"AUTO_UPDATE_SUBTITLE": "Enable automatice update check, in order to run a request to check if new version is available and notify", | ||
"AUTO_UPDATE_TOGLE": "Automatic Update", | ||
"CHECK_UPDATE_TITLE": "Check & Update your app version", | ||
"CHECK_UPDATE_SUBTITLE": "New Update is available! Please click button Download Now below." | ||
} | ||
}, | ||
"MESSAGE": { | ||
"SUCCESS": "Success", | ||
"ERROR": "Error", | ||
"WARNING": "Warning", | ||
"INFO": "Info", | ||
"UPDATE_AVAILABLE": "New Update is available! Please click button Download Now below.", | ||
"EXIT_MESSAGE": "Server web still running, Are you sure to exit the app ?" | ||
} | ||
} |
Oops, something went wrong.