Skip to content

Commit

Permalink
[WC-2662] update i18n json files (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulivan authored Nov 1, 2024
2 parents ad7d77d + 56d7c1f commit a8db7bc
Show file tree
Hide file tree
Showing 51 changed files with 1,541 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/atlas-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- We fixed an issue with "Hide on tablet" and "Hide on phone" design properties not working correctly on some devices.

### Added

- We added language translation for design properties.

## [3.14.5] Atlas Core - 2024-10-2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atlas-core",
"moduleName": "Atlas Core",
"version": "3.14.6",
"version": "3.15.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2024. All rights reserved.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/atlas-core/scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ async function copyStylesAndAssets(watchMode: boolean, destination: string): Pro
"packages/atlas",
"src/themesource/atlas_core/native/**/*.json"
)}" "${join(destination, "themesource/atlas_core/native")}"`
},
{
name: "i18n-locales",
command: `copy-and-watch ${watchArg} "${join(
repoRoot,
"packages/atlas",
"src/themesource/atlas_core/locales/**/*.json"
)}" "${join(destination, "themesource/atlas_core/locales")}"`
}
],
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Type": "Type",
"Render it as either a badge or a color label": "Render it as either a badge or a color label",
"Value": "Value",
"General": "General",
"On click": "On click",
"Events": "Events",
"Visibility": "Visibility",
"Common": "Common"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Caption": "Caption",
"General": "General",
"Value": "Value",
"Badge": "Badge",
"Visibility": "Visibility",
"On click": "On click",
"Events": "Events",
"Common": "Common"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Carousel displaying images": "Carousel displaying images",
"Data source": "Data source",
"Content": "Content",
"Data Source": "Data Source",
"Pagination": "Pagination",
"Navigation controls": "Navigation controls",
"Auto play": "Auto play",
"Delay": "Delay",
"The amount of time to delay between automatically cycling an item (ms)": "The amount of time to delay between automatically cycling an item (ms)",
"Infinite loop": "Infinite loop",
"Animation": "Animation",
"Display": "Display",
"On click action": "On click action",
"Events": "Events",
"General": "General"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"Pick a color from color input": "Pick a color from color input",
"Color attribute": "Color attribute",
"The attribute containing a valid color, supported color formats are hexadecimal, rgb and rgba. Non-color formats such as ‘red’ are not supported.": "The attribute containing a valid color, supported color formats are hexadecimal, rgb and rgba. Non-color formats such as ‘red’ are not supported.",
"Data source": "Data source",
"Enable advanced options": "Enable advanced options",
"Display mode": "Display mode",
"The presentation of the color picker": "The presentation of the color picker",
"Picker type": "Picker type",
"The various different styles, for how the color picker should look when clicked.": "The various different styles, for how the color picker should look when clicked.",
"Color format": "Color format",
"The format that which the selected color will be saved as.": "The format that which the selected color will be saved as.",
"Default colors": "Default colors",
"This is a list of pre-defined colors used within the color picker.": "This is a list of pre-defined colors used within the color picker.",
"Color": "Color",
"Valid color value: #d0d0d0, rgb(115,159,159) or rgba(195,226,226,1)": "Valid color value: #d0d0d0, rgb(115,159,159) or rgba(195,226,226,1)",
"Invalid format message": "Invalid format message",
"Message shown when the user provides a wrong input, :colors: will be replaced by a sample format.": "Message shown when the user provides a wrong input, :colors: will be replaced by a sample format.",
"General": "General",
"Editability": "Editability",
"On change": "On change",
"Events": "Events",
"Visibility": "Visibility"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"Custom description please": "Custom description please",
"Enable advanced options": "Enable advanced options",
"General": "General",
"Marker": "Marker",
"A list of static locations on the map.": "A list of static locations on the map.",
"Location": "Location",
"Address": "Address",
"Address containing (a subset of) street, number, zipcode, city and country.": "Address containing (a subset of) street, number, zipcode, city and country.",
"Latitude": "Latitude",
"Decimal number from -90.0 to 90.0.": "Decimal number from -90.0 to 90.0.",
"Longitude": "Longitude",
"Decimal number from -180.0 to 180.0.": "Decimal number from -180.0 to 180.0.",
"Title": "Title",
"Title displayed when clicking the marker.": "Title displayed when clicking the marker.",
"On click": "On click",
"Events": "Events",
"Marker style": "Marker style",
"Image": "Image",
"Image that replaces the default icon.": "Image that replaces the default icon.",
"Visualization": "Visualization",
"Locations": "Locations",
"Marker list": "Marker list",
"A list of markers showing dynamic locations on the map.": "A list of markers showing dynamic locations on the map.",
"Data source": "Data source",
"Markers": "Markers",
"API Key": "API Key",
"API Key for usage of the map through the selected provider.Google Maps - https://developers.google.com/maps/documentation/javascript/get-api-key Map Box - https://docs.mapbox.com/help/getting-started/access-tokens/ Here Maps - https://developer.here.com/tutorials/getting-here-credentials/": "API Key for usage of the map through the selected provider.Google Maps - https://developers.google.com/maps/documentation/javascript/get-api-key Map Box - https://docs.mapbox.com/help/getting-started/access-tokens/ Here Maps - https://developer.here.com/tutorials/getting-here-credentials/",
"Geo location API key": "Geo location API key",
"Used to translate addresses to latitude and longitude. This API Key should be a Google Geocoding API Key found in https://developers.google.com/maps/documentation/geocoding/overview": "Used to translate addresses to latitude and longitude. This API Key should be a Google Geocoding API Key found in https://developers.google.com/maps/documentation/geocoding/overview",
"Show current location marker": "Show current location marker",
"Shows the user current location marker.": "Shows the user current location marker.",
"Configurations": "Configurations",
"Drag": "Drag",
"The center will move when end-users drag the map.": "The center will move when end-users drag the map.",
"Scroll to zoom": "Scroll to zoom",
"The map is zoomed with a mouse scroll.": "The map is zoomed with a mouse scroll.",
"Zoom": "Zoom",
"Show zoom controls [ + ] [ - ].": "Show zoom controls [ + ] [ - ].",
"Attribution control": "Attribution control",
"Add attributions to the map (credits).": "Add attributions to the map (credits).",
"Street view": "Street view",
"Enables the Street View control.": "Enables the Street View control.",
"Map type": "Map type",
"Enables switching between different map types.": "Enables switching between different map types.",
"Full screen": "Full screen",
"Rotate": "Rotate",
"Controls": "Controls",
"Width unit": "Width unit",
"Percentage: portion of parent size. Pixels: absolute amount of pixels.": "Percentage: portion of parent size. Pixels: absolute amount of pixels.",
"Width": "Width",
"Height unit": "Height unit",
"Height": "Height",
"Zoom level": "Zoom level",
"Dimensions": "Dimensions",
"Map provider": "Map provider",
"Google MapId key": "Google MapId key",
"Used to render and style the Google map. This MapId key from Google can be found in https://developers.google.com/maps/documentation/get-map-id": "Used to render and style the Google map. This MapId key from Google can be found in https://developers.google.com/maps/documentation/get-map-id",
"Advanced": "Advanced"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"The widget lets you display a percentage as a bar": "The widget lets you display a percentage as a bar",
"Type": "Type",
"Current value": "Current value",
"Minimum value": "Minimum value",
"Maximum value": "Maximum value",
"General": "General",
"On click": "On click",
"Events": "Events",
"Show label": "Show label",
"Label type": "Label type",
"Note: If the Size of the progress bar is set to \"Small\" in the Appearance tab, then text and percentage labels will be shown in a tooltip and custom labels will be ignored.": "Note: If the Size of the progress bar is set to \"Small\" in the Appearance tab, then text and percentage labels will be shown in a tooltip and custom labels will be ignored.",
"Label text": "Label text",
"Custom label": "Custom label",
"Progress Label": "Progress Label"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Displays a progress in a circle": "Displays a progress in a circle",
"Type": "Type",
"Current value": "Current value",
"Minimum value": "Minimum value",
"Maximum value": "Maximum value",
"General": "General",
"On click": "On click",
"Events": "Events",
"Show label": "Show label",
"Label type": "Label type",
"Label text": "Label text",
"Custom label": "Custom label",
"Progress Label": "Progress Label"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"Change range of values using a slider": "Change range of values using a slider",
"Lower bound attribute": "Lower bound attribute",
"The lower bound value on the slider": "The lower bound value on the slider",
"Upper bound attribute": "Upper bound attribute",
"The upper bound value on the slider": "The upper bound value on the slider",
"Data source": "Data source",
"Enable advanced options": "Enable advanced options",
"Minimum value type": "Minimum value type",
"Minimum value": "Minimum value",
"Maximum value type": "Maximum value type",
"Maximum value": "Maximum value",
"Step size type": "Step size type",
"Step size": "Step size",
"Show tooltip": "Show tooltip",
"Lower bound tooltip type": "Lower bound tooltip type",
"By default tooltip shows current value. Choose 'Custom' to create your own template.": "By default tooltip shows current value. Choose 'Custom' to create your own template.",
"Tooltip": "Tooltip",
"Upper bound tooltip type": "Upper bound tooltip type",
"Tooltip always visible": "Tooltip always visible",
"When enabled tooltip is always visible to the user": "When enabled tooltip is always visible to the user",
"General": "General",
"Editability": "Editability",
"Visibility": "Visibility",
"Number of markers": "Number of markers",
"Marker ticks on the slider (visible when larger than 0)": "Marker ticks on the slider (visible when larger than 0)",
"Decimal places": "Decimal places",
"Number of decimal places for marker values": "Number of decimal places for marker values",
"Orientation": "Orientation",
"If orientation is 'Vertical', make sure that parent or slider itself has fixed height": "If orientation is 'Vertical', make sure that parent or slider itself has fixed height",
"Height unit": "Height unit",
"Height": "Height",
"Track": "Track",
"On change": "On change",
"Events": "Events"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"Rich inline or toolbar text editing": "Rich inline or toolbar text editing",
"Value attribute": "Value attribute",
"The attribute used for the content of the text editor, recommendation is to use an unlimited string data type.": "The attribute used for the content of the text editor, recommendation is to use an unlimited string data type.",
"Data source": "Data source",
"Menu bar": "Menu bar",
"Enable status bar": "Enable status bar",
"General": "General",
"Toolbar": "Toolbar",
"Mode": "Mode",
"Location": "Location",
"Enable quick toolbar": "Enable quick toolbar",
"Context menu": "Context menu",
"Read-only style": "Read-only style",
"How the rich text editor will appear in read-only mode.": "How the rich text editor will appear in read-only mode.",
"Editability": "Editability",
"Visibility": "Visibility",
"Width unit": "Width unit",
"Percentage: portion of parent size. Pixels: absolute amount of pixels.": "Percentage: portion of parent size. Pixels: absolute amount of pixels.",
"Width": "Width",
"Height unit": "Height unit",
"Height": "Height",
"Minimum height": "Minimum height",
"Editor's minimum height. The number value is in pixels.": "Editor's minimum height. The number value is in pixels.",
"Editor resize": "Editor resize",
"Dimensions": "Dimensions",
"On change": "On change",
"On enter": "On enter",
"On leave": "On leave",
"On key press": "On key press",
"Events": "Events",
"On change behavior": "On change behavior",
"Additional valid elements": "Additional valid elements",
"Additional sanitization rules to allow certain tag, sample: script[src|async]": "Additional sanitization rules to allow certain tag, sample: script[src|async]",
"Enable spell checking": "Enable spell checking",
"Highlight on focus": "Highlight on focus",
"Additional stylesheet": "Additional stylesheet",
"Additional stylesheet to be included in the rich text content": "Additional stylesheet to be included in the rich text content",
"Sandbox iframes": "Sandbox iframes",
"When enabled, all embedded media using iframes elements will be given the sandbox=\"\" attribute, applying all restrictions.": "When enabled, all embedded media using iframes elements will be given the sandbox=\"\" attribute, applying all restrictions.",
"Use relative URL Link": "Use relative URL Link",
"When enabled, same domain URL links will be converted into relative URL.": "When enabled, same domain URL links will be converted into relative URL.",
"Advanced": "Advanced",
"Toolbar group": "Toolbar group",
"Basic style": "Basic style",
"Extended style": "Extended style",
"Text alignment": "Text alignment",
"Clipboard": "Clipboard",
"Font style": "Font style",
"Paragraph": "Paragraph",
"Document": "Document",
"History": "History",
"Accordion": "Accordion",
"Code": "Code",
"Anchor": "Anchor",
"Text direction": "Text direction",
"Link": "Link",
"List": "List",
"Preview": "Preview",
"Table": "Table",
"Visual aid": "Visual aid",
"Media": "Media",
"Utility": "Utility",
"Emoticon": "Emoticon",
"Removal": "Removal",
"Advanced groups": "Advanced groups",
"Button": "Button",
"Button Type": "Button Type",
"Custom toolbar": "Custom toolbar",
"File": "File",
"Edit": "Edit",
"Insert": "Insert",
"View": "View",
"Format": "Format",
"Tools": "Tools",
"Help": "Help",
"Custom menubar": "Custom menubar"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"Change a number value using a slider": "Change a number value using a slider",
"Value attribute": "Value attribute",
"Data source": "Data source",
"Enable advanced options": "Enable advanced options",
"Minimum value type": "Minimum value type",
"Minimum value": "Minimum value",
"The minimum value of the slider.": "The minimum value of the slider.",
"Maximum value type": "Maximum value type",
"Maximum value": "Maximum value",
"The maximum value of the slider.": "The maximum value of the slider.",
"Step size type": "Step size type",
"Step size": "Step size",
"Value to be added or subtracted on each step the slider makes. Must be greater than zero, and max - min should be evenly divisible by the step value.": "Value to be added or subtracted on each step the slider makes. Must be greater than zero, and max - min should be evenly divisible by the step value.",
"Show tooltip": "Show tooltip",
"Tooltip type": "Tooltip type",
"By default tooltip shows current value. Choose 'Custom' to create your own template.": "By default tooltip shows current value. Choose 'Custom' to create your own template.",
"Tooltip": "Tooltip",
"Tooltip always visible": "Tooltip always visible",
"When enabled tooltip is always visible to the user": "When enabled tooltip is always visible to the user",
"General": "General",
"Editability": "Editability",
"Visibility": "Visibility",
"Number of markers": "Number of markers",
"The number of marker ticks that appear along the slider’s track. (Visible when larger than 0)": "The number of marker ticks that appear along the slider’s track. (Visible when larger than 0)",
"Decimal places": "Decimal places",
"Number of decimal places for marker values": "Number of decimal places for marker values",
"Orientation": "Orientation",
"The orientation of the slider. If ‘Vertical’, make sure to set the either the height of the parent or slider to a fixed height.": "The orientation of the slider. If ‘Vertical’, make sure to set the either the height of the parent or slider to a fixed height.",
"Height unit": "Height unit",
"Height": "Height",
"Track": "Track",
"On change": "On change",
"Events": "Events"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Attribute": "Attribute",
"Empty icon": "Empty icon",
"Selected icon": "Selected icon",
"Amount": "Amount",
"The number of rating icons": "The number of rating icons",
"Animation": "Animation",
"General": "General",
"On change": "On change",
"Events": "Events",
"Common": "Common"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Toggle a boolean attribute": "Toggle a boolean attribute",
"Boolean attribute": "Boolean attribute",
"Attribute to toggle": "Attribute to toggle",
"Data source": "Data source",
"On change": "On change",
"Action to be performed when the switch is toggled": "Action to be performed when the switch is toggled",
"Actions": "Actions",
"General": "General",
"Common": "Common"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"Target selector": "Target selector",
"Selector to find the first HTML element you want to target which must be a valid CSS selector like '.mx-name-texbox1 input'": "Selector to find the first HTML element you want to target which must be a valid CSS selector like '.mx-name-texbox1 input'",
"Content": "Content",
"HTML Attributes": "HTML Attributes",
"HTML attribute": "HTML attribute",
"The HTML attribute to be set based on the condition. The following attributes are not allowed: 'class', 'style', 'widgetid', 'data-mendix-id'.": "The HTML attribute to be set based on the condition. The following attributes are not allowed: 'class', 'style', 'widgetid', 'data-mendix-id'.",
"Source type": "Source type",
"Expression value": "Expression value",
"Text value": "Text value",
"Condition": "Condition",
"Condition to determine if the HTML attribute must be set or not": "Condition to determine if the HTML attribute must be set or not",
"General": "General"
}
Loading

0 comments on commit a8db7bc

Please sign in to comment.