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