Files
tout-doux/resources/lang/en.json
T
klemek b0f1f0db62
Python Lint CI / ruff (push) Successful in 1m13s
Python Lint CI / ty (push) Successful in 1m23s
Python Lint CI / ruff-format-check (push) Successful in 1m23s
TS Lint / Oxlint (push) Failing after 2m17s
TS Lint / ESLint (push) Successful in 3m0s
TS Lint / TypeScript (push) Successful in 2m47s
Docker Build / build (push) Successful in 6m4s
feat: jinja template for cards
2026-07-14 16:08:32 +02:00

83 lines
2.5 KiB
JSON

{
"cron": {
"type": {
"one_time": "One time",
"every_day": "Every day",
"every_week": "Every week",
"every_month": "Every month",
"every_year": "Every year",
"specific": "Specific"
},
"week": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"month": {
"st": "st",
"nd": "nd",
"rd": "rd",
"th": "th"
},
"year": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
]
},
"checked": "Checked",
"resets": "Resets",
"completed": "Completed",
"new_task_hint": "New task",
"empty_hint": "Looks like there's nothing here.<br/>Start by adding a new task.",
"all_completed_hint": "Looks like everything's been done!",
"options": {
"title": "Options",
"sort_by": "Sort by",
"sort": {
"created_at": "Creation date",
"updated_at": "Creation or update date",
"check_date": "Last check date",
"reset_date": "Next reset date",
"name": "Name"
},
"reverse_sort": "Reverse sort",
"last_checked": "Show last checked time",
"next_reset": "Show next reset time",
"separate_completed": "Separate completed tasks below"
},
"alerts": {
"task_updated": "Task updated",
"task_update_error": "Could not update task",
"task_refresh_error": "Could not refresh tasks",
"task_fetch_error": "Could not fetch tasks",
"task_created": "Task created",
"task_create_error": "Could not create task",
"task_cloned": "Task cloned",
"task_deleted": "Task deleted",
"task_delete_error": "Could not delete task",
"share_clipboard": "Link copied to clipboard",
"share_error": "Could not share list"
},
"not_found": "Looks like there's nothing here...",
"not_found_button": "Go back to familiar territory",
"home": "A shareable task list with auto resetting items.",
"call_to_action": "Create your list below:",
"home_button": "Let's go !",
"share_button": "Share my list",
"share_text": "Check my list on Tout Doux!"
}