2026-06-19 19:53:54 +09:00

73 lines
2.1 KiB
Plaintext

/* Tab Bar */
"tab.dashboard" = "Dashboard";
"tab.category" = "Category";
"tab.tasks" = "Tasks";
"tab.goals" = "Goals";
"tab.settings" = "Settings";
/* Task Tracker */
"task.empty" = "No tasks added yet";
"task.add" = "Add Task";
"task.name" = "Name";
"task.icon" = "Icon";
"task.type" = "Type";
"task.type.count" = "Count";
"task.type.time" = "Time";
"task.add.count" = "Add Count";
"task.delete" = "Delete";
"task.category" = "Category";
"task.category.none" = "None";
/* Buttons */
"button.cancel" = "Cancel";
"button.add" = "Add";
/* Category */
"category.empty" = "No categories yet";
"category.add" = "Add Category";
"category.name" = "Name";
"category.color" = "Color";
"category.delete" = "Delete";
"category.task.count" = "tasks";
/* Goals */
"goal.empty" = "No goals yet";
"goal.add" = "Add Goal";
"goal.chart.title" = "Goal Progress";
"goal.progress" = "Progress";
"goal.target" = "Target";
"goal.target.task" = "Task";
"goal.target.category" = "Category";
"goal.no.target" = "None";
"goal.condition" = "Condition";
"goal.condition.count" = "Count";
"goal.condition.time" = "Time";
"goal.frequency" = "Frequency";
"goal.frequency.daily" = "Daily";
"goal.frequency.weekly" = "Weekly";
"goal.frequency.monthly" = "Monthly";
"goal.threshold" = "Target Value";
"goal.delete" = "Delete";
/* Dashboard */
"dashboard.progress.title" = "Today's Progress";
"dashboard.goals.title" = "Top Goals";
"dashboard.tasks.title" = "Remaining Tasks";
"dashboard.tasks.empty" = "All tasks done for today!";
/* Settings */
"settings.section.general" = "Preferences";
"settings.language" = "Language";
"settings.language.system" = "System";
"settings.firstWeekday" = "Start of Week";
"settings.firstWeekday.sunday" = "Sunday";
"settings.firstWeekday.monday" = "Monday";
"settings.dayStart" = "Start of Day";
"settings.section.premium" = "Premium Features";
"settings.premium.footnote" = "Premium Feature — coming soon";
"settings.premium.cloudSync" = "Cloud Data Sync";
"settings.premium.appleWatch" = "Apple Watch Support";
"settings.premium.ipadMacSync" = "iPad & Mac Sync";
"settings.premium.widgets" = "Home/Lock Screen Widgets";
"settings.premium.siriShortcuts" = "Siri & Shortcuts";