feat(plan): label plan_category audit rows in Czech
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -62,6 +62,7 @@ const ENTITY_TYPE_LABELS: Record<string, string> = {
|
|||||||
bank_account: "Bankovní účet",
|
bank_account: "Bankovní účet",
|
||||||
work_plan_entry: "Plán prací – záznam",
|
work_plan_entry: "Plán prací – záznam",
|
||||||
work_plan_override: "Plán prací – přepsání dne",
|
work_plan_override: "Plán prací – přepsání dne",
|
||||||
|
plan_category: "Plán prací – kategorie",
|
||||||
};
|
};
|
||||||
|
|
||||||
const ACTION_OPTIONS = Object.entries(ACTION_LABELS).map(([value, label]) => ({
|
const ACTION_OPTIONS = Object.entries(ACTION_LABELS).map(([value, label]) => ({
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ export const ENTITY_TYPE_LABELS: Record<string, string> = {
|
|||||||
bank_account: "Bankovní účet",
|
bank_account: "Bankovní účet",
|
||||||
work_plan_entry: "Plán prací – záznam",
|
work_plan_entry: "Plán prací – záznam",
|
||||||
work_plan_override: "Plán prací – přepsání dne",
|
work_plan_override: "Plán prací – přepsání dne",
|
||||||
|
plan_category: "Plán prací – kategorie",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const ACTION_LABELS: Record<string, string> = {
|
export const ACTION_LABELS: Record<string, string> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user