stream-chat-react 13.13.0 → 13.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Attachment/AttachmentActions.js +7 -2
- package/dist/components/Chat/hooks/useChat.js +1 -1
- package/dist/components/Message/ReminderNotification.js +2 -2
- package/dist/components/Message/hooks/useMuteHandler.js +2 -2
- package/dist/components/MessageInput/AttachmentPreviewList/AttachmentPreviewList.js +1 -1
- package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.d.ts +2 -1
- package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.js +3 -2
- package/dist/components/MessageInput/AttachmentPreviewList/ImageAttachmentPreview.js +1 -1
- package/dist/components/MessageInput/AttachmentPreviewList/VoiceRecordingPreview.js +1 -1
- package/dist/components/MessageInput/SendButton.js +3 -1
- package/dist/components/Poll/PollCreationDialog/MultipleAnswersField.js +6 -2
- package/dist/components/Poll/PollCreationDialog/NameField.js +5 -2
- package/dist/components/Poll/PollCreationDialog/OptionFieldSet.js +6 -2
- package/dist/components/TextareaComposer/SuggestionList/CommandItem.js +21 -3
- package/dist/css/v2/index.css +1 -1
- package/dist/css/v2/index.layout.css +1 -1
- package/dist/experimental/Search/SearchResults/SearchResultsHeader.js +7 -2
- package/dist/experimental/Search/SearchResults/SearchSourceResultsLoadingIndicator.js +3 -1
- package/dist/experimental/index.browser.cjs +18 -2
- package/dist/experimental/index.browser.cjs.map +2 -2
- package/dist/experimental/index.node.cjs +18 -2
- package/dist/experimental/index.node.cjs.map +2 -2
- package/dist/i18n/Streami18n.d.ts +90 -78
- package/dist/i18n/de.json +91 -89
- package/dist/i18n/en.json +91 -79
- package/dist/i18n/es.json +99 -97
- package/dist/i18n/fr.json +99 -97
- package/dist/i18n/hi.json +91 -89
- package/dist/i18n/it.json +99 -97
- package/dist/i18n/ja.json +88 -86
- package/dist/i18n/ko.json +88 -86
- package/dist/i18n/nl.json +91 -89
- package/dist/i18n/pt.json +99 -97
- package/dist/i18n/ru.json +104 -102
- package/dist/i18n/tr.json +91 -89
- package/dist/index.browser.cjs +1607 -1518
- package/dist/index.browser.cjs.map +2 -2
- package/dist/index.node.cjs +1607 -1518
- package/dist/index.node.cjs.map +2 -2
- package/dist/scss/v2/Message/Message-layout.scss +1 -0
- package/dist/scss/v2/Poll/Poll-layout.scss +4 -0
- package/package.json +7 -7
package/dist/i18n/ru.json
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
+
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} и {{ moreCount }} еще",
|
|
3
|
+
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} и {{ lastUser }}",
|
|
4
|
+
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} и {{ secondUser }}",
|
|
5
|
+
"{{ imageCount }} more": "Ещё {{ imageCount }}",
|
|
6
|
+
"{{ memberCount }} members": "{{ memberCount }} участников",
|
|
7
|
+
"{{ user }} has been muted": "Вы отписались от уведомлений от {{ user }}",
|
|
8
|
+
"{{ user }} has been unmuted": "Уведомления от {{ user }} были включены",
|
|
9
|
+
"{{ user }} is typing...": "{{ user }} печатает...",
|
|
10
|
+
"{{ users }} and {{ user }} are typing...": "{{ users }} и {{ user }} печатают...",
|
|
11
|
+
"{{ users }} and more are typing...": "{{ users }} и другие печатают...",
|
|
12
|
+
"{{ watcherCount }} online": "{{ watcherCount }} в сети",
|
|
13
|
+
"{{count}} unread_one": "{{count}} непрочитанное",
|
|
14
|
+
"{{count}} unread_few": "{{count}} непрочитанных",
|
|
15
|
+
"{{count}} unread_many": "{{count}} непрочитанных",
|
|
16
|
+
"{{count}} unread_other": "{{count}} непрочитанных",
|
|
17
|
+
"{{count}} votes_one": "{{count}} голос",
|
|
18
|
+
"{{count}} votes_few": "{{count}} голоса",
|
|
19
|
+
"{{count}} votes_many": "{{count}} голосов",
|
|
20
|
+
"{{count}} votes_other": "{{count}} голосов",
|
|
21
|
+
"🏙 Attachment...": "🏙 Вложение...",
|
|
22
|
+
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} создал(а): {{ pollName}}",
|
|
23
|
+
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} проголосовал(а): {{pollOptionText}}",
|
|
24
|
+
"📍Shared location": "📍Общее местоположение",
|
|
2
25
|
"Add a comment": "Добавить комментарий",
|
|
3
26
|
"Add an option": "Добавить вариант",
|
|
4
27
|
"All results loaded": "Все результаты загружены",
|
|
@@ -13,11 +36,41 @@
|
|
|
13
36
|
"Anonymous": "Аноним",
|
|
14
37
|
"Anonymous poll": "Анонимный опрос",
|
|
15
38
|
"Archive": "Aрхивировать",
|
|
39
|
+
"aria/Attachment": "Вложение",
|
|
40
|
+
"aria/Cancel Reply": "Отменить ответ",
|
|
41
|
+
"aria/Cancel upload": "Отменить загрузку",
|
|
42
|
+
"aria/Channel list": "Список каналов",
|
|
43
|
+
"aria/Channel search results": "Результаты поиска по каналам",
|
|
44
|
+
"aria/Close thread": "Закрыть тему",
|
|
45
|
+
"aria/Download attachment": "Скачать вложение",
|
|
46
|
+
"aria/Emoji picker": "Выбор эмодзи",
|
|
47
|
+
"aria/File input": "Ввод файла",
|
|
48
|
+
"aria/File upload": "Загрузка файла",
|
|
49
|
+
"aria/Image input": "Ввод изображения",
|
|
50
|
+
"aria/Load More Channels": "Загрузить больше каналов",
|
|
51
|
+
"aria/Menu": "Меню",
|
|
52
|
+
"aria/Message Options": "Параметры сообщения",
|
|
53
|
+
"aria/Open Attachment Selector": "Открыть выбор вложений",
|
|
54
|
+
"aria/Open Menu": "Открыть меню",
|
|
55
|
+
"aria/Open Message Actions Menu": "Открыть меню действий с сообщениями",
|
|
56
|
+
"aria/Open Reaction Selector": "Открыть селектор реакций",
|
|
57
|
+
"aria/Open Thread": "Открыть тему",
|
|
58
|
+
"aria/Reaction list": "Список реакций",
|
|
59
|
+
"aria/Remind Me Options": "Параметры напоминания",
|
|
60
|
+
"aria/Remove attachment": "Удалить вложение",
|
|
61
|
+
"aria/Remove location attachment": "Удалить вложение местоположения",
|
|
62
|
+
"aria/Retry upload": "Повторить загрузку",
|
|
63
|
+
"aria/Search results": "Результаты поиска",
|
|
64
|
+
"aria/Search results header filter button": "Кнопка фильтра заголовка результатов поиска",
|
|
65
|
+
"aria/Send": "Отправить",
|
|
66
|
+
"aria/Stop AI Generation": "Остановить генерацию ИИ",
|
|
16
67
|
"Ask a question": "Задать вопрос",
|
|
17
68
|
"Attach": "Прикрепить",
|
|
18
69
|
"Attach files": "Прикрепить файлы",
|
|
19
70
|
"Attachment upload blocked due to {{reason}}": "Загрузка вложения заблокирована из-за {{reason}}",
|
|
20
71
|
"Attachment upload failed due to {{reason}}": "Загрузка вложения не удалась из-за {{reason}}",
|
|
72
|
+
"ban-command-args": "[@имяпользователя] [текст]",
|
|
73
|
+
"ban-command-description": "Заблокировать пользователя",
|
|
21
74
|
"Cancel": "Отмена",
|
|
22
75
|
"Cannot seek in the recording": "Невозможно осуществить поиск в записи",
|
|
23
76
|
"Channel Missing": "Канал не найден",
|
|
@@ -34,8 +87,11 @@
|
|
|
34
87
|
"Download attachment {{ name }}": "Скачать вложение {{ name }}",
|
|
35
88
|
"Drag your files here": "Перетащите ваши файлы сюда",
|
|
36
89
|
"Drag your files here to add to your post": "Перетащите ваши файлы сюда, чтобы добавить их в ваш пост",
|
|
37
|
-
"Due since {{ dueSince }}": "Просрочено с {{ dueSince }}",
|
|
38
90
|
"Due {{ timeLeft }}": "Просрочено в {{ timeLeft }}",
|
|
91
|
+
"Due since {{ dueSince }}": "Просрочено с {{ dueSince }}",
|
|
92
|
+
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
93
|
+
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
94
|
+
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
39
95
|
"Edit Message": "Редактировать сообщение",
|
|
40
96
|
"Edit message request failed": "Не удалось изменить запрос сообщения",
|
|
41
97
|
"Edited": "Отредактировано",
|
|
@@ -44,6 +100,8 @@
|
|
|
44
100
|
"End": "Конец",
|
|
45
101
|
"End vote": "Закончить голосование",
|
|
46
102
|
"Enforce unique vote is enabled": "Уникальное голосование включено",
|
|
103
|
+
"Error": "Ошибка",
|
|
104
|
+
"Error · Unsent": "Ошибка · Не отправлено",
|
|
47
105
|
"Error adding flag": "Ошибка добавления флага",
|
|
48
106
|
"Error connecting to chat, refresh the page to try again.": "Ошибка подключения к чату, обновите страницу чтобы попробовать снова.",
|
|
49
107
|
"Error deleting message": "Ошибка при удалении сообщения",
|
|
@@ -58,7 +116,6 @@
|
|
|
58
116
|
"Error uploading attachment": "Ошибка при загрузке вложения",
|
|
59
117
|
"Error uploading file": "Ошибка при загрузке файла",
|
|
60
118
|
"Error uploading image": "Ошибка загрузки изображения",
|
|
61
|
-
"Error · Unsent": "Ошибка · Не отправлено",
|
|
62
119
|
"Error: {{ errorMessage }}": "Ошибка: {{ errorMessage }}",
|
|
63
120
|
"Failed to create the poll": "Не удалось создать опрос",
|
|
64
121
|
"Failed to create the poll due to {{reason}}": "Не удалось создать опрос из-за {{reason}}",
|
|
@@ -71,7 +128,10 @@
|
|
|
71
128
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Файл слишком большой: {{ size }}, максимальный размер загрузки составляет {{ limit }}",
|
|
72
129
|
"Flag": "Пожаловаться",
|
|
73
130
|
"Generating...": "Генерирую...",
|
|
131
|
+
"giphy-command-args": "[текст]",
|
|
132
|
+
"giphy-command-description": "Опубликовать случайную GIF-анимацию в канале",
|
|
74
133
|
"Latest Messages": "Последние сообщения",
|
|
134
|
+
"live": "В прямом эфире",
|
|
75
135
|
"Live for {{duration}}": "В прямом эфире {{duration}}",
|
|
76
136
|
"Live location": "Местоположение в прямом эфире",
|
|
77
137
|
"Live until {{ timestamp }}": "В прямом эфире до {{ timestamp }}",
|
|
@@ -81,9 +141,9 @@
|
|
|
81
141
|
"Mark as unread": "Отметить как непрочитанное",
|
|
82
142
|
"Maximum number of votes (from 2 to 10)": "Максимальное количество голосов (от 2 до 10)",
|
|
83
143
|
"Menu": "Меню",
|
|
144
|
+
"Message deleted": "Сообщение удалено",
|
|
84
145
|
"Message Failed · Click to try again": "Ошибка отправки сообщения · Нажмите чтобы повторить",
|
|
85
146
|
"Message Failed · Unauthorized": "Ошибка отправки сообщения · Неавторизованный",
|
|
86
|
-
"Message deleted": "Сообщение удалено",
|
|
87
147
|
"Message has been successfully flagged": "Жалоба на сообщение была принята",
|
|
88
148
|
"Message pinned": "Сообщение закреплено",
|
|
89
149
|
"Message was blocked by moderation policies": "Сообщение было заблокировано модерацией",
|
|
@@ -91,6 +151,9 @@
|
|
|
91
151
|
"Missing permissions to upload the attachment": "Отсутствуют разрешения для загрузки вложения",
|
|
92
152
|
"Multiple answers": "Несколько ответов",
|
|
93
153
|
"Mute": "Отключить уведомления",
|
|
154
|
+
"mute-command-args": "[@имяпользователя]",
|
|
155
|
+
"mute-command-description": "Выключить микрофон у пользователя",
|
|
156
|
+
"network error": "ошибка сети",
|
|
94
157
|
"New": "Новые",
|
|
95
158
|
"New Messages!": "Новые сообщения!",
|
|
96
159
|
"No chats here yet…": "Здесь еще нет чатов...",
|
|
@@ -119,19 +182,31 @@
|
|
|
119
182
|
"Remove reminder": "Удалить напоминание",
|
|
120
183
|
"Reply": "Ответить",
|
|
121
184
|
"Reply to Message": "Ответить на сообщение",
|
|
185
|
+
"replyCount_one": "1 ответ",
|
|
186
|
+
"replyCount_few": "{{ count }} ответов",
|
|
187
|
+
"replyCount_many": "{{ count }} ответов",
|
|
188
|
+
"replyCount_other": "{{ count }} ответов",
|
|
122
189
|
"Save for later": "Сохранить на потом",
|
|
123
190
|
"Saved for later": "Сохранено на потом",
|
|
124
191
|
"Search": "Поиск",
|
|
192
|
+
"search-results-header-filter-source-button-label--channels": "каналы",
|
|
193
|
+
"search-results-header-filter-source-button-label--messages": "сообщения",
|
|
194
|
+
"search-results-header-filter-source-button-label--users": "пользователи",
|
|
195
|
+
"Searching for {{ searchSourceType }}...": "Поиск {{ searchSourceType }}...",
|
|
125
196
|
"Searching...": "Ищем...",
|
|
197
|
+
"searchResultsCount_one": "1 результат",
|
|
198
|
+
"searchResultsCount_few": "{{ count }} результата",
|
|
199
|
+
"searchResultsCount_many": "{{ count }} результатов",
|
|
200
|
+
"searchResultsCount_other": "{{ count }} результатов",
|
|
201
|
+
"See all options ({{count}})_one": "Посмотреть все варианты ({{count}})",
|
|
126
202
|
"See all options ({{count}})_few": "Посмотреть все варианты ({{count}})",
|
|
127
203
|
"See all options ({{count}})_many": "Посмотреть все варианты ({{count}})",
|
|
128
|
-
"See all options ({{count}})_one": "Посмотреть все варианты ({{count}})",
|
|
129
204
|
"See all options ({{count}})_other": "Посмотреть все варианты ({{count}})",
|
|
130
205
|
"Select one": "Выберите один",
|
|
131
206
|
"Select one or more": "Выберите один или несколько",
|
|
207
|
+
"Select up to {{count}}_one": "Выберите до {{count}}",
|
|
132
208
|
"Select up to {{count}}_few": "Выберите до {{count}}",
|
|
133
209
|
"Select up to {{count}}_many": "Выберите до {{count}}",
|
|
134
|
-
"Select up to {{count}}_one": "Выберите до {{count}}",
|
|
135
210
|
"Select up to {{count}}_other": "Выберите до {{count}}",
|
|
136
211
|
"Send": "Отправить",
|
|
137
212
|
"Send Anyway": "Мне всё равно, отправить",
|
|
@@ -139,11 +214,12 @@
|
|
|
139
214
|
"Sending...": "Отправка...",
|
|
140
215
|
"Sent": "Отправлено",
|
|
141
216
|
"Share": "Поделиться",
|
|
142
|
-
"Share Location": "Поделиться местоположением",
|
|
143
217
|
"Share live location for": "Поделиться местоположением в прямом эфире на",
|
|
218
|
+
"Share Location": "Поделиться местоположением",
|
|
144
219
|
"Shared live location": "Общее местоположение в прямом эфире",
|
|
145
220
|
"Show all": "Показать все",
|
|
146
221
|
"Shuffle": "Перемешать",
|
|
222
|
+
"size limit": "ограничение размера",
|
|
147
223
|
"Slow Mode ON": "Медленный режим включен",
|
|
148
224
|
"Some of the files will not be accepted": "Некоторые файлы не будут приняты",
|
|
149
225
|
"Start typing to search": "Начните вводить для поиска",
|
|
@@ -151,126 +227,52 @@
|
|
|
151
227
|
"Submit": "Отправить",
|
|
152
228
|
"Suggest an option": "Предложить вариант",
|
|
153
229
|
"Thinking...": "Думаю...",
|
|
230
|
+
"this content could not be displayed": "Этот контент не может быть отображен в данный момент",
|
|
154
231
|
"This field cannot be empty or contain only spaces": "Это поле не может быть пустым или содержать только пробелы",
|
|
155
232
|
"This message did not meet our content guidelines": "Сообщение не соответствует правилам",
|
|
156
233
|
"This message was deleted...": "Сообщение было удалено...",
|
|
157
234
|
"Thread": "Ветка",
|
|
158
235
|
"Thread has not been found": "Ветка не найдена",
|
|
159
236
|
"Thread reply": "Ответ в ветке",
|
|
237
|
+
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
238
|
+
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
239
|
+
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
240
|
+
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
241
|
+
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
242
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
243
|
+
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
160
244
|
"To start recording, allow the camera access in your browser": "Для начала записи разрешите доступ к камере в вашем браузере",
|
|
161
245
|
"To start recording, allow the microphone access in your browser": "Для начала записи разрешите доступ к микрофону в вашем браузере",
|
|
246
|
+
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
162
247
|
"Type a number from 2 to 10": "Введите число от 2 до 10",
|
|
163
248
|
"Type your message": "Ваше сообщение",
|
|
164
249
|
"Unarchive": "Удалить из архива",
|
|
250
|
+
"unban-command-args": "[@имяпользователя]",
|
|
251
|
+
"unban-command-description": "Разблокировать пользователя",
|
|
252
|
+
"unknown error": "неизвестная ошибка",
|
|
165
253
|
"Unmute": "Включить уведомления",
|
|
254
|
+
"unmute-command-args": "[@имяпользователя]",
|
|
255
|
+
"unmute-command-description": "Включить микрофон у пользователя",
|
|
166
256
|
"Unpin": "Открепить",
|
|
167
257
|
"Unread messages": "Непрочитанные сообщения",
|
|
258
|
+
"unreadMessagesSeparatorText_one": "1 непрочитанное сообщение",
|
|
259
|
+
"unreadMessagesSeparatorText_few": "1 непрочитанное сообщения",
|
|
260
|
+
"unreadMessagesSeparatorText_many": "{{count}} непрочитанных сообщений",
|
|
261
|
+
"unreadMessagesSeparatorText_other": "{{count}} непрочитанных сообщений",
|
|
168
262
|
"Unsupported attachment": "Неподдерживаемое вложение",
|
|
263
|
+
"unsupported file type": "неподдерживаемый тип файла",
|
|
169
264
|
"Update your comment": "Обновите ваш комментарий",
|
|
170
265
|
"Upload type: \"{{ type }}\" is not allowed": "Тип загрузки: \"{{ type }}\" не разрешен",
|
|
171
266
|
"User uploaded content": "Пользователь загрузил контент",
|
|
172
|
-
"View
|
|
267
|
+
"View {{count}} comments_one": "Просмотреть {{count}} комментарий",
|
|
173
268
|
"View {{count}} comments_few": "Просмотреть {{count}} комментариев",
|
|
174
269
|
"View {{count}} comments_many": "Просмотреть {{count}} комментариев",
|
|
175
|
-
"View {{count}} comments_one": "Просмотреть {{count}} комментарий",
|
|
176
270
|
"View {{count}} comments_other": "Просмотреть {{count}} комментариев",
|
|
271
|
+
"View results": "Посмотреть результаты",
|
|
177
272
|
"Voice message": "Голосовое сообщение",
|
|
178
273
|
"Vote ended": "Голосование завершено",
|
|
179
274
|
"Wait until all attachments have uploaded": "Подождите, пока все вложения загрузятся",
|
|
180
275
|
"You": "Вы",
|
|
181
276
|
"You have no channels currently": "У вас нет каналов в данный момент",
|
|
182
|
-
"You've reached the maximum number of files": "Вы достигли максимального количества файлов"
|
|
183
|
-
"aria/Attachment": "Вложение",
|
|
184
|
-
"aria/Cancel Reply": "Отменить ответ",
|
|
185
|
-
"aria/Cancel upload": "Отменить загрузку",
|
|
186
|
-
"aria/Channel list": "Список каналов",
|
|
187
|
-
"aria/Channel search results": "Результаты поиска по каналам",
|
|
188
|
-
"aria/Close thread": "Закрыть тему",
|
|
189
|
-
"aria/Download attachment": "Скачать вложение",
|
|
190
|
-
"aria/Emoji picker": "Выбор эмодзи",
|
|
191
|
-
"aria/File input": "Ввод файла",
|
|
192
|
-
"aria/File upload": "Загрузка файла",
|
|
193
|
-
"aria/Image input": "Ввод изображения",
|
|
194
|
-
"aria/Load More Channels": "Загрузить больше каналов",
|
|
195
|
-
"aria/Menu": "Меню",
|
|
196
|
-
"aria/Message Options": "Параметры сообщения",
|
|
197
|
-
"aria/Open Attachment Selector": "Открыть выбор вложений",
|
|
198
|
-
"aria/Open Menu": "Открыть меню",
|
|
199
|
-
"aria/Open Message Actions Menu": "Открыть меню действий с сообщениями",
|
|
200
|
-
"aria/Open Reaction Selector": "Открыть селектор реакций",
|
|
201
|
-
"aria/Open Thread": "Открыть тему",
|
|
202
|
-
"aria/Reaction list": "Список реакций",
|
|
203
|
-
"aria/Remind Me Options": "Параметры напоминания",
|
|
204
|
-
"aria/Remove attachment": "Удалить вложение",
|
|
205
|
-
"aria/Remove location attachment": "Удалить вложение местоположения",
|
|
206
|
-
"aria/Retry upload": "Повторить загрузку",
|
|
207
|
-
"aria/Search results": "Результаты поиска",
|
|
208
|
-
"aria/Search results header filter button": "Кнопка фильтра заголовка результатов поиска",
|
|
209
|
-
"aria/Send": "Отправить",
|
|
210
|
-
"aria/Stop AI Generation": "Остановить генерацию ИИ",
|
|
211
|
-
"ban-command-args": "[@имяпользователя] [текст]",
|
|
212
|
-
"ban-command-description": "Заблокировать пользователя",
|
|
213
|
-
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
214
|
-
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
215
|
-
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
216
|
-
"giphy-command-args": "[текст]",
|
|
217
|
-
"giphy-command-description": "Опубликовать случайную GIF-анимацию в канале",
|
|
218
|
-
"live": "В прямом эфире",
|
|
219
|
-
"mute-command-args": "[@имяпользователя]",
|
|
220
|
-
"mute-command-description": "Выключить микрофон у пользователя",
|
|
221
|
-
"network error": "ошибка сети",
|
|
222
|
-
"replyCount_few": "{{ count }} ответов",
|
|
223
|
-
"replyCount_many": "{{ count }} ответов",
|
|
224
|
-
"replyCount_one": "1 ответ",
|
|
225
|
-
"replyCount_other": "{{ count }} ответов",
|
|
226
|
-
"search-results-header-filter-source-button-label--channels": "каналы",
|
|
227
|
-
"search-results-header-filter-source-button-label--messages": "сообщения",
|
|
228
|
-
"search-results-header-filter-source-button-label--users": "пользователи",
|
|
229
|
-
"searchResultsCount_few": "{{ count }} результата",
|
|
230
|
-
"searchResultsCount_many": "{{ count }} результатов",
|
|
231
|
-
"searchResultsCount_one": "1 результат",
|
|
232
|
-
"searchResultsCount_other": "{{ count }} результатов",
|
|
233
|
-
"size limit": "ограничение размера",
|
|
234
|
-
"this content could not be displayed": "Этот контент не может быть отображен в данный момент",
|
|
235
|
-
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
236
|
-
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
237
|
-
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
238
|
-
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
239
|
-
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
240
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
241
|
-
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
242
|
-
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
243
|
-
"unban-command-args": "[@имяпользователя]",
|
|
244
|
-
"unban-command-description": "Разблокировать пользователя",
|
|
245
|
-
"unknown error": "неизвестная ошибка",
|
|
246
|
-
"unmute-command-args": "[@имяпользователя]",
|
|
247
|
-
"unmute-command-description": "Включить микрофон у пользователя",
|
|
248
|
-
"unreadMessagesSeparatorText_few": "1 непрочитанное сообщения",
|
|
249
|
-
"unreadMessagesSeparatorText_many": "{{count}} непрочитанных сообщений",
|
|
250
|
-
"unreadMessagesSeparatorText_one": "1 непрочитанное сообщение",
|
|
251
|
-
"unreadMessagesSeparatorText_other": "{{count}} непрочитанных сообщений",
|
|
252
|
-
"unsupported file type": "неподдерживаемый тип файла",
|
|
253
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} и {{ moreCount }} еще",
|
|
254
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} и {{ lastUser }}",
|
|
255
|
-
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} и {{ secondUser }}",
|
|
256
|
-
"{{ imageCount }} more": "Ещё {{ imageCount }}",
|
|
257
|
-
"{{ memberCount }} members": "{{ memberCount }} участников",
|
|
258
|
-
"{{ user }} has been muted": "Вы отписались от уведомлений от {{ user }}",
|
|
259
|
-
"{{ user }} has been unmuted": "Уведомления от {{ user }} были включены",
|
|
260
|
-
"{{ user }} is typing...": "{{ user }} печатает...",
|
|
261
|
-
"{{ users }} and more are typing...": "{{ users }} и другие печатают...",
|
|
262
|
-
"{{ users }} and {{ user }} are typing...": "{{ users }} и {{ user }} печатают...",
|
|
263
|
-
"{{ watcherCount }} online": "{{ watcherCount }} в сети",
|
|
264
|
-
"{{count}} unread_few": "{{count}} непрочитанных",
|
|
265
|
-
"{{count}} unread_many": "{{count}} непрочитанных",
|
|
266
|
-
"{{count}} unread_one": "{{count}} непрочитанное",
|
|
267
|
-
"{{count}} unread_other": "{{count}} непрочитанных",
|
|
268
|
-
"{{count}} votes_few": "{{count}} голоса",
|
|
269
|
-
"{{count}} votes_many": "{{count}} голосов",
|
|
270
|
-
"{{count}} votes_one": "{{count}} голос",
|
|
271
|
-
"{{count}} votes_other": "{{count}} голосов",
|
|
272
|
-
"🏙 Attachment...": "🏙 Вложение...",
|
|
273
|
-
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} создал(а): {{ pollName}}",
|
|
274
|
-
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} проголосовал(а): {{pollOptionText}}",
|
|
275
|
-
"📍Shared location": "📍Общее местоположение"
|
|
277
|
+
"You've reached the maximum number of files": "Вы достигли максимального количества файлов"
|
|
276
278
|
}
|
package/dist/i18n/tr.json
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
+
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} ve {{ moreCount }} daha",
|
|
3
|
+
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} ve {{ lastUser }}",
|
|
4
|
+
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} ve {{ secondUser }}",
|
|
5
|
+
"{{ imageCount }} more": "{{ imageCount }} adet daha",
|
|
6
|
+
"{{ memberCount }} members": "{{ memberCount }} üye",
|
|
7
|
+
"{{ user }} has been muted": "{{ user }} sessize alındı",
|
|
8
|
+
"{{ user }} has been unmuted": "{{ user }} sesi açıldı",
|
|
9
|
+
"{{ user }} is typing...": "{{ user }} yazıyor...",
|
|
10
|
+
"{{ users }} and {{ user }} are typing...": "{{ users }} ve {{ user }} yazıyor...",
|
|
11
|
+
"{{ users }} and more are typing...": "{{ users }} ve diğerleri yazıyor...",
|
|
12
|
+
"{{ watcherCount }} online": "{{ watcherCount }} çevrimiçi",
|
|
13
|
+
"{{count}} unread_one": "{{count}} okunmamış",
|
|
14
|
+
"{{count}} unread_other": "{{count}} okunmamış",
|
|
15
|
+
"{{count}} votes_one": "{{count}} oy",
|
|
16
|
+
"{{count}} votes_other": "{{count}} oy",
|
|
17
|
+
"🏙 Attachment...": "🏙 Ek...",
|
|
18
|
+
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} oluşturdu: {{ pollName}}",
|
|
19
|
+
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} oy verdi: {{pollOptionText}}",
|
|
20
|
+
"📍Shared location": "📍Paylaşılan konum",
|
|
2
21
|
"Add a comment": "Yorum ekle",
|
|
3
22
|
"Add an option": "Bir seçenek ekle",
|
|
4
23
|
"All results loaded": "Tüm sonuçlar yüklendi",
|
|
@@ -13,11 +32,41 @@
|
|
|
13
32
|
"Anonymous": "Anonim",
|
|
14
33
|
"Anonymous poll": "Anonim anket",
|
|
15
34
|
"Archive": "Arşivle",
|
|
35
|
+
"aria/Attachment": "Ek",
|
|
36
|
+
"aria/Cancel Reply": "Cevabı İptal Et",
|
|
37
|
+
"aria/Cancel upload": "Yüklemeyi İptal Et",
|
|
38
|
+
"aria/Channel list": "Kanal listesi",
|
|
39
|
+
"aria/Channel search results": "Kanal arama sonuçları",
|
|
40
|
+
"aria/Close thread": "Konuyu kapat",
|
|
41
|
+
"aria/Download attachment": "Ek indir",
|
|
42
|
+
"aria/Emoji picker": "Emoji seçici",
|
|
43
|
+
"aria/File input": "Dosya girişi",
|
|
44
|
+
"aria/File upload": "Dosya yükleme",
|
|
45
|
+
"aria/Image input": "Resim girişi",
|
|
46
|
+
"aria/Load More Channels": "Daha Fazla Kanal Yükle",
|
|
47
|
+
"aria/Menu": "Menü",
|
|
48
|
+
"aria/Message Options": "Mesaj Seçenekleri",
|
|
49
|
+
"aria/Open Attachment Selector": "Ek Seçiciyi Aç",
|
|
50
|
+
"aria/Open Menu": "Menüyü Aç",
|
|
51
|
+
"aria/Open Message Actions Menu": "Mesaj İşlemleri Menüsünü Aç",
|
|
52
|
+
"aria/Open Reaction Selector": "Tepki Seçiciyi Aç",
|
|
53
|
+
"aria/Open Thread": "Konuyu Aç",
|
|
54
|
+
"aria/Reaction list": "Tepki listesi",
|
|
55
|
+
"aria/Remind Me Options": "Hatırlatma seçenekleri",
|
|
56
|
+
"aria/Remove attachment": "Eki kaldır",
|
|
57
|
+
"aria/Remove location attachment": "Konum ekini kaldır",
|
|
58
|
+
"aria/Retry upload": "Yüklemeyi Tekrar Dene",
|
|
59
|
+
"aria/Search results": "Arama sonuçları",
|
|
60
|
+
"aria/Search results header filter button": "Arama sonuçları başlık filtre düğmesi",
|
|
61
|
+
"aria/Send": "Gönder",
|
|
62
|
+
"aria/Stop AI Generation": "Yapay Zeka Üretimini Durdur",
|
|
16
63
|
"Ask a question": "Bir soru sor",
|
|
17
64
|
"Attach": "Ekle",
|
|
18
65
|
"Attach files": "Dosya ekle",
|
|
19
66
|
"Attachment upload blocked due to {{reason}}": "{{reason}} nedeniyle ek yükleme engellendi",
|
|
20
67
|
"Attachment upload failed due to {{reason}}": "{{reason}} nedeniyle ek yükleme başarısız oldu",
|
|
68
|
+
"ban-command-args": "[@kullanıcıadı] [metin]",
|
|
69
|
+
"ban-command-description": "Bir kullanıcıyı yasakla",
|
|
21
70
|
"Cancel": "İptal",
|
|
22
71
|
"Cannot seek in the recording": "Kayıtta arama yapılamıyor",
|
|
23
72
|
"Channel Missing": "Kanal bulunamıyor",
|
|
@@ -34,8 +83,11 @@
|
|
|
34
83
|
"Download attachment {{ name }}": "Ek {{ name }}'i indir",
|
|
35
84
|
"Drag your files here": "Dosyalarınızı buraya sürükleyin",
|
|
36
85
|
"Drag your files here to add to your post": "Gönderinize eklemek için dosyalarınızı buraya sürükleyin",
|
|
37
|
-
"Due since {{ dueSince }}": "{{ dueSince }}'den beri süresi dolmuş",
|
|
38
86
|
"Due {{ timeLeft }}": "{{ timeLeft }} içinde süresi dolacak",
|
|
87
|
+
"Due since {{ dueSince }}": "{{ dueSince }}'den beri süresi dolmuş",
|
|
88
|
+
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
89
|
+
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
90
|
+
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
39
91
|
"Edit Message": "Mesajı Düzenle",
|
|
40
92
|
"Edit message request failed": "Mesaj düzenleme isteği başarısız oldu",
|
|
41
93
|
"Edited": "Düzenlendi",
|
|
@@ -44,6 +96,8 @@
|
|
|
44
96
|
"End": "Son",
|
|
45
97
|
"End vote": "Oyu bitir",
|
|
46
98
|
"Enforce unique vote is enabled": "Benzersiz oy etkinleştirildi",
|
|
99
|
+
"Error": "Hata",
|
|
100
|
+
"Error · Unsent": "Hata · Gönderilemedi",
|
|
47
101
|
"Error adding flag": "Bayrak eklenirken hata oluştu",
|
|
48
102
|
"Error connecting to chat, refresh the page to try again.": "Bağlantı hatası, sayfayı yenileyip tekrar deneyin.",
|
|
49
103
|
"Error deleting message": "Mesaj silinirken hata oluştu",
|
|
@@ -58,7 +112,6 @@
|
|
|
58
112
|
"Error uploading attachment": "Ek yüklenirken hata oluştu",
|
|
59
113
|
"Error uploading file": "Dosya yüklenirken hata oluştu",
|
|
60
114
|
"Error uploading image": "Resmi yüklerken hata",
|
|
61
|
-
"Error · Unsent": "Hata · Gönderilemedi",
|
|
62
115
|
"Error: {{ errorMessage }}": "Hata: {{ errorMessage }}",
|
|
63
116
|
"Failed to create the poll": "Anket oluşturulurken hata oluştu",
|
|
64
117
|
"Failed to create the poll due to {{reason}}": "{{reason}} nedeniyle anket oluşturulamadı",
|
|
@@ -71,7 +124,10 @@
|
|
|
71
124
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Dosya çok büyük: {{ size }}, maksimum yükleme boyutu {{ limit }}",
|
|
72
125
|
"Flag": "Bayrak",
|
|
73
126
|
"Generating...": "Oluşturuluyor...",
|
|
127
|
+
"giphy-command-args": "[metin]",
|
|
128
|
+
"giphy-command-description": "Rastgele bir gif'i kanala gönder",
|
|
74
129
|
"Latest Messages": "Son Mesajlar",
|
|
130
|
+
"live": "canlı",
|
|
75
131
|
"Live for {{duration}}": "{{duration}} boyunca canlı",
|
|
76
132
|
"Live location": "Canlı konum",
|
|
77
133
|
"Live until {{ timestamp }}": "{{ timestamp }}'e kadar canlı",
|
|
@@ -81,9 +137,9 @@
|
|
|
81
137
|
"Mark as unread": "Okunmamış olarak işaretle",
|
|
82
138
|
"Maximum number of votes (from 2 to 10)": "Maksimum oy sayısı (2 ile 10 arası)",
|
|
83
139
|
"Menu": "Menü",
|
|
140
|
+
"Message deleted": "Mesaj silindi",
|
|
84
141
|
"Message Failed · Click to try again": "Mesaj Başarısız · Tekrar denemek için tıklayın",
|
|
85
142
|
"Message Failed · Unauthorized": "Mesaj Başarısız · Yetkisiz",
|
|
86
|
-
"Message deleted": "Mesaj silindi",
|
|
87
143
|
"Message has been successfully flagged": "Mesaj başarıyla bayraklandı",
|
|
88
144
|
"Message pinned": "Mesaj sabitlendi",
|
|
89
145
|
"Message was blocked by moderation policies": "Mesaj moderasyon politikaları tarafından engellendi",
|
|
@@ -91,6 +147,9 @@
|
|
|
91
147
|
"Missing permissions to upload the attachment": "Ek yüklemek için izinler eksik",
|
|
92
148
|
"Multiple answers": "Çoklu cevaplar",
|
|
93
149
|
"Mute": "Sessiz",
|
|
150
|
+
"mute-command-args": "[@kullanıcıadı]",
|
|
151
|
+
"mute-command-description": "Bir kullanıcının sesini kapat",
|
|
152
|
+
"network error": "ağ hatası",
|
|
94
153
|
"New": "Yeni",
|
|
95
154
|
"New Messages!": "Yeni Mesajlar!",
|
|
96
155
|
"No chats here yet…": "Henüz burada sohbet yok...",
|
|
@@ -119,10 +178,18 @@
|
|
|
119
178
|
"Remove reminder": "Hatırlatıcıyı kaldır",
|
|
120
179
|
"Reply": "Cevapla",
|
|
121
180
|
"Reply to Message": "Mesaja Cevapla",
|
|
181
|
+
"replyCount_one": "1 cevap",
|
|
182
|
+
"replyCount_other": "{{ count }} cevap",
|
|
122
183
|
"Save for later": "Daha sonra kaydet",
|
|
123
184
|
"Saved for later": "Daha sonra kaydedildi",
|
|
124
185
|
"Search": "Arama",
|
|
186
|
+
"search-results-header-filter-source-button-label--channels": "kanallar",
|
|
187
|
+
"search-results-header-filter-source-button-label--messages": "mesajlar",
|
|
188
|
+
"search-results-header-filter-source-button-label--users": "kullanıcılar",
|
|
189
|
+
"Searching for {{ searchSourceType }}...": "{{ searchSourceType }} aranıyor...",
|
|
125
190
|
"Searching...": "Aranıyor...",
|
|
191
|
+
"searchResultsCount_one": "1 sonuç",
|
|
192
|
+
"searchResultsCount_other": "{{ count }} sonuç",
|
|
126
193
|
"See all options ({{count}})_one": "Tüm seçenekleri göster ({{count}})",
|
|
127
194
|
"See all options ({{count}})_other": "Tüm seçenekleri göster ({{count}})",
|
|
128
195
|
"Select one": "Birini seçin",
|
|
@@ -135,11 +202,12 @@
|
|
|
135
202
|
"Sending...": "Gönderiliyor...",
|
|
136
203
|
"Sent": "Gönderildi",
|
|
137
204
|
"Share": "Paylaş",
|
|
138
|
-
"Share Location": "Konum Paylaş",
|
|
139
205
|
"Share live location for": "Canlı konum paylaş",
|
|
206
|
+
"Share Location": "Konum Paylaş",
|
|
140
207
|
"Shared live location": "Paylaşılan canlı konum",
|
|
141
208
|
"Show all": "Tümünü göster",
|
|
142
209
|
"Shuffle": "Karıştır",
|
|
210
|
+
"size limit": "boyut sınırı",
|
|
143
211
|
"Slow Mode ON": "Yavaş Mod Açık",
|
|
144
212
|
"Some of the files will not be accepted": "Bazı dosyalar kabul edilmeyecek",
|
|
145
213
|
"Start typing to search": "Aramak için yazmaya başlayın",
|
|
@@ -147,114 +215,48 @@
|
|
|
147
215
|
"Submit": "Gönder",
|
|
148
216
|
"Suggest an option": "Bir seçenek önerin",
|
|
149
217
|
"Thinking...": "Düşünüyor...",
|
|
218
|
+
"this content could not be displayed": "bu içerik gösterilemiyor",
|
|
150
219
|
"This field cannot be empty or contain only spaces": "Bu alan boş olamaz veya sadece boşluk içeremez",
|
|
151
220
|
"This message did not meet our content guidelines": "Bu mesaj içerik yönergelerimize uygun değil",
|
|
152
221
|
"This message was deleted...": "Bu mesaj silindi...",
|
|
153
222
|
"Thread": "Konu",
|
|
154
223
|
"Thread has not been found": "Konu bulunamadı",
|
|
155
224
|
"Thread reply": "Konu yanıtı",
|
|
225
|
+
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
226
|
+
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
+
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
228
|
+
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
229
|
+
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
230
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
231
|
+
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
156
232
|
"To start recording, allow the camera access in your browser": "Kayıt yapmaya başlamak için tarayıcınızda kameraya erişime izin verin",
|
|
157
233
|
"To start recording, allow the microphone access in your browser": "Kayıt yapmaya başlamak için tarayıcınızda mikrofona erişime izin verin",
|
|
234
|
+
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
158
235
|
"Type a number from 2 to 10": "2 ile 10 arasında bir sayı yazın",
|
|
159
236
|
"Type your message": "Mesajınızı yazın",
|
|
160
237
|
"Unarchive": "Arşivden çıkar",
|
|
238
|
+
"unban-command-args": "[@kullanıcıadı]",
|
|
239
|
+
"unban-command-description": "Bir kullanıcının yasağını kaldır",
|
|
240
|
+
"unknown error": "bilinmeyen hata",
|
|
161
241
|
"Unmute": "Sesini aç",
|
|
242
|
+
"unmute-command-args": "[@kullanıcıadı]",
|
|
243
|
+
"unmute-command-description": "Bir kullanıcının sesini aç",
|
|
162
244
|
"Unpin": "Sabitlemeyi kaldır",
|
|
163
245
|
"Unread messages": "Okunmamış mesajlar",
|
|
246
|
+
"unreadMessagesSeparatorText_one": "1 okunmamış mesaj",
|
|
247
|
+
"unreadMessagesSeparatorText_other": "{{count}} okunmamış mesaj",
|
|
164
248
|
"Unsupported attachment": "Desteklenmeyen ek",
|
|
249
|
+
"unsupported file type": "desteklenmeyen dosya türü",
|
|
165
250
|
"Update your comment": "Yorumunuzu güncelleyin",
|
|
166
251
|
"Upload type: \"{{ type }}\" is not allowed": "Yükleme türü: \"{{ type }}\" izin verilmez",
|
|
167
252
|
"User uploaded content": "Kullanıcı tarafından yüklenen içerik",
|
|
168
|
-
"View results": "Sonuçları görüntüle",
|
|
169
253
|
"View {{count}} comments_one": "{{count}} yorumu görüntüle",
|
|
170
254
|
"View {{count}} comments_other": "{{count}} yorumu görüntüle",
|
|
255
|
+
"View results": "Sonuçları görüntüle",
|
|
171
256
|
"Voice message": "Sesli mesaj",
|
|
172
257
|
"Vote ended": "Oylama sona erdi",
|
|
173
258
|
"Wait until all attachments have uploaded": "Tüm ekler yüklenene kadar bekleyin",
|
|
174
259
|
"You": "Sen",
|
|
175
260
|
"You have no channels currently": "Henüz kanalınız yok",
|
|
176
|
-
"You've reached the maximum number of files": "Maksimum dosya sayısına ulaştınız"
|
|
177
|
-
"aria/Attachment": "Ek",
|
|
178
|
-
"aria/Cancel Reply": "Cevabı İptal Et",
|
|
179
|
-
"aria/Cancel upload": "Yüklemeyi İptal Et",
|
|
180
|
-
"aria/Channel list": "Kanal listesi",
|
|
181
|
-
"aria/Channel search results": "Kanal arama sonuçları",
|
|
182
|
-
"aria/Close thread": "Konuyu kapat",
|
|
183
|
-
"aria/Download attachment": "Ek indir",
|
|
184
|
-
"aria/Emoji picker": "Emoji seçici",
|
|
185
|
-
"aria/File input": "Dosya girişi",
|
|
186
|
-
"aria/File upload": "Dosya yükleme",
|
|
187
|
-
"aria/Image input": "Resim girişi",
|
|
188
|
-
"aria/Load More Channels": "Daha Fazla Kanal Yükle",
|
|
189
|
-
"aria/Menu": "Menü",
|
|
190
|
-
"aria/Message Options": "Mesaj Seçenekleri",
|
|
191
|
-
"aria/Open Attachment Selector": "Ek Seçiciyi Aç",
|
|
192
|
-
"aria/Open Menu": "Menüyü Aç",
|
|
193
|
-
"aria/Open Message Actions Menu": "Mesaj İşlemleri Menüsünü Aç",
|
|
194
|
-
"aria/Open Reaction Selector": "Tepki Seçiciyi Aç",
|
|
195
|
-
"aria/Open Thread": "Konuyu Aç",
|
|
196
|
-
"aria/Reaction list": "Tepki listesi",
|
|
197
|
-
"aria/Remind Me Options": "Hatırlatma seçenekleri",
|
|
198
|
-
"aria/Remove attachment": "Eki kaldır",
|
|
199
|
-
"aria/Remove location attachment": "Konum ekini kaldır",
|
|
200
|
-
"aria/Retry upload": "Yüklemeyi Tekrar Dene",
|
|
201
|
-
"aria/Search results": "Arama sonuçları",
|
|
202
|
-
"aria/Search results header filter button": "Arama sonuçları başlık filtre düğmesi",
|
|
203
|
-
"aria/Send": "Gönder",
|
|
204
|
-
"aria/Stop AI Generation": "Yapay Zeka Üretimini Durdur",
|
|
205
|
-
"ban-command-args": "[@kullanıcıadı] [metin]",
|
|
206
|
-
"ban-command-description": "Bir kullanıcıyı yasakla",
|
|
207
|
-
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
208
|
-
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
209
|
-
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
210
|
-
"giphy-command-args": "[metin]",
|
|
211
|
-
"giphy-command-description": "Rastgele bir gif'i kanala gönder",
|
|
212
|
-
"live": "canlı",
|
|
213
|
-
"mute-command-args": "[@kullanıcıadı]",
|
|
214
|
-
"mute-command-description": "Bir kullanıcının sesini kapat",
|
|
215
|
-
"network error": "ağ hatası",
|
|
216
|
-
"replyCount_one": "1 cevap",
|
|
217
|
-
"replyCount_other": "{{ count }} cevap",
|
|
218
|
-
"search-results-header-filter-source-button-label--channels": "kanallar",
|
|
219
|
-
"search-results-header-filter-source-button-label--messages": "mesajlar",
|
|
220
|
-
"search-results-header-filter-source-button-label--users": "kullanıcılar",
|
|
221
|
-
"searchResultsCount_one": "1 sonuç",
|
|
222
|
-
"searchResultsCount_other": "{{ count }} sonuç",
|
|
223
|
-
"size limit": "boyut sınırı",
|
|
224
|
-
"this content could not be displayed": "bu içerik gösterilemiyor",
|
|
225
|
-
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
226
|
-
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
-
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
228
|
-
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
229
|
-
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
230
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
231
|
-
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
232
|
-
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
233
|
-
"unban-command-args": "[@kullanıcıadı]",
|
|
234
|
-
"unban-command-description": "Bir kullanıcının yasağını kaldır",
|
|
235
|
-
"unknown error": "bilinmeyen hata",
|
|
236
|
-
"unmute-command-args": "[@kullanıcıadı]",
|
|
237
|
-
"unmute-command-description": "Bir kullanıcının sesini aç",
|
|
238
|
-
"unreadMessagesSeparatorText_one": "1 okunmamış mesaj",
|
|
239
|
-
"unreadMessagesSeparatorText_other": "{{count}} okunmamış mesaj",
|
|
240
|
-
"unsupported file type": "desteklenmeyen dosya türü",
|
|
241
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} ve {{ moreCount }} daha",
|
|
242
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} ve {{ lastUser }}",
|
|
243
|
-
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} ve {{ secondUser }}",
|
|
244
|
-
"{{ imageCount }} more": "{{ imageCount }} adet daha",
|
|
245
|
-
"{{ memberCount }} members": "{{ memberCount }} üye",
|
|
246
|
-
"{{ user }} has been muted": "{{ user }} sessize alındı",
|
|
247
|
-
"{{ user }} has been unmuted": "{{ user }} sesi açıldı",
|
|
248
|
-
"{{ user }} is typing...": "{{ user }} yazıyor...",
|
|
249
|
-
"{{ users }} and more are typing...": "{{ users }} ve diğerleri yazıyor...",
|
|
250
|
-
"{{ users }} and {{ user }} are typing...": "{{ users }} ve {{ user }} yazıyor...",
|
|
251
|
-
"{{ watcherCount }} online": "{{ watcherCount }} çevrimiçi",
|
|
252
|
-
"{{count}} unread_one": "{{count}} okunmamış",
|
|
253
|
-
"{{count}} unread_other": "{{count}} okunmamış",
|
|
254
|
-
"{{count}} votes_one": "{{count}} oy",
|
|
255
|
-
"{{count}} votes_other": "{{count}} oy",
|
|
256
|
-
"🏙 Attachment...": "🏙 Ek...",
|
|
257
|
-
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} oluşturdu: {{ pollName}}",
|
|
258
|
-
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} oy verdi: {{pollOptionText}}",
|
|
259
|
-
"📍Shared location": "📍Paylaşılan konum"
|
|
261
|
+
"You've reached the maximum number of files": "Maksimum dosya sayısına ulaştınız"
|
|
260
262
|
}
|