-
Notifications
You must be signed in to change notification settings - Fork 14
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 #421 from bitfinexcom/staging
Release version 4.29.0
- Loading branch information
Showing
49 changed files
with
710 additions
and
115 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
Submodule bfx-report-ui
updated
19 files
Submodule bfx-reports-framework
updated
6 files
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,56 @@ | ||
{ | ||
"common": { | ||
"title": "Report" | ||
}, | ||
"menu": { | ||
"macMainSubmenu": { | ||
"servicesLabel": "Services", | ||
"hideLabel": "Hide", | ||
"hideOthersLabel": "Hide Others", | ||
"unhideLabel": "Unhide", | ||
"quitLabel": "Quit" | ||
}, | ||
"fileSubMenu": { | ||
"label": "File" | ||
}, | ||
"editSubMenu": { | ||
"label": "Edit" | ||
}, | ||
"viewSubMenu": { | ||
"label": "View", | ||
"reloadLabel": "Reload", | ||
"forceReloadLabel": "Force Reload", | ||
"toggleDevToolsLabel": "Toggle Developer Tools", | ||
"resetZoomLabel": "Actual Size", | ||
"zoomInLabel": "Zoom In", | ||
"zoomOutLabel": "Zoom Out", | ||
"togglefullscreenLabel": "Toggle Full Screen" | ||
}, | ||
"windowSubMenu": { | ||
"label": "Window" | ||
}, | ||
"toolsSubMenu": { | ||
"label": "Tools", | ||
"dataManagementSubMenu": { | ||
"label": "Data Management", | ||
"exportDbLabel": "Export DB", | ||
"importDbLabel": "Import DB", | ||
"restoreDbLabel": "Restore DB", | ||
"backupDbLabel": "Backup DB", | ||
"removeDbLabel": "Remove DB", | ||
"clearAllDataLabel": "Clear All Data (except user creds)" | ||
}, | ||
"changeReportsFolderLabel": "Change Reports Folder", | ||
"changeSyncFrequencyLabel": "Change Sync Frequency" | ||
}, | ||
"helpSubMenu": { | ||
"label": "Help", | ||
"openNewGitHubIssueLabel": "Open new GitHub Issue", | ||
"checkForUpdatesLabel": "Check for Updates", | ||
"quitAndInstallUpdatesLabel": "Quit and Install updates", | ||
"userManualLabel": "User Manual", | ||
"changelogLabel": "Changelog", | ||
"aboutLabel": "About {{appName}}" | ||
} | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"common": { | ||
"title": "Reporte" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"common": { | ||
"title": "Informes" | ||
} | ||
} |
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,56 @@ | ||
{ | ||
"common": { | ||
"title": "Отчет" | ||
}, | ||
"menu": { | ||
"macMainSubmenu": { | ||
"servicesLabel": "Услуги", | ||
"hideLabel": "Скрыть", | ||
"hideOthersLabel": "Скрыть Другие", | ||
"unhideLabel": "Показать", | ||
"quitLabel": "Выйти" | ||
}, | ||
"fileSubMenu": { | ||
"label": "Файл" | ||
}, | ||
"editSubMenu": { | ||
"label": "Редактировать" | ||
}, | ||
"viewSubMenu": { | ||
"label": "Вид", | ||
"reloadLabel": "Перезагрузить", | ||
"forceReloadLabel": "Принудительно Перезагрузить", | ||
"toggleDevToolsLabel": "Переключить Инструменты Разработчика", | ||
"resetZoomLabel": "Фактический Размер", | ||
"zoomInLabel": "Увеличить", | ||
"zoomOutLabel": "Уменьшить", | ||
"togglefullscreenLabel": "Переключить на Полный Экран" | ||
}, | ||
"windowSubMenu": { | ||
"label": "Окно" | ||
}, | ||
"toolsSubMenu": { | ||
"label": "Инструменты", | ||
"dataManagementSubMenu": { | ||
"label": "Управление Данными", | ||
"exportDbLabel": "Экспортировать БД", | ||
"importDbLabel": "Импортировать БД", | ||
"restoreDbLabel": "Восстановить БД", | ||
"backupDbLabel": "Резервная копия БД", | ||
"removeDbLabel": "Удалить БД", | ||
"clearAllDataLabel": "Очистить Все Данные (кроме учетных данных польз.)" | ||
}, | ||
"changeReportsFolderLabel": "Изменить Папку Отчетов", | ||
"changeSyncFrequencyLabel": "Изменить Частоту Синхронизации" | ||
}, | ||
"helpSubMenu": { | ||
"label": "Помощь", | ||
"openNewGitHubIssueLabel": "Открыть новую Проблему на GitHub", | ||
"checkForUpdatesLabel": "Проверить наличие Обновлений", | ||
"quitAndInstallUpdatesLabel": "Выйти и Установить обновления", | ||
"userManualLabel": "Руководство Пользователя", | ||
"changelogLabel": "Журнал Изменений", | ||
"aboutLabel": "О {{appName}}" | ||
} | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"common": { | ||
"title": "Rapor" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"common": { | ||
"title": "Báo cáo" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"common": { | ||
"title": "报告" | ||
} | ||
} |
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,5 @@ | ||
{ | ||
"common": { | ||
"title": "報告" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ unlink /usr/local/CHANGELOG.md | |
unlink /usr/local/LICENSE | ||
unlink /usr/local/README.md | ||
|
||
npm cache clear --force | ||
npm cache clear --force 2>/dev/null | ||
npm install --global [email protected] | ||
|
||
echo -e "\n${COLOR_GREEN}The NodeJS has been installed successful${COLOR_NORMAL}" |
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.