- Notifications
You must be signed in to change notification settings - Fork279
Dev -> Feat#552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Dev -> Feat#552
Changes fromall commits
Commits
Show all changes
10 commits Select commitHold shift + click to select a range
e7301bd
Merge pull request #543 from lowcoder-org/feat/Layout-Mode
FalkWolskyb2b423d
fix: make table rows interactive when fixed header
raheeliftikhar5e959fd1
fix: separate options to fix header and toolbar
raheeliftikhar5eecbde8
Merge pull request #549 from raheeliftikhar5/table-fixed-footer
FalkWolsky4d0a3bb
Small translation fixes
80abd4b
Translation file fixes and deleted console Logs
b970f6a
Cleaned Up Text base
46796e5
Fixed Tutorial bug
13043b0
First Translation to German
5b450d9
Merge pull request #551 from lowcoder-org/feat-translation
FalkWolskyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
3 changes: 2 additions & 1 deletionclient/package.json
This file contains hidden or 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
285 changes: 140 additions & 145 deletionsclient/packages/lowcoder-comps/src/i18n/comps/locales/en.ts
This file contains hidden or 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,150 +1,145 @@ | ||
export const en = { | ||
"chart": { | ||
"delete": "Delete", | ||
"data": "Data", | ||
"mode": "Mode", | ||
"config": "Configuration", | ||
"UIMode": "UI Mode", | ||
"chartType": "Chart Type", | ||
"xAxis": "X-axis", | ||
"chartSeries": "Chart Series", | ||
"customSeries": "Custom Series", | ||
"add": "Add", | ||
"confirmDelete": "Confirm Delete: ", | ||
"seriesName": "Series Name", | ||
"dataColumns": "Data Columns", | ||
"title": "Title", | ||
"xAxisDirection": "X-axis Direction", | ||
"xAxisName": "X-axis Name", | ||
"xAxisType": "X-axis Type", | ||
"xAxisTypeTooltip": "Automatically detected based on X-axis data. For type description, refer to: ", | ||
"logBase": "Log Base", | ||
"yAxisName": "Y-axis Name", | ||
"yAxisType": "Y-axis Type", | ||
"yAxisDataFormat": "Y-axis Data Type", | ||
"yAxisDataFormatTooltip": "Indicates the value of each coordinate. Example: '{{value * 100 + \"%\"}}'", | ||
"basicBar": "Basic Bar", | ||
"stackedBar": "Stacked Bar", | ||
"barType": "Bar Chart Type", | ||
"categoryAxis": "Category Axis", | ||
"valueAxis": "Value Axis", | ||
"timeAxis": "Time Axis", | ||
"logAxis": "Log Axis", | ||
"auto": "Default", | ||
"legendPosition": "Legend Position", | ||
"basicLine": "Basic Line", | ||
"stackedLine": "Stacked Line", | ||
"areaLine": "Area Line", | ||
"smooth": "Smooth Curve", | ||
"lineType": "Line Chart Type", | ||
"basicPie": "Basic Pie", | ||
"doughnutPie": "Doughnut Pie", | ||
"rosePie": "Rose Pie", | ||
"pieType": "Pie Chart Type", | ||
"spending": "Spending", | ||
"budget": "Budget", | ||
"bar": "Bar Chart", | ||
"line": "Line Chart", | ||
"scatter": "Scatter Chart", | ||
"pie": "Pie Chart", | ||
"horizontal": "Horizontal", | ||
"vertical": "Vertical", | ||
"noData": "No Data", | ||
"unknown": "Unknown", | ||
"select": "Select", | ||
"unSelect": "Unselect", | ||
"echartsOptionLabel": "Option", | ||
"echartsOptionTooltip": "ECharts Option", | ||
"echartsOptionExamples": "ECharts Examples", | ||
"echartsMapOptionTooltip": "ECharts Map Option", | ||
"echartsMapOptionExamples": "ECharts Map Examples", | ||
"selectDesc": "Triggered when a user selects part of the data in the chart", | ||
"unselectDesc": "Triggered when a user unselects part of the data in the chart", | ||
"selectedPointsDesc": "Selected Points", | ||
"dataDesc": "JSON Data for the Chart", | ||
"titleDesc": "Current Chart Title", | ||
"scatterShape": "Scatter Shape", | ||
"circle": "Circle", | ||
"rect": "Rectangle", | ||
"triangle": "Triangle", | ||
"diamond": "Diamond", | ||
"pin": "Pin", | ||
"arrow": "Arrow", | ||
"pointColorLabel": "Point Color", | ||
"pointColorTooltip": "Set point color based on series name and value. Variables: seriesName, value. Example: '{{value < 25000 ? \"red\" : \"green\"}}'", | ||
"mapReady": "Map Ready", | ||
"mapReadyDesc": "Triggers when the map is ready", | ||
"zoomLevelChange": "Zoom Level Change", | ||
"zoomLevelChangeDesc": "Triggers when the map zoom level changes", | ||
"centerPositionChange": "Center Position Change", | ||
"centerPositionChangeDesc": "Triggers when the map center position changes" | ||
}, | ||
"imageEditor": { | ||
"defaultSrc": "", | ||
"save": "Save", | ||
"saveDesc": "SaveImage", | ||
"src": "ImageSource", | ||
"name": "ImageName", | ||
"buttonText": "ButtonText", | ||
"srcDesc": "ImageSource", | ||
"nameDesc": "ImageName", | ||
"dataURIDesc": "ImageData URI", | ||
"dataDesc": "ImageData", | ||
"buttonTextDesc": "ButtonText" | ||
}, | ||
"calendar": { | ||
"events": "Events Data", | ||
"editable": "Editable", | ||
"defaultDate": "Default Date", | ||
"defaultDateTooltip": "Initial display date of the calendar", | ||
"defaultView": "Default View", | ||
"defaultViewTooltip": "Initial view of the calendar", | ||
"showEventTime": "Show Event Times", | ||
"showEventTimeTooltip": "Display event time text", | ||
"showWeekends": "Show Weekends", | ||
"showAllDay": "Show All-Day", | ||
"showAllDayTooltip": "Display all-day slot in week and day views", | ||
"dayMaxEvents": "Day Max Events", | ||
"dayMaxEventsTooltip": "Max events per day in month view, 0 for cell height limit", | ||
"eventMaxStack": "Event Max Stack", | ||
"eventMaxStackTooltip": "Max events to stack horizontally in week and day views, 0 for no limit", | ||
"selectInterval": "Selected Interval", | ||
"selectEvent": "Selected Event", | ||
"changeSet": "Changed Event Object", | ||
"headerBtnBackground": "Button Background", | ||
"btnText": "Button Text", | ||
"title": "Title", | ||
"selectBackground": "Selected Background", | ||
"today": "Today", | ||
"month": "Month", | ||
"week": "Week", | ||
"day": "Day", | ||
"list": "List", | ||
"monday": "Monday", | ||
"tuesday": "Tuesday", | ||
"wednesday": "Wednesday", | ||
"thursday": "Thursday", | ||
"friday": "Friday", | ||
"saturday": "Saturday", | ||
"sunday": "Sunday", | ||
"startWeek": "Start From", | ||
"creatEvent": "Create Event", | ||
"editEvent": "Edit Event", | ||
"eventName": "Event Name", | ||
"eventColor": "Event Color", | ||
"eventGroupId": "Group ID", | ||
"groupIdTooltip": "Group ID groups events for drag and resize together.", | ||
"more": "More", | ||
"allDay": "All Day", | ||
"eventNameRequire": "Enter Event Name", | ||
"eventId": "Event ID", | ||
"eventIdRequire": "Enter Event ID", | ||
"eventIdTooltip": "Unique ID for each event", | ||
"eventIdExist": "ID Exists" | ||
}, | ||
}; |
4 changes: 3 additions & 1 deletionclient/packages/lowcoder/.eslintrc
This file contains hidden or 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
4 changes: 2 additions & 2 deletionsclient/packages/lowcoder/src/comps/comps/customComp/customComp.tsx
This file contains hidden or 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
12 changes: 8 additions & 4 deletionsclient/packages/lowcoder/src/comps/comps/dataChangeResponderComp.tsx
This file contains hidden or 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
2 changes: 1 addition & 1 deletionclient/packages/lowcoder/src/comps/comps/iframeComp.tsx
This file contains hidden or 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
2 changes: 1 addition & 1 deletionclient/packages/lowcoder/src/comps/comps/imageComp.tsx
This file contains hidden or 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
2 changes: 1 addition & 1 deletionclient/packages/lowcoder/src/comps/comps/listViewComp/listViewPropertyView.tsx
This file contains hidden or 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.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.