Demo contacts page.

This commit is contained in:
Burak Kaan Köse
2025-10-29 19:35:04 +01:00
parent 3db1fd0dde
commit b0ac6e4e55
25 changed files with 970 additions and 16 deletions
@@ -723,7 +723,39 @@
"WinoUpgradeRemainingAccountsMessage": "{0} out of {1} free accounts used.",
"Yesterday": "Yesterday",
"SettingsAppPreferences_EmailSyncInterval_Title": "Email sync interval",
"SettingsAppPreferences_EmailSyncInterval_Description": "Automatic email synchronization interval (minutes). This setting will be applied only after restarting Wino Mail."
"SettingsAppPreferences_EmailSyncInterval_Description": "Automatic email synchronization interval (minutes). This setting will be applied only after restarting Wino Mail.",
"ContactsPage_Title": "Contacts",
"ContactsPage_AddContact": "Add Contact",
"ContactsPage_EditContact": "Edit Contact",
"ContactsPage_DeleteContact": "Delete Contact",
"ContactsPage_SearchPlaceholder": "Search contacts...",
"ContactsPage_NoContacts": "No contacts found",
"ContactsPage_ContactsCount": "{0} contacts",
"ContactsPage_SelectedContactsCount": "{0} selected",
"ContactsPage_DeleteSelectedContacts": "Delete Selected",
"ContactEditDialog_Title": "Edit Contact",
"ContactEditDialog_PhotoSection": "Photo",
"ContactEditDialog_ChoosePhoto": "Choose Photo",
"ContactEditDialog_RemovePhoto": "Remove Photo",
"ContactEditDialog_NameHeader": "Name",
"ContactEditDialog_NamePlaceholder": "Contact name",
"ContactEditDialog_EmailHeader": "Email Address",
"ContactEditDialog_EmailPlaceholder": "contact@example.com",
"ContactEditDialog_InfoSection": "Contact Information",
"ContactEditDialog_RootContactInfo": "This is a root contact associated with your accounts and cannot be deleted.",
"ContactEditDialog_OverriddenContactInfo": "This contact has been manually modified and will not be updated during synchronization.",
"ContactsPage_Subtitle": "Manage your email contacts and their information",
"ContactStatus_Account": "Account",
"ContactStatus_Modified": "Modified",
"ContactAction_Edit": "Edit contact",
"ContactAction_ChangePhoto": "Change photo",
"ContactAction_Delete": "Delete contact",
"ContactAction_Add": "Add Contact",
"ContactSelection_Selected": "selected",
"ContactSelection_SelectAll": "Select All",
"ContactSelection_Clear": "Clear Selection",
"ContactsPage_EmptyState": "No contacts to display",
"ContactsPage_AddFirstContact": "Add your first contact"
}