-
Notifications
You must be signed in to change notification settings - Fork 50
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 #2691 from ever-co/stage
Release
- Loading branch information
Showing
58 changed files
with
1,675 additions
and
481 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 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 ?" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
apps/server-web/src/locales/i18n/en/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,19 @@ | ||
{ | ||
"MENU": { | ||
"STATUS": "MENU.STATUS", | ||
"STOPPED": "MENU.STOPPED" | ||
}, | ||
"SERVER_STATUS_STOPPED": "SERVER_STATUS_STOPPED", | ||
"Статус: Спряна": "Статус: Спряна", | ||
"Започнете": "Започнете", | ||
"Спри се": "Спри се", | ||
"Настройка": "Настройка", | ||
"относно": "относно", | ||
"Откажете се": "Откажете се", | ||
"Status: Stopped": "Status: Stopped", | ||
"Start": "Start", | ||
"Stop": "Stop", | ||
"Setting": "Setting", | ||
"About": "About", | ||
"Quit": "Quit" | ||
} |
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,31 +1,34 @@ | ||
export const EventLists = { | ||
webServerStarted: 'WEB_SERVER_STARTED', | ||
webServerStopped: 'WEB_SERVER_STOPPED', | ||
webServerStart: 'WEB_SERVER_START', | ||
webServerStop: 'WEB_SERVER_STOP', | ||
gotoSetting: 'GO_TO_SETTING', | ||
gotoAbout: 'GO_TO_ABOUT', | ||
UPDATE_AVAILABLE: 'UPDATE_AVAILABLE', | ||
UPDATE_ERROR: 'UPDATE_ERROR', | ||
UPDATE_NOT_AVAILABLE: 'UPDATE_NOT_AVAILABLE', | ||
UPDATE_PROGRESS: 'UPDATE_PROGRESS', | ||
UPDATE_DOWNLOADED: 'UPDATE_DOWNLOADED', | ||
UPDATE_CANCELLED: 'UPDATE_CANCELLED', | ||
CHANGE_LANGUAGE: 'CHANGE_LANGUAGE' | ||
} | ||
webServerStarted: 'WEB_SERVER_STARTED', | ||
webServerStopped: 'WEB_SERVER_STOPPED', | ||
webServerStart: 'WEB_SERVER_START', | ||
webServerStop: 'WEB_SERVER_STOP', | ||
gotoSetting: 'GO_TO_SETTING', | ||
gotoAbout: 'GO_TO_ABOUT', | ||
UPDATE_AVAILABLE: 'UPDATE_AVAILABLE', | ||
UPDATE_ERROR: 'UPDATE_ERROR', | ||
UPDATE_NOT_AVAILABLE: 'UPDATE_NOT_AVAILABLE', | ||
UPDATE_PROGRESS: 'UPDATE_PROGRESS', | ||
UPDATE_DOWNLOADED: 'UPDATE_DOWNLOADED', | ||
UPDATE_CANCELLED: 'UPDATE_CANCELLED', | ||
CHANGE_LANGUAGE: 'CHANGE_LANGUAGE' | ||
} | ||
|
||
export const SettingPageTypeMessage = { | ||
loadSetting: 'load-setting', | ||
checkUpdate: 'check-for-update', | ||
updateAvailable: 'update-available', | ||
downloadingUpdate: 'downloading-update', | ||
downloaded: 'downloaded-update', | ||
installUpdate: 'install-update', | ||
saveSetting: 'save-setting', | ||
updateError: 'update-error', | ||
upToDate: 'up-to-date', | ||
mainResponse: 'main-response', | ||
showVersion: 'show-version', | ||
selectMenu: 'select-menu', | ||
langChange: 'lang' | ||
export const SettingPageTypeMessage = { | ||
loadSetting: 'load-setting', | ||
checkUpdate: 'check-for-update', | ||
updateAvailable: 'update-available', | ||
downloadingUpdate: 'downloading-update', | ||
downloaded: 'downloaded-update', | ||
installUpdate: 'install-update', | ||
saveSetting: 'save-setting', | ||
updateError: 'update-error', | ||
upToDate: 'up-to-date', | ||
mainResponse: 'main-response', | ||
showVersion: 'show-version', | ||
selectMenu: 'select-menu', | ||
langChange: 'lang', | ||
updateSetting: 'update-setting', | ||
updateSettingResponse: 'update-setting-response', | ||
updateCancel: 'update-cancel' | ||
} |
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
Oops, something went wrong.