97 lines
4.5 KiB
JSON
97 lines
4.5 KiB
JSON
{
|
|
"badges.loading": "Loading...",
|
|
"badges.no_badges_yet": "No badges yet.",
|
|
"badges.empty.title": "No badges yet",
|
|
"badges.empty.description": "Create your first badge to recognize achievements and contributions of your team members.",
|
|
"badges.badge_not_found": "Badge not found.",
|
|
"badges.user_not_found": "User not found.",
|
|
"badges.unknown": "unknown",
|
|
|
|
"badges.rhs.all_badges": "All badges",
|
|
"badges.rhs.my_badges": "My badges",
|
|
"badges.rhs.user_badges": "@{username}'s badges",
|
|
"badges.rhs.badge_details": "Badge Details",
|
|
|
|
"badges.label.name": "Name:",
|
|
"badges.label.description": "Description:",
|
|
"badges.label.type": "Type: {typeName}",
|
|
"badges.label.created_by": "Created by: {username}",
|
|
"badges.label.granted_by": "Granted by: {username}",
|
|
"badges.label.granted_at": "Granted at: {date}",
|
|
"badges.label.reason": "Why? {reason}",
|
|
|
|
"badges.granted.not_yet": "Not yet granted.",
|
|
"badges.granted.multiple": "Granted {times, plural, one {# time} other {# times}} to {users, plural, one {# user} other {# users}}.",
|
|
"badges.granted.single": "Granted to {users, plural, one {# user} other {# users}}.",
|
|
"badges.granted_to": "Granted to:",
|
|
"badges.not_granted_yet": "Not granted to anyone yet",
|
|
|
|
"badges.set_status": "Set status to this badge",
|
|
"badges.grant_badge": "Grant badge",
|
|
"badges.and_more": "and {count} more. Click to see all.",
|
|
|
|
"badges.menu.open_list": "Open the list of all badges.",
|
|
"badges.menu.create_badge": "Create badge",
|
|
"badges.menu.create_type": "Create badge type",
|
|
"badges.menu.add_subscription": "Add badge subscription",
|
|
"badges.menu.remove_subscription": "Remove badge subscription",
|
|
|
|
"badges.sidebar.title": "Badges",
|
|
"badges.popover.title": "Badges",
|
|
|
|
"badges.admin.label": "Achievements Admin:",
|
|
"badges.admin.placeholder": "username",
|
|
"badges.admin.help_text": "This user will be considered the achievements plugin administrator. They can create types, as well as modify and grant any badges.",
|
|
|
|
"badges.rhs.create_badge": "+ Create badge",
|
|
"badges.rhs.edit_badge": "Edit",
|
|
|
|
"badges.modal.create_badge_title": "Create Badge",
|
|
"badges.modal.edit_badge_title": "Edit Badge",
|
|
"badges.modal.field_name": "Name",
|
|
"badges.modal.field_name_placeholder": "Badge name (max 20 chars)",
|
|
"badges.modal.field_description": "Description",
|
|
"badges.modal.field_description_placeholder": "Badge description (max 120 chars)",
|
|
"badges.modal.field_image": "Emoji",
|
|
"badges.modal.field_image_placeholder": "Emoji name (e.g. star)",
|
|
"badges.modal.field_type": "Type",
|
|
"badges.modal.field_type_placeholder": "Select badge type",
|
|
"badges.modal.field_multiple": "Can be granted multiple times",
|
|
"badges.modal.create_new_type": "+ Create new type",
|
|
"badges.modal.new_type_name": "Type name",
|
|
"badges.modal.new_type_name_placeholder": "Type name (max 20 chars)",
|
|
"badges.modal.new_type_everyone_create": "Everyone can create badges",
|
|
"badges.modal.new_type_everyone_grant": "Everyone can grant badges",
|
|
"badges.modal.btn_cancel": "Cancel",
|
|
"badges.modal.btn_create": "Create",
|
|
"badges.modal.btn_save": "Save",
|
|
"badges.modal.btn_creating": "Saving...",
|
|
"badges.modal.btn_delete": "Delete badge",
|
|
"badges.modal.btn_confirm_delete": "Yes, delete",
|
|
"badges.modal.confirm_delete": "Are you sure?",
|
|
"badges.modal.error_generic": "An error occurred",
|
|
"badges.modal.error_type_name_required": "Enter type name",
|
|
"badges.modal.error_type_required": "Select badge type",
|
|
"badges.modal.delete_type": "Delete type",
|
|
"badges.modal.confirm_delete_type": "Delete type \"{name}\"?",
|
|
"badges.modal.btn_confirm_delete_type": "Yes, delete",
|
|
|
|
"badges.error.unknown": "An error occurred",
|
|
"badges.error.cannot_get_user": "Failed to get user data",
|
|
"badges.error.cannot_get_types": "Failed to load types",
|
|
"badges.error.cannot_get_badges": "Failed to load badges",
|
|
"badges.error.invalid_request": "Invalid request format",
|
|
"badges.error.invalid_name": "Name is required",
|
|
"badges.error.invalid_image": "Emoji is required",
|
|
"badges.error.type_not_found": "Badge type not found",
|
|
"badges.error.badge_not_found": "Badge not found",
|
|
"badges.error.no_permission": "Insufficient permissions",
|
|
"badges.error.missing_badge_id": "Badge ID is missing",
|
|
"badges.error.missing_type_id": "Type ID is missing",
|
|
"badges.error.cannot_create_badge": "Failed to create badge",
|
|
"badges.error.cannot_create_type": "Failed to create type",
|
|
"badges.error.cannot_update_badge": "Failed to update badge",
|
|
"badges.error.cannot_delete_badge": "Failed to delete badge",
|
|
"badges.error.cannot_delete_type": "Failed to delete type"
|
|
}
|