/** * Copyright (c) 2020-2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ import { CommonNS } from "../../../models"; /** * NOTES: No need to care about the max-len for this file since it's easier to * translate the strings to other languages easily with editor translation tools. */ /* eslint-disable max-len */ export const common: CommonNS = { access: "Access", actions: "Actions", activate: "Activate", active: "Active", add: "Add", addKey: "Add secret", addURL: "Add URL", all: "All", applicationName: "Application name", applications: "Applications", approvalStatus: "Approval Status", approve: "Approve", apps: "Apps", assignee: "Assignee", assignees: "Assignees", authentication: "Authentication", authenticator: "Authenticator", authenticator_plural: "Authenticators", back: "Back", beta: "Beta", browser: "Browser", cancel: "Cancel", challengeQuestionNumber: "Challenge Question {{number}}", change: "Change", chunkLoadErrorMessage: { description: "An error occurred when serving the requested application. Please try reloading the app.", heading: "Something went wrong", primaryActionText: "Reload the App" }, claim: "Claim", clear: "Clear", clientId: "Client ID", close: "Close", comingSoon: "Coming soon", completed: "Completed", configure: "Configure", confirm: "Confirm", contains: "Contains", continue: "Continue", copyToClipboard: "Copy to clipboard", create: "Create", createdOn: "Created on", dangerZone: "Danger Zone", darkMode: "Dark mode", delete: "Delete", description: "Description", deviceModel: "Device model", disable: "Disable", disabled: "Disabled", docs: "Docs", documentation: "Documentation", done: "Done", download: "Download", drag: "Drag", duplicateURLError: "This value is already added", edit: "Edit", enable: "Enable", enabled: "Enabled", endsWith: "Ends with", equals: "Equals", exitFullScreen: "Exit full-screen", explore: "Explore", export: "Export", featureAvailable: "This feature will be available soon!", filter: "Filter", finish: "Finish", generatePassword: "Generate password", goBackHome: "Go back home", goFullScreen: "Go full-screen", good: "Good", help: "Help", hide: "Hide", hidePassword: "Hide password", identityProviders: "Identity Providers", import: "Import", initiator: "Initiator", ipAddress: "IP address", issuer: "Issuer", lastAccessed: "Last accessed", lastModified: "Last modified", lastSeen: "Last seen", lastUpdatedOn: "Last updated on", learnMore: "Learn More", lightMode: "Light mode", loading: "Loading", loginTime: "Login time", logout: "Logout", maxValidation: "This value should be less than or equal to {{max}}.", maximize: "Maximize", minValidation: "This value should be greater than or equal to {{min}}.", minimize: "Minimize", more: "More", myAccount: "My Account", name: "Name", networkErrorMessage: { description: "Please try signing in again.", heading: "Your session has expired", primaryActionText: "Sign In" }, new: "New", next: "Next", noResultsFound: "No results found", okay: "Okay", operatingSystem: "Operating system", operations: "Operations", overview: "Overview", personalInfo: "Personal Info", pin: "Pin", pinned: "Pinned", pressEnterPrompt: "Press <1>Enter to select", preview: "Preview", previous: "Previous", priority: "Priority", privacy: "Privacy", properties: "Properties", ready: "Ready", regenerate: "Regenerate", register: "Register", reject: "Reject", release: "Release", remove: "Remove", removeAll: "Remove all", required: "This is required.", reserved: "Reserved", resetFilters: "Reset filters", retry: "Retry", revoke: "Revoke", revokeAll: "Revoke all", samples: "Samples", save: "Save", sdks: "SDKs", search: "Search", searching: "Searching", security: "Security", services: "Services", settings: "Settings", setup: "Set up", show: "Show", showAll: "Show all", showLess: "Show less", showMore: "Show more", showPassword: "Show password", skip: "Skip", startsWith: "Starts with", step: "Step", strong: "Strong", submit: "Submit", switch: "Switch", technologies: "Technologies", terminate: "Terminate", terminateAll: "Terminate all", terminateSession: "Terminate session", tooShort: "Too short", type: "Type", unpin: "Unpin", unpinned: "Unpinned", update: "Update", user: "User", verify: "Verify", view: "View", weak: "Weak", weakPassword: "The password strength should at least be good." };