Adds complete translations for Czech, Greek, Persian, Finnish, Irish, Hindi, Hungarian, Indonesian, Icelandic, Latvian, Portuguese (Portugal), Sinhala, Slovak, Swedish, Turkish, and Ukrainian. Updates existing translations for German, Spanish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese (Brazil), Russian, Chinese (Simplified), and Chinese (Traditional) with new vault comparison and file type features.
154 lines
6.9 KiB
JSON
154 lines
6.9 KiB
JSON
{
|
|
"vault.title": "Vault",
|
|
"vault.secrets": "Secrets",
|
|
"vault.audit": "Audit Log",
|
|
"vault.tokens": "Access Tokens",
|
|
"vault.version_history": "Version History",
|
|
"vault.new_secret": "New Secret",
|
|
"vault.secrets_description": "Securely store and manage secrets for this repository",
|
|
"vault.audit_description": "View all access and modification events for this vault",
|
|
"vault.tokens_description": "Manage API access tokens for CI/CD and automation",
|
|
"vault.config_error_title": "Vault Not Configured",
|
|
"vault.config_error_message": "The vault encryption key has not been configured. Secrets cannot be encrypted or decrypted.",
|
|
"vault.config_error_fix": "Add MASTER_KEY to the [vault] section in app.ini or set the GITCADDY_VAULT_KEY environment variable.",
|
|
"vault.secret_name": "Name",
|
|
"vault.secret_type": "Type",
|
|
"vault.secret_value": "Secret Value",
|
|
"vault.description": "Description",
|
|
"vault.version": "Version",
|
|
"vault.created": "Created",
|
|
"vault.updated": "Updated",
|
|
"vault.created_by": "Created By",
|
|
"vault.comment": "Comment",
|
|
"vault.type": "Type",
|
|
"vault.all_types": "All Types",
|
|
"vault.type_generic": "Generic",
|
|
"vault.type_password": "Password",
|
|
"vault.type_api_key": "API Key",
|
|
"vault.type_certificate": "Certificate",
|
|
"vault.type_ssh_key": "SSH Key",
|
|
"vault.secret_name_placeholder": "my_secret_name",
|
|
"vault.secret_name_help": "Must start with a letter and contain only letters, numbers, underscores, and hyphens",
|
|
"vault.description_placeholder": "Optional description of this secret",
|
|
"vault.value_placeholder": "Enter the secret value",
|
|
"vault.value_help": "The value will be encrypted and stored securely",
|
|
"vault.version_comment_placeholder": "Optional comment describing this change",
|
|
"vault.enter_new_value": "Enter new value",
|
|
"vault.new_value": "New Value",
|
|
"vault.update": "Update",
|
|
"vault.update_secret": "Update Secret",
|
|
"vault.edit_secret": "Edit Secret",
|
|
"vault.edit_hint": "Saving creates a new version. Previous versions are preserved.",
|
|
"vault.value": "Value",
|
|
"vault.version_comment": "Version Comment",
|
|
"vault.save": "Save",
|
|
"vault.delete": "Delete",
|
|
"vault.create_secret": "Create Secret",
|
|
"vault.delete_secret": "Delete Secret",
|
|
"vault.restore_secret": "Restore Secret",
|
|
"vault.view_all_versions": "View All Versions",
|
|
"vault.back_to_list": "Back to List",
|
|
"vault.back_to_secret": "Back to Secret",
|
|
"vault.show_value": "Show value",
|
|
"vault.copy_value": "Copy to clipboard",
|
|
"vault.view_hidden": "View hidden",
|
|
"vault.view_raw": "View raw value",
|
|
"vault.hidden": "Hidden",
|
|
"vault.raw": "Raw",
|
|
"vault.copy": "Copy",
|
|
"vault.copied": "Copied!",
|
|
"vault.multiline_hint": "Supports multi-line content (env files, certificates, etc.)",
|
|
"vault.rollback": "Rollback",
|
|
"vault.rollback_to_this": "Rollback to this version",
|
|
"vault.restore": "Restore",
|
|
"vault.current": "Current",
|
|
"vault.deleted": "Deleted",
|
|
"vault.no_comment": "No comment",
|
|
"vault.unknown_user": "Unknown user",
|
|
"vault.no_secrets": "No Secrets",
|
|
"vault.no_secrets_description": "This repository doesn't have any secrets stored yet.",
|
|
"vault.create_first_secret": "Create your first secret",
|
|
"vault.no_versions": "No version history available",
|
|
"vault.no_audit_entries": "No Audit Entries",
|
|
"vault.no_audit_entries_description": "No vault activity has been recorded yet.",
|
|
"vault.show_deleted": "Show deleted secrets",
|
|
"vault.danger_zone": "Danger Zone",
|
|
"vault.confirm_delete": "Are you sure you want to delete this secret? It can be restored later.",
|
|
"vault.confirm_rollback": "Are you sure you want to rollback to version %d?",
|
|
"vault.secret_created": "Secret created successfully",
|
|
"vault.secret_updated": "Secret updated successfully",
|
|
"vault.secret_deleted": "Secret deleted successfully",
|
|
"vault.secret_restored": "Secret restored successfully",
|
|
"vault.secret_rolled_back": "Secret rolled back to version %d",
|
|
"vault.error_value_required": "Secret value is required",
|
|
"vault.error_update_failed": "Failed to update secret",
|
|
"vault.error_required_fields": "Name and value are required",
|
|
"vault.error_secret_exists": "A secret with this name already exists",
|
|
"vault.error_invalid_version": "Invalid version number",
|
|
"vault.error_version_not_found": "Version not found",
|
|
"vault.timestamp": "Timestamp",
|
|
"vault.action": "Action",
|
|
"vault.secret": "Secret",
|
|
"vault.user": "User",
|
|
"vault.ip_address": "IP Address",
|
|
"vault.status": "Status",
|
|
"vault.success": "Success",
|
|
"vault.failed": "Failed",
|
|
"vault.unknown": "Unknown",
|
|
"vault.user_id": "User",
|
|
"vault.token_access": "Token",
|
|
"vault.action_list": "List",
|
|
"vault.action_read": "Read",
|
|
"vault.action_write": "Write",
|
|
"vault.action_delete": "Delete",
|
|
"vault.action_restore": "Restore",
|
|
"vault.action_rollback": "Rollback",
|
|
"vault.action_rotate_key": "Rotate Key",
|
|
"vault.new_token": "New Token",
|
|
"vault.create_token": "Create Token",
|
|
"vault.token_description": "Description",
|
|
"vault.token_description_placeholder": "CI/CD pipeline token",
|
|
"vault.token_scope": "Scope",
|
|
"vault.scope_read": "Read Only",
|
|
"vault.scope_write": "Read & Write",
|
|
"vault.scope_admin": "Admin",
|
|
"vault.scope_help": "Read allows viewing secrets. Write allows creating and updating. Admin allows token management.",
|
|
"vault.token_ttl": "Expiration",
|
|
"vault.never_expires": "Never expires",
|
|
"vault.days": "days",
|
|
"vault.year": "year",
|
|
"vault.expires": "Expires",
|
|
"vault.last_used": "Last Used",
|
|
"vault.usage_count": "Uses",
|
|
"vault.never": "Never",
|
|
"vault.revoked": "Revoked",
|
|
"vault.expired": "Expired",
|
|
"vault.revoke": "Revoke",
|
|
"vault.token_created": "Token Created",
|
|
"vault.token_created_warning": "Copy this token now. You won't be able to see it again!",
|
|
"vault.no_tokens": "No Tokens",
|
|
"vault.no_tokens_description": "Create a token to allow API access to this vault.",
|
|
"vault.confirm_revoke_token": "Are you sure you want to revoke this token? This cannot be undone.",
|
|
"vault.token_revoked": "Token revoked successfully",
|
|
"vault.error_description_required": "Token description is required",
|
|
"vault.error_create_token_failed": "Failed to create token",
|
|
"vault.error_invalid_token_id": "Invalid token ID",
|
|
"vault.error_token_not_found": "Token not found",
|
|
"vault.error_revoke_failed": "Failed to revoke token",
|
|
"vault.license": "License",
|
|
"vault.license_tier": "Tier",
|
|
"vault.max_secrets": "Max Secrets",
|
|
"vault.max_versions": "Max Versions",
|
|
"vault.audit_retention": "Audit Retention",
|
|
"vault.unlimited": "Unlimited",
|
|
"vault.type_file": "File",
|
|
"vault.compare": "Compare",
|
|
"vault.compare_version": "Compare this version",
|
|
"vault.compare_versions": "Compare Versions",
|
|
"vault.compare_from": "From Version",
|
|
"vault.compare_to": "To Version",
|
|
"vault.run_compare": "Compare",
|
|
"vault.unified_diff": "Unified Diff",
|
|
"vault.back_to_versions": "Back to Versions",
|
|
"vault.compare_same_version": "Cannot compare a version with itself"
|
|
} |