add phone as a basic field to it

This commit is contained in:
2025-05-01 16:59:24 +02:00
parent a8222892f7
commit f1e26f467d
4 changed files with 26 additions and 3 deletions

View File

@@ -112,6 +112,7 @@
"pet": "Pet",
"philosophy": "Philosophy",
"photos": "Photos",
"phone": "Phone",
"place_of_birth": "Place of Birth",
"place_of_death": "Place of Death",
"plant": "Plant",

View File

@@ -42,8 +42,8 @@
"dark": "Sötét",
"date": "Dátum",
"death": "Halál",
"deceased": "Elhunyt",
"delete_profile": "Delete profile",
"deceased": "Elhunyt",
"deny": "Elutasítás",
"description": "Leírás",
"details": "Részletek",
@@ -165,5 +165,6 @@
"zip_code": "Irányítószám",
"add_life_event": "Életesemény hozzadása",
"deleted_profiles": "Törölt profilok",
"managed_profiles": "Adminisztrált profilok"
"managed_profiles": "Adminisztrált profilok",
"phone": "Telefon"
}