|
| 1 | +// |
| 2 | +// Copyright © 2020 Stream.io Inc. All rights reserved. |
| 3 | +// |
| 4 | + |
| 5 | +"channel.name.and" = "and"; |
| 6 | +"channel.name.andXMore" = "and %@ more"; |
| 7 | +"channel.name.missing" = "NoChannel"; |
| 8 | +"channel.item.empty-messages" = "No messages"; |
| 9 | +"channel.item.typing-singular" = "is typing ..."; |
| 10 | +"channel.item.typing-plural" = "are typing ..."; |
| 11 | + |
| 12 | +"channel.no-content.title" = "Let's start chatting"; |
| 13 | +"channel.no-content.message" = "How about sending your first message to a friend?"; |
| 14 | +"channel.no-content.start" = "Start a chat"; |
| 15 | + |
| 16 | +"message.actions.inline-reply" = "Reply"; |
| 17 | +"message.actions.thread-reply" = "Thread Reply"; |
| 18 | +"message.actions.edit" = "Edit Message"; |
| 19 | +"message.actions.copy" = "Copy Message"; |
| 20 | +"message.actions.delete" = "Delete Message"; |
| 21 | +"message.actions.delete.confirmation-title" = "Delete Message"; |
| 22 | +"message.actions.delete.confirmation-message" = "Are you sure you want to permanently delete this message?"; |
| 23 | +"message.actions.user-unblock" = "Unblock User"; |
| 24 | +"message.actions.user-block" = "Block User"; |
| 25 | +"message.actions.user-unmute" = "Unmute User"; |
| 26 | +"message.actions.user-mute" = "Mute User"; |
| 27 | +"message.actions.resend" = "Resend"; |
| 28 | +"message.actions.flag" = "Flag Message"; |
| 29 | +"message.actions.flag.confirmation-title" = "Flag Message"; |
| 30 | +"message.actions.flag.confirmation-message" = "Do you want to send a copy of this message to a moderator for further investigation?"; |
| 31 | + |
| 32 | +"messageList.typingIndicator.typing-unknown" = "Someone is typing"; |
| 33 | + |
| 34 | +"message.threads.reply" = "Thread Reply"; |
| 35 | +"message.threads.replyWith" = "with %@"; |
| 36 | + |
| 37 | +"alert.actions.cancel" = "Cancel"; |
| 38 | +"alert.actions.delete" = "Delete"; |
| 39 | +"alert.actions.ok" = "Ok"; |
| 40 | +"alert.actions.delete-channel-title" = "Delete conversation"; |
| 41 | +"alert.actions.delete-channel-message" = "Are you sure you want to delete this conversation?"; |
| 42 | +"alert.error.title" = "Something went wrong."; |
| 43 | +"alert.error.message" = "The operation couldn't be completed."; |
| 44 | + |
| 45 | +"message.only-visible-to-you" = "Only visible to you"; |
| 46 | +"message.deleted-message-placeholder" = "Message deleted"; |
| 47 | + |
| 48 | +"composer.title.edit" = "Edit Message"; |
| 49 | +"composer.title.reply" = "Reply to Message"; |
| 50 | +"composer.placeholder.message" = "Send a message"; |
| 51 | +"composer.placeholder.giphy" = "Search GIFs"; |
| 52 | +"composer.checkmark.direct-message-reply" = "Also send as direct message"; |
| 53 | +"composer.checkmark.channel-reply" = "Also send in channel"; |
| 54 | +"composer.picker.title" = "Choose attachment type: "; |
| 55 | +"composer.picker.file" = "File"; |
| 56 | +"composer.picker.media" = "Photo or Video"; |
| 57 | +"composer.picker.cancel" = "Cancel"; |
| 58 | + |
| 59 | +"composer.suggestions.commands.header" = "Instant Commands"; |
| 60 | +"message.sending.attachment-uploading-failed" = "UPLOADING FAILED"; |
| 61 | + |
| 62 | +"message.title.online" = "Available"; |
| 63 | +"message.title.offline" = "Offline"; |
| 64 | +"message.title.group" = "%d members, %d online"; |
| 65 | + |
| 66 | +"current-selection" = "%d of %d"; |
| 67 | + |
| 68 | +"attachment.max-size-exceeded" = "Attachment size exceed the limit."; |
| 69 | +"dates.time-ago-seconds-plural" = "last seen %d seconds ago"; |
| 70 | +"dates.time-ago-seconds-singular" = "last seen just one second ago"; |
| 71 | +"dates.time-ago-minutes-singular" = "last seen one minute ago"; |
| 72 | +"dates.time-ago-minutes-plural" = "last seen %d minutes ago"; |
| 73 | +"dates.time-ago-hours-singular" = "last seen one hour ago"; |
| 74 | +"dates.time-ago-hours-plural" = "last seen %d hours ago"; |
| 75 | +"dates.time-ago-days-singular" = "last seen one day ago"; |
| 76 | +"dates.time-ago-days-plural" = "last seen %d days ago"; |
| 77 | +"dates.time-ago-weeks-singular" = "last seen one week ago"; |
| 78 | +"dates.time-ago-weeks-plural" = "last seen %d weeks ago"; |
| 79 | +"dates.time-ago-months-singular" = "last seen one month ago"; |
| 80 | +"dates.time-ago-months-plural" = "last seen %d months ago"; |
0 commit comments