feat(localization): improve English translations for clarity and consistency

This commit is contained in:
PiR1
2026-05-09 19:13:45 +02:00
parent 2c1288583f
commit 46b99c6292
+9 -9
View File
@@ -327,10 +327,10 @@
"photosCount_one": "{{count}} photo", "photosCount_one": "{{count}} photo",
"photosCount_other": "{{count}} photos", "photosCount_other": "{{count}} photos",
"poweredBy": "Powered by PicPeak", "poweredBy": "Powered by PicPeak",
"photosSelected_one": "gallery.photosSelected", "photosSelected_one": "{{count}} photo selected",
"photosSelected_other": "gallery.photosSelected", "photosSelected_other": "{{count}} photos selected",
"downloadSelected_one": "gallery.downloadSelected", "downloadSelected_one": "Download {{count}} photo",
"downloadSelected_other": "gallery.downloadSelected" "downloadSelected_other": "Download {{count}} photos"
}, },
"categories": { "categories": {
"title": "Photo Categories", "title": "Photo Categories",
@@ -539,8 +539,8 @@
"confirmHelp": "A typed confirmation prevents accidental deletions and isn't affected by browser autofill or passkey shortcuts.", "confirmHelp": "A typed confirmation prevents accidental deletions and isn't affected by browser autofill or passkey shortcuts.",
"successPartial": "Deleted {{success}} events, {{failed}} failed", "successPartial": "Deleted {{success}} events, {{failed}} failed",
"errorGeneric": "Failed to delete events", "errorGeneric": "Failed to delete events",
"successAll_one": "events.bulkDelete.successAll", "successAll_one": "Permanently deleted {{count}} event",
"successAll_other": "events.bulkDelete.successAll", "successAll_other": "Permanently deleted {{count}} events",
"title_one": "Permanently delete {{count}} events?", "title_one": "Permanently delete {{count}} events?",
"title_other": "Permanently delete {{count}} events?", "title_other": "Permanently delete {{count}} events?",
"processing_one": "Deleting {{count}} events. This may take a few minutes — please don't close this window.", "processing_one": "Deleting {{count}} events. This may take a few minutes — please don't close this window.",
@@ -1020,7 +1020,7 @@
"statusRevoked": "Revoked", "statusRevoked": "Revoked",
"statusExpired": "Expired", "statusExpired": "Expired",
"statusActive": "Active", "statusActive": "Active",
"confirmRevoke": "settings.apiTokens.confirmRevoke", "confirmRevoke": "Do you want to revoke this token? This action cannot be undone.",
"revoke": "Revoke", "revoke": "Revoke",
"empty": "No tokens yet. Generate one above to get started." "empty": "No tokens yet. Generate one above to get started."
}, },
@@ -1648,7 +1648,7 @@
"expirationRange": "Expiration must be between 1 and 365 days", "expirationRange": "Expiration must be between 1 and 365 days",
"required": "This field is required", "required": "This field is required",
"expirationRequired": "Expiration date is required.", "expirationRequired": "Expiration date is required.",
"eventDateRequired": "validation.eventDateRequired", "eventDateRequired": "Event date is required.",
"passwordTooSimple": "Password cannot be just numbers. Consider using a date format like \"04.07.2025\"" "passwordTooSimple": "Password cannot be just numbers. Consider using a date format like \"04.07.2025\""
}, },
"legal": { "legal": {
@@ -2342,7 +2342,7 @@
"namePlaceholder": "Enter your name", "namePlaceholder": "Enter your name",
"emailPlaceholder": "Enter your email", "emailPlaceholder": "Enter your email",
"submitFeedback": "Submit Feedback", "submitFeedback": "Submit Feedback",
"moderationSuccess": "feedback.moderationSuccess", "moderationSuccess": "Feedback moderated successfully",
"pendingModeration": "Pending Moderation", "pendingModeration": "Pending Moderation",
"pending": "pending", "pending": "pending",
"noPendingComments": "No comments pending moderation", "noPendingComments": "No comments pending moderation",