update localization for notifications, colors, and icons across multiple components
This commit is contained in:
@@ -394,8 +394,23 @@
|
||||
"failedScan": "Failed scan"
|
||||
},
|
||||
"descriptionPlaceholder": "Enter description...",
|
||||
"notifTemplate": {
|
||||
"notificationTemplate": {
|
||||
"onDueDate": "On due date",
|
||||
"timing": {
|
||||
"before": "Before",
|
||||
"ondue": "Due",
|
||||
"after": "After"
|
||||
},
|
||||
"unitName": {
|
||||
"m": "minutes",
|
||||
"h": "hours",
|
||||
"d": "days"
|
||||
},
|
||||
"unitShort": {
|
||||
"m": "Mins",
|
||||
"h": "Hours",
|
||||
"d": "Days"
|
||||
},
|
||||
"beforeDue": "{{count}} {{unit}} before due",
|
||||
"afterDue": "{{count}} {{unit}} after due",
|
||||
"errDuplicate": "This notification setting already exists. Please use a different timing.",
|
||||
|
||||
@@ -9,6 +9,32 @@
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"warning": "Warning",
|
||||
"colors": {
|
||||
"Salmon": "Salmon",
|
||||
"Teal": "Teal",
|
||||
"Sky Blue": "Sky Blue",
|
||||
"Grape": "Grape",
|
||||
"Sunshine": "Sunshine",
|
||||
"Coral": "Coral",
|
||||
"Lavender": "Lavender",
|
||||
"Rose": "Rose",
|
||||
"Charcoal": "Charcoal",
|
||||
"Sienna": "Sienna",
|
||||
"Mint": "Mint",
|
||||
"Amber": "Amber",
|
||||
"Cobalt": "Cobalt",
|
||||
"Emerald": "Emerald",
|
||||
"Peach": "Peach",
|
||||
"Ocean": "Ocean",
|
||||
"Mustard": "Mustard",
|
||||
"Ruby": "Ruby",
|
||||
"Periwinkle": "Periwinkle",
|
||||
"Turquoise": "Turquoise",
|
||||
"Lime": "Lime",
|
||||
"Blush": "Blush",
|
||||
"Ash": "Ash",
|
||||
"Sand": "Sand"
|
||||
},
|
||||
"refresh": "Refresh",
|
||||
"copy": "Copy",
|
||||
"copied": "Copied!",
|
||||
|
||||
@@ -21,6 +21,20 @@
|
||||
"onTime": "On Time",
|
||||
"onTimeLabel": "On time"
|
||||
},
|
||||
"card": {
|
||||
"wasDue": "Was due {{date}}",
|
||||
"daysBeforeDue_one": "{{count}}d before due date",
|
||||
"daysBeforeDue_other": "{{count}}d before due date",
|
||||
"daysAfterDue_one": "{{count}}d after due date",
|
||||
"daysAfterDue_other": "{{count}}d after due date",
|
||||
"hoursBeforeDue_one": "{{count}}h before due date",
|
||||
"hoursBeforeDue_other": "{{count}}h before due date",
|
||||
"hoursAfterDue_one": "{{count}}h after due date",
|
||||
"hoursAfterDue_other": "{{count}}h after due date",
|
||||
"assignedTo": "Assigned to {{name}}",
|
||||
"points_one": "★ {{count}} pt",
|
||||
"points_other": "★ {{count}} pts"
|
||||
},
|
||||
"detail": {
|
||||
"title": "Activity Detail",
|
||||
"openTask": "Open Task",
|
||||
|
||||
@@ -3,6 +3,32 @@
|
||||
"chooseIcon": "Choose Project Icon",
|
||||
"availableIcons": "Available Icons"
|
||||
},
|
||||
"icons": {
|
||||
"FolderOpen": "Folder",
|
||||
"Work": "Work",
|
||||
"Home": "Home",
|
||||
"School": "School",
|
||||
"BusinessCenter": "Business",
|
||||
"Code": "Code",
|
||||
"Build": "Build",
|
||||
"Palette": "Design",
|
||||
"SportsSoccer": "Sports",
|
||||
"FitnessCenter": "Fitness",
|
||||
"ShoppingCart": "Shopping",
|
||||
"Restaurant": "Food",
|
||||
"Flight": "Travel",
|
||||
"Book": "Study",
|
||||
"MusicNote": "Music",
|
||||
"PhotoCamera": "Photo",
|
||||
"Games": "Games",
|
||||
"Science": "Science",
|
||||
"AccountBalance": "Finance",
|
||||
"LocalHospital": "Health",
|
||||
"DirectionsCar": "Auto",
|
||||
"Pets": "Pets",
|
||||
"Garden": "Garden",
|
||||
"Computer": "Tech"
|
||||
},
|
||||
"defaultChip": "Default",
|
||||
"tasks_one": "{{count}} task",
|
||||
"tasks_other": "{{count}} tasks",
|
||||
|
||||
Reference in New Issue
Block a user