localization

This commit is contained in:
2025-09-13 15:16:05 +09:00
parent e81725e4d5
commit 1eb7d1c9bc
11 changed files with 660 additions and 11 deletions

View File

@@ -6,13 +6,13 @@
},
"profile": {
"create": "Create Profile",
"edit": "Edit Profile",
"edit": "✏️ Edit",
"view": "View Profile",
"name": "Name",
"age": "Age",
"city": "City",
"bio": "About",
"photos": "Photos",
"photos": "📸 Photos",
"gender": "Gender",
"lookingFor": "Looking for",
"datingGoal": "Dating Goal",
@@ -29,7 +29,13 @@
"networking": "Networking",
"travel": "Travel",
"business": "Business",
"other": "Other"
"other": "Other",
"cityNotSpecified": "Not specified",
"bioNotSpecified": "No description provided",
"interests": "Interests",
"startSearch": "🔍 Start Search",
"noProfile": "❌ You don't have a profile yet.\nCreate one to start using the bot!",
"createFirst": "❌ Create a profile first!\nUse /start command"
},
"search": {
"title": "Browse Profiles",
@@ -97,5 +103,11 @@
"photoRequired": "Please add at least one photo",
"networkError": "Network error. Please try again later.",
"serverError": "Server error. Please try again later."
},
"common": {
"back": "👈 Back"
},
"matches": {
"noMatches": "✨ You don't have any matches yet.\n\n🔍 Try browsing more profiles!\nUse /browse to search."
}
}