mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
* feat: load multiple languages dynamically * fix: map locale * fix: antd * fix: locale * fix: th * fix: cronstrue locales * fix: improve code * fix: defaults
25 lines
683 B
TypeScript
25 lines
683 B
TypeScript
export default {
|
|
"Sequence": "Sequence",
|
|
"Sequence rules": "Sequence rules",
|
|
"Add rule": "Add rule",
|
|
"Inputable": "Inputable",
|
|
"Match rules": "Match rules",
|
|
"Type": "Type",
|
|
"Autoincrement": "Autoincrement",
|
|
"Fixed text": "Fixed text",
|
|
"Text content": "Text content",
|
|
"Rule content": "Rule content",
|
|
"{{value}} Digits": "{{value}} Digits",
|
|
"Digits": "Digits",
|
|
"Start from": "Start from",
|
|
"Starts from {{value}}": "Starts from {{value}}",
|
|
"Reset cycle": "Reset cycle",
|
|
"No reset": "No reset",
|
|
"Daily": "Daily",
|
|
"Every Monday": "Every Monday",
|
|
"Monthly": "Monthly",
|
|
"Yearly": "Yearly",
|
|
"Operations": "Operations",
|
|
"Customize": "Customize"
|
|
};
|