AgendaTasks/lib/l10n/app_en.arb
m3mo 95ffc4d51d Add localization strings for setup, onboarding, and mode switching
- Add English translations for new screens
- Add German translations for new screens
- Update generated localization files
2026-02-03 14:22:33 +01:00

81 lines
2.8 KiB
Plaintext

{
"@@locale": "en",
"appTitle": "Agenda Tasks",
"calendar": "Calendar",
"settings": "Settings",
"noTasks": "No tasks for today",
"errorOccurred": "An error occurred",
"retry": "Retry",
"newTask": "New Task",
"editTask": "Edit Task",
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"title": "Title",
"titleRequired": "Title is required",
"description": "Description",
"date": "Date",
"priority": "Priority",
"priorityLow": "Low",
"priorityMedium": "Medium",
"priorityHigh": "High",
"filterAll": "All",
"filterActive": "Active",
"filterCompleted": "Completed",
"deleteTask": "Delete Task",
"deleteTaskConfirm": "Are you sure you want to delete this task?",
"rescheduleToTomorrow": "Move to tomorrow",
"goToDay": "Go to day",
"general": "General",
"language": "Language",
"systemDefault": "System default",
"appearance": "Appearance",
"darkMode": "Theme",
"lightMode": "Light",
"darkModeOption": "Dark",
"about": "About",
"version": "Version",
"login": "Login",
"register": "Register",
"logout": "Logout",
"email": "Email",
"emailRequired": "Email is required",
"emailInvalid": "Please enter a valid email",
"password": "Password",
"passwordRequired": "Password is required",
"passwordTooShort": "Password must be at least 8 characters",
"name": "Name",
"nameRequired": "Name is required",
"confirmPassword": "Confirm Password",
"passwordsDoNotMatch": "Passwords do not match",
"noAccountYet": "Don't have an account?",
"alreadyHaveAccount": "Already have an account?",
"loginSuccess": "Successfully logged in",
"registerSuccess": "Account created. Please log in.",
"welcomeBack": "Welcome back",
"setupTitle": "Welcome to Agenda Tasks",
"setupSubtitle": "Choose how you want to use the app",
"useLocally": "Use Locally",
"useLocallyDesc": "Keep tasks on this device only. No account needed.",
"syncOnline": "Sync Online",
"syncOnlineDesc": "Create an account to sync across devices.",
"onboardingTitle1": "Your time deserves a system",
"onboardingDesc1": "Agenda Tasks helps you prioritize, schedule, and adapt your day with ease.",
"onboardingTitle2": "Built on proven methods",
"onboardingDesc2": "Using the Eisenhower Method and ALPEN planning for less stress, more clarity, and better decisions.",
"onboardingTitle3": "Ready to start?",
"onboardingDesc3": "Plan your day, one task at a time.",
"getStarted": "Get Started",
"skip": "Skip",
"next": "Next",
"appMode": "App Mode",
"localMode": "Local Mode",
"onlineMode": "Online Mode",
"switchToOnline": "Switch to Online Mode",
"switchToLocal": "Switch to Local Mode",
"switchModeWarning": "Switching modes will change how your tasks are stored.",
"uploadTasksQuestion": "Would you like to upload your local tasks to the server?",
"yes": "Yes",
"no": "No"
}