Skip to content

Latest commit

 

History

History
257 lines (156 loc) · 5.96 KB

Localization.md

File metadata and controls

257 lines (156 loc) · 5.96 KB

Dimelo localization

  • add the localizations to your project:

  • Create a DimeloLocalizable.strings file in Supporting File directory
  • Check the supported languages.

  • add these keys to DimeloLocalizable.strings file if you want to change the default dimelo translation

rcVideoCallRequestedStatusMessage

Text displayed in the status message when a video call is requested.

This will be used as an argument to NSLocalizedString.

rcThreadsTitle

Title of the threads list window.

This will be used as an argument to NSLocalizedString.

rcYou

Prefix added to user message preview in the threads list.

This will be used as an argument to NSLocalizedString.

rcWaitingForAgentMessage

"Waiting For Agent" title in the thread list when no agent has responded yet.

This will be used as an argument to NSLocalizedString.

rcBackToAllChats

"Back button" title to return to the threads list when the sdk is embedded as a fragment.

This will be used as an argument to NSLocalizedString.

dimeloChatTitle

Title of the conversation window.

This will be used as an argument to NSLocalizedString.

rcClosedThreadMessage

Content of the message that is displayed when the thread is closed.

This will be used as an argument to NSLocalizedString.

dimeloChoosePhotoButtonTitle

Title of the attachment photo button.

This will be used as an argument to NSLocalizedString.

dimeloLocationButtonTitle

Title of the attachment location button.

This will be used as an argument to NSLocalizedString.

dimeloTakePhotoButtonTitle

Title of the Take Photo button.

This will be used as an argument to NSLocalizedString.

dimeloCancelButtonTitle

Title of the Cancel button.

This will be used as an argument to NSLocalizedString.

dimeloLoadMoreMessagesButtonTitle

Title of the Load more messages button.

This will be used as an argument to NSLocalizedString.

dimeloNotificationDirectReplyButtonTitle

Title of the notification direct reply button.

This will be used as an argument to NSLocalizedString.

dimeloNotificationDirectReplyInputTextPlaceholder

Placeholder of the notification direct reply input text.

This will be used as an argument to NSLocalizedString.

dimeloAttachmentSizeLabelMegaByteUnit

Attachment size label, in megabytes (Mo in French, MB otherwise)

This will be used as an argument to NSLocalizedString.

dimeloAttachmentSizeLabelKiloByteUnit

Attachment size label, in kilobytes (Ko in French, KB otherwise)

This will be used as an argument to NSLocalizedString.

rcDeleteMessageButtonTitle

"Delete for everyone" button title.

This will be used as an argument to NSLocalizedString.

rcDeleteMessageConfirmationDialogTitle

Message deletion confirmation dialog title.

This will be used as an argument to NSLocalizedString.

rcDeleteMessageConfirmationDialogDescription

Message deletion confirmation dialog description.

This will be used as an argument to NSLocalizedString.

rcDeleteMessageConfirmationDialogDeleteButtonTitle

Message deletion confirmation dialog delete button title.

This will be used as an argument to NSLocalizedString.

rcCopyMessageButtonTitle

"Copy" button title.

This will be used as an argument to NSLocalizedString.

rcDeletedMessageReplacementText

Text to display to replace a deleted message's body.

This will be used as an argument to NSLocalizedString.

rcThumbsUpButtonTitle

"Thumbs up" button title.

This will be used as an argument to NSLocalizedString.

rcThumbsDownButtonTitle

"Thumbs down" button title.

This will be used as an argument to NSLocalizedString.