Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add translation - from [English] to [Korean/Japanese] #5415

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions packages/language-pack/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,6 @@
"LINE_TO_ZERO": "Line to Zero",
"MISSING_VALUE": "Missing Value"
},
"NO_DATA_TABLE_ERROR_MESSAGE": "No data table is bound to the widget.",
"NO_DATA_TO_DISPLAY": "No Data to Display",
"NUMBER_CARD": {
"LESS_THAN_PREVIOUS_DAY": "less than previous day",
Expand Down Expand Up @@ -1940,9 +1939,9 @@
"NAME_REQUIRED": "Please enter name.",
"NUMBER": "Number",
"NUMBER_INPUT": "Number Input",
"NUMBER_INPUT_INCONSISTENT_STEP_VALUE": "",
"NUMBER_INPUT_INCONSISTENT_STEP_VALUE": "The input value must match the step",
"NUMBER_INPUT_INVALID_STEP_VALUE": "The input value must match the step",
"NUMBER_INPUT_OUT_OF_RANGE_VALUE": "Enter a valid number (minof {min} max of {max})",
"NUMBER_INPUT_OUT_OF_RANGE_VALUE": "Enter a valid number (min of {min} max of {max})",
"NUMBER_INPUT_STEP_INFO": "The allowable input step is {step}",
"SELECTION_TYPE": "Selection Type",
"SINGLE_SELECT": "Single select",
Expand Down Expand Up @@ -2145,8 +2144,6 @@
"DATE_RANGE_INVALID_RANGE_TEXT": "The start date must be earlier than the end date.",
"DEPRECATED_OPTION": "Deprecated Option",
"DESCRIPTION": "Description",
"DIMENSIONS": "Dimensions",
"DIMENSIONS_WARNING": "There can be a maximum of 2 Dimensions.",
"DYNAMIC_FIELD": "Dynamic Field",
"EDIT_DATA": "Edit Data",
"END": "End",
Expand All @@ -2167,6 +2164,8 @@
"PROGRESS_BAR_DESCRIPTION_1": "The percentage is calculated as:",
"PROGRESS_BAR_DESCRIPTION_2": "[Basis Field ÷ Total Field x 100]",
"REQUIRED_FIELDS": "Required Fields",
"SANKEY_AXIS": "Dimension",
"SANKEY_AXIS_WARNING": "There can be a maximum of 2 dimension.",
"STACK_BY": "Stack by",
"START": "Start",
"STATIC_FIELD": "Static Field",
Expand Down Expand Up @@ -2219,7 +2218,7 @@
"UNIT": "Unit",
"UPDATE_TITLE": "Update Widget",
"VALIDATION_PROPERTY_NOT_EXIST": "The previously selected variable from dashboard has been changed.",
"월": ""
"월": "Based on"
}
},
"HOME": {
Expand Down
Loading
Loading