Current section
Files
Jump to
Current section
Files
priv/gettext/default.pot
## This file is the .pot template for the phoenix_kit_crm
## "default" Gettext domain. msgids here are tab/group labels and
## tooltips registered with `gettext_backend: PhoenixKitCRM.Gettext`,
## as well as UI strings from column_modal.ex and cell_format.ex.
##
## Two groups of msgids are maintained manually (NOT auto-extracted):
## 1. Tab labels — plain strings in `Tab.new!(label: ...)`.
## 2. Column labels — string literals stored in module attributes
## (`@role_standard`, `@organizations_standard` in column_config.ex)
## and translated at runtime via `Gettext.gettext(backend, label)`.
## `mix gettext.extract` only sees `gettext()` macro call sites,
## so these don't get picked up.
##
## When you add a new translatable label in either group, add the msgid
## here and run `mix gettext.merge priv/gettext` to propagate to every
## locale's `default.po`.
##
## The remaining msgids below are auto-extracted from gettext() macro
## calls in lib/ and will be refreshed by `mix gettext.extract`.
msgid ""
msgstr ""
## Tab labels (manually maintained — not auto-extracted by mix gettext.extract).
## NOTE: the elixir-autogen flag is intentionally stripped on "CRM" and
## "Organizations" so the entries survive even if the gettext("CRM") /
## gettext("Organizations") macro call sites in crm_live.ex /
## organizations_view.ex are ever removed. If you re-run mix gettext.extract
## it will re-add the flag and line refs — strip them again to keep the
## tab-label fallback durable.
#: lib/phoenix_kit_crm/web/crm_live.ex:17
#: lib/phoenix_kit_crm/web/crm_live.ex:38
#, elixir-autogen
msgid "CRM"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:154
#: lib/phoenix_kit_crm/web/contact_show_live.ex:205
#, elixir-autogen
msgid "Overview"
msgstr ""
#: lib/phoenix_kit_crm.ex
msgid "Organizations"
msgstr ""
## Column labels (manually maintained — module-attribute literals in
## column_config.ex, translated at runtime; not auto-extracted)
#: lib/phoenix_kit_crm/web/comparison_live.ex:195
#: lib/phoenix_kit_crm/web/list_members_live.ex:583
#, elixir-autogen
msgid "Contact"
msgstr ""
#: lib/phoenix_kit_crm/schemas/interaction.ex:83
#: lib/phoenix_kit_crm/web/company_form_live.ex:166
#: lib/phoenix_kit_crm/web/company_show_live.ex:228
#: lib/phoenix_kit_crm/web/comparison_live.ex:196
#: lib/phoenix_kit_crm/web/contact_form_live.ex:301
#: lib/phoenix_kit_crm/web/contact_show_live.ex:285
#: lib/phoenix_kit_crm/web/contacts_live.ex:197
#: lib/phoenix_kit_crm/web/contacts_live.ex:368
#: lib/phoenix_kit_crm/web/list_import_live.ex:360
#: lib/phoenix_kit_crm/web/list_members_live.ex:394
#: lib/phoenix_kit_crm/web/list_members_live.ex:584
#, elixir-autogen
msgid "Email"
msgstr ""
#: lib/phoenix_kit_crm/column_config.ex
msgid "Full Name"
msgstr ""
#: lib/phoenix_kit_crm/column_config.ex
msgid "Last Confirmed"
msgstr ""
#: lib/phoenix_kit_crm/column_config.ex
msgid "Location"
msgstr ""
#: lib/phoenix_kit_crm/column_config.ex
msgid "Organization"
msgstr ""
#: lib/phoenix_kit_crm/column_config.ex
msgid "Registered"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:200
#: lib/phoenix_kit_crm/web/companies_live.ex:346
#: lib/phoenix_kit_crm/web/company_form_live.ex:164
#: lib/phoenix_kit_crm/web/contact_form_live.ex:303
#: lib/phoenix_kit_crm/web/contacts_live.ex:199
#: lib/phoenix_kit_crm/web/contacts_live.ex:369
#: lib/phoenix_kit_crm/web/list_form_live.ex:139
#: lib/phoenix_kit_crm/web/list_form_live.ex:144
#: lib/phoenix_kit_crm/web/list_members_live.ex:586
#: lib/phoenix_kit_crm/web/lists_live.ex:130
#: lib/phoenix_kit_crm/web/lists_live.ex:183
#, elixir-autogen
msgid "Status"
msgstr ""
#: lib/phoenix_kit_crm/column_config.ex
msgid "Username"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:156
#, elixir-autogen, elixir-format
msgid "All columns selected"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:164
#: lib/phoenix_kit_crm/web/list_members_live.ex:568
#, elixir-autogen, elixir-format
msgid "Apply"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:112
#, elixir-autogen, elixir-format
msgid "Available"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:170
#: lib/phoenix_kit_crm/web/company_form_live.ex:190
#: lib/phoenix_kit_crm/web/contact_form_live.ex:369
#: lib/phoenix_kit_crm/web/interactions_component.ex:633
#: lib/phoenix_kit_crm/web/list_form_live.ex:150
#: lib/phoenix_kit_crm/web/list_members_live.ex:559
#, elixir-autogen, elixir-format
msgid "Cancel"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:113
#, elixir-autogen, elixir-format
msgid "Click to add"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:138
#, elixir-autogen, elixir-format
msgid "Custom"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:59
#, elixir-autogen, elixir-format
msgid "Customize columns"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:167
#, elixir-autogen, elixir-format
msgid "Defaults"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:61
#, elixir-autogen, elixir-format
msgid "Drag selected columns to reorder, or click an available column to add it."
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:71
#, elixir-autogen, elixir-format
msgid "Drag to reorder"
msgstr ""
#: lib/phoenix_kit_crm/web/cell_format.ex:37
#: lib/phoenix_kit_crm/web/cell_format.ex:39
#: lib/phoenix_kit_crm/web/cell_format.ex:41
#, elixir-autogen, elixir-format
msgid "No"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:106
#, elixir-autogen, elixir-format
msgid "No columns selected"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:97
#: lib/phoenix_kit_crm/web/interactions_component.ex:650
#: lib/phoenix_kit_crm/web/interactions_component.ex:708
#: lib/phoenix_kit_crm/web/list_members_live.ex:618
#: lib/phoenix_kit_crm/web/media_component.ex:313
#: lib/phoenix_kit_crm/web/media_component.ex:361
#, elixir-autogen, elixir-format
msgid "Remove"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:70
#, elixir-autogen, elixir-format
msgid "Selected"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:119
#, elixir-autogen, elixir-format
msgid "Standard"
msgstr ""
#: lib/phoenix_kit_crm/web/cell_format.ex:36
#: lib/phoenix_kit_crm/web/cell_format.ex:38
#: lib/phoenix_kit_crm/web/cell_format.ex:40
#: lib/phoenix_kit_crm/web/contacts_live.ex:221
#, elixir-autogen, elixir-format
msgid "Yes"
msgstr ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:86
#, elixir-autogen, elixir-format
msgid "%{count} organization"
msgid_plural "%{count} organizations"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/crm_live.ex:71
#, elixir-autogen, elixir-format
msgid "%{count} role"
msgid_plural "%{count} roles"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/crm_live.ex:104
#: lib/phoenix_kit_crm/web/role_view.ex:123
#, elixir-autogen, elixir-format
msgid "%{count} user"
msgid_plural "%{count} users"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:27
#: lib/phoenix_kit_crm/web/role_view.ex:22
#, elixir-autogen, elixir-format
msgid "CRM is not enabled."
msgstr ""
#: lib/phoenix_kit_crm/web/crm_live.ex:59
#: lib/phoenix_kit_crm/web/settings_live.ex:17
#, elixir-autogen, elixir-format
msgid "CRM settings"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:36
#, elixir-autogen, elixir-format
msgid "CRM settings updated"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:68
#: lib/phoenix_kit_crm/web/role_view.ex:45
#: lib/phoenix_kit_crm/web/role_view.ex:96
#, elixir-autogen, elixir-format
msgid "CRM — %{name}"
msgstr ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:41
#, elixir-autogen, elixir-format
msgid "CRM — Organizations"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:101
#, elixir-autogen, elixir-format
msgid "Choose which roles can access the CRM module. Owner and Admin always have access."
msgstr ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:93
#: lib/phoenix_kit_crm/web/role_view.ex:128
#, elixir-autogen, elixir-format
msgid "Columns"
msgstr ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:12
#: lib/phoenix_kit_crm/web/role_view.ex:8
#, elixir-autogen
msgid "Columns updated"
msgstr ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:12
#: lib/phoenix_kit_crm/web/role_view.ex:8
#, elixir-autogen
msgid "Failed to save columns"
msgstr ""
#: lib/phoenix_kit_crm/web/crm_live.ex:52
#, elixir-autogen, elixir-format
msgid "Disabled"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:78
#, elixir-autogen, elixir-format
msgid "Enable CRM"
msgstr ""
#: lib/phoenix_kit_crm/web/crm_live.ex:52
#, elixir-autogen, elixir-format
msgid "Enabled"
msgstr ""
#: lib/phoenix_kit_crm/web/crm_live.ex:68
#, elixir-autogen, elixir-format
msgid "Enabled roles"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:39
#, elixir-autogen, elixir-format
msgid "Failed to update CRM settings"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:55
#, elixir-autogen, elixir-format
msgid "Failed to update role access"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:70
#, elixir-autogen, elixir-format
msgid "Module-specific configuration will appear here as the CRM grows."
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:108
#, elixir-autogen, elixir-format
msgid "No eligible roles found."
msgstr ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:120
#, elixir-autogen, elixir-format
msgid "No organization accounts yet."
msgstr ""
#: lib/phoenix_kit_crm/web/crm_live.ex:80
#, elixir-autogen, elixir-format
msgid "No roles connected to CRM yet. Enable a role in CRM settings."
msgstr ""
#: lib/phoenix_kit_crm/web/role_view.ex:155
#, elixir-autogen, elixir-format
msgid "No users with this role."
msgstr ""
#: lib/phoenix_kit_crm/web/organizations_view.ex:33
#, elixir-autogen, elixir-format
msgid "Organization accounts are not enabled."
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:98
#, elixir-autogen, elixir-format
msgid "Role Access"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:52
#, elixir-autogen, elixir-format
msgid "Role access updated"
msgstr ""
#: lib/phoenix_kit_crm/web/role_view.ex:36
#, elixir-autogen, elixir-format
msgid "Role not found."
msgstr ""
#: lib/phoenix_kit_crm/web/crm_live.ex:40
#, elixir-autogen, elixir-format
msgid "This is a placeholder. CRM functionality will live here."
msgstr ""
#: lib/phoenix_kit_crm/web/role_view.ex:28
#, elixir-autogen, elixir-format
msgid "This role does not have CRM access."
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:81
#, elixir-autogen, elixir-format
msgid "Toggles this module on or off. Same setting as the admin Modules page."
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:733
#, elixir-autogen, elixir-format
msgid " and staff"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:183
#, elixir-autogen, elixir-format
msgid "%{count} company"
msgid_plural "%{count} companies"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:119
#: lib/phoenix_kit_crm/web/contacts_live.ex:180
#, elixir-autogen, elixir-format
msgid "%{count} contact"
msgid_plural "%{count} contacts"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:522
#, elixir-autogen, elixir-format
msgid "%{count} contact already has a different locale set and will be left unchanged."
msgid_plural "%{count} contacts already have a different locale set and will be left unchanged."
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:214
#, elixir-autogen, elixir-format
msgid "%{count} contact in common"
msgid_plural "%{count} contacts in common"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/events_component.ex:116
#, elixir-autogen, elixir-format
msgid "%{count} day ago"
msgid_plural "%{count} days ago"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/activity_labels.ex:109
#: lib/phoenix_kit_crm/activity_labels.ex:118
#, elixir-autogen, elixir-format
msgid "%{count} file"
msgid_plural "%{count} files"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/events_component.ex:113
#, elixir-autogen, elixir-format
msgid "%{count} hour ago"
msgid_plural "%{count} hours ago"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/activity_labels.ex:112
#: lib/phoenix_kit_crm/activity_labels.ex:119
#, elixir-autogen, elixir-format
msgid "%{count} image"
msgid_plural "%{count} images"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/lists_live.ex:111
#, elixir-autogen, elixir-format
msgid "%{count} list"
msgid_plural "%{count} lists"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/events_component.ex:110
#, elixir-autogen, elixir-format
msgid "%{count} minute ago"
msgid_plural "%{count} minutes ago"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:515
#, elixir-autogen, elixir-format
msgid "%{count} of them already has a different locale set — it will be overwritten."
msgid_plural "%{count} of them already have a different locale set — they will be overwritten."
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:506
#, elixir-autogen, elixir-format
msgid "%{count} subscribed contact will be affected."
msgid_plural "%{count} subscribed contacts will be affected."
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:257
#, elixir-autogen, elixir-format
msgid "%{count} subscriber"
msgid_plural "%{count} subscribers"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:702
#, elixir-autogen, elixir-format
msgid "(you)"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:202
#: lib/phoenix_kit_crm/web/contacts_live.ex:201
#: lib/phoenix_kit_crm/web/list_members_live.ex:589
#: lib/phoenix_kit_crm/web/lists_live.ex:137
#, elixir-autogen, elixir-format
msgid "Actions"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:121
#: lib/phoenix_kit_crm/web/company_form_live.ex:204
#: lib/phoenix_kit_crm/web/contact_form_live.ex:383
#: lib/phoenix_kit_crm/web/contacts_live.ex:118
#: lib/phoenix_kit_crm/web/list_form_live.ex:164
#: lib/phoenix_kit_crm/web/lists_live.ex:79
#, elixir-autogen, elixir-format
msgid "Active"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:728
#, elixir-autogen, elixir-format
msgid "Add"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:381
#, elixir-autogen, elixir-format
msgid "Add a contact"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:283
#, elixir-autogen, elixir-format
msgid "Add files"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:283
#, elixir-autogen, elixir-format
msgid "Add images"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:696
#, elixir-autogen, elixir-format
msgid "Add me"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:429
#, elixir-autogen, elixir-format
msgid "Add to list"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:684
#, elixir-autogen, elixir-format
msgid "Added as free text"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:730
#: lib/phoenix_kit_crm/web/list_members_live.ex:427
#, elixir-autogen, elixir-format
msgid "Adding…"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:169
#: lib/phoenix_kit_crm/web/company_show_live.ex:231
#, elixir-autogen, elixir-format
msgid "Address"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:445
#, elixir-autogen, elixir-format
msgid "All"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:552
#, elixir-autogen, elixir-format
msgid "All (overwrite existing locale)"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:362
#, elixir-autogen, elixir-format
msgid "Allow this person to log in"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:467
#: lib/phoenix_kit_crm/web/list_import_live.ex:511
#, elixir-autogen, elixir-format
msgid "Already in list"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:406
#, elixir-autogen, elixir-format
msgid "Already in this list"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:473
#: lib/phoenix_kit_crm/web/list_members_live.ex:500
#, elixir-autogen, elixir-format
msgid "Apply list locale to contacts"
msgstr ""
#: lib/phoenix_kit_crm/web/column_modal.ex:163
#: lib/phoenix_kit_crm/web/list_members_live.ex:565
#, elixir-autogen, elixir-format
msgid "Applying…"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:230
#, elixir-autogen, elixir-format
msgid "Archive"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:228
#, elixir-autogen, elixir-format
msgid "Archive this list?"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:165
#: lib/phoenix_kit_crm/web/lists_live.ex:86
#, elixir-autogen, elixir-format
msgid "Archived"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:227
#, elixir-autogen, elixir-format
msgid "Archiving…"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:376
#, elixir-autogen, elixir-format
msgid "Attached to interactions"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:382
#, elixir-autogen, elixir-format
msgid "Back"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:676
#, elixir-autogen, elixir-format
msgid "CRM contact"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:18
#, elixir-autogen, elixir-format
msgid "CRM — Companies"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:27
#, elixir-autogen, elixir-format
msgid "CRM — Comparison"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:18
#, elixir-autogen, elixir-format
msgid "CRM — Contacts"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:59
#, elixir-autogen, elixir-format
msgid "CRM — Import contacts"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:20
#, elixir-autogen, elixir-format
msgid "CRM — Lists"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:294
#, elixir-autogen, elixir-format
msgid "CSV (with an email column) or a plain text file, one email per line. Max %{size}."
msgstr ""
#: lib/phoenix_kit_crm/schemas/interaction.ex:82
#, elixir-autogen, elixir-format
msgid "Call"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:361
#, elixir-autogen, elixir-format
msgid "Change logo"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:393
#, elixir-autogen, elixir-format
msgid "Change photo"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:103
#: lib/phoenix_kit_crm/web/list_import_live.ex:212
#, elixir-autogen, elixir-format
msgid "Choose a file first"
msgstr ""
#: lib/phoenix_kit_crm/web/party_role_helpers.ex:16
#, elixir-autogen, elixir-format
msgid "Client"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:135
#: lib/phoenix_kit_crm/web/contacts_live.ex:132
#, elixir-autogen, elixir-format
msgid "Clients"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:164
#: lib/phoenix_kit_crm/web/contact_show_live.ex:214
#, elixir-autogen, elixir-format
msgid "Comments"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:173
#: lib/phoenix_kit_crm/web/contact_form_live.ex:339
#, elixir-autogen, elixir-format
msgid "Commercial roles"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:44
#: lib/phoenix_kit_crm/web/company_show_live.ex:52
#: lib/phoenix_kit_crm/web/company_show_live.ex:201
#, elixir-autogen, elixir-format
msgid "Companies"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:317
#: lib/phoenix_kit_crm/web/contact_form_live.ex:325
#: lib/phoenix_kit_crm/web/contact_show_live.ex:288
#: lib/phoenix_kit_crm/web/contacts_live.ex:196
#: lib/phoenix_kit_crm/web/contacts_live.ex:367
#, elixir-autogen, elixir-format
msgid "Company"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:32
#: lib/phoenix_kit_crm/web/company_form_live.ex:105
#, elixir-autogen, elixir-format
msgid "Company created"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:73
#, elixir-autogen, elixir-format
msgid "Company moved to trash"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:29
#: lib/phoenix_kit_crm/web/company_show_live.ex:31
#, elixir-autogen, elixir-format
msgid "Company not found"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:104
#, elixir-autogen, elixir-format
msgid "Company permanently deleted"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:87
#, elixir-autogen, elixir-format
msgid "Company restored"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:145
#, elixir-autogen, elixir-format
msgid "Company saved, but some commercial roles couldn't be applied — please re-check and save."
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:34
#: lib/phoenix_kit_crm/web/company_form_live.ex:123
#, elixir-autogen, elixir-format
msgid "Company updated"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:116
#, elixir-autogen, elixir-format
msgid "Compare"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:302
#, elixir-autogen, elixir-format
msgid "Connected"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:364
#, elixir-autogen, elixir-format
msgid "Connects the contact to a user account (creates one if none exists for the email). Requires an email. They set a password via the normal sign-in flow."
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:338
#, elixir-autogen, elixir-format
msgid "Contact added to the list"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:20
#, elixir-autogen, elixir-format
msgid "Contact created"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:72
#, elixir-autogen, elixir-format
msgid "Contact moved to trash"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:36
#: lib/phoenix_kit_crm/web/contact_show_live.ex:33
#, elixir-autogen, elixir-format
msgid "Contact not found"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:101
#, elixir-autogen, elixir-format
msgid "Contact permanently deleted"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:85
#, elixir-autogen, elixir-format
msgid "Contact restored"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:364
#, elixir-autogen, elixir-format
msgid "Contact resubscribed"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:154
#, elixir-autogen, elixir-format
msgid "Contact saved"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:164
#, elixir-autogen, elixir-format
msgid "Contact saved, but the company link, login, or roles couldn't all be applied — please re-check and save."
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:22
#, elixir-autogen, elixir-format
msgid "Contact updated"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:50
#: lib/phoenix_kit_crm/web/contact_form_live.ex:67
#: lib/phoenix_kit_crm/web/contact_show_live.ex:56
#: lib/phoenix_kit_crm/web/contact_show_live.ex:251
#, elixir-autogen, elixir-format
msgid "Contacts"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:95
#, elixir-autogen, elixir-format
msgid "Contacts across the whole CRM that share the same email address."
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:132
#, elixir-autogen, elixir-format
msgid "Content language for this list's contacts. Can be bulk-applied to members from the list's page."
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:533
#, elixir-autogen, elixir-format
msgid "Could not accept this file"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:355
#, elixir-autogen, elixir-format
msgid "Could not add this contact"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:53
#, elixir-autogen, elixir-format
msgid "Could not archive list"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:106
#, elixir-autogen, elixir-format
msgid "Could not delete company"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:103
#, elixir-autogen, elixir-format
msgid "Could not delete contact"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:117
#: lib/phoenix_kit_crm/web/contact_show_live.ex:172
#, elixir-autogen, elixir-format
msgid "Could not open the image picker."
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:92
#, elixir-autogen, elixir-format
msgid "Could not prepare the media folder."
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:131
#, elixir-autogen, elixir-format
msgid "Could not remove the file."
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:130
#, elixir-autogen, elixir-format
msgid "Could not remove the logo."
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:185
#, elixir-autogen, elixir-format
msgid "Could not remove the photo."
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:89
#, elixir-autogen, elixir-format
msgid "Could not restore company"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:87
#, elixir-autogen, elixir-format
msgid "Could not restore contact"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:133
#: lib/phoenix_kit_crm/web/list_members_live.ex:370
#, elixir-autogen, elixir-format
msgid "Could not resubscribe this contact"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:118
#, elixir-autogen, elixir-format
msgid "Could not set the image."
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:75
#, elixir-autogen, elixir-format
msgid "Could not trash company"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:74
#, elixir-autogen, elixir-format
msgid "Could not trash contact"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:62
#, elixir-autogen, elixir-format
msgid "Could not unarchive list"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:44
#, elixir-autogen, elixir-format
msgid "Could not update list"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:370
#, elixir-autogen, elixir-format
msgid "Couldn't save this interaction. Your input was kept — please try again."
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:361
#, elixir-autogen, elixir-format
msgid "Couldn't save: %{detail}"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:168
#, elixir-autogen, elixir-format
msgid "Create first company"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:165
#, elixir-autogen, elixir-format
msgid "Create first contact"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:97
#, elixir-autogen, elixir-format
msgid "Create first list"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:330
#, elixir-autogen, elixir-format
msgid "Current %{noun}"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:372
#: lib/phoenix_kit_crm/web/contacts_live.ex:407
#, elixir-autogen, elixir-format
msgid "Delete permanently"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:777
#, elixir-autogen, elixir-format
msgid "Delete this interaction?"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:369
#: lib/phoenix_kit_crm/web/contacts_live.ex:404
#: lib/phoenix_kit_crm/web/interactions_component.ex:776
#: lib/phoenix_kit_crm/web/media_component.ex:310
#: lib/phoenix_kit_crm/web/media_component.ex:358
#, elixir-autogen, elixir-format
msgid "Deleting…"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:336
#: lib/phoenix_kit_crm/web/contact_show_live.ex:301
#, elixir-autogen, elixir-format
msgid "Department / team"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:116
#, elixir-autogen, elixir-format
msgid "Description"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:608
#, elixir-autogen, elixir-format
msgid "Drag files here or click to upload"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:92
#, elixir-autogen, elixir-format
msgid "Duplicate emails"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:475
#: lib/phoenix_kit_crm/web/list_import_live.ex:515
#, elixir-autogen, elixir-format
msgid "Duplicate in file"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:379
#: lib/phoenix_kit_crm/web/company_show_live.ex:210
#: lib/phoenix_kit_crm/web/contact_show_live.ex:268
#: lib/phoenix_kit_crm/web/contacts_live.ex:414
#: lib/phoenix_kit_crm/web/lists_live.ex:211
#, elixir-autogen, elixir-format
msgid "Edit"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:33
#: lib/phoenix_kit_crm/web/company_form_live.ex:151
#, elixir-autogen, elixir-format
msgid "Edit company"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:66
#: lib/phoenix_kit_crm/web/contact_form_live.ex:170
#, elixir-autogen, elixir-format
msgid "Edit contact"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:30
#: lib/phoenix_kit_crm/web/list_members_live.ex:479
#, elixir-autogen, elixir-format
msgid "Edit list"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:275
#, elixir-autogen, elixir-format
msgid "Emails"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:157
#: lib/phoenix_kit_crm/web/contact_show_live.ex:212
#: lib/phoenix_kit_crm/web/events_component.ex:132
#, elixir-autogen, elixir-format
msgid "Events"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:58
#: lib/phoenix_kit_crm/activity_labels.ex:73
#, elixir-autogen, elixir-format
msgid "File added"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:529
#, elixir-autogen, elixir-format
msgid "File is too large (max %{size})"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:61
#: lib/phoenix_kit_crm/activity_labels.ex:76
#, elixir-autogen, elixir-format
msgid "File removed"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:160
#: lib/phoenix_kit_crm/web/contact_show_live.ex:209
#: lib/phoenix_kit_crm/web/media_component.ex:279
#, elixir-autogen, elixir-format
msgid "Files"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:609
#, elixir-autogen, elixir-format
msgid "Files or images"
msgstr ""
#: lib/phoenix_kit_crm/web/settings_live.ex:67
#, elixir-autogen, elixir-format
msgid "General"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:63
#: lib/phoenix_kit_crm/activity_labels.ex:78
#, elixir-autogen, elixir-format
msgid "Image added"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:65
#: lib/phoenix_kit_crm/activity_labels.ex:80
#, elixir-autogen, elixir-format
msgid "Image removed"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:161
#: lib/phoenix_kit_crm/web/contact_show_live.ex:210
#: lib/phoenix_kit_crm/web/media_component.ex:279
#, elixir-autogen, elixir-format
msgid "Images"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:224
#, elixir-autogen, elixir-format
msgid "Images belong in the Images tab — skipped %{count} image."
msgid_plural "Images belong in the Images tab — skipped %{count} images."
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:476
#, elixir-autogen, elixir-format
msgid "Import"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:391
#, elixir-autogen, elixir-format
msgid "Import %{n} contacts"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:448
#, elixir-autogen, elixir-format
msgid "Import another file"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:423
#, elixir-autogen, elixir-format
msgid "Imported"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:416
#, elixir-autogen, elixir-format
msgid "Imported %{created} contacts, added %{added} memberships."
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:399
#, elixir-autogen, elixir-format
msgid "Importing… %{done} / %{total}"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:673
#, elixir-autogen, elixir-format
msgid "In search results:"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:205
#: lib/phoenix_kit_crm/web/contact_form_live.ex:384
#, elixir-autogen, elixir-format
msgid "Inactive"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:199
#: lib/phoenix_kit_crm/web/companies_live.ex:345
#: lib/phoenix_kit_crm/web/company_form_live.ex:168
#: lib/phoenix_kit_crm/web/company_show_live.ex:230
#, elixir-autogen, elixir-format
msgid "Industry"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:86
#, elixir-autogen, elixir-format
msgid "Input must be valid UTF-8 text"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:50
#, elixir-autogen, elixir-format
msgid "Interaction deleted"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:44
#, elixir-autogen, elixir-format
msgid "Interaction logged"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:47
#, elixir-autogen, elixir-format
msgid "Interaction updated"
msgstr ""
#: lib/phoenix_kit_crm/web/company_interactions_component.ex:68
#: lib/phoenix_kit_crm/web/company_show_live.ex:156
#: lib/phoenix_kit_crm/web/contact_show_live.ex:206
#, elixir-autogen, elixir-format
msgid "Interactions"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:483
#: lib/phoenix_kit_crm/web/list_import_live.ex:514
#, elixir-autogen, elixir-format
msgid "Invalid email"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:665
#, elixir-autogen, elixir-format
msgid "Involved parties"
msgstr ""
#: lib/phoenix_kit_crm/web/company_interactions_component.ex:101
#: lib/phoenix_kit_crm/web/interactions_component.ex:786
#, elixir-autogen, elixir-format
msgid "Involved:"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:308
#, elixir-autogen, elixir-format
msgid "Language/region code used to pick this contact's language when sending (e.g. \"en\", \"de-DE\")."
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:359
#, elixir-autogen, elixir-format
msgid "Line"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:434
#, elixir-autogen, elixir-format
msgid "Line %{line}: %{email}"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:51
#, elixir-autogen, elixir-format
msgid "List archived"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:82
#, elixir-autogen, elixir-format
msgid "List created"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:26
#: lib/phoenix_kit_crm/web/list_import_live.ex:52
#: lib/phoenix_kit_crm/web/list_members_live.ex:45
#, elixir-autogen, elixir-format
msgid "List not found"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:148
#, elixir-autogen, elixir-format
msgid "List overlap"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:60
#, elixir-autogen, elixir-format
msgid "List unarchived"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:95
#, elixir-autogen, elixir-format
msgid "List updated"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:29
#: lib/phoenix_kit_crm/web/list_form_live.ex:39
#: lib/phoenix_kit_crm/web/list_members_live.ex:70
#, elixir-autogen, elixir-format
msgid "Lists"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:731
#, elixir-autogen, elixir-format
msgid "Load more"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:732
#, elixir-autogen, elixir-format
msgid "Loading…"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:306
#: lib/phoenix_kit_crm/web/list_form_live.ex:127
#: lib/phoenix_kit_crm/web/list_members_live.ex:585
#: lib/phoenix_kit_crm/web/lists_live.ex:132
#: lib/phoenix_kit_crm/web/lists_live.ex:184
#, elixir-autogen, elixir-format
msgid "Locale"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:399
#, elixir-autogen, elixir-format
msgid "Locale (optional)"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:189
#, elixir-autogen, elixir-format
msgid "Locale applied to %{count} contact"
msgid_plural "Locale applied to %{count} contacts"
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:530
#, elixir-autogen, elixir-format
msgid "Log an interaction"
msgstr ""
#: lib/phoenix_kit_crm/web/company_interactions_component.ex:71
#, elixir-autogen, elixir-format
msgid "Logged on this company's contacts. Click a name to open their page."
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:272
#: lib/phoenix_kit_crm/web/contact_form_live.ex:356
#: lib/phoenix_kit_crm/web/contact_show_live.ex:257
#: lib/phoenix_kit_crm/web/contacts_live.ex:198
#, elixir-autogen, elixir-format
msgid "Login"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:302
#, elixir-autogen, elixir-format
msgid "Login account"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:53
#, elixir-autogen, elixir-format
msgid "Login connected"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:56
#, elixir-autogen, elixir-format
msgid "Login disconnected"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:84
#, elixir-autogen, elixir-format
msgid "Logo removed"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:82
#, elixir-autogen, elixir-format
msgid "Logo updated"
msgstr ""
#: lib/phoenix_kit_crm/schemas/interaction.ex:84
#, elixir-autogen, elixir-format
msgid "Meeting"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:156
#, elixir-autogen, elixir-format
msgid "Member removed"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:155
#: lib/phoenix_kit_crm/web/company_show_live.ex:239
#: lib/phoenix_kit_crm/web/lists_live.ex:206
#, elixir-autogen, elixir-format
msgid "Members"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:386
#, elixir-autogen, elixir-format
msgid "Move this company to trash?"
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:421
#, elixir-autogen, elixir-format
msgid "Move this contact to trash?"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:24
#: lib/phoenix_kit_crm/activity_labels.ex:36
#, elixir-autogen, elixir-format
msgid "Moved to trash"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:385
#: lib/phoenix_kit_crm/web/contacts_live.ex:420
#, elixir-autogen, elixir-format
msgid "Moving…"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:198
#: lib/phoenix_kit_crm/web/company_form_live.ex:163
#: lib/phoenix_kit_crm/web/contact_form_live.ex:300
#: lib/phoenix_kit_crm/web/contacts_live.ex:195
#: lib/phoenix_kit_crm/web/list_form_live.ex:110
#: lib/phoenix_kit_crm/web/lists_live.ex:129
#, elixir-autogen, elixir-format
msgid "Name"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:398
#, elixir-autogen, elixir-format
msgid "Name (optional)"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:188
#: lib/phoenix_kit_crm/web/company_form_live.ex:22
#, elixir-autogen, elixir-format
msgid "New company"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:49
#: lib/phoenix_kit_crm/web/contacts_live.ex:185
#, elixir-autogen, elixir-format
msgid "New contact"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:19
#: lib/phoenix_kit_crm/web/lists_live.ex:119
#, elixir-autogen, elixir-format
msgid "New list"
msgstr ""
#: lib/phoenix_kit_crm/web/events_component.ex:190
#: lib/phoenix_kit_crm/web/list_members_live.ex:650
#, elixir-autogen, elixir-format
msgid "Next"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:157
#, elixir-autogen, elixir-format
msgid "No active lists yet."
msgstr ""
#: lib/phoenix_kit_crm/web/events_component.ex:146
#, elixir-autogen, elixir-format
msgid "No activity recorded yet."
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:194
#, elixir-autogen, elixir-format
msgid "No archived lists."
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:306
#, elixir-autogen, elixir-format
msgid "No companies match your search."
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:307
#, elixir-autogen, elixir-format
msgid "No companies on this page."
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:305
#, elixir-autogen, elixir-format
msgid "No companies yet."
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:188
#, elixir-autogen, elixir-format
msgid "No contacts are subscribed to all selected lists."
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:245
#, elixir-autogen, elixir-format
msgid "No contacts linked to this company yet — set a contact's company on their edit page."
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:311
#, elixir-autogen, elixir-format
msgid "No contacts match your search."
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:312
#, elixir-autogen, elixir-format
msgid "No contacts on this page."
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:310
#, elixir-autogen, elixir-format
msgid "No contacts yet."
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:101
#, elixir-autogen, elixir-format
msgid "No duplicate emails found."
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:479
#: lib/phoenix_kit_crm/web/list_import_live.ex:513
#, elixir-autogen, elixir-format
msgid "No email"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:288
#, elixir-autogen, elixir-format
msgid "No files yet."
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:288
#, elixir-autogen, elixir-format
msgid "No images yet."
msgstr ""
#: lib/phoenix_kit_crm/web/company_interactions_component.ex:77
#, elixir-autogen, elixir-format
msgid "No interactions logged for this company's contacts yet."
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:760
#, elixir-autogen, elixir-format
msgid "No interactions logged yet."
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:195
#, elixir-autogen, elixir-format
msgid "No lists yet."
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:576
#, elixir-autogen, elixir-format
msgid "No members yet."
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:224
#, elixir-autogen, elixir-format
msgid "No rows found in that input"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:302
#, elixir-autogen, elixir-format
msgid "None"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:129
#, elixir-autogen, elixir-format
msgid "Not set"
msgstr ""
#: lib/phoenix_kit_crm/schemas/interaction.ex:85
#, elixir-autogen, elixir-format
msgid "Note"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:170
#: lib/phoenix_kit_crm/web/company_show_live.ex:232
#: lib/phoenix_kit_crm/web/contact_form_live.ex:314
#: lib/phoenix_kit_crm/web/contact_show_live.ex:303
#, elixir-autogen, elixir-format
msgid "Notes"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:270
#, elixir-autogen, elixir-format
msgid "One email address per line."
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:532
#, elixir-autogen, elixir-format
msgid "Only .csv or .txt files are accepted"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:541
#, elixir-autogen, elixir-format
msgid "Only contacts without a locale"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:216
#, elixir-autogen, elixir-format
msgid "Only images can be added here — skipped %{count} non-image file."
msgid_plural "Only images can be added here — skipped %{count} non-image files."
msgstr[0] ""
msgstr[1] ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:531
#, elixir-autogen, elixir-format
msgid "Only one file at a time"
msgstr ""
#: lib/phoenix_kit_crm/web/events_component.ex:138
#, elixir-autogen, elixir-format
msgid "Open in Activity log"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:585
#, elixir-autogen, elixir-format
msgid "Optional"
msgstr ""
#: lib/phoenix_kit_crm/schemas/interaction.ex:86
#, elixir-autogen, elixir-format
msgid "Other"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:643
#, elixir-autogen, elixir-format
msgid "Page %{n}"
msgstr ""
#: lib/phoenix_kit_crm/web/events_component.ex:180
#, elixir-autogen, elixir-format
msgid "Page %{page} of %{total}"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:280
#: lib/phoenix_kit_crm/web/list_import_live.ex:334
#, elixir-autogen, elixir-format
msgid "Parsing…"
msgstr ""
#: lib/phoenix_kit_crm/web/party_role_helpers.ex:17
#, elixir-autogen, elixir-format
msgid "Partner"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:268
#, elixir-autogen, elixir-format
msgid "Paste emails"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:82
#, elixir-autogen, elixir-format
msgid "Pasted text is too large (max %{size})"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:370
#, elixir-autogen, elixir-format
msgid "Permanently delete this company? This cannot be undone."
msgstr ""
#: lib/phoenix_kit_crm/web/contacts_live.ex:405
#, elixir-autogen, elixir-format
msgid "Permanently delete this contact? This cannot be undone."
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:29
#: lib/phoenix_kit_crm/activity_labels.ex:41
#, elixir-autogen, elixir-format
msgid "Permanently deleted"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:167
#: lib/phoenix_kit_crm/web/company_show_live.ex:229
#: lib/phoenix_kit_crm/web/contact_form_live.ex:302
#: lib/phoenix_kit_crm/web/contact_show_live.ex:286
#, elixir-autogen, elixir-format
msgid "Phone"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:151
#, elixir-autogen, elixir-format
msgid "Pick 2 or more lists to see contacts subscribed to all of them."
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:330
#, elixir-autogen, elixir-format
msgid "Pick an existing company, or"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:281
#: lib/phoenix_kit_crm/web/list_import_live.ex:336
#, elixir-autogen, elixir-format
msgid "Preview"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:348
#, elixir-autogen, elixir-format
msgid "Preview of %{source} — nothing has been imported yet."
msgstr ""
#: lib/phoenix_kit_crm/web/events_component.ex:177
#: lib/phoenix_kit_crm/web/list_members_live.ex:641
#, elixir-autogen, elixir-format
msgid "Previous"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:411
#, elixir-autogen, elixir-format
msgid "Previously unsubscribed: %{name}"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:71
#, elixir-autogen, elixir-format
msgid "Profile photo removed"
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:68
#, elixir-autogen, elixir-format
msgid "Profile photo updated"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:28
#, elixir-autogen, elixir-format
msgid "Read-only reports — nothing here changes any data."
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:383
#, elixir-autogen, elixir-format
msgid "Remove logo"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:415
#, elixir-autogen, elixir-format
msgid "Remove photo"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:359
#, elixir-autogen, elixir-format
msgid "Remove this file?"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:311
#, elixir-autogen, elixir-format
msgid "Remove this image?"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:381
#, elixir-autogen, elixir-format
msgid "Remove this logo?"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:615
#, elixir-autogen, elixir-format
msgid "Remove this member from the list?"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:413
#, elixir-autogen, elixir-format
msgid "Remove this photo?"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:459
#, elixir-autogen, elixir-format
msgid "Removed"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:362
#: lib/phoenix_kit_crm/web/contacts_live.ex:397
#, elixir-autogen, elixir-format
msgid "Restore"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:104
#, elixir-autogen, elixir-format
msgid "Restore this company before changing its logo."
msgstr ""
#: lib/phoenix_kit_crm/web/contact_show_live.ex:162
#, elixir-autogen, elixir-format
msgid "Restore this contact before changing its photo."
msgstr ""
#: lib/phoenix_kit_crm/activity_labels.ex:27
#: lib/phoenix_kit_crm/activity_labels.ex:39
#, elixir-autogen, elixir-format
msgid "Restored from trash"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:360
#: lib/phoenix_kit_crm/web/contacts_live.ex:395
#, elixir-autogen, elixir-format
msgid "Restoring…"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:421
#: lib/phoenix_kit_crm/web/list_members_live.ex:627
#, elixir-autogen, elixir-format
msgid "Resubscribe"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:419
#, elixir-autogen, elixir-format
msgid "Resubscribing…"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:361
#, elixir-autogen, elixir-format
msgid "Result"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:335
#: lib/phoenix_kit_crm/web/contact_show_live.ex:300
#, elixir-autogen, elixir-format
msgid "Role in company"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:192
#: lib/phoenix_kit_crm/web/contact_form_live.ex:371
#: lib/phoenix_kit_crm/web/list_form_live.ex:152
#, elixir-autogen, elixir-format
msgid "Save"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:750
#, elixir-autogen, elixir-format
msgid "Save interaction"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:115
#, elixir-autogen, elixir-format
msgid "Saved."
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:191
#: lib/phoenix_kit_crm/web/contact_form_live.ex:370
#: lib/phoenix_kit_crm/web/interactions_component.ex:748
#: lib/phoenix_kit_crm/web/list_form_live.ex:151
#, elixir-autogen, elixir-format
msgid "Saving…"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:488
#, elixir-autogen, elixir-format
msgid "Search email/name"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:151
#: lib/phoenix_kit_crm/web/contacts_live.ex:148
#, elixir-autogen, elixir-format
msgid "Search name/email"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:727
#, elixir-autogen, elixir-format
msgid "Searching…"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:181
#, elixir-autogen, elixir-format
msgid "Select at least 2 lists to compare."
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:469
#, elixir-autogen, elixir-format
msgid "Set a locale on this list first"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:331
#: lib/phoenix_kit_crm/web/media_component.ex:333
#, elixir-autogen, elixir-format
msgid "Set as %{noun}"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:575
#, elixir-autogen, elixir-format
msgid "Set to now"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:374
#, elixir-autogen, elixir-format
msgid "Showing the first %{n} of %{total} rows."
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:120
#, elixir-autogen, elixir-format
msgid "Shown to contacts in the preference center (once available)."
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:113
#: lib/phoenix_kit_crm/web/lists_live.ex:182
#, elixir-autogen, elixir-format
msgid "Slug"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:84
#, elixir-autogen, elixir-format
msgid "Something went wrong saving this company. Your input was kept — please try again."
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:200
#, elixir-autogen, elixir-format
msgid "Something went wrong saving this contact. Your input was kept — please try again."
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:70
#, elixir-autogen, elixir-format
msgid "Something went wrong saving this list. Your input was kept — please try again."
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:587
#, elixir-autogen, elixir-format
msgid "Source"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:461
#, elixir-autogen, elixir-format
msgid "Staff"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:680
#, elixir-autogen, elixir-format
msgid "Staff member"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:389
#, elixir-autogen, elixir-format
msgid "Starting…"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:584
#, elixir-autogen, elixir-format
msgid "Subject"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:118
#: lib/phoenix_kit_crm/web/lists_live.ex:131
#: lib/phoenix_kit_crm/web/lists_live.ex:157
#, elixir-autogen, elixir-format
msgid "Subscribable"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:452
#: lib/phoenix_kit_crm/web/list_members_live.ex:673
#, elixir-autogen, elixir-format
msgid "Subscribed"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:134
#: lib/phoenix_kit_crm/web/lists_live.ex:185
#, elixir-autogen, elixir-format
msgid "Subscribers"
msgstr ""
#: lib/phoenix_kit_crm/web/party_role_helpers.ex:15
#, elixir-autogen, elixir-format
msgid "Supplier"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:128
#: lib/phoenix_kit_crm/web/contacts_live.ex:125
#, elixir-autogen, elixir-format
msgid "Suppliers"
msgstr ""
#: lib/phoenix_kit_crm/web/events_component.ex:71
#, elixir-autogen, elixir-format
msgid "System"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:207
#, elixir-autogen, elixir-format
msgid "That file isn't valid UTF-8 text — re-export it as UTF-8 CSV/TXT"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:202
#, elixir-autogen, elixir-format
msgid "This list has no locale set"
msgstr ""
#: lib/phoenix_kit_crm/web/list_members_live.ex:503
#, elixir-autogen, elixir-format
msgid "This list's locale is %{locale}."
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:185
#, elixir-autogen, elixir-format
msgid "This record is in the trash — restore it before adding media."
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:388
#: lib/phoenix_kit_crm/web/contacts_live.ex:423
#, elixir-autogen, elixir-format
msgid "Trash"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:327
#: lib/phoenix_kit_crm/web/contacts_live.ex:349
#, elixir-autogen, elixir-format
msgid "Trashed"
msgstr ""
#: lib/phoenix_kit_crm/web/companies_live.ex:328
#: lib/phoenix_kit_crm/web/contacts_live.ex:350
#, elixir-autogen, elixir-format
msgid "Trashed (%{count})"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:543
#, elixir-autogen, elixir-format
msgid "Type"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:733
#, elixir-autogen, elixir-format
msgid "Type a name — searches contacts%{staff}…"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:220
#, elixir-autogen, elixir-format
msgid "Unarchive"
msgstr ""
#: lib/phoenix_kit_crm/web/lists_live.ex:218
#, elixir-autogen, elixir-format
msgid "Unarchiving…"
msgstr ""
#: lib/phoenix_kit_crm/web/company_show_live.ex:259
#, elixir-autogen, elixir-format
msgid "Unknown"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:471
#: lib/phoenix_kit_crm/web/list_import_live.ex:512
#, elixir-autogen, elixir-format
msgid "Unsubscribed"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:291
#, elixir-autogen, elixir-format
msgid "Upload a file"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:113
#, elixir-autogen, elixir-format
msgid "Upload still in progress"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:445
#, elixir-autogen, elixir-format
msgid "View members"
msgstr ""
#: lib/phoenix_kit_crm/web/company_form_live.ex:165
#: lib/phoenix_kit_crm/web/company_show_live.ex:227
#, elixir-autogen, elixir-format
msgid "Website"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:591
#, elixir-autogen, elixir-format
msgid "What was discussed?"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:553
#, elixir-autogen, elixir-format
msgid "When"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:354
#: lib/phoenix_kit_crm/web/list_import_live.ex:494
#, elixir-autogen, elixir-format
msgid "Would import"
msgstr ""
#: lib/phoenix_kit_crm/web/comparison_live.ex:133
#, elixir-autogen, elixir-format
msgid "added"
msgstr ""
#: lib/phoenix_kit_crm/web/interactions_component.ex:729
#, elixir-autogen, elixir-format
msgid "as free text"
msgstr ""
#: lib/phoenix_kit_crm/web/list_form_live.ex:114
#, elixir-autogen, elixir-format
msgid "auto-generated from the name if left blank"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:331
#, elixir-autogen, elixir-format
msgid "create one"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:109
#, elixir-autogen, elixir-format
msgid "is required to enable login"
msgstr ""
#: lib/phoenix_kit_crm/web/events_component.ex:107
#, elixir-autogen, elixir-format
msgid "just now"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:80
#, elixir-autogen, elixir-format
msgid "logo"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:89
#, elixir-autogen, elixir-format
msgid "pasted text"
msgstr ""
#: lib/phoenix_kit_crm/web/media_component.ex:81
#, elixir-autogen, elixir-format
msgid "profile photo"
msgstr ""
#: lib/phoenix_kit_crm/web/contact_form_live.ex:326
#, elixir-autogen, elixir-format
msgid "— none —"
msgstr ""
#: lib/phoenix_kit_crm/web/list_import_live.ex:438
#, elixir-autogen, elixir-format
msgid "…and %{n} more"
msgstr ""