File

src/lib/core/translations.ts

Index

Properties

Properties

acceptSubscriptionRequest
acceptSubscriptionRequest: string
Type : string
block
block: string
Type : string
blockAndReport
blockAndReport: string
Type : string
chat
chat: string
Type : string
contactRequestIn
contactRequestIn: string
Type : string
contactRequestOut
contactRequestOut: string
Type : string
contacts
contacts: string
Type : string
contactsUnaffiliated
contactsUnaffiliated: string
Type : string
dateFormat
dateFormat: string
Type : string
denySubscriptionRequest
denySubscriptionRequest: string
Type : string
dismiss
dismiss: string
Type : string
dropMessage
dropMessage: string
Type : string
locale
locale: string
Type : string
noContacts
noContacts: string
Type : string
noMessages
noMessages: string
Type : string
placeholder
placeholder: string
Type : string
presence
presence:
rooms
rooms: string
Type : string
subscriptionRequestMessage
subscriptionRequestMessage: string
Type : string
timeFormat
timeFormat: string
Type : string
import { Presence } from './presence';

export interface Translations {
    acceptSubscriptionRequest: string;
    block: string;
    blockAndReport: string;
    chat: string;
    contactRequestIn: string;
    contactRequestOut: string;
    contacts: string;
    contactsUnaffiliated: string;
    dateFormat: string;
    denySubscriptionRequest: string;
    dismiss: string;
    dropMessage: string;
    locale: string;
    noContacts: string;
    noMessages: string;
    placeholder: string;
    presence: { [P in Presence]: string; };
    rooms: string;
    subscriptionRequestMessage: string;
    timeFormat: string;
}

results matching ""

    No results matching ""