dm-vue3-ui
Version:
This Components Library will help get you started developing in Vue 3.
146 lines (145 loc) • 3.57 kB
JavaScript
const en_US = {
datePicker: {
preset: {
title: "Preset",
values: [
"Last 10 seconds",
"Last 30 seconds",
"Last 1 minute",
"Last 5 minutes",
"Last 10 minutes",
"Last 15 minutes",
"Last 30 minutes",
"Last 60 minutes",
"Last 12 hours",
"Today",
"Week to date",
"Month to date",
"Quarter to date",
"Year to date",
"Yesterday",
"The day before yesterday",
"Last week",
"Last month",
"Last quarter",
"Last year",
"All time"
]
},
real: {
title: "Real Time",
values: [
"30 second window",
"1 minute window",
"5 minute window",
"30 minute window",
"1 hour window",
"3 hour window"
],
units: [
"Seconds Ago",
"Minutes Ago",
"Hours Ago",
"Days Ago",
"Weeks Ago",
"Months Ago",
"Quarters Ago",
"Years Ago"
],
earliest: "Earliest"
},
relative: {
title: "Relative Time",
to: "to",
now: "now (real time) "
},
absolute: {
title: "Absolute Time",
between: "Between",
before: "Before",
since: "Since",
betweenPlaceholder: "Start date-End date",
singlePlaceHolder: "Select time"
},
confirm: "Ok",
invalidTime: "invalid time",
validateMsg: [
"Time cannot be empty",
"Start time cannot be equal to end time",
"Start time cannot be greater than current time",
"end time cannot be earlier than start time",
"Verified Passed"
],
before: "before",
after: "after",
now: "now",
immediately: "immediately"
},
cronPicker: {
usePickerBtnText: "Use time selection",
title: "Scheduled task time selection",
frequency: "Running frequency",
time: "Running time",
confirm: "Confirm",
cancel: "Cancel",
timePicker: "TimePicker",
viewTenTimes: "View the next 10 runtime times",
cronExpression: "Cron expression",
cronInput: "Please enter a Cron expression",
parse: "analysis",
ruleType: "Rule Type",
monthly: "every month",
workly: " the most recent working day",
lastDay: "last day of the month",
which: "the",
weekOfWeek: "week of the week",
lastWeek: "last week of the Month",
appoint: "appoint",
every: "Every ",
from: "from ",
weekly: "the week",
dailyExecution: "daily execution",
startEvery: " start, every",
day: "day",
executeOnce: " execute once",
execute: " execute",
second: "second",
minute: "minute",
hour: "hour",
date: "date",
month: "month",
week: "week",
year: "year",
unspecific: "unSpecified",
values: ["Every minute", "Every hour", "Every day", "Every week", "Every month", "Every year"],
weekValues: ["Sun", "Mon", "Tues", "Wed", "Thur", "Fri", "Sat"],
monthValues: [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"June",
"July",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
]
},
multipleFilter: {
filterTemplate: "Filter Template",
placeholder: "Name the quick search",
clear: "Clear",
save: "Save",
tips: "Name and save the current search and filter conditions, so that you can quickly filter related resources in the future",
search: "search",
noMatch: "no match",
clear1: "clear",
apply: "application selection"
}
};
export {
en_US as default
};