Merge branch 'unstable' into follow-system-theme

This commit is contained in:
Kee Jefferys 2023-11-14 11:11:46 +11:00 committed by GitHub
commit cf49839bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
73 changed files with 1607 additions and 1148 deletions

View File

@ -41,6 +41,12 @@ Building on Windows is a pain, but is possible see our CI/Windows build machine
1. Install build tools `apt install build-essential cmake` (this installs make, g++, gcc)
2. Depending on your distro, you might need to install `hunspell` and `hunspell-<lan>` (e.g. `hunspell-en-au`)
In Ubuntu, you may also need to install
```
sudo apt install cmake
npm install cmake-js
```
### All platforms
Now, run these commands in your preferred terminal in a good directory for development:

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "دعوة المجتمع",
"joinOpenGroupAfterInvitationConfirmationTitle": "انضَم إلى $roomName$؟",
"joinOpenGroupAfterInvitationConfirmationDesc": "هل أنت متحقِّق أنك تريد الانضمام إلى المجموعة المفتوحة $roomName$؟",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "تعذر العثور على خادم المجتمع المقابل",
"enterSessionIDOrONSName": "أدخل عنوان التعريف أو اسم ONS",
"startNewConversationBy...": "Start a new conversation by entering someone's Session ID or share your Session ID with them.",
"loading": "جاري التحميل",
@ -45,6 +45,7 @@
"incomingError": "خطأ في معالجة الرسالة الواردة",
"media": "الوسائط",
"mediaEmptyState": "You dont have any media in this conversation",
"document": "Document",
"documents": "وثائق",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "اليوم",
@ -70,9 +71,10 @@
"show": "اظهر",
"sessionMessenger": "جلسة محادثة",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "جهات الاتصال و المجموعات",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "جهات الإتصال",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "التعديلات",
"typingAlt": "مؤثرات الكتابة لهذه المحادثة",
"contactAvatarAlt": "صورة المتصل $name$",
@ -83,6 +85,7 @@
"you": "انت",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "صوت",
"video": "فيديو",
"photo": "صورة",
@ -178,7 +181,6 @@
"messageBodyMissing": "اكتب نص الرسالة من فضلك.",
"messageBody": "Message body",
"unblockToSend": "فك حظر هذه جهة الإتصال لإرسال رسالة",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "لقد عينت وقت اختفاء الرسالة اِلى $time$",
"timerSetOnSync": "تم تحديث وقت اختفاء الرسالة الى $time$",
"theyChangedTheTimer": "$name$ حدد وقت اختفاء الرسالة الى $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "طلبات المُراسلة",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "الطلبات المعلقة",
"requestsPlaceholder": "لا توجد طلبات",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -1,57 +1,58 @@
{
"copyErrorAndQuit": "Copy error and quit",
"unknown": "Unknown",
"databaseError": "Database Error",
"mainMenuFile": "&File",
"mainMenuEdit": "&Edit",
"mainMenuView": "&View",
"mainMenuWindow": "&Window",
"mainMenuHelp": "&Help",
"appMenuHide": "Hide",
"appMenuHideOthers": "Hide Others",
"appMenuUnhide": "Show All",
"appMenuQuit": "Quit Session",
"editMenuUndo": "Undo",
"editMenuRedo": "Redo",
"editMenuCut": "Cut",
"editMenuCopy": "Copy",
"editMenuPaste": "Paste",
"editMenuDeleteContact": "Delete Contact",
"editMenuDeleteGroup": "Delete Group",
"editMenuSelectAll": "Select all",
"windowMenuClose": "Close Window",
"windowMenuMinimize": "Minimize",
"windowMenuZoom": "Zoom",
"viewMenuResetZoom": "Actual Size",
"viewMenuZoomIn": "Zoom In",
"viewMenuZoomOut": "Zoom Out",
"viewMenuToggleFullScreen": "Toggle Full Screen",
"viewMenuToggleDevTools": "Toggle Developer Tools",
"contextMenuNoSuggestions": "No Suggestions",
"openGroupInvitation": "Community invitation",
"joinOpenGroupAfterInvitationConfirmationTitle": "Join $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Are you sure you want to join the $roomName$ community?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"enterSessionIDOrONSName": "Enter Session ID or ONS name",
"startNewConversationBy...": "Start a new conversation by entering someone's Session ID or share your Session ID with them.",
"loading": "Loading...",
"done": "Done",
"youLeftTheGroup": "You have left the group.",
"youGotKickedFromGroup": "You were removed from the group.",
"unreadMessages": "Unread Messages",
"debugLogExplanation": "This log will be saved to your desktop.",
"reportIssue": "Report a Bug",
"markAllAsRead": "Mark All as Read",
"incomingError": "Error handling incoming message",
"media": "Media",
"mediaEmptyState": "No media",
"documents": "Documents",
"documentsEmptyState": "No documents",
"today": "Today",
"yesterday": "Yesterday",
"thisWeek": "This week",
"thisMonth": "This Month",
"voiceMessage": "Voice Message",
"copyErrorAndQuit": "Скапіяваць памылку і выйсці",
"unknown": "Невядомы",
"databaseError": "Памылка базы дадзеных",
"mainMenuFile": "&Файл",
"mainMenuEdit": "&Рэдагаваць",
"mainMenuView": "&Выгляд",
"mainMenuWindow": "&Акно",
"mainMenuHelp": "&Дапамога",
"appMenuHide": "Схаваць",
"appMenuHideOthers": "Схаваць іншыя",
"appMenuUnhide": "Паказаць усё",
"appMenuQuit": "Пакінуць Session",
"editMenuUndo": "Скасаваць",
"editMenuRedo": "Паўтарыць",
"editMenuCut": "Выразаць",
"editMenuCopy": "Скапіяваць",
"editMenuPaste": "Уставіць",
"editMenuDeleteContact": "Выдаліць кантакт",
"editMenuDeleteGroup": "Выдаліць групу",
"editMenuSelectAll": "Абраць усё",
"windowMenuClose": "Закрыць акно",
"windowMenuMinimize": "Згарнуць",
"windowMenuZoom": "Маштаб",
"viewMenuResetZoom": "Зыходны памер",
"viewMenuZoomIn": "Павялічыць",
"viewMenuZoomOut": "Паменшыць",
"viewMenuToggleFullScreen": "Пераключыцца ў поўнаэкранны рэжым",
"viewMenuToggleDevTools": "Пераключыць інструменты распрацоўшчыка",
"contextMenuNoSuggestions": "Няма прапаноў",
"openGroupInvitation": "Запрашэньне ў суполку",
"joinOpenGroupAfterInvitationConfirmationTitle": "Далучыцца да $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Вы ўпэўненыя, што хочаце далучыцца да суполкі $roomName$?",
"couldntFindServerMatching": "Не ўдалося знайсці адпаведны сервер супольнасці",
"enterSessionIDOrONSName": "Увядзіце Session ID або імя ONS",
"startNewConversationBy...": ачaць новую размову, увёўшы чыйсьці Session ID, або падзяліўшыся вашым Session ID.",
"loading": "Загрузка...",
"done": "Гатова",
"youLeftTheGroup": "Вы пакінулі суполку.",
"youGotKickedFromGroup": "Вас выдалілі з суполкі.",
"unreadMessages": "Непрачытаных паведамленняў",
"debugLogExplanation": "Дадзены лог будзе захаваны на працоўным стале.",
"reportIssue": "Паведаміць аб памылцы",
"markAllAsRead": "Прачытаць усё",
"incomingError": "Памылка апрацоўкі ўваходнага паведамлення",
"media": "Медыя",
"mediaEmptyState": "Няма медыя",
"document": "Document",
"documents": "Дакументы",
"documentsEmptyState": "Няма дакументаў",
"today": "Сёньня",
"yesterday": "Учора",
"thisWeek": "На гэтым тыдні",
"thisMonth": "У гэтым месяцы",
"voiceMessage": "Галасавое паведамленьне",
"stagedPreviewThumbnail": "Draft thumbnail link preview for $domain$",
"previewThumbnail": "Thumbnail link preview for $domain$",
"stagedImageAttachment": "Draft image attachment: $path$",
@ -60,49 +61,51 @@
"maximumAttachments": "Maximum number of attachments reached. Please send remaining attachments in a separate message.",
"fileSizeWarning": "Attachment exceeds size limits for the type of message you're sending.",
"unableToLoadAttachment": "Sorry, there was an error setting your attachment.",
"offline": "Offline",
"debugLog": "Debug Log",
"showDebugLog": "Export Logs",
"offline": "Офлайн",
"debugLog": "Логі адладкі",
"showDebugLog": "Экспартаваць логі",
"shareBugDetails": "Export your logs, then upload the file though Session's Help Desk.",
"goToReleaseNotes": "Go to Release Notes",
"goToSupportPage": "Go to Support Page",
"about": "About",
"show": "Show",
"about": "Аб праграме",
"show": "Паказаць",
"sessionMessenger": "Session",
"noSearchResults": "No results found for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"contactsHeader": "Contacts",
"messagesHeader": "Conversations",
"settingsHeader": "Settings",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Кантакты",
"messagesHeader": "Размовы",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Налады",
"typingAlt": "Typing animation for this conversation",
"contactAvatarAlt": "Avatar for contact $name$",
"downloadAttachment": "Download Attachment",
"replyToMessage": "Reply to message",
"replyingToMessage": "Replying to:",
"originalMessageNotFound": "Original message not found",
"you": "You",
"you": "Вы",
"audioPermissionNeededTitle": "Microphone Access Required",
"audioPermissionNeeded": "You can enable microphone access under: Settings (Gear icon) => Privacy",
"audio": "Audio",
"video": "Video",
"photo": "Photo",
"image": "Image",
"audio": "Аўдыё",
"video": "Відэа",
"photo": "Фотаздымак",
"cannotUpdate": "Cannot Update",
"cannotUpdateDetail": "Session Desktop failed to update, but there is a new version available. Please go to https://getsession.org/ and install the new version manually, then either contact support or file a bug about this problem.",
"ok": "OK",
"cancel": "Cancel",
"close": "Close",
"continue": "Continue",
"error": "Error",
"delete": "Delete",
"cancel": "Скасаваць",
"close": "Закрыць",
"continue": "Працягнуць",
"error": "Памылка",
"delete": "Выдаліць",
"messageDeletionForbidden": "You dont have permission to delete others messages",
"deleteJustForMe": "Delete just for me",
"deleteForEveryone": "Delete for everyone",
"deleteJustForMe": "Выдаліць толькі для мяне",
"deleteForEveryone": "Выдаліць для ўсіх",
"deleteMessagesQuestion": "Delete $count$ messages?",
"deleteMessageQuestion": "Delete this message?",
"deleteMessages": "Delete Messages",
"deleteConversation": "Delete Conversation",
"deleteMessageQuestion": "Выдаліць гэтае паведамленьне?",
"deleteMessages": "Выдаліць паведамленьні",
"deleteConversation": "Выдаліць размову",
"deleted": "$count$ deleted",
"messageDeletedPlaceholder": "This message has been deleted",
"messageDeletedPlaceholder": "Гэта паведамленне было выдалена",
"from": "From:",
"to": "To:",
"sent": "Sent",
@ -127,7 +130,7 @@
"copyOpenGroupURL": "Copy Group URL",
"save": "Save",
"saveLogToDesktop": "Save log to desktop",
"saved": "Saved",
"saved": "Захавана",
"tookAScreenshot": "$name$ took a screenshot",
"savedTheFile": "Media saved by $name$",
"linkPreviewsTitle": "Send Link Previews",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "This group is blocked. Unlock it if you would like to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Ошибка при обработке входящего сообщения",
"media": "Медиа",
"mediaEmptyState": "Нет медиа-файлов",
"document": "Document",
"documents": "Документы",
"documentsEmptyState": "Нет документов",
"today": "Сегодня",
@ -70,9 +71,10 @@
"show": "Показать",
"sessionMessenger": "Сесия",
"noSearchResults": "Результаты не найдены для \"$searchTerm$\"",
"conversationsHeader": "Контакти и Групи",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Контакты",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Настройки",
"typingAlt": "Анимация набора текста для этого разговора",
"contactAvatarAlt": "Аватар для контакта $name$",
@ -83,6 +85,7 @@
"you": "Вы",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Для отправки аудиосообщений разрешите Session доступ к микрофону.",
"image": "Image",
"audio": "Аудио",
"video": "Видео",
"photo": "Фото",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Разблокируйте этот контакт, чтобы отправить сообщение.",
"unblockGroupToSend": "Чтобы послать сообщение, сначала разблокируйте эту группу",
"youChangedTheTimer": "Вы установили таймер для исчезающих сообщений на $time$.",
"timerSetOnSync": "Обновлен таймер исчезновения сообщений до $time$",
"theyChangedTheTimer": "$name$ установил(а) таймер для исчезающих сообщений на $time$.",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "S'ha produït un error en gestionar el missatge rebut",
"media": "Elements multimèdia",
"mediaEmptyState": "No teniu cap element multimèdia en aquesta conversa",
"document": "Document",
"documents": "Documents",
"documentsEmptyState": "No teniu cap document en aquesta conversa",
"today": "Avui",
@ -70,9 +71,10 @@
"show": "Mostra",
"sessionMessenger": "Session",
"noSearchResults": "No hi ha cap resultat per a \"$searchTerm$\".",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contactes",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Configuració",
"typingAlt": "Animació d'escriptura per a aquesta conversa",
"contactAvatarAlt": "Avatar per al contacte $name$",
@ -83,6 +85,7 @@
"you": "Vós",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Per enviar missatges d'àudio, permeteu que el Session Desktop tingui accés al micròfon.",
"image": "Image",
"audio": "Àudio",
"video": "Vídeo",
"photo": "Foto",
@ -178,7 +181,6 @@
"messageBodyMissing": "Si us plau, introdueix un cos de missatge.",
"messageBody": "Message body",
"unblockToSend": "Desbloca aquest contacte per a enviar-li un missatge.",
"unblockGroupToSend": "Desbloca aquest grup per a enviar-hi un missatge.",
"youChangedTheTimer": "Heu establert el temporitzador dels missatges efímers a $time$.",
"timerSetOnSync": "S'ha actualitzat el temporitzador dels missatges efímers a $time$.",
"theyChangedTheTimer": "$name$ ha establert el temporitzador dels missatges efímers a $time$.",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Pozvánka do komunity",
"joinOpenGroupAfterInvitationConfirmationTitle": "Připojit se k $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Jste si jisti, že se chcete připojit ke komunitě $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Nepodařilo se najít odpovídající komunitní server",
"enterSessionIDOrONSName": "Zadej Session ID nebo ONS jméno",
"startNewConversationBy...": "Začněte novou konverzaci zadáním Session ID jiného uživatele, a nebo sdílejte své Session ID s ostatními.",
"loading": "Nahrávání...",
@ -45,6 +45,7 @@
"incomingError": "Chyba při zpracování příchozí zprávy",
"media": "Média",
"mediaEmptyState": "V konverzaci nejsou žádná média",
"document": "Document",
"documents": "Dokumenty",
"documentsEmptyState": "V konverzaci nejsou žádné dokumenty",
"today": "Dnes",
@ -70,9 +71,10 @@
"show": "Zobrazit",
"sessionMessenger": "Session",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Kontakty a skupiny",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakty",
"messagesHeader": "Conversations",
"messagesHeader": "Konverzace",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Nastavení",
"typingAlt": "Animace psaní pro tuto konverzaci",
"contactAvatarAlt": "Avatar pro kontakt $name$",
@ -83,6 +85,7 @@
"you": "Vy",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Pro posílání audio zpráv potřebuje Session Desktop přístup k mikrofonu.",
"image": "Image",
"audio": "Zvuk",
"video": "Video",
"photo": "Fotografie",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Smazat $count$ zpráv?",
"deleteMessageQuestion": "Smazat tuto zprávu?",
"deleteMessages": "Smazat zprávy",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Smazat konverzaci",
"deleted": "$count$ smazáno",
"messageDeletedPlaceholder": "Tato zpráva byla odstraněna",
"from": "Od",
@ -178,7 +181,6 @@
"messageBodyMissing": "Prosím zadej obsah zprávy.",
"messageBody": "Tělo zprávy",
"unblockToSend": "Pro odeslání zprávy tento kontakt odblokujte.",
"unblockGroupToSend": "Odblokujte tuto skupinu pro odeslání zprávy.",
"youChangedTheTimer": "Nastavili jste časovač pro zmizení zprávy na $time$",
"timerSetOnSync": "Nastaven časovač pro zmizení zpráv na $time$",
"theyChangedTheTimer": "$name$ nastavil časovač pro zmizení zprávy na $time$",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$names$ se připojil ke skupině",
"kickedFromTheGroup": "Uživatel $name$ byl odstraněn ze skupiny.",
"multipleKickedFromTheGroup": "Uživatelé $name$ byli odstraněni ze skupiny.",
"block": "Block",
"unblock": "Unblock",
"block": "Zablokovat",
"unblock": "Odblokovat",
"unblocked": "Odblokováno",
"blocked": "Zablokováno",
"blockedSettingsTitle": "Blokované kontakty",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "Vzhled",
"privacySettingsTitle": "Soukromí",
"notificationsSettingsTitle": "Upozornění",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Zvuková oznámení",
"notificationsSettingsContent": "Obsah oznámení",
"notificationPreview": "Náhled",
"recoveryPhraseEmpty": "Zadej svou frázi pro obnovení",
"displayNameEmpty": "Prosím zadejte pseudonym",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Zobrazované jméno je příliš dlouhé",
"members": "$count$ členů",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ aktivních členů",
"join": "Připojit se",
"joinOpenGroup": "Připojit se ke komunitě",
"createGroup": "Vytvořit skupinu",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Určitě chceš stáhnout obsah odeslán uživatelem $name$?",
"pinConversation": "Připnout konverzaci",
"unpinConversation": "Odepnout konverzaci",
"markUnread": "Mark Unread",
"markUnread": "Označit jako nepřečtené",
"showUserDetails": "Zobrazit podrobnosti uživatele",
"sendRecoveryPhraseTitle": "Odesílání fráze pro obnovení",
"sendRecoveryPhraseMessage": "Pokoušíš se odeslat svou frázu pro obnovení, díky které se lze přihlásit do tvého účtu. Opravdu chceš tuto zprávu odeslat?",
@ -440,6 +442,8 @@
"clearAll": "Smazat vše",
"clearDataSettingsTitle": "Vymazat data",
"messageRequests": "Žádosti o chat",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Čekající žádosti",
"requestsPlaceholder": "Žádné žádosti",
"hideRequestBannerDescription": "Skrýt banner žádosti o zprávu, dokud neobdržíte novou žádost o zprávu.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Máte novou žádost o přátelství",
"clearAllConfirmationTitle": "Vymazat všechny žádosti o zprávy",
"clearAllConfirmationBody": "Jste si jisti, že chcete vymazat všechny žádosti o zprávy?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "V <b>$name$</b> nejsou žádné zprávy.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "V <b>$name$</b> nemáte žádné zprávy.",
"noMessagesInEverythingElse": "Nemáte žádné zprávy od <b>$name$</b>. Pošlete zprávu pro zahájení konverzace!",
"hideBanner": "Skrýt",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Některá z vašich zařízení používají zastaralé verze. Synchronizace může být nespolehlivá, dokud nebudou aktualizovány.",
"openMessageRequestInboxDescription": "Zobrazit příchozí žádosti o zprávu",
"clearAllReactions": "Jste si jisti, že chcete vymazat všechny $emoji$?",
"expandedReactionsText": "Zobrazit méně",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "A $otherSingular$ reagoval na tuto zprávu <span>$emoji$</span>",
"reactionListCountPlural": "A $otherPlural$ reagovali na tuto zprávu <span>$emoji$</span>"
"reactionListCountPlural": "A $otherPlural$ reagovali na tuto zprávu <span>$emoji$</span>",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Fejl i forbindelse med indgående besked",
"media": "Mediefiler",
"mediaEmptyState": "Du har ingen mediefiler i denne samtale",
"document": "Document",
"documents": "Dokumenter",
"documentsEmptyState": "Du har ingen dokumenter i denne samtale",
"today": "I dag",
@ -70,9 +71,10 @@
"show": "Vis",
"sessionMessenger": "Session",
"noSearchResults": "Ingen resultater for \"$searchTerm$\"",
"conversationsHeader": "Kontakter og grupper",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakter",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Indstillinger",
"typingAlt": "Skrive animation for denne samtale",
"contactAvatarAlt": "Avatar for kontakt $name$",
@ -83,6 +85,7 @@
"you": "Dig",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "For at sende talebeskeder skal du lade Session Desktop få adgang til din mikrofon.",
"image": "Image",
"audio": "Lyd",
"video": "Video",
"photo": "Billede",
@ -115,7 +118,7 @@
"clear": "Clear",
"clearAllData": "Slet alle data",
"deleteAccountWarning": "This will permanently delete your messages and contacts.",
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
"deleteAccountFromLogin": "Er du sikker på, at du vil nulstille din enhed?",
"deleteContactConfirmation": "Er du sikker på, at du vil slette denne samtale?",
"quoteThumbnailAlt": "Miniatur af billede fra citeret besked",
"imageAttachmentAlt": "Billede vedhæftet til beskeden",
@ -124,19 +127,19 @@
"imageCaptionIconAlt": "Ikon, der viser, at dette billede har en billedtekst",
"addACaption": "Tilføj en billedtekst...",
"copySessionID": "Kopier Session ID",
"copyOpenGroupURL": "Copy Group URL",
"copyOpenGroupURL": "Kopier Gruppe URL",
"save": "Gem",
"saveLogToDesktop": "Gemt til desktop",
"saved": "Gemt",
"tookAScreenshot": "$name$ kopierede skærmbillede",
"savedTheFile": "Medie gemt af $name$",
"linkPreviewsTitle": "Send Link Preview",
"linkPreviewDescription": "Generate link previews for supported URLs.",
"linkPreviewDescription": "Generer link forhåndsvisninger for understøttede URL'er.",
"linkPreviewsConfirmMessage": "Du har ikke fuld beskyttelse af metadata når du sender link previews.",
"mediaPermissionsTitle": "Mikrofon",
"mediaPermissionsDescription": "Allow access to microphone.",
"mediaPermissionsDescription": "Tillad adgang til din mikrofon.",
"spellCheckTitle": "Stavekontrol",
"spellCheckDescription": "Enable spell check when typing messages.",
"spellCheckDescription": "Aktiver stavekontrol, når du skriver beskeder.",
"spellCheckDirty": "Du skal genstarte Session før dine nye indstillinger virker",
"readReceiptSettingDescription": "Send read receipts in one-to-one chats.",
"readReceiptSettingTitle": "Kvitteringer for læsning",
@ -178,7 +181,6 @@
"messageBodyMissing": "Skriv indhold at besked.",
"messageBody": "Message body",
"unblockToSend": "Fjern blokering af denne kontakt for at sende en besked.",
"unblockGroupToSend": "Fjern blokering af denne gruppe for at sende en besked.",
"youChangedTheTimer": "Beskeder sat til at udløbe efter $time$",
"timerSetOnSync": "Beskeder sat til at udløbe efter $time$",
"theyChangedTheTimer": "$name$ har sat beskeder til at udløbe efter $time$",
@ -194,7 +196,7 @@
"timerOption_12_hours": "12 timer",
"timerOption_1_day": "1 dag",
"timerOption_1_week": "1 uge",
"timerOption_2_weeks": "2 weeks",
"timerOption_2_weeks": "2 uger",
"disappearingMessages": "Beskeder der forsvinder",
"changeNickname": "Ændre dit brugernavn",
"clearNickname": "Clear nickname",
@ -214,7 +216,7 @@
"timerOption_1_week_abbreviated": "1u",
"timerOption_2_weeks_abbreviated": "2w",
"disappearingMessagesDisabled": "Forsvindende beskeder slået fra",
"disabledDisappearingMessages": "$name$ has turned off disappearing messages.",
"disabledDisappearingMessages": "$name$ har slået forsvinder beskeder fra.",
"youDisabledDisappearingMessages": "Du slog forsvindende beskeder fra",
"timerSetTo": "Timer sat til $time$",
"noteToSelf": "Note til dig selv",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$names$ tilsluttede sig gruppen",
"kickedFromTheGroup": "$name$ blev fjernet fra gruppen.",
"multipleKickedFromTheGroup": "$name$ er blevet fjernet fra gruppen.",
"block": "Block",
"unblock": "Unblock",
"block": "Bloker",
"unblock": "Fjern blokering",
"unblocked": "Afblokeret",
"blocked": "Blokeret",
"blockedSettingsTitle": "Blocked Contacts",
@ -304,9 +306,9 @@
"removePasswordTitle": "Password Removed",
"setPasswordToastDescription": "Din adgangskode er blevet indstillet. Venligst hold den sikker.",
"changePasswordToastDescription": "Din adgangskode er blevet ændret. Venligst hold den sikker.",
"removePasswordToastDescription": "Your password has been removed.",
"publicChatExists": "You are already connected to this community",
"connectToServerFail": "Couldn't join community",
"removePasswordToastDescription": "Din adgangskode er blevet fjernet.",
"publicChatExists": "Du er allerede et medlem af dette fællesskab.",
"connectToServerFail": "Kunne ikke deltage i fællesskabet",
"connectingToServer": "Forbinder...",
"connectToServerSuccess": "Successfully connected to community",
"setPasswordFail": "Opdatering af adgangskode mislykkedes",
@ -440,6 +442,8 @@
"clearAll": "Ryd alt",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Beskedanmodninger",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Afventende anmodninger",
"requestsPlaceholder": "Ingen anmodninger",
"hideRequestBannerDescription": "Skjul banneret for besked-anmodning, indtil du modtager en ny besked-anmodning.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Community-Einladung",
"joinOpenGroupAfterInvitationConfirmationTitle": "Trete $roomName$ bei?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Bist du sicher, dass du der Community $roomName$ beitreten möchtest?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Konnte den zugehörigen offenen Gruppen-Server nicht finden",
"enterSessionIDOrONSName": "Session-ID oder ONS-Name eingeben",
"startNewConversationBy...": "Beginne eine neue Unterhaltung, indem du die Session ID einer Person eingibst, oder deine Session ID mit dieser Person teilst.",
"loading": "Wird geladen …",
@ -45,6 +45,7 @@
"incomingError": "Fehler bei eingehender Nachricht",
"media": "Medieninhalte",
"mediaEmptyState": "Keine Medieninhalte",
"document": "Document",
"documents": "Dokumente",
"documentsEmptyState": "Keine Dokumente",
"today": "Heute",
@ -70,9 +71,10 @@
"show": "Anzeigen",
"sessionMessenger": "Session",
"noSearchResults": "Keine Ergebnisse für »%s« gefunden",
"conversationsHeader": "Kontakte und Gruppen",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakte",
"messagesHeader": "Conversations",
"messagesHeader": "Unterhaltungen",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Einstellungen",
"typingAlt": "Tipp-Animation für diese Unterhaltung",
"contactAvatarAlt": "Kontaktavatar für $name$",
@ -83,6 +85,7 @@
"you": "Du",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Erlaube Session zum Versenden von Sprachnachrichten Zugriff auf dein Mikrofon.",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Foto",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "$count$ Nachricht(en) löschen?",
"deleteMessageQuestion": "Diese Nachricht löschen?",
"deleteMessages": "Alle Nachrichten löschen",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Unterhaltung löschen",
"deleted": "$count$ gelöscht",
"messageDeletedPlaceholder": "Diese Nachricht wurde gelöscht",
"from": "Von:",
@ -178,7 +181,6 @@
"messageBodyMissing": "Bitte geben Sie einen Nachrichtentext ein.",
"messageBody": "Nachrichtentext",
"unblockToSend": "Gib die Blockierung dieses Kontakts frei, um eine Nachricht zu senden.",
"unblockGroupToSend": "Gib die Blockierung dieser Gruppe frei, um eine Nachricht zu senden.",
"youChangedTheTimer": "Du hast die Zeit für verschwindende Nachrichten auf $time$ festgelegt",
"timerSetOnSync": "Zeitbegrenzung für verschwindende Nachrichten wurde auf $time$ aktualisiert",
"theyChangedTheTimer": "$name$ hat die Zeit für verschwindende Nachrichten auf $time$ festgelegt",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$name$ sind der Gruppe beigetreten.",
"kickedFromTheGroup": "$name$ wurde aus der Gruppe entfernt.",
"multipleKickedFromTheGroup": "$name$ wurden aus der Gruppe entfernt.",
"block": "Block",
"unblock": "Unblock",
"block": "Blockieren",
"unblock": "Blockieren aufheben",
"unblocked": "Freigegeben",
"blocked": "Gesperrt",
"blockedSettingsTitle": "Blockierte Kontakte",
@ -320,15 +322,15 @@
"editProfileModalTitle": "Profil",
"groupNamePlaceholder": "Gruppenname",
"inviteContacts": "Freunde Einladen",
"addModerators": "Administrator / Administratorin hinzufügen",
"addModerators": "Administratoren hinzufügen",
"removeModerators": "Administrator / Administratorin entfernen",
"addAsModerator": "Als Admin hinzufügen",
"removeFromModerators": "Als Administrator / Administratorin entfernen",
"removeFromModerators": "Als Administrator entfernen",
"add": "Hinzufügen",
"addingContacts": "Kontakt hinzufügen",
"noContactsToAdd": "Keine Kontakte zum hinzufügen",
"noMembersInThisGroup": "Keine Gruppenmitglieder",
"noModeratorsToRemove": "kein Administrator / keine Administratorin zu entfernen",
"noModeratorsToRemove": "keine Administratoren, die entfernt werden könnten",
"onlyAdminCanRemoveMembers": "Du bist nicht der Ersteller",
"onlyAdminCanRemoveMembersDesc": "Nur der Ersteller der Gruppe kann Benutzer entfernen",
"createAccount": "Konto Erstellen",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "Darstellung",
"privacySettingsTitle": "Datenschutz",
"notificationsSettingsTitle": "Benachrichtigungen",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Audio Benachrichtigungen",
"notificationsSettingsContent": "Inhalt der Benachrichtigungen",
"notificationPreview": "Vorschau",
"recoveryPhraseEmpty": "Ihr Wiederherstellungssatz",
"displayNameEmpty": "Bitte wählen Sie einen Anzeigenamen",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Der Anzeigename ist zu lang",
"members": "$count$ mitglied",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ aktive Mitglieder",
"join": "Beitreten",
"joinOpenGroup": "Community beitreten",
"createGroup": "Gruppe erstellen",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Bist du sicher, dass du die von $name$ gesendeten Medien herunterladen möchtest?",
"pinConversation": "Unterhaltung anheften",
"unpinConversation": "Unterhaltung abnehmen",
"markUnread": "Mark Unread",
"markUnread": "Als ungelesen markieren",
"showUserDetails": "Nutzerdetails ansehen",
"sendRecoveryPhraseTitle": "Wiederherstellungsphrase zusenden",
"sendRecoveryPhraseMessage": "Mit der Wiederherstellungsphrase kann auf deinen Account zugegriffen werden. Bist du dir sicher das du sie dir zusenden lassen möchtest?",
@ -440,6 +442,8 @@
"clearAll": "Alles löschen",
"clearDataSettingsTitle": "Daten löschen",
"messageRequests": "Nachrichtenanfragen",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Ausstehende Anfragen",
"requestsPlaceholder": "Keine Anfragen",
"hideRequestBannerDescription": "Banner für Nachrichtenanfragen ausblenden, bis du eine neue Nachrichtenanfrage erhältst.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Du hast eine neue Freundschaftsanfrage",
"clearAllConfirmationTitle": "Alle Nachrichtenanfragen löschen",
"clearAllConfirmationBody": "Bist Du sicher, dass Du alle Nachrichtenanfragen löschen möchtest?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Es sind keine Nachrichten in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Sie haben keine Nachrichten in <b>$name$</b>.",
"noMessagesInEverythingElse": "Sie haben keine Nachrichten von <b>$name$</b>. Senden Sie eine Nachricht, um das Gespräch zu beginnen!",
"hideBanner": "Ausblenden",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Einige Ihrer Geräte verwenden veraltete Versionen. Die Synchronisierung kann unzuverlässig sein, bis sie aktualisiert werden.",
"openMessageRequestInboxDescription": "Posteingang für Nachrichtenanfragen anzeigen",
"clearAllReactions": "Bist du sicher, dass du alle $emoji$ löschen möchtest?",
"expandedReactionsText": "Weniger anzeigen",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$ & $name3$ &",
"reactionListCountSingular": "Und $otherSingular$ hat mit <span>$emoji$</span> auf diese Nachricht reagiert",
"reactionListCountPlural": "Und $otherPlural$ haben mit <span>$emoji$</span> auf diese Nachricht reagiert"
"reactionListCountPlural": "Und $otherPlural$ haben mit <span>$emoji$</span> auf diese Nachricht reagiert",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Σφάλμα χειρισμού εισερχόμενου μηνύματος",
"media": "Πολυμέσα",
"mediaEmptyState": "Δεν υπάρχουν πολυμέσα",
"document": "Document",
"documents": "Έγγραφα",
"documentsEmptyState": "Δεν υπάρχουν έγγραφα",
"today": "Σήμερα",
@ -70,9 +71,10 @@
"show": "Εμφάνιση",
"sessionMessenger": "Session",
"noSearchResults": "Δε βρέθηκαν αποτελέσματα για «$searchTerm$»",
"conversationsHeader": "Επαφές και Ομάδες",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Επαφές",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Ρυθμίσεις",
"typingAlt": "Κινούμενο εικονίδιο πληκτρολόγησης για αυτή τη συνομιλία",
"contactAvatarAlt": "Avatar για την επαφή $name$",
@ -83,6 +85,7 @@
"you": "Εσείς",
"audioPermissionNeededTitle": "Απαιτείται Πρόσβαση Μικροφώνου",
"audioPermissionNeeded": "Μπορείτε να επιτρέψετε την πρόσβαση στο μικρόφωνο από: Ρυθμίσεις (εικονίδιο γραναζιού) => Απόρρητο",
"image": "Image",
"audio": "Ήχος",
"video": "Βίντεο",
"photo": "Φωτογραφία ",
@ -178,7 +181,6 @@
"messageBodyMissing": "Παρακαλώ εισάγετε ένα σώμα μηνύματος.",
"messageBody": "Σώμα μηνύματος",
"unblockToSend": "Καταργήστε τη φραγή αυτής τη επαφής για να στείλετε ένα μήνυμα.",
"unblockGroupToSend": "Αυτή η ομάδα είναι σε φραγή. Καταργήστε την φραγή αν θέλετε να στείλετε ένα μήνυμα.",
"youChangedTheTimer": "Ρυθμίσατε τον χρόνο εξαφάνισης μηνυμάτων σε $time$",
"timerSetOnSync": "Ενημερώθηκε ο χρόνος εξαφάνισης μηνυμάτων σε $time$",
"theyChangedTheTimer": "Ρυθμίστηκε ο χρόνος εξαφάνισης μηνυμάτων από $name$ σε $time$",
@ -440,6 +442,8 @@
"clearAll": "Διαγραφή Όλων",
"clearDataSettingsTitle": "Διαγραφή Δεδομένων",
"messageRequests": "Αιτήματα Μηνυμάτων",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Αιτήματα σε Εκκρεμότητα",
"requestsPlaceholder": "Δεν υπάρχουν αιτήματα",
"hideRequestBannerDescription": "Απόκρυψη του banner Αιτήματος Μηνύματος μέχρι να λάβετε ένα νέο αίτημα μηνύματος.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Διαγραφή Όλων των Αιτημάτων Μηνυμάτων",
"clearAllConfirmationBody": "Σίγουρα θέλετε να διαγράψετε όλα τα αιτήματα μηνυμάτων;",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Απόκρυψη",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "Και άλλος $otherSingular$ αντέδρασε με <span>$emoji$</span> σε αυτό το μήνυμα",
"reactionListCountPlural": "Και άλλοι $otherPlural$ αντέδρασαν με <span>$emoji$</span> σε αυτό το μήνυμα"
"reactionListCountPlural": "Και άλλοι $otherPlural$ αντέδρασαν με <span>$emoji$</span> σε αυτό το μήνυμα",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -220,6 +220,7 @@
"youDisabledDisappearingMessages": "You disabled disappearing messages.",
"timerSetTo": "Disappearing message time set to $time$",
"noteToSelf": "Note to Self",
"savedMessages": "Saved Messages",
"hideMenuBarTitle": "Hide Menu Bar",
"hideMenuBarDescription": "Toggle system menu bar visibility.",
"matchThemeSystemSettingTitle": "Auto dark-mode",
@ -412,6 +413,10 @@
"open": "Open",
"audioMessageAutoplayTitle": "Autoplay Audio Messages",
"audioMessageAutoplayDescription": "Autoplay consecutive audio messages.",
"enterKeySettingTitle": "Enter Key",
"enterKeySettingDescription": "Function of the enter key when typing in a conversation.",
"enterSendNewMessageDescription": "ENTER sends a message, SHIFT + ENTER starts a new line",
"enterNewLineDescription": "SHIFT + ENTER sends a message, ENTER starts a new line",
"clickToTrustContact": "Click to download media",
"trustThisContactDialogTitle": "Trust $name$?",
"trustThisContactDialogDescription": "Are you sure you want to download media sent by $name$?",

View File

@ -45,6 +45,7 @@
"incomingError": "Okazis eraro dum ricevo de mesaĝo",
"media": "Aŭdvidaĵo",
"mediaEmptyState": "Vi havas neniun aŭdvidaĵon en tiu interparolo",
"document": "Document",
"documents": "Dokumentoj",
"documentsEmptyState": "Vi havas neniun dokumenton en tiu interparolo",
"today": "Hodiaŭ",
@ -70,9 +71,10 @@
"show": "Malkaŝi",
"sessionMessenger": "Sesio",
"noSearchResults": "Neniu rezulto pri „$searchTerm$“",
"conversationsHeader": "Kontaktoj kaj grupoj",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontaktaro",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Argordoj",
"typingAlt": "Tajp-indikiloj por tiu interparolo",
"contactAvatarAlt": "Avataro el kontakto $name$",
@ -83,6 +85,7 @@
"you": "Vi",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Por sendi aŭdajn mesaĝojn, donu al Session Desktop permeson uzi vian mikrofonon.",
"image": "Image",
"audio": "Sono",
"video": "Videaĵo",
"photo": "Foto",
@ -178,7 +181,6 @@
"messageBodyMissing": "Enigu vian mesaĝon.",
"messageBody": "Korpo de mesaĝo",
"unblockToSend": "Malbloki tiun kontakton por sendi mesaĝon.",
"unblockGroupToSend": "Malbloki tiun grupon por sendi mesaĝon.",
"youChangedTheTimer": "Vi agordis la malaperon de la memviŝontaj mesaĝoj al $time$",
"timerSetOnSync": "Ĝisdatiĝis la malapero de la memviŝontaj mesaĝoj al $time$",
"theyChangedTheTimer": "$name$ agordis la malaperon de la memviŝontaj mesaĝoj al $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -30,7 +30,7 @@
"contextMenuNoSuggestions": "Sin sugerencias",
"openGroupInvitation": "Invitación de la comunidad",
"joinOpenGroupAfterInvitationConfirmationTitle": "¿Unirse a $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Are you sure you want to join the $roomName$ community?",
"joinOpenGroupAfterInvitationConfirmationDesc": "¿Estás seguro de que quieres unirte al grupo abierto $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding opengroup server",
"enterSessionIDOrONSName": "Ingresa el ID de Session o el nombre ONS",
"startNewConversationBy...": "Inicie una nueva conversación ingresando la Session ID de alguien o comparta su Session ID con ellos.. ",
@ -45,6 +45,7 @@
"incomingError": "Fallo al procesar el mensaje recibido",
"media": "Multimedia",
"mediaEmptyState": "Sin archivos multimedia",
"document": "Document",
"documents": "Documentos",
"documentsEmptyState": "No hay documentos",
"today": "Hoy",
@ -70,9 +71,10 @@
"show": "Mostrar",
"sessionMessenger": "Session",
"noSearchResults": "No se encontraron resultados para «%s»",
"conversationsHeader": "Contactos y Grupos",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contactos",
"messagesHeader": "Mensajes",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Ajustes",
"typingAlt": "Animación de tecleo para este chat",
"contactAvatarAlt": "Avatar del contacto $name$",
@ -83,6 +85,7 @@
"you": "Tú",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Para enviar notas de voz y hacer llamadas, permite a Session acceder al micrófono.",
"image": "Image",
"audio": "Audio",
"video": "Vídeo",
"photo": "Foto",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "¿Borrar $count$ mensajes?",
"deleteMessageQuestion": "¿Borrar este mensaje?",
"deleteMessages": "Eliminar mensajes",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Eliminar Conversación",
"deleted": "$count$ eliminado",
"messageDeletedPlaceholder": "Este mensaje ha sido borrado",
"from": "Desde:",
@ -115,7 +118,7 @@
"clear": "Borrar",
"clearAllData": "Borrar todos los datos",
"deleteAccountWarning": "Esto eliminará permanentemente sus mensajes y contactos.",
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
"deleteAccountFromLogin": "¿Estás seguro de querer borrar esta imagen?",
"deleteContactConfirmation": "¿Seguro que quieres eliminar esta conversación?",
"quoteThumbnailAlt": "Miniatura de una foto como cita de un mensaje",
"imageAttachmentAlt": "Imagen adjunta al mensaje",
@ -152,10 +155,10 @@
"primaryColorPurple": "Color primario purpura",
"primaryColorOrange": "Color primario naranja",
"primaryColorRed": "Color primario rojo",
"classicDarkThemeTitle": "Classic Dark",
"classicLightThemeTitle": "Classic Light",
"oceanDarkThemeTitle": "Ocean Dark",
"oceanLightThemeTitle": "Ocean Light",
"classicDarkThemeTitle": "Tema Clásico Oscuro",
"classicLightThemeTitle": "Tema Clásico Claro",
"oceanDarkThemeTitle": "Tema Océano Oscuro",
"oceanLightThemeTitle": "Tema Océano Claro",
"pruneSettingTitle": "Recortar Comunidades",
"pruneSettingDescription": "Eliminar mensajes de Comunidades con más de 6 meses de antigüedad y donde haya más de 2000 mensajes.",
"enable": "Permitir",
@ -178,7 +181,6 @@
"messageBodyMissing": "Por favor ingresa algún mensaje.",
"messageBody": "Cuerpo del mensaje",
"unblockToSend": "Desbloquea este contacto para enviar mensajes.",
"unblockGroupToSend": "Desbloquea este grupo para enviar mensajes.",
"youChangedTheTimer": "Has fijado la desaparición de mensajes en $time$.",
"timerSetOnSync": "Actualizando el temporizador de desaparición en $time$",
"theyChangedTheTimer": "$name$ha fijado la desaparición de mensajes en $time$.",
@ -194,7 +196,7 @@
"timerOption_12_hours": "12 horas",
"timerOption_1_day": "1 día ",
"timerOption_1_week": "1 semana",
"timerOption_2_weeks": "2 weeks",
"timerOption_2_weeks": "Dos semanas",
"disappearingMessages": "Desaparición de mensajes",
"changeNickname": "Cambiar apodo",
"clearNickname": "Quitar apodo",
@ -212,7 +214,7 @@
"timerOption_12_hours_abbreviated": "12 h",
"timerOption_1_day_abbreviated": "1 d",
"timerOption_1_week_abbreviated": "7 d",
"timerOption_2_weeks_abbreviated": "2w",
"timerOption_2_weeks_abbreviated": "2s",
"disappearingMessagesDisabled": "Desaparición de mensajes desactivada.",
"disabledDisappearingMessages": "$name$ ha desactivado la desaparición de mensajes.",
"youDisabledDisappearingMessages": "Has desactivado la desaparición de mensajes.",
@ -320,10 +322,10 @@
"editProfileModalTitle": "Perfil",
"groupNamePlaceholder": "Nombre Del Grupo",
"inviteContacts": "Invitar Amigos",
"addModerators": "Add Admins",
"removeModerators": "Remove Admins",
"addAsModerator": "Add as Admin",
"removeFromModerators": "Remove From Admins",
"addModerators": "Añadir Administradores",
"removeModerators": "Eliminar Administradores",
"addAsModerator": "Añadir como Administrador",
"removeFromModerators": "Eliminar de los administradores",
"add": "Añadir",
"addingContacts": "Añadiendo contactos a",
"noContactsToAdd": "No hay contactos para añadir",
@ -370,11 +372,11 @@
"join": "Unirse",
"joinOpenGroup": "Unirse a la Comunidad",
"createGroup": "Crear Grupo",
"create": "Create",
"create": "Crear",
"createClosedGroupNamePrompt": "Nombre Del Grupo",
"createClosedGroupPlaceholder": "Ingresa un nombre de grupo",
"openGroupURL": "Community URL",
"enterAnOpenGroupURL": "Enter Community URL",
"openGroupURL": "URL comunitaria",
"enterAnOpenGroupURL": "Introduzca la URL de la Comunidad",
"next": "Siguiente",
"invalidGroupNameTooShort": "Por favor, ingresa un nombre de grupo",
"invalidGroupNameTooLong": "Por favor, ingresa un nombre de grupo más corto",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "¿Estás seguro de querer descargar este archivo que $name$ te ha enviado?",
"pinConversation": "Anclar conversación",
"unpinConversation": "Desanclar conversación",
"markUnread": "Mark Unread",
"markUnread": "Marcar como no leído",
"showUserDetails": "Mostrar Detalles del Usuario",
"sendRecoveryPhraseTitle": "Enviando Frase de Recuperación",
"sendRecoveryPhraseMessage": "Estás intentando enviar tu frase de recuperación, que puede utilizarse para acceder a tu cuenta. ¿Estás seguro de que deseas enviar este mensaje?",
@ -422,8 +424,8 @@
"dialogClearAllDataDeletionFailedTitleQuestion": "¿Quieres eliminar sólo los datos de este dispositivo?",
"dialogClearAllDataDeletionFailedMultiple": "Datos no eliminados por los siguientes nodos de servicio: $snodes$",
"dialogClearAllDataDeletionQuestion": "Would you like to clear this device only, or delete your data from the network as well?",
"clearDevice": "Clear Device",
"tryAgain": "Try Again",
"clearDevice": "Borrar Dispositivo",
"tryAgain": "Inténtelo de Nuevo",
"areYouSureClearDevice": "Are you sure you want to clear your device?",
"deviceOnly": "Borrar solo de este dispositivo",
"entireAccount": "Borrar del dispositivo y de la red",
@ -435,11 +437,13 @@
"recoveryPhraseRevealButtonText": "Mostrar frase de recuperación",
"notificationSubtitle": "Notificaciones - $setting$",
"surveyTitle": "We'd Love Your Feedback",
"faq": "FAQ",
"faq": "Preguntas Frecuentes (FAQ)",
"support": "Soporte",
"clearAll": "Borrar todo",
"clearDataSettingsTitle": "Borrar Datos",
"messageRequests": "Solicitudes de Mensaje",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Solicitudes Pendientes",
"requestsPlaceholder": "Sin solicitudes",
"hideRequestBannerDescription": "Ocultar el banner de solicitud de mensajes hasta que reciba una nueva solicitud de mensaje.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Borrar todas las solicitudes de mensajes",
"clearAllConfirmationBody": "¿Estás seguro/a que quieres borrar todas las solicitudes de mensajes?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Ocultar",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "Y $otherSingular$ ha reaccionado <span>$emoji$</span> a este mensaje",
"reactionListCountPlural": "Y $otherPlural$ han reaccionado <span>$emoji$</span> a este mensaje"
"reactionListCountPlural": "Y $otherPlural$ han reaccionado <span>$emoji$</span> a este mensaje",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -8,7 +8,7 @@
"mainMenuWindow": "&Ventana",
"mainMenuHelp": "&Ayuda",
"appMenuHide": "Ocultar",
"appMenuHideOthers": "Ocultar otros",
"appMenuHideOthers": "Ocultar Otros",
"appMenuUnhide": "Mostrar todo",
"appMenuQuit": "Cerrar Session",
"editMenuUndo": "Deshacer",
@ -16,22 +16,22 @@
"editMenuCut": "Cortar",
"editMenuCopy": "Copiar",
"editMenuPaste": "Pegar",
"editMenuDeleteContact": "Eliminar contacto",
"editMenuDeleteGroup": "Eliminar grupo",
"editMenuDeleteContact": "Eliminar Contacto",
"editMenuDeleteGroup": "Eliminar Grupo",
"editMenuSelectAll": "Seleccionar todo",
"windowMenuClose": "Cerrar ventana",
"windowMenuMinimize": "Minimizar",
"windowMenuZoom": "Zoom",
"viewMenuResetZoom": "Tamaño original",
"viewMenuZoomIn": "Ampliar",
"viewMenuZoomOut": "Disminuir Zoom",
"viewMenuZoomOut": "Reducir",
"viewMenuToggleFullScreen": "Activar pantalla completa",
"viewMenuToggleDevTools": "Activar herramientas de desarrollador",
"contextMenuNoSuggestions": "Sin sugerencias",
"openGroupInvitation": "Invitación de comunidad",
"joinOpenGroupAfterInvitationConfirmationTitle": "¿Unirse a $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "¿Estás seguro de que quieres unirte a la comunidad $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "No se pudo encontrar el servidor de comunidad correspondiente",
"enterSessionIDOrONSName": "Introduzca el ID de Session o el nombre ONS",
"startNewConversationBy...": "Inicia una nueva conversación ingresando el ID de Session de alguien o comparta su ID de Session con ellos.",
"loading": "Cargando...",
@ -45,6 +45,7 @@
"incomingError": "Error en la gestión de los mensajes entrantes",
"media": "Multimedia",
"mediaEmptyState": "Sin archivos multimedia",
"document": "Document",
"documents": "Documentos",
"documentsEmptyState": "No hay documentos",
"today": "Hoy",
@ -59,7 +60,7 @@
"cannotMixImageAndNonImageAttachments": "Lo sentimos, no puedes mezclar imágenes con otros tipos de archivo en un mensaje",
"maximumAttachments": "Se ha alcanzado el número máximo de archivos adjuntos. Por favor, envíe los archivos adjuntos restantes en un mensaje separado.",
"fileSizeWarning": "El archivo adjunto excede los límites de tamaño para el mensaje.",
"unableToLoadAttachment": "Lo sentimos, hubo un fallo al adjuntar el archivo.",
"unableToLoadAttachment": "Lo sentimos, ha habido un fallo al adjuntar el archivo.",
"offline": "Desconectado",
"debugLog": "Registro de Depuración",
"showDebugLog": "Exportar registros",
@ -70,9 +71,10 @@
"show": "Mostrar",
"sessionMessenger": "Session",
"noSearchResults": "No se encontraron resultados para $searchTerm$",
"conversationsHeader": "Contactos y grupos",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contactos",
"messagesHeader": "Conversations",
"messagesHeader": "Conversaciones",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Ajustes",
"typingAlt": "Animación de tecleo para este chat",
"contactAvatarAlt": "Avatar del contacto $name$",
@ -83,6 +85,7 @@
"you": "Tú",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Puedes habilitar el acceso al micrófono en: Ajustes (icono del engranaje) => Privacidad",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Foto",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "¿Eliminar $count$ mensajes?",
"deleteMessageQuestion": "¿Eliminar este mensaje?",
"deleteMessages": "Eliminar mensajes",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Eliminar Conversación",
"deleted": "$count$ eliminados",
"messageDeletedPlaceholder": "Este mensaje ha sido eliminado",
"from": "De:",
@ -115,7 +118,7 @@
"clear": "Eliminar",
"clearAllData": "Eliminar todos los datos",
"deleteAccountWarning": "Esto eliminará permanentemente tus mensajes y contactos.",
"deleteAccountFromLogin": "¿Estás seguro de querer eliminar tu cuenta?",
"deleteAccountFromLogin": "¿Estás seguro de que quieres quitar tu dispositivo?",
"deleteContactConfirmation": "¿Estás seguro de que quieres eliminar esta conversación?",
"quoteThumbnailAlt": "Vista miniatura de la imagen del mensaje citado",
"imageAttachmentAlt": "Imagen adjunta al mensaje",
@ -130,7 +133,7 @@
"saved": "Guardado",
"tookAScreenshot": "$name$ ha hecho una captura de pantalla",
"savedTheFile": "$name$ guardó el archivo",
"linkPreviewsTitle": "Enviar previsualizaciones de links",
"linkPreviewsTitle": "Enviar Previsualizaciones de Enlaces",
"linkPreviewDescription": "Generar previsualizaciones de enlaces para URLs compatibles.",
"linkPreviewsConfirmMessage": "No tendrás una privacidad completa de metadatos al enviar previsualizaciones de enlaces.",
"mediaPermissionsTitle": "Micrófono",
@ -139,10 +142,10 @@
"spellCheckDescription": "Activar el corrector ortográfico al escribir mensajes.",
"spellCheckDirty": "Debes reiniciar Session para aplicar las nuevas configuraciones",
"readReceiptSettingDescription": "Enviar recibos de lectura en chats de uno a uno.",
"readReceiptSettingTitle": "Recibos de lectura",
"readReceiptSettingTitle": "Confirmación de lectura",
"typingIndicatorsSettingDescription": "Ver y compartir indicadores de escritura en chats de uno a uno.",
"typingIndicatorsSettingTitle": "Indicadores de escritura",
"zoomFactorSettingTitle": "Zoom general",
"zoomFactorSettingTitle": "Factor de Zoom",
"themesSettingTitle": "Temas",
"primaryColor": "Color primario",
"primaryColorGreen": "Color primario verde",
@ -170,15 +173,14 @@
"joinACommunity": "Unirse a una comunidad",
"chooseAnAction": "Seleccione una acción para iniciar una conversación",
"newMessages": "Mensajes nuevos",
"notificationMostRecentFrom": "Más recientes desde: $name$",
"notificationFrom": "Desde:",
"notificationMostRecentFrom": "Más recientes de: $name$",
"notificationFrom": "De:",
"notificationMostRecent": "Más reciente:",
"sendFailed": "Fallo al enviar",
"mediaMessage": "Mensaje multimedia",
"messageBodyMissing": "Por favor, introduzca un cuerpo de mensaje.",
"messageBody": "Cuerpo del mensaje",
"unblockToSend": "Desbloquea este contacto para enviarle mensajes.",
"unblockGroupToSend": "Desbloquea este grupo para enviar mensajes.",
"youChangedTheTimer": "Has fijado la desaparición de mensajes en $time$",
"timerSetOnSync": "Actualizando el temporizador de desaparición en $time$",
"theyChangedTheTimer": "$name$ ha fijado la desaparición de mensajes en $time$",
@ -212,21 +214,21 @@
"timerOption_12_hours_abbreviated": "12 h",
"timerOption_1_day_abbreviated": "1 d",
"timerOption_1_week_abbreviated": "7 d",
"timerOption_2_weeks_abbreviated": "2sem",
"timerOption_2_weeks_abbreviated": "2 s",
"disappearingMessagesDisabled": "Desaparición de mensajes desactivada",
"disabledDisappearingMessages": "$name$ ha desactivado que los mensajes desaparezcan.",
"disabledDisappearingMessages": "$name$ ha desactivado la desaparición de mensajes.",
"youDisabledDisappearingMessages": "Has desactivado la desaparición de mensajes.",
"timerSetTo": "El tiempo de desaparición de mensajes se ha fijado en $time$",
"noteToSelf": "Notas personales",
"hideMenuBarTitle": "Ocultar barra de menú",
"hideMenuBarDescription": "Alterna la visibilidad de la barra de menú.",
"startConversation": "Comenzar nueva conversación",
"invalidNumberError": "Por favor, compruebe el Session ID o el nombre ONS e inténtelo de nuevo",
"invalidNumberError": "Por favor, comprueba ID de Session o el nombre ONS e inténtalo de nuevo",
"failedResolveOns": "Error al resolver el nombre ONS",
"autoUpdateSettingTitle": "Actualizar automáticamente",
"autoUpdateSettingDescription": "Comprobar automáticamente actualizaciones al iniciar.",
"autoUpdateNewVersionTitle": "Actualización de Session disponible",
"autoUpdateNewVersionMessage": "Hay disponible una nueva versión de Session.",
"autoUpdateNewVersionMessage": "Hay una nueva versión de Session disponible.",
"autoUpdateNewVersionInstructions": "Pulsa en 'Reiniciar Session' para aplicar cambios.",
"autoUpdateRestartButtonLabel": "Reiniciar Session",
"autoUpdateLaterButtonLabel": "Más tarde",
@ -238,11 +240,11 @@
"updatedTheGroup": "Grupo actualizado",
"titleIsNow": "El nombre del grupo ahora es: '$name$'.",
"joinedTheGroup": "$name$ se ha unido al grupo.",
"multipleJoinedTheGroup": "$name$ se ha unido al grupo.",
"multipleJoinedTheGroup": "$name$ se han unido al grupo.",
"kickedFromTheGroup": "$name$ ha sido expulsado del grupo.",
"multipleKickedFromTheGroup": "$name$ han sido expulsados del grupo.",
"block": "Block",
"unblock": "Unblock",
"block": "Bloquear",
"unblock": "Desbloquear",
"unblocked": "Desbloqueado",
"blocked": "Bloqueado",
"blockedSettingsTitle": "Contactos bloqueados",
@ -268,7 +270,7 @@
"editGroup": "Editar grupo",
"editGroupName": "Editar nombre del grupo",
"updateGroupDialogTitle": "Actualizando $name$...",
"showRecoveryPhrase": "Frase de recuperación",
"showRecoveryPhrase": "Frase de Recuperación",
"yourSessionID": "Tu ID de Session",
"setAccountPasswordTitle": "Contraseña",
"setAccountPasswordDescription": "Necesita contraseña para desbloquear Session.",
@ -291,22 +293,22 @@
"createPassword": "Crea tu contraseña",
"removePassword": "Eliminar Contraseña",
"maxPasswordAttempts": "Contraseña inválida. ¿Restablecer la base de datos?",
"typeInOldPassword": "Por favor, introduzca su contraseña actual",
"typeInOldPassword": "Por favor, introduce tu contraseña actual",
"invalidOldPassword": "La contraseña antigua es inválida",
"invalidPassword": "Contraseña inválida",
"noGivenPassword": "Por favor, introduce tu contraseña",
"passwordsDoNotMatch": "Las contraseñas no coinciden",
"setPasswordInvalid": "Las contraseñas no coinciden",
"changePasswordInvalid": "La contraseña antigua que ingresaste es incorrecta",
"removePasswordInvalid": "Contraseña incorrecta",
"setPasswordTitle": "Contraseña establecida",
"changePasswordTitle": "Contraseña modificada",
"removePasswordTitle": "Contraseña eliminada",
"setPasswordToastDescription": "Su contraseña ha sido establecida. Por favor, manténgala segura.",
"changePasswordToastDescription": "Su contraseña ha sido cambiada. Por favor, manténla segura.",
"removePasswordToastDescription": "Su contraseña ha sido eliminada.",
"publicChatExists": "Usted ya está conectado a esta comunidad",
"connectToServerFail": "No se ha podido unir a la comunidad",
"removePasswordInvalid": "Contraseña Incorrecta",
"setPasswordTitle": "Contraseña Establecida",
"changePasswordTitle": "Contraseña Cambiada",
"removePasswordTitle": "Contraseña Eliminada",
"setPasswordToastDescription": "Tu contraseña ha sido establecida. Por favor, mantenla segura.",
"changePasswordToastDescription": "Tu contraseña ha sido cambiada. Por favor, manténla segura.",
"removePasswordToastDescription": "Tu contraseña ha sido eliminada.",
"publicChatExists": "Ya estás conectado a esta comunidad",
"connectToServerFail": "No se pudo unir a la comunidad",
"connectingToServer": "Conectando...",
"connectToServerSuccess": "Conectado con éxito a la comunidad",
"setPasswordFail": "Error al establecer la contraseña",
@ -314,16 +316,16 @@
"passwordTypeError": "La contraseña debe ser una cadena",
"passwordCharacterError": "La contraseña solo debe contener letras, números y símbolos",
"remove": "Eliminar",
"invalidSessionId": "La Session ID es inválida",
"invalidSessionId": "ID de Session Inválida",
"invalidPubkeyFormat": "Formato de Clave Pública inválido",
"emptyGroupNameError": "Por favor, ingresa un nombre de grupo",
"editProfileModalTitle": "Perfil",
"groupNamePlaceholder": "Nombre del grupo",
"inviteContacts": "Invitar contactos",
"addModerators": "Añadir administradores",
"inviteContacts": "Invitar Contactos",
"addModerators": "Añadir Administradores",
"removeModerators": "Eliminar Administradores",
"addAsModerator": "Añadir como administrador",
"removeFromModerators": "Eliminar administrador",
"addAsModerator": "Añadir como Administrador",
"removeFromModerators": "Eliminar Administrador",
"add": "Añadir",
"addingContacts": "Añadiendo contactos a $name$",
"noContactsToAdd": "No hay contactos para añadir",
@ -334,15 +336,15 @@
"createAccount": "Create Account",
"startInTrayTitle": "Conservar en la bandeja del sistema",
"startInTrayDescription": "Mantener Session funcionando en segundo plano cuando cierre la ventana.",
"yourUniqueSessionID": "Dile hola a tu Session ID",
"allUsersAreRandomly...": "Su Session ID es la única dirección que las personas pueden usar para contactarle en Session. Por diseño, su Session ID es totalmente anónima y privada, sin vínculo con su identidad real.",
"getStarted": "Empezar",
"createSessionID": "Crear Session ID",
"yourUniqueSessionID": "Dile hola a tu ID de Session",
"allUsersAreRandomly...": "Tu ID de Session es la dirección única que las personas pueden usar para contactarte en Session. Por diseño, tu ID de Session es totalmente anónima y privada, sin vínculo con tu identidad real.",
"getStarted": "Comenzar",
"createSessionID": "Crear ID de Session",
"recoveryPhrase": "Frase de recuperación",
"enterRecoveryPhrase": "Ingresa tu frase de recuperación",
"displayName": "Nombre de usuario",
"displayName": "Nombre Visible",
"anonymous": "Anónimo",
"removeResidueMembers": "Al presionar \"ok\" también eliminará a los miembros cuando abandonen el grupo.",
"removeResidueMembers": "Presionar \"Aceptar\" eliminará también a esos miembros ya que han abandonado el grupo.",
"enterDisplayName": "Ingresa un nombre para mostrar",
"continueYourSession": "Continúa tu Session",
"linkDevice": "Vincular dispositivo",
@ -353,28 +355,28 @@
"welcomeToYourSession": "Bienvenido a tu Session",
"searchFor...": "Buscar conversaciones y contactos",
"searchForContactsOnly": "Buscar contactos",
"enterSessionID": "Ingresa Session ID",
"enterSessionIDOfRecipient": "Introduzca el Session ID de su contacto o ONS",
"enterSessionID": "Ingresa ID de Session",
"enterSessionIDOfRecipient": "Introduce el ID de Session u ONS de tu contacto",
"message": "Mensaje",
"appearanceSettingsTitle": "Apariencia",
"privacySettingsTitle": "Privacidad",
"notificationsSettingsTitle": "Notificaciones",
"audioNotificationsSettingsTitle": "Audio Notifications",
"notificationsSettingsContent": "Contenido de notificaciones",
"notificationPreview": "Vista previa",
"audioNotificationsSettingsTitle": "Notificaciones de Audio",
"notificationsSettingsContent": "Contenido de las notificaciones",
"notificationPreview": "Vista Previa",
"recoveryPhraseEmpty": "Ingresa tu frase de recuperación",
"displayNameEmpty": "Please pick a display name",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Nombre visible es demasiado largo",
"members": "$count$ miembros",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ miembros activos",
"join": "Unirse",
"joinOpenGroup": "Unirse a comunidad",
"createGroup": "Crear grupo",
"joinOpenGroup": "Unirse a Comunidad",
"createGroup": "Crear Grupo",
"create": "Crear",
"createClosedGroupNamePrompt": "Nombre Del Grupo",
"createClosedGroupPlaceholder": "Ingresa un nombre de grupo",
"openGroupURL": "URL de comunidad",
"enterAnOpenGroupURL": "Introduzca el URL de la comunidad",
"openGroupURL": "URL de Comunidad",
"enterAnOpenGroupURL": "Introduce el URL de la Comunidad",
"next": "Siguiente",
"invalidGroupNameTooShort": "Por favor, ingresa un nombre de grupo",
"invalidGroupNameTooLong": "Por favor, ingresa un nombre de grupo más corto",
@ -392,31 +394,31 @@
"closedGroupInviteOkText": "Reintentar invitaciones",
"closedGroupInviteSuccessTitlePlural": "Invitaciones de grupo exitosas",
"closedGroupInviteSuccessTitle": "Invitación al grupo exitosa",
"closedGroupInviteSuccessMessage": "Miembros del grupo invitados correctamente",
"closedGroupInviteSuccessMessage": "Miembros del grupo invitados exitosamente",
"notificationForConvo": "Notificaciones",
"notificationForConvo_all": "Todo",
"notificationForConvo_disabled": "Desactivado",
"notificationForConvo_mentions_only": "Solo menciones",
"onionPathIndicatorTitle": "Ruta",
"onionPathIndicatorDescription": "Session oculta su IP rebotando sus mensajes a través de varios Nodos de Servicio en la red descentralizada de Session. Estos son los países a los que tu conexión se está rebotando actualmente:",
"onionPathIndicatorDescription": "Session oculta su IP rebotando tus mensajes a través de varios Nodos de Servicio en la red descentralizada de Session. Estos son los países por los que tu conexión está rebotando:",
"unknownCountry": "País desconocido",
"device": "Dispositivo",
"destination": "Destino",
"learnMore": "Saber más",
"linkVisitWarningTitle": "¿Abrir este enlace en su navegador?",
"linkVisitWarningMessage": "¿Estás seguro de querer abrir $url$ en tu navegador?",
"linkVisitWarningMessage": "¿Estás seguro de que quieres abrir $url$ en tu navegador?",
"open": "Abrir",
"audioMessageAutoplayTitle": "Reproducir mensajes de audio automáticamente",
"audioMessageAutoplayDescription": "Reproducir mensajes de audio consecutivos automáticamente.",
"clickToTrustContact": "Haga clic para descargar",
"clickToTrustContact": "Haga clic para descargar archivos multimedia",
"trustThisContactDialogTitle": "¿Confiar en $name$?",
"trustThisContactDialogDescription": "¿Estás seguro de querer descargar archivos que $name$ te envió?",
"trustThisContactDialogDescription": "¿Estás seguro que quieres descargar el archivo enviado por $name$?",
"pinConversation": "Fijar conversación",
"unpinConversation": "Desfijar conversación",
"markUnread": "Mark Unread",
"showUserDetails": "Mostrar detalles del usuario",
"markUnread": "Marcar Como No Leído",
"showUserDetails": "Mostrar Detalles del Usuario",
"sendRecoveryPhraseTitle": "Enviando Frase de Recuperación",
"sendRecoveryPhraseMessage": "Estás intentando compartir tu frase de recuperación que puede usarse para acceder a tu cuenta. ¿Estás seguro de que deseas enviar este mensaje?",
"sendRecoveryPhraseMessage": "Estás intentando enviar tu frase de recuperación, que puede utilizarse para acceder a tu cuenta. ¿Estás seguro de que deseas enviar este mensaje?",
"dialogClearAllDataDeletionFailedTitle": "Error al eliminar los datos",
"dialogClearAllDataDeletionFailedDesc": "Los datos no se eliminaron por un error desconocido. ¿Quieres eliminar los datos de solo este dispositivo?",
"dialogClearAllDataDeletionFailedTitleQuestion": "¿Quieres eliminar los datos sólo de este dispositivo?",
@ -432,17 +434,19 @@
"iAmSure": "Estoy seguro",
"recoveryPhraseSecureTitle": "¡Ya casi terminas!",
"recoveryPhraseRevealMessage": "Protege tu cuenta guardando tu frase de recuperación. Revela tu frase de recuperación y guárdala de forma segura para protegerla.",
"recoveryPhraseRevealButtonText": "Mostrar frase de recuperación",
"recoveryPhraseRevealButtonText": "Mostrar Frase de Recuperación",
"notificationSubtitle": "Notificaciones - $setting$",
"surveyTitle": "Nos encantaría saber tu opinión",
"faq": "Preguntas frecuentes",
"surveyTitle": "Nos Encantaría Conocer tu Opinión",
"faq": "Preguntas Frecuentes",
"support": "Soporte",
"clearAll": "Limpiar todo",
"clearDataSettingsTitle": "Limpiar datos",
"messageRequests": "Solicitudes de mensaje",
"requestsSubtitle": "Solicitudes pendientes",
"clearAll": "Borrar Todo",
"clearDataSettingsTitle": "Borrar Datos",
"messageRequests": "Solicitudes de Mensaje",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Solicitudes Pendientes",
"requestsPlaceholder": "Sin solicitudes",
"hideRequestBannerDescription": "Ocultar el apartado de solicitud de mensaje hasta que reciba una nueva solicitud de mensaje.",
"hideRequestBannerDescription": "Ocultar el banner de solicitud de mensajes hasta que reciba una nueva solicitud de mensaje.",
"incomingCallFrom": "Llamada entrante de '$name$'",
"ringing": "Llamando...",
"establishingConnection": "Estableciendo conexión...",
@ -451,10 +455,10 @@
"endCall": "Finalizar llamada",
"permissionsSettingsTitle": "Permisos",
"helpSettingsTitle": "Ayuda",
"cameraPermissionNeededTitle": "Se requieren los permisos de voz/videollamada",
"cameraPermissionNeededTitle": "Se requieren los permisos de Llamada de Voz/Video",
"cameraPermissionNeeded": "Puede activar el permiso 'Voz y videollamadas' en la Configuración de privacidad.",
"unableToCall": "Primero debes cancelar la llamada en curso",
"unableToCallTitle": "No se ha podido iniciar la llamada",
"unableToCallTitle": "No se puede iniciar una nueva llamada",
"callMissed": "Llamada perdida de $name$",
"callMissedTitle": "Llamada perdida",
"noCameraFound": "Cámara no encontrada",
@ -479,19 +483,20 @@
"declineRequestMessage": "¿Estás seguro/a que quieres rechazar esta solicitud de mensaje?",
"respondingToRequestWarning": "Enviar un mensaje a este usuario/a va aceptará su solicitud de mensaje y revelará tu ID de Session automáticamente.",
"hideRequestBanner": "Ocultar el banner de solicitud de mensajes",
"openMessageRequestInbox": "Solicitudes de mensaje",
"openMessageRequestInbox": "Solicitudes de Mensaje",
"noMessageRequestsPending": "No hay solicitudes de mensajes pendientes",
"noMediaUntilApproved": "No puedes enviar archivos adjuntos hasta que la conversación sea aceptada",
"mustBeApproved": "Esta conversación debe ser aceptada para usar esta función",
"youHaveANewFriendRequest": "Tiene una nueva solicitud de amistad",
"clearAllConfirmationTitle": "Borrar todas las solicitudes de mensajes",
"clearAllConfirmationBody": "¿Estás seguro/a que quieres borrar todas las solicitudes de mensajes?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "No hay mensajes en <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "No tienes mensajes en <b>$name$</b>.",
"noMessagesInEverythingElse": "No tienes mensajes de <b>$name$</b>. ¡Envía un mensaje para iniciar la conversación!",
"hideBanner": "Ocultar",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"openMessageRequestInboxDescription": "Ver su bandeja de entrada de solicitudes de mensaje",
"someOfYourDeviceUseOutdatedVersion": "Algunos de sus dispositivos están usando versiones desactualizadas. La sincronización puede ser poco fiable hasta que se actualicen.",
"openMessageRequestInboxDescription": "Ver tu bandeja de entrada de solicitudes de mensaje",
"clearAllReactions": "¿Estás seguro de que quieres eliminar todos los $emoji$?",
"expandedReactionsText": "Mostrar menos",
"reactionNotification": "Reacciona a un mensaje con $emoji$",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ y $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ y",
"reactionListCountSingular": "Y $otherSingular$ ha reaccionado <span>$emoji$</span> a este mensaje",
"reactionListCountPlural": "Y $otherPlural$ han reaccionado <span>$emoji$</span> a este mensaje"
"reactionListCountPlural": "Y $otherPlural$ han reaccionado <span>$emoji$</span> a este mensaje",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Sissetuleva sõnumi käsitlemisel tekkis tõrge.",
"media": "Meedia",
"mediaEmptyState": "Selles vestluses pole meediaelemente",
"document": "Document",
"documents": "Dokumendid",
"documentsEmptyState": "Selles vestluses pole dokumente",
"today": "Täna",
@ -70,9 +71,10 @@
"show": "Näita",
"sessionMessenger": "Session",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontaktid",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Selle vestluse sisestuse animatsioon",
"contactAvatarAlt": "Kontakti $name$ pilt",
@ -83,6 +85,7 @@
"you": "Sina",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Audiosõnumite saatmiseks luba Session Desktopil mikrofoni kasutada.",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Foto",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Sõnumi saatmiseks eemalda selle kontakti blokeering.",
"unblockGroupToSend": "Sõnumi saatmiseks eemalda selle grupi blokeering.",
"youChangedTheTimer": "Sina määrasid kaduvate sõnumite taimeriks $time$",
"timerSetOnSync": "Kaduvate sõnumite taimer seati väärtusele $time$",
"theyChangedTheTimer": "$name$ seadis kaduvate sõnumite taimeri väärtusele $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "خطا در کنترل پیام دریافتی",
"media": "مدیا",
"mediaEmptyState": "شما در این مکالمه هیچ نوع مدیا ندارید",
"document": "Document",
"documents": "سند ها",
"documentsEmptyState": "شما در این مکالمه هیچ سندی ندارید",
"today": "امروز",
@ -70,9 +71,10 @@
"show": "نمایش",
"sessionMessenger": "Session",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "گروه ها و مخاطبین",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "مخاطبین",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "تنظیمات",
"typingAlt": "در حال تایپ انیمیشن برای این مکالمه",
"contactAvatarAlt": "آواتار متعلق به مخاطب $name$",
@ -83,6 +85,7 @@
"you": "شما",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "برای فرستادن پیام های صوتی، به Session Desktop اجازه دسترسی به میکروفون خود را بدهید.",
"image": "Image",
"audio": "صوت",
"video": "ویدیو",
"photo": "تصویر",
@ -178,7 +181,6 @@
"messageBodyMissing": "لطفا یک پیام وارد کنید.",
"messageBody": "متن پیام",
"unblockToSend": "برای ارسال پیام،‌ ابتدا این مخاطب را از مسدود بودن درآورید!",
"unblockGroupToSend": "برای ارسال پیام در گروه، آن را رفع انسداد کنید.",
"youChangedTheTimer": "شما پیام تایمر پیام نابود شونده را روی $time$ تنظیم کردید",
"timerSetOnSync": "تایمر پیام نابود شونده به $time$ آپدیت شد",
"theyChangedTheTimer": "$name$ تایمر پیام نابود شونده را روی $time$ تنظیم کرد",
@ -440,6 +442,8 @@
"clearAll": "حذف همه",
"clearDataSettingsTitle": "پاک کردن اطلاعات",
"messageRequests": "پیام درخواست ها",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "درخواست‌های در حال انتظار",
"requestsPlaceholder": "هیچ درخواستی وجود ندارد",
"hideRequestBannerDescription": "پنهان کردن بنر درخواست پیام دهی تا زمان دریافت درخواست پیام جدید.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "پاک کردن تمام درخواست ها",
"clearAllConfirmationBody": "از پاک کردن تمام درخواست مکالمات مطمئن هستید?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "پنهان کردن",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$، $name2$، و $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ و ",
"reactionListCountSingular": "و $otherSingular$ با <span>$emoji$</span> به این پیام واکنش داده است",
"reactionListCountPlural": "و $otherPlural$ با <span>$emoji$</span> به این پیام واکنش داده اند"
"reactionListCountPlural": "و $otherPlural$ با <span>$emoji$</span> به این پیام واکنش داده اند",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Virhe saapuvan viestin käsittelyssä",
"media": "Media",
"mediaEmptyState": "Tässä keskustelussa ei ole yhtään dokumenttia",
"document": "Document",
"documents": "Dokumentit",
"documentsEmptyState": "Tässä keskustelussa ei ole yhtään tiedostoa",
"today": "Tänään",
@ -70,9 +71,10 @@
"show": "Näytä",
"sessionMessenger": "Session",
"noSearchResults": "Ei tuloksia haulle: \"$searchTerm$\"",
"conversationsHeader": "Yhteystiedot ja ryhmät",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Yhteystiedot",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Asetukset",
"typingAlt": "Kirjoitusanimaatio tälle keskustelulle",
"contactAvatarAlt": "Yhteystiedon $name$ kuvake",
@ -83,6 +85,7 @@
"you": "Sinä",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Lähettääksesi ääniviestejä myönnä Session Desktopille mikrofonin käyttöoikeus.",
"image": "Image",
"audio": "Äänitiedosto",
"video": "Video",
"photo": "Kuva",
@ -178,7 +181,6 @@
"messageBodyMissing": "Ole hyvä ja syötä viestin keho.",
"messageBody": "Viestin sisältö",
"unblockToSend": "Lähettääksesi viestin tälle yhteystiedolle sinun tulee ensin poistaa asettamasi esto.",
"unblockGroupToSend": "Lähettääksesi viestin tälle ryhmälle sinun tulee ensin poistaa asettamasi esto.",
"youChangedTheTimer": "Sinä asetit viestien katoamisajan: $time$",
"timerSetOnSync": "Viestien katoamisajaksi on päivitetty: $time$",
"theyChangedTheTimer": "$name$ asetti viestien katoamisajan: $time$",
@ -440,6 +442,8 @@
"clearAll": "Tyhjennä kaikki",
"clearDataSettingsTitle": "Tyhjennä tiedot",
"messageRequests": "Viestipyynnöt",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Odottavat pyynnöt",
"requestsPlaceholder": "Ei pyyntöjä",
"hideRequestBannerDescription": "Piilota viestipyyntöpalkki, kunnes vastaanotat uuden viestipyynnön.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Tyhjennä kaikki viestipyynnöt",
"clearAllConfirmationBody": "Haluatko varmasti tyhjentää kaikki viestipyynnöt?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Piilota",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ ja $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ ja",
"reactionListCountSingular": "Ja $otherSingular$ on reagoinut viestiin emojilla <span>$emoji$</span>",
"reactionListCountPlural": "Ja $otherPlural$ on reagoinut viestiin emojilla <span>$emoji$</span>"
"reactionListCountPlural": "Ja $otherPlural$ on reagoinut viestiin emojilla <span>$emoji$</span>",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Error sa paghawak ng papasok na mensahe",
"media": "Media",
"mediaEmptyState": "Walang media",
"document": "Document",
"documents": "Dokumento",
"documentsEmptyState": "Walang mga dokumento",
"today": "Ngayon",
@ -70,9 +71,10 @@
"show": "Ipakita",
"sessionMessenger": "Sesyon",
"noSearchResults": "Walang nakita para sa \"$searchTerm$\"",
"conversationsHeader": "Mga Grupo ng Kontak",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontak",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Mga Settings",
"typingAlt": "Pag-type ng animation para sa usapan na ito",
"contactAvatarAlt": "Avatar para sa contact na si $name$",
@ -83,6 +85,7 @@
"you": "Ikaw",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Maaring i-enable ang access ng mikropono mula sa: Settings (gear icon) =>Pribado",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Larawan",
@ -178,7 +181,6 @@
"messageBodyMissing": "Mangyaring maglagay ng laman ng mensahe.",
"messageBody": "Laman ng mensahe",
"unblockToSend": "I-unblock ang contact na ito para magpadala ng mensahe.",
"unblockGroupToSend": "Naka-block ang grupong ito. I-unblock ito kung gusto mong magmensahe.",
"youChangedTheTimer": "Itinakda mo ang timer ng naglalahong mensahe sa $time$",
"timerSetOnSync": "Na-update ang timer ng naglalahong mensahe sa $time$",
"theyChangedTheTimer": "Itinakda ni $name$ ang timer ng naglalahong mensahe sa $time$",
@ -440,6 +442,8 @@
"clearAll": "Burahin Lahat",
"clearDataSettingsTitle": "Burahin ang Data",
"messageRequests": "Kahilingang mensahe",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Nakabinbin na mga Kahilingan",
"requestsPlaceholder": "Walang mga request",
"hideRequestBannerDescription": "Itago ang banner na Kahilingan sa Pagmemensahe hangga't makatanggap ka muli ng bago.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "I-clear ang Lahat ng Kahilingan sa Pagmemensahe",
"clearAllConfirmationBody": "Sigurado ka bang gusto mong i-clear ang lahat ng kahilingan sa pagmemensahe?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Itago",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ at $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ at",
"reactionListCountSingular": "At nag-react si $otherSingular$ ng <span>$emoji$</span> sa mensaheng ito",
"reactionListCountPlural": "At ang $otherPlural$ ay nag-react ng <span>$emoji$</span> sa mensaheng ito"
"reactionListCountPlural": "At ang $otherPlural$ ay nag-react ng <span>$emoji$</span> sa mensaheng ito",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Invitation à un groupe",
"joinOpenGroupAfterInvitationConfirmationTitle": "Rejoindre $roomName$ ?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Êtes-vous sûr de vouloir rejoindre le groupe $roomName$ ?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Impossible de joindre le serveur du groupe",
"enterSessionIDOrONSName": "Entrer un Session ID ou un nom ONS",
"startNewConversationBy...": "Commencez une nouvelle conversation en entrant l'ID de session de quelqu'un ou en partageant votre ID de session avec lui.",
"loading": "Chargement…",
@ -45,6 +45,7 @@
"incomingError": "Erreur de traitement du message entrant",
"media": "Médias",
"mediaEmptyState": "Aucun média",
"document": "Document",
"documents": "Documents",
"documentsEmptyState": "Aucun document",
"today": "Aujourdhui",
@ -70,9 +71,10 @@
"show": "Afficher",
"sessionMessenger": "Session",
"noSearchResults": "Aucun résultat na été trouvé pour « %s »",
"conversationsHeader": "Contacts et Groupes",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contacts",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Paramètres",
"typingAlt": "Animation de saisie pour cette conversation",
"contactAvatarAlt": "Avatar pour le contact $name$",
@ -83,6 +85,7 @@
"you": "Vous",
"audioPermissionNeededTitle": "Accès au microphone nécessaire",
"audioPermissionNeeded": "Vous pouvez autoriser l'accès au microphone via: Paramètres (icon roue dentée) => Confidentialité.",
"image": "Image",
"audio": "Contenu audio",
"video": "Vidéo",
"photo": "Photo",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Supprimer $count$ messages ?",
"deleteMessageQuestion": "Êtes-vous sûr de vouloir supprimer ce message?",
"deleteMessages": "Supprimer les messages",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Supprimer la Conversation",
"deleted": "$count$ supprimé(s)",
"messageDeletedPlaceholder": "Ce message a été supprimé",
"from": "De :",
@ -156,7 +159,7 @@
"classicLightThemeTitle": "Clair classique",
"oceanDarkThemeTitle": "Ocean Dark",
"oceanLightThemeTitle": "Ocean Light",
"pruneSettingTitle": "Trim Communities",
"pruneSettingTitle": "Purger les groupes",
"pruneSettingDescription": "Supprimez les messages de plus de 6 mois des Communautés qui ont plus de 2 000 messages.",
"enable": "Activer",
"keepDisabled": "Garder désactivé",
@ -178,7 +181,6 @@
"messageBodyMissing": "Entrez un corps de message.",
"messageBody": "Corps du message",
"unblockToSend": "Débloquez ce contact pour envoyer un message.",
"unblockGroupToSend": "Débloquer ce groupe pour envoyer un message.",
"youChangedTheTimer": "Vous avez défini lexpiration des messages éphémères à $time$.",
"timerSetOnSync": "Lexpiration des messages éphémères est maintenant à $time$",
"theyChangedTheTimer": "$name$ a défini lexpiration des messages éphémères à $time$.",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$name$ se sont joints au groupe.",
"kickedFromTheGroup": "$name$ a été retiré du groupe.",
"multipleKickedFromTheGroup": "$name$ ont été retirés du groupe.",
"block": "Block",
"unblock": "Unblock",
"block": "Bloquer",
"unblock": "Débloquer",
"unblocked": "Débloqué",
"blocked": "Bloqué",
"blockedSettingsTitle": "Contacts bloqués",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "Apparence",
"privacySettingsTitle": "Confidentialité",
"notificationsSettingsTitle": "Notifications",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Notifications audio",
"notificationsSettingsContent": "Contenu de la notification",
"notificationPreview": "Aperçu",
"recoveryPhraseEmpty": "Saisissez votre phrase de récupération",
"displayNameEmpty": "Veuillez choisir un nom d'utilisateur",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Le nom d'affichage est trop long",
"members": "$count$ membres",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ membres actifs",
"join": "Rejoindre",
"joinOpenGroup": "Rejoindre la communauté",
"createGroup": "Créer un Groupe",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Êtes-vous sûr de vouloir télécharger les médias envoyés par $name$ ?",
"pinConversation": "Épingler la conversation",
"unpinConversation": "Désépingler la conversation",
"markUnread": "Mark Unread",
"markUnread": "Marquer comme non lu",
"showUserDetails": "Afficher les détails de l'utilisateur",
"sendRecoveryPhraseTitle": "Envoyer la phrase de récupération",
"sendRecoveryPhraseMessage": "Vous essayer actuellement denvoyer votre phrase de récupération, qui peut être utilisée pour accéder a votre compte. Êtes-vous sûre de vouloir envoyer ce message?",
@ -440,6 +442,8 @@
"clearAll": "Effacer tout",
"clearDataSettingsTitle": "Effacer les données",
"messageRequests": "Requêtes de messages",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Demandes en fils d'attente",
"requestsPlaceholder": "Aucune demande",
"hideRequestBannerDescription": "Masquer la bannière de demande de message jusqu'à ce que vous receviez une nouvelle demande de message.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Vous avez une nouvelle demande dami",
"clearAllConfirmationTitle": "Effacer toutes les demandes de message",
"clearAllConfirmationBody": "Êtes-vous sûr de vouloir supprimer toutes les demandes de message ?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Il n'y a aucun message dans <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Vous n'avez aucun message dans <b>$name$</b>.",
"noMessagesInEverythingElse": "Vous n'avez aucun message de <b>$name$</b>. Envoyez un message pour démarrer la conversation !",
"hideBanner": "Masquer",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Certains de vos appareils utilisent des versions obsolètes. La synchronisation peut ne pas être fiable jusqu'à ce qu'ils soient mis à jour.",
"openMessageRequestInboxDescription": "Voir la boîte de réception des demandes de message",
"clearAllReactions": "Êtes-vous certain de vouloir effacer tous les $emoji$ ?",
"expandedReactionsText": "Afficher moins",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "Et $otherSingular$ a réagi à ce message avec <span>$emoji$</span>",
"reactionListCountPlural": "Et $otherPlural$ ont réagi à ce message avec <span>$emoji$</span>"
"reactionListCountPlural": "Et $otherPlural$ ont réagi à ce message avec <span>$emoji$</span>",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "שגיאה בטיפול בהודעה נכנסת",
"media": "מדיה",
"mediaEmptyState": "אין לך מדיה כלשהי בשיחה זו",
"document": "Document",
"documents": "מסמכים",
"documentsEmptyState": "אין לך מסמכים כלשהם בשיחה זו",
"today": "היום",
@ -70,9 +71,10 @@
"show": "הראה",
"sessionMessenger": "פעילות",
"noSearchResults": "אין תוצאות עבור \"$searchTerm$\"",
"conversationsHeader": "אנשי קשר וקבוצות",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "אנשי קשר",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "הגדרות",
"typingAlt": "הנפשת הקלדה עבור שיחה זו",
"contactAvatarAlt": "יצגן עבור איש קשר $name$",
@ -83,6 +85,7 @@
"you": "אתה",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "כדי לשלוח הודעות קוליות, התר אל Session Desktop עבודה לקבל גישה אל המיקרופון שלך.",
"image": "Image",
"audio": "שמע",
"video": "וידיאו",
"photo": "תצלום",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "בטל חסימה של איש קשר זה כדי לשלוח הודעה.",
"unblockGroupToSend": "בטל חסימה של קבוצה זו כדי לשלוח הודעה.",
"youChangedTheTimer": "הגדרת את קוצב הזמן של ההודעות הנעלמות אל $time$",
"timerSetOnSync": "עודכן קוצב הזמן של ההודעות הנעלמות אל $time$",
"theyChangedTheTimer": "$name$ הגדיר את קוצב הזמן של ההודעות הנעלמות אל $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "ניקוי כל בקשות ההודעות",
"clearAllConfirmationBody": "האם את/ה בטוח/ה שברצונך למחוק את כל בקשות ההודעות?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "הסתר/י",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "आने वाले संदेश को संभालने में त्रुटि",
"media": "मीडिया",
"mediaEmptyState": "You dont have any media in this conversation",
"document": "Document",
"documents": "दस्तावेज़",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "आज",
@ -70,9 +71,10 @@
"show": "दिखाना",
"sessionMessenger": "सैशन",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "संपर्क और समूहों",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "संपर्क",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "सेटिंग्स",
"typingAlt": "इस कन्वर्सेशन के लिए टाइपिंग एनीमेशन",
"contactAvatarAlt": "$name$ कांटेक्ट का अवतार",
@ -83,6 +85,7 @@
"you": "आप",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "ऑडियो",
"video": "वीडियो",
"photo": "फ़ोटो",
@ -178,7 +181,6 @@
"messageBodyMissing": "कृपया संदेश का मुख्य भाग दर्ज करें।",
"messageBody": "संदेश का मुख्य हिस्सा",
"unblockToSend": "कोई संदेश भेजने के लिए इस संपर्क को अनवरोधित करें",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "आपने गायब होने वाले संदेश टाइमर को $time$ पर सेट किया है",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "सभ साफ करें",
"clearDataSettingsTitle": "डेटा हटाएं",
"messageRequests": "संदेश अनुरोध",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "अनुरोध लंबित",
"requestsPlaceholder": "कोई अनुरोध नहीं",
"hideRequestBannerDescription": "संदेश अनुरोध बैनर को तब तक छिपाएं जब तक कि आपको कोई नया संदेश अनुरोध प्राप्त न हो जाए।",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Error handling incoming message",
"media": "Media",
"mediaEmptyState": "You dont have any media in this conversation",
"document": "Document",
"documents": "Documents",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "Today",
@ -70,9 +71,10 @@
"show": "Show",
"sessionMessenger": "Session",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakti",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Typing animation for this conversation",
"contactAvatarAlt": "Avatar for contact $name$",
@ -83,6 +85,7 @@
"you": "You",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Photo",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Deblokiraj ovaj kontakt za slanje poruke.",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Meghívás közösségbe",
"joinOpenGroupAfterInvitationConfirmationTitle": "Csatlakozni a $roomName$ nevű szobához?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Biztosan csatlakozni szeretne a(z) $roomName$ nyilvános csoporthoz?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Nem sikerült megtalálni a megfelelő Közösségi szervert",
"enterSessionIDOrONSName": "Írja be Session azonosítóját vagy ONS nevét",
"startNewConversationBy...": "Beszélgetés kezdeményezéséhez addj meg egy Session ID-t vagy oszd meg a tiédet másokkal.",
"loading": "Betöltés...",
@ -45,6 +45,7 @@
"incomingError": "Nem sikerült kezelni a bejövő üzenetet.",
"media": "Média",
"mediaEmptyState": "A beszélgetés nem tartalmaz médiafájlokat",
"document": "Document",
"documents": "Dokumentumok",
"documentsEmptyState": "A beszélgetés nem tartalmaz dokumentumokat",
"today": "Ma",
@ -70,9 +71,10 @@
"show": "Megjelenítés",
"sessionMessenger": "Session",
"noSearchResults": "Nincs találat a \"$searchTerm$\" keresőkifejezése",
"conversationsHeader": "Partnerek és csoportok",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Névjegyek",
"messagesHeader": "Conversations",
"messagesHeader": "Beszélgetések",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Beállítások",
"typingAlt": "Gépelési animáció ehhez a beszélgetéshez",
"contactAvatarAlt": "$name$ profilképe",
@ -83,6 +85,7 @@
"you": "Te",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Hangüzenetek küldéséhez engedélyezd, hogy a Session Desktop hozzáférjen mikrofonodhoz",
"image": "Image",
"audio": "Hang",
"video": "Videó",
"photo": "Kép",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Biztos törölni szerente $count$ üzenetet?",
"deleteMessageQuestion": "Törli ezt az üzenetet?",
"deleteMessages": "Üzenetek törlése",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Beszélgetés törlése",
"deleted": "$count$ törölve",
"messageDeletedPlaceholder": "Az üzenete törölve",
"from": "Feladó",
@ -115,32 +118,32 @@
"clear": "Törlés",
"clearAllData": "Az összes adat törlése",
"deleteAccountWarning": "Ez végleg törölni fogja üzeneteit, beszélgetéseit és ismerőseit.",
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
"deleteAccountFromLogin": "Biztos, hogy törölni szeretnéd a készülékedet?",
"deleteContactConfirmation": "Biztosan törölni szeretné ezt a beszélgetést?",
"quoteThumbnailAlt": "Az idézett üzenetben megjelenített fotó előnézeti képe",
"imageAttachmentAlt": "Üzenethez csatolt kép",
"videoAttachmentAlt": "Screenshot of video in message",
"videoAttachmentAlt": "Képernyőkép a videóról az üzenetben",
"lightboxImageAlt": "Beszélgetés során küldött fotó",
"imageCaptionIconAlt": "Ikon, amely azt jelzi, hogy a kép feliratot tartalmaz",
"addACaption": "Felirat hozzáadása...",
"copySessionID": "Az ön Session azonosítójának kimásolása",
"copyOpenGroupURL": "Copy Group URL",
"copyOpenGroupURL": "Csoport URL-jének másolása",
"save": "Mentés",
"saveLogToDesktop": "Napló mentése asztalra",
"saved": "Elmentve",
"tookAScreenshot": "$name$ készített egy képernyőképet",
"savedTheFile": "$name$ lementett egy médiaelemet",
"linkPreviewsTitle": "Hivatkozások előnézeti képének küldése",
"linkPreviewDescription": "Generate link previews for supported URLs.",
"linkPreviewsConfirmMessage": "You will not have full metadata protection when sending link previews.",
"linkPreviewDescription": "Hivatkozás előnézet készítése támogatott URL-ekhez.",
"linkPreviewsConfirmMessage": "A linkek előnézetének elküldésekor nem lesz teljes metaadat-védelme.",
"mediaPermissionsTitle": "Mikrofon",
"mediaPermissionsDescription": "Allow access to microphone.",
"mediaPermissionsDescription": "Mikrofon hozzáférés engedélyezése.",
"spellCheckTitle": "Helyesírás ellenőrzése",
"spellCheckDescription": "Enable spell check when typing messages.",
"spellCheckDescription": "A helyesírás-ellenőrzés engedélyezése üzenetek gépelésekor.",
"spellCheckDirty": "Újra kell indítanod a Session-t a beállítások érvényesítéséhez",
"readReceiptSettingDescription": "Send read receipts in one-to-one chats.",
"readReceiptSettingDescription": "Olvasási nyugták küldése egy-egy csevegésben.",
"readReceiptSettingTitle": "Olvasási nyugták",
"typingIndicatorsSettingDescription": "See and share typing indicators in one-to-one chats.",
"typingIndicatorsSettingDescription": "A gépelési mutatók megtekintése és megosztása az egyszemélyes csevegésekben.",
"typingIndicatorsSettingTitle": "Gépelésindikátorok",
"zoomFactorSettingTitle": "Nagyítás mértéke",
"themesSettingTitle": "Témák",
@ -165,10 +168,10 @@
"noNameOrMessage": "Se név, se üzenet",
"nameOnly": "Csak a feladó neve",
"newMessage": "Új üzenet",
"createConversationNewContact": "Create a conversation with a new contact",
"createConversationNewGroup": "Create a group with existing contacts",
"createConversationNewContact": "Beszélgetés indítása új személlyel",
"createConversationNewGroup": "Új csoport létrehozása létező személyekkel",
"joinACommunity": "Csatlakozás egy közösséghez",
"chooseAnAction": "Choose an action to start a conversation",
"chooseAnAction": "Válasszon egy műveletet a beszélgetés megkezdéséhez",
"newMessages": "Új üzenetek",
"notificationMostRecentFrom": "Legfrissebb tőle:",
"notificationFrom": "Feladó:",
@ -178,7 +181,6 @@
"messageBodyMissing": "Kérlek írd be az üzenetet.",
"messageBody": "Üzenet szövege",
"unblockToSend": "Üzenet küldéséhez oldd fel ismerősöd blokkolását!",
"unblockGroupToSend": "Üzenet küldéséhez oldd fel a csoportot a blokk alól!",
"youChangedTheTimer": "Az időzítő értékét a következőre módosítottad: $time$.",
"timerSetOnSync": "Időzítő beállítva erre: $time$.",
"theyChangedTheTimer": "$name$ az időzítő értékét a következőre módosította: $time$.",
@ -212,19 +214,19 @@
"timerOption_12_hours_abbreviated": "12ó",
"timerOption_1_day_abbreviated": "1n",
"timerOption_1_week_abbreviated": "1h",
"timerOption_2_weeks_abbreviated": "2w",
"timerOption_2_weeks_abbreviated": "2 hét",
"disappearingMessagesDisabled": "Eltűnő üzenetek letiltva",
"disabledDisappearingMessages": "$name$ has turned off disappearing messages.",
"disabledDisappearingMessages": "$name$ kikapcsolta az eltűnő üzeneteket.",
"youDisabledDisappearingMessages": "Letiltottad az eltűnő üzeneteket",
"timerSetTo": "Időzítő állapota: $time$",
"noteToSelf": "Privát feljegyzés",
"hideMenuBarTitle": "Menüsor elrejtése",
"hideMenuBarDescription": "Toggle system menu bar visibility.",
"hideMenuBarDescription": "A rendszer menüsor láthatóságának be/kikapcsolása.",
"startConversation": "Új beszélgetés megkezdése…",
"invalidNumberError": "Please check the Session ID or ONS name and try again",
"failedResolveOns": "Failed to resolve ONS name",
"invalidNumberError": "Kérjük, ellenőrizze a Session azonosítót vagy az ONS-nevet, és próbálkozzon újra",
"failedResolveOns": "Az ONS név feloldása sikertelen",
"autoUpdateSettingTitle": "Automatikus frissítés",
"autoUpdateSettingDescription": "Automatically check for updates on startup.",
"autoUpdateSettingDescription": "Frissítések automatikus keresése indításkor.",
"autoUpdateNewVersionTitle": "Session frissítés elérhető",
"autoUpdateNewVersionMessage": "A Session új verziója érhető el.",
"autoUpdateNewVersionInstructions": "Kattints a Session újraindítására a frissítések alkalmazásához! ",
@ -241,12 +243,12 @@
"multipleJoinedTheGroup": "$names$ belépett a csoportba.",
"kickedFromTheGroup": "$name$ eltávolításra került a csoportból.",
"multipleKickedFromTheGroup": "$name$ eltávolításra került a csoportból.",
"block": "Block",
"unblock": "Unblock",
"block": "Tiltás",
"unblock": "Tiltás feloldása",
"unblocked": "Blokkolás feloldva",
"blocked": "Blokkolt",
"blockedSettingsTitle": "Blocked Contacts",
"conversationsSettingsTitle": "Conversations",
"blockedSettingsTitle": "Letiltott kapcsolatok",
"conversationsSettingsTitle": "Beszélgetések",
"unbanUser": "Felhasználó kitiltásának feloldása",
"userUnbanned": "Felhasználó sikeresen engedélyezve",
"userUnbanFailed": "Az engedélyzés meghiúsult",
@ -255,14 +257,14 @@
"userBanned": "Felhasználó letiltva",
"userBanFailed": "A kitiltás meghiúsult",
"leaveGroup": "Csoport elhagyása",
"leaveAndRemoveForEveryone": "Leave Group and Remove for Everyone",
"leaveAndRemoveForEveryone": "Csoport elhagyása és eltávolítása mindenki számára",
"leaveGroupConfirmation": "Biztosan elhagyod ezt a csoportot?",
"leaveGroupConfirmationAdmin": "Mivel te vagy a csoport adminisztrátora, ha elhagyod, minden csoporttagnak is törlődik. Biztosan el akarod hagyni a csoportot?",
"cannotRemoveCreatorFromGroup": "Nem lehet törölni ezt a felhasználót",
"cannotRemoveCreatorFromGroupDesc": "Nem tudod eltávolítani a felhasználót, mivel Ő hozta létre a csoportot.",
"noContactsForGroup": "Még nincsenek ismerőseid",
"failedToAddAsModerator": "Failed to add user as admin",
"failedToRemoveFromModerator": "Failed to remove user from the admin list",
"failedToAddAsModerator": "Nem sikerült a felhasználót adminként hozzáadni",
"failedToRemoveFromModerator": "Nem sikerült eltávolítani a felhasználót az admin listáról",
"copyMessage": "Üzenet másolása",
"selectMessage": "Üzenet kijelölése",
"editGroup": "Csoport szerkesztése",
@ -270,28 +272,28 @@
"updateGroupDialogTitle": "$name$ frissítése...",
"showRecoveryPhrase": "Helyreállítási kód",
"yourSessionID": "A Session azonosítód",
"setAccountPasswordTitle": "Password",
"setAccountPasswordDescription": "Require password to unlock Session.",
"changeAccountPasswordTitle": "Change Password",
"changeAccountPasswordDescription": "Change the password required to unlock Session.",
"removeAccountPasswordTitle": "Remove Password",
"removeAccountPasswordDescription": "Remove the password required to unlock Session.",
"setAccountPasswordTitle": "Jelszó",
"setAccountPasswordDescription": "Jelszó szükséges a Session feloldásához.",
"changeAccountPasswordTitle": "Jelszóváltoztatás",
"changeAccountPasswordDescription": "A jelszó megváltoztatásához szükséges a Session feloldása.",
"removeAccountPasswordTitle": "Jelszó törlése",
"removeAccountPasswordDescription": "Távolítsd el a Munkamenet feloldásához szükséges jelszót.",
"enterPassword": "Kérlek add meg a jelszavad",
"confirmPassword": "Jelszó megerősítése",
"enterNewPassword": "Please enter your new password",
"confirmNewPassword": "Confirm new password",
"enterNewPassword": "Kérjük, add meg az új jelszavadat",
"confirmNewPassword": "Új jelszó megerősítése",
"showRecoveryPhrasePasswordRequest": "Kérlek add meg a jelszavad",
"recoveryPhraseSavePromptMain": "Your recovery phrase is the master key to your Session ID — you can use it to restore your Session ID if you lose access to your device. Store your recovery phrase in a safe place, and don't give it to anyone.",
"recoveryPhraseSavePromptMain": "A helyreállítási kifejezés a Session ID fő kulcsa - ezzel állíthatod vissza a Session ID-t, ha elveszíted a hozzáférést a készülékedhez. Tárold biztonságos helyen a helyreállítási kifejezésedet, és ne add oda senkinek.",
"invalidOpenGroupUrl": "Érvénytelen URL",
"copiedToClipboard": "Copied",
"passwordViewTitle": "Enter Password",
"copiedToClipboard": "Másolva",
"passwordViewTitle": "Jelszó megadása",
"password": "Jelszó",
"setPassword": "Jelszó beállítása",
"changePassword": "Jelszó módosítása",
"createPassword": "Create your password",
"createPassword": "Jelszó létrehozása",
"removePassword": "Jelszó eltávolítása",
"maxPasswordAttempts": "Érvénytelen jelszó. Szeretnéd alaphelyzetbe állítani az adatbázist?",
"typeInOldPassword": "Please enter your current password",
"typeInOldPassword": "Kérlek add meg a jelenlegi jelszavadat",
"invalidOldPassword": "A régi jelszó érvénytelen",
"invalidPassword": "Érvénytelen jelszó",
"noGivenPassword": "Kérjük adja meg a jelszavát",
@ -299,16 +301,16 @@
"setPasswordInvalid": "A megadott jelszavak nem egyeznek",
"changePasswordInvalid": "A megadott régi jelszó helytelen",
"removePasswordInvalid": "Hibás jelszó",
"setPasswordTitle": "Password Set",
"changePasswordTitle": "Password Changed",
"removePasswordTitle": "Password Removed",
"setPasswordTitle": "Jelszó beállítása",
"changePasswordTitle": "Jelszó megváltoztatva",
"removePasswordTitle": "Jelszó eltávolítva",
"setPasswordToastDescription": "A jelszó megváltozott. Tartsd biztonságos helyen!",
"changePasswordToastDescription": "A jelszó megváltozott. Tartsd biztonságos helyen!",
"removePasswordToastDescription": "Your password has been removed.",
"publicChatExists": "You are already connected to this community",
"connectToServerFail": "Couldn't join community",
"removePasswordToastDescription": "A jelszavadat eltávolítottuk.",
"publicChatExists": "Te már csatlakoztál ehhez a közösséghez",
"connectToServerFail": "Nem sikerült csatlakozni a közösséghez",
"connectingToServer": "Csatlakozás...",
"connectToServerSuccess": "Successfully connected to community",
"connectToServerSuccess": "Sikeresen csatlakoztál a közösséghez",
"setPasswordFail": "Jelszó frissítése sikertelen",
"passwordLengthError": "A jelszónak minimum 6 és maximum 64 karakter hosszúságúnak kell lennie",
"passwordTypeError": "A jelszónak betűkből kell állnia",
@ -320,79 +322,79 @@
"editProfileModalTitle": "Profil",
"groupNamePlaceholder": "Csoportnév",
"inviteContacts": "Barátok meghívása",
"addModerators": "Add Admins",
"removeModerators": "Remove Admins",
"addAsModerator": "Add as Admin",
"removeFromModerators": "Remove From Admins",
"addModerators": "Adminok Hozzáadása",
"removeModerators": "Adminok eltávolítása",
"addAsModerator": "Hozzáadás adminként",
"removeFromModerators": "Eltávolítás a Adminoktól",
"add": "Hozzáadás",
"addingContacts": "Adding contacts to $name$",
"addingContacts": "Kapcsolat hozzáadása a $name$ csevegéshez",
"noContactsToAdd": "Nincs hozzáadható névjegy",
"noMembersInThisGroup": "Ennek a csoportnak nincsenek tagjai",
"noModeratorsToRemove": "no admins to remove",
"onlyAdminCanRemoveMembers": "You are not the creator",
"onlyAdminCanRemoveMembersDesc": "Only the creator of the group can remove users",
"noModeratorsToRemove": "nincs admin, hogy eltávolítsa",
"onlyAdminCanRemoveMembers": "Nem te vagy a létrehozó",
"onlyAdminCanRemoveMembersDesc": "Csak a csoport létrehozója távolíthat el felhasználókat",
"createAccount": "Create Account",
"startInTrayTitle": "Keep in System Tray",
"startInTrayDescription": "Keep Session running in the background when you close the window.",
"startInTrayTitle": "Tartsa a tálcán",
"startInTrayDescription": "A Session továbbra is fut a háttérben, amikor bezárja az ablakot.",
"yourUniqueSessionID": "Ismerd meg a Session ID-d",
"allUsersAreRandomly...": "Your Session ID is the unique address people can use to contact you on Session. With no connection to your real identity, your Session ID is totally anonymous and private by design.",
"allUsersAreRandomly...": "Az te Session ID-d az az egyedi cím, amellyel az emberek kapcsolatba léphetnek veled a Session-en. A Session ID azonosítód nem kapcsolódik valódi személyazonosságodhoz, így teljesen anonim és teljesen privát.",
"getStarted": "Kezdjünk bele",
"createSessionID": "Session azonosító létrehozása",
"recoveryPhrase": "Helyreállítási szavak",
"enterRecoveryPhrase": "Írd be a helyreállítási szavakat",
"displayName": "Megjelenített név",
"anonymous": "Névtelen",
"removeResidueMembers": "Clicking ok will also remove those members as they left the group.",
"removeResidueMembers": "Az ok gombra kattintva a csoportból kilépett tagok is eltávolításra kerülnek.",
"enterDisplayName": "Megjelenítendő név megadása",
"continueYourSession": "Continue Your Session",
"continueYourSession": "Folytasd a Sessiont",
"linkDevice": "Eszköz társítása",
"restoreUsingRecoveryPhrase": "Fiókod visszaállítása",
"or": "vagy",
"ByUsingThisService...": "By using this service, you agree to our <a href=\"https://getsession.org/terms-of-service \">Terms of Service</a> and <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Privacy Policy</a>",
"beginYourSession": "Begin your Session.",
"ByUsingThisService...": "A szolgáltatás használatával Ön elfogadja <a href=\"https://getsession.org/terms-of-service\">Szolgáltatási feltételek</a> és <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Adatvédelmi irányelvek</a>",
"beginYourSession": "Kezdd el a Sessiont.",
"welcomeToYourSession": "Üdvözöl a Session",
"searchFor...": "Search conversations and contacts",
"searchForContactsOnly": "Search for contacts",
"searchFor...": "Beszélgetések és kapcsolatok keresése",
"searchForContactsOnly": "Kapcsolatok keresése",
"enterSessionID": "Session azonosító megadása",
"enterSessionIDOfRecipient": "Enter your contact's Session ID or ONS",
"enterSessionIDOfRecipient": "Add meg a partnered Session ID-jét vagy ONS azonosítóját",
"message": "Üzenet",
"appearanceSettingsTitle": "Megjelenés",
"privacySettingsTitle": "Adatvédelem",
"notificationsSettingsTitle": "Értesítések",
"audioNotificationsSettingsTitle": "Audio Notifications",
"notificationsSettingsContent": "Notification Content",
"notificationPreview": "Preview",
"audioNotificationsSettingsTitle": "Audió értesítések",
"notificationsSettingsContent": "Értesítési tartalom",
"notificationPreview": "Előnézet",
"recoveryPhraseEmpty": "Írd be a helyreállítási szavakat",
"displayNameEmpty": "Add meg a megjelenítendő nevedet",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "A beállított név túl hosszú",
"members": "$count$ tag",
"activeMembers": "$count$ active members",
"join": "Join",
"joinOpenGroup": "Join Community",
"createGroup": "Create Group",
"create": "Create",
"activeMembers": "$count$ aktív tag",
"join": "Csatlakozás",
"joinOpenGroup": "Csatlakozás a közösséghez",
"createGroup": "Csoport létrehozása",
"create": "Létrehozás",
"createClosedGroupNamePrompt": "Csoport neve",
"createClosedGroupPlaceholder": "Enter a group name",
"openGroupURL": "Community URL",
"enterAnOpenGroupURL": "Enter Community URL",
"createClosedGroupPlaceholder": "Adj meg egy csoportnevet",
"openGroupURL": "Közösségi URL",
"enterAnOpenGroupURL": "Közösségi URL megadása",
"next": "Tovább",
"invalidGroupNameTooShort": "Add meg a csoport nevét",
"invalidGroupNameTooLong": "Please enter a shorter group name",
"pickClosedGroupMember": "Please pick at least 1 group member",
"closedGroupMaxSize": "A group cannot have more than 100 members",
"noBlockedContacts": "You have no blocked contacts.",
"userAddedToModerators": "User added to admin list",
"userRemovedFromModerators": "User removed from admin list",
"invalidGroupNameTooLong": "Kérlek adj meg egy rövidebb csoportnevet",
"pickClosedGroupMember": "Kérlek válassz legalább 1 csoporttagot",
"closedGroupMaxSize": "Egy csoportnak nem lehet több mint 100 tagja",
"noBlockedContacts": "Nincsenek letiltott kapcsolataid.",
"userAddedToModerators": "Felhasználó hozzáadása az admin listához",
"userRemovedFromModerators": "Felhasználó eltávolítva az admin listáról",
"orJoinOneOfThese": "Vagy csatlakozz az egyikhez az alábbiakból...",
"helpUsTranslateSession": "Translate Session",
"closedGroupInviteFailTitle": "Group Invitation Failed",
"closedGroupInviteFailTitlePlural": "Group Invitations Failed",
"closedGroupInviteFailMessage": "Unable to successfully invite a group member",
"closedGroupInviteFailMessagePlural": "Unable to successfully invite all group members",
"helpUsTranslateSession": "Session lefordítása",
"closedGroupInviteFailTitle": "Csoportmeghívás sikertelen",
"closedGroupInviteFailTitlePlural": "Csoportmeghívások sikertelenek",
"closedGroupInviteFailMessage": "Nem sikerült sikeresen meghívni egy csoporttagot",
"closedGroupInviteFailMessagePlural": "Nem sikerült sikeresen meghívni az összes csoporttagot",
"closedGroupInviteOkText": "Meghívások újrapróbálása",
"closedGroupInviteSuccessTitlePlural": "Group Invitations Completed",
"closedGroupInviteSuccessTitlePlural": "Csoportos meghívások befejezve",
"closedGroupInviteSuccessTitle": "Sikeres csoportmeghívások",
"closedGroupInviteSuccessMessage": "Successfully invited group members",
"closedGroupInviteSuccessMessage": "Sikeresen meghívott csoporttagok",
"notificationForConvo": "Értesítések",
"notificationForConvo_all": "Összes",
"notificationForConvo_disabled": "Letiltva",
@ -406,51 +408,53 @@
"linkVisitWarningTitle": "Megnyitod a linket a böngésződben?",
"linkVisitWarningMessage": "Biztosan meg akarod nyitni a $url$ oldalt a böngészőben?",
"open": "Megnyit",
"audioMessageAutoplayTitle": "Autoplay Audio Messages",
"audioMessageAutoplayDescription": "Autoplay consecutive audio messages.",
"audioMessageAutoplayTitle": "Hangüzenetek automatikus lejátszása",
"audioMessageAutoplayDescription": "Egymást követő hangüzenetek automatikus lejátszása.",
"clickToTrustContact": "Kattints a média letöltéshez",
"trustThisContactDialogTitle": "$name$ megbízható?",
"trustThisContactDialogDescription": "Biztosan le szeretnéd tölteni a(z) $name$ által küldött tartalmat?",
"pinConversation": "Beszélgetés feltűzése",
"unpinConversation": "Feltűzött beszélgetés eltávolítása",
"markUnread": "Mark Unread",
"showUserDetails": "Show User Details",
"markUnread": "Megjelölés olvasatlanul",
"showUserDetails": "Felhasználói adatok megjelenítése",
"sendRecoveryPhraseTitle": "Helyreállító kódmondat küldése",
"sendRecoveryPhraseMessage": "A helyreállító kódmondatod készülsz elküldeni, amellyel hozzá lehet férni fiókodhoz. Biztosan el akarod küldeni?",
"dialogClearAllDataDeletionFailedTitle": "Adatok nem lettek törölve",
"dialogClearAllDataDeletionFailedDesc": "Ismeretlen hiba miatt az adatok nem kerültek törlésre. Akarod őket törölni csakis erről az eszköztől?",
"dialogClearAllDataDeletionFailedTitleQuestion": "Biztosan törlöd az adatokat csak erről az eszközről?",
"dialogClearAllDataDeletionFailedMultiple": "Az adatokat a következő szolgáltatási csomópontok nem törölték: $snodes$",
"dialogClearAllDataDeletionQuestion": "Would you like to clear this device only, or delete your data from the network as well?",
"clearDevice": "Clear Device",
"tryAgain": "Try Again",
"areYouSureClearDevice": "Are you sure you want to clear your device?",
"deviceOnly": "Clear Device Only",
"entireAccount": "Clear Device and Network",
"areYouSureDeleteDeviceOnly": "Are you sure you want to delete your device data only?",
"areYouSureDeleteEntireAccount": "Are you sure you want to delete your data from the network? If you continue, you will not be able to restore your messages or contacts.",
"dialogClearAllDataDeletionQuestion": "Csak ezt az eszközt szeretnéd törölni, vagy az adataidat is törölni szeretnéd a hálózatról?",
"clearDevice": "Eszköz törlése",
"tryAgain": "Próbáld újra",
"areYouSureClearDevice": "Biztos, hogy törölni szeretnéd a készülékedet?",
"deviceOnly": "Csak a készülék törlése",
"entireAccount": "Eszköz és hálózat törlése",
"areYouSureDeleteDeviceOnly": "Biztos, hogy csak a készülék adatait szeretnéd törölni?",
"areYouSureDeleteEntireAccount": "Biztos, hogy törölni szeretnéd az adataidat a hálózatról? Ha tovább folytatod, nem tudod visszaállítani az üzeneteidet vagy a kapcsolataidat.",
"iAmSure": "Biztos vagyok",
"recoveryPhraseSecureTitle": "Már majdnem kész vagy!",
"recoveryPhraseRevealMessage": "Biztosítsd fiókod a helyreállítási kulcsod elmentésével. Fedd fel a kulcsod, majd biztonságosan tedd el.",
"recoveryPhraseRevealButtonText": "Helyreállító kódmondat felfedése",
"notificationSubtitle": "Értesítések - $setting$",
"surveyTitle": "We'd Love Your Feedback",
"faq": "FAQ",
"support": "Support",
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
"surveyTitle": "Szeretnénk a Te visszajelzéseidet is hallani",
"faq": "GYIK",
"support": "Támogatás",
"clearAll": "Minden törlése",
"clearDataSettingsTitle": "Adatok törlése",
"messageRequests": "Üzenetkérelmek",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Függőben lévő kérelmek",
"requestsPlaceholder": "Nincsenek kérelmek",
"hideRequestBannerDescription": "Az üzenetkérés banner elrejtése, amíg nem kapsz egy új üzenetkérést.",
"incomingCallFrom": "Bejövő hívás '$name$'",
"ringing": "Csöngetés...",
"establishingConnection": "Kapcsolat készítése...",
"accept": "Fogadás",
"decline": "Elutasít",
"endCall": "Hívás befejezése",
"permissionsSettingsTitle": "Permissions",
"helpSettingsTitle": "Help",
"permissionsSettingsTitle": "Jogosultságok",
"helpSettingsTitle": "Segítség",
"cameraPermissionNeededTitle": "Hang/videó hívás engedély szükséges",
"cameraPermissionNeeded": "Engedélyezni tudod a 'Hang és videó hívásokat' a Biztonsági beállításokban.",
"unableToCall": "Előbb tedd le a meglévő hívásod",
@ -460,49 +464,51 @@
"noCameraFound": "Kamera nem található",
"noAudioInputFound": "Nem található audio bemenet",
"noAudioOutputFound": "Nem található audio kimenet",
"callMediaPermissionsTitle": "Voice and Video Calls (Beta)",
"callMediaPermissionsTitle": "Hang- és videohívások (Béta)",
"callMissedCausePermission": "Nem fogadott hívás '$name$' -től, mert előbb engedélyezned kell a 'Hang és videó hívásokat' a Biztonsági beállításokban.",
"callMissedNotApproved": "Call missed from '$name$' as you haven't approved this conversation yet. Send a message to them first.",
"callMediaPermissionsDescription": "Enables voice and video calls to and from other users.",
"callMediaPermissionsDialogContent": "Your IP address is visible to your call partner and an Oxen Foundation server while using beta calls. Are you sure you want to enable Voice and Video Calls?",
"callMediaPermissionsDialogTitle": "Voice and Video Calls (Beta)",
"callMissedNotApproved": "Nem fogadott hívás '$name$'-tól, mivel még nem hagytad jóvá ezt a beszélgetést. Először küldj neki üzenetet.",
"callMediaPermissionsDescription": "Lehetővé teszi a hang- és videohívásokat más felhasználókhoz és más felhasználóktól.",
"callMediaPermissionsDialogContent": "Az IP-címed a béta-hívások használata közben látható a hívópartnered és az Oxen Foundation szervere számára. Biztos, hogy engedélyezni szeretnéd a hang- és videohívásokat?",
"callMediaPermissionsDialogTitle": "Hang- és videohívások (Béta)",
"startedACall": "Felhívtad $name$",
"answeredACall": "Hívás $name$ -al",
"trimDatabase": "Trim Database",
"trimDatabaseDescription": "Reduces your message database size to your last 10,000 messages.",
"trimDatabaseConfirmationBody": "Are you sure you want to delete your $deleteAmount$ oldest received messages?",
"pleaseWaitOpenAndOptimizeDb": "Please wait while your database is opened and optimized...",
"messageRequestPending": "Your message request is currently pending",
"messageRequestAccepted": "Your message request has been accepted",
"messageRequestAcceptedOurs": "You have accepted $name$'s message request",
"messageRequestAcceptedOursNoName": "You have accepted the message request",
"declineRequestMessage": "Are you sure you want to decline this message request?",
"respondingToRequestWarning": "Sending a message to this user will automatically accept their message request and reveal your Session ID.",
"hideRequestBanner": "Hide Message Request Banner",
"openMessageRequestInbox": "Message Requests",
"noMessageRequestsPending": "No pending message requests",
"noMediaUntilApproved": "You cannot send attachments until the conversation is approved",
"mustBeApproved": "This conversation must be accepted to use this feature",
"youHaveANewFriendRequest": "You have a new friend request",
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"openMessageRequestInboxDescription": "View your Message Request inbox",
"clearAllReactions": "Are you sure you want to clear all $emoji$ ?",
"expandedReactionsText": "Show Less",
"reactionNotification": "Reacts to a message with $emoji$",
"rateLimitReactMessage": "Slow down! You've sent too many emoji reacts. Try again soon",
"otherSingular": "$number$ other",
"otherPlural": "$number$ others",
"reactionPopup": "reacted with",
"trimDatabase": "Adatbázis méretének csökkentése",
"trimDatabaseDescription": "Az üzenet-adatbázis méretének csökkentése az utolsó 10 000 üzenetre.",
"trimDatabaseConfirmationBody": "Biztos, hogy törölni szeretnéd a $deleteAmount$ legrégebbi beérkezett üzeneted?",
"pleaseWaitOpenAndOptimizeDb": "Kérlek várj, amíg az adatbázisodat megnyitjuk és optimalizáljuk...",
"messageRequestPending": "Az üzenetkérésed jelenleg függőben van",
"messageRequestAccepted": "Az üzenetkérelmedet elfogadták",
"messageRequestAcceptedOurs": "Elfogadtad $name$ üzenetkérését",
"messageRequestAcceptedOursNoName": "Elfogadtad az üzenetkérést",
"declineRequestMessage": "Biztos, hogy el akarod utasítani ezt az üzenetkérést?",
"respondingToRequestWarning": "Ha üzenetet küldesz ennek a felhasználónak, automatikusan elfogadod az üzenetkérést, és felfeded a Session azonosítódat.",
"hideRequestBanner": "Üzenetkérés banner elrejtése",
"openMessageRequestInbox": "Üzenetkérelmek",
"noMessageRequestsPending": "Nincsenek függőben lévő üzenetkérelmeid",
"noMediaUntilApproved": "A beszélgetés jóváhagyásáig nem küldhetsz mellékleteket",
"mustBeApproved": "Ez a beszélgetés el kell legyen fogadva a funkció használatához",
"youHaveANewFriendRequest": "Új barátkérésed van",
"clearAllConfirmationTitle": "Minden üzenetkérelem törlése",
"clearAllConfirmationBody": "Biztos, hogy törölni akarod az összes üzenetkérelmed?",
"noMessagesInReadOnly": "A <b>$name$</b>-ban nincsenek üzenetek.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Nincsenek üzeneteid a <b>$name$</b> könyvtárban.",
"noMessagesInEverythingElse": "Nincsenek üzeneteid a <b>$name$</b> címzettől. Küldj üzenetet a beszélgetés megkezdéséhez!",
"hideBanner": "Elrejtés",
"someOfYourDeviceUseOutdatedVersion": "Egyes eszközeid elavult verziókat használnak. A szinkronizálás megbízhatatlan lehet a frissítésig.",
"openMessageRequestInboxDescription": "A beérkezett üzenetkérések megtekintése",
"clearAllReactions": "Biztos vagy benne, hogy az összes $emoji$-t törölni akarod?",
"expandedReactionsText": "Kevesebb mutatása",
"reactionNotification": "Üzenetre reagálás $emoji$-val",
"rateLimitReactMessage": "Lassíts! Túl sok emoji reakciót küldtél. Próbáld újra hamarosan",
"otherSingular": "$number$ más",
"otherPlural": "$number$ mások",
"reactionPopup": "reagált",
"reactionPopupOne": "$name$",
"reactionPopupTwo": "$name$ & $name2$",
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionPopupTwo": "$name$ és $name2$",
"reactionPopupThree": "$name$,$name2$ és $name3$",
"reactionPopupMany": "$name$,$name2$,$name3$ és",
"reactionListCountSingular": "És $otherSingular$ reagált <span>$emoji$</span> erre az üzenetre",
"reactionListCountPlural": "És $otherPlural$ reagált <span>$emoji$</span> erre az üzenetre",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Մշակվում է մուտքային հաղորդագրության սխալը",
"media": "Մեդիա",
"mediaEmptyState": "Մեդիաֆայլեր չկան",
"document": "Document",
"documents": "Փաստաթղթեր",
"documentsEmptyState": "Փաստաթղթեր չկան",
"today": "Այսօր",
@ -70,9 +71,10 @@
"show": "Ցուցադրել",
"sessionMessenger": "Session",
"noSearchResults": "Արդյունք չգտնվեց «$searchTerm$»-ի համար։",
"conversationsHeader": "Կոնտակտներ և խմբեր",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Կոնտակտներ",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Կարգավորումներ",
"typingAlt": "Մուտքագրման անիմացիա այս զրույցի համար",
"contactAvatarAlt": "Անձնանշան $name$ կոնտակտի համար",
@ -83,6 +85,7 @@
"you": "Դուք",
"audioPermissionNeededTitle": "Պահանջվում է խոսափողի թույլատվություն",
"audioPermissionNeeded": "Դուք կարող եք միացնել խոսափողի թույլատվությունը հետևյալ հասցեյով ՝ Կարգավորումներ (փոխանցման պատկերակ) => Գաղտնիություն",
"image": "Image",
"audio": "Ձայնագրություն",
"video": "Տեսանյութ",
"photo": "Նկար",
@ -178,7 +181,6 @@
"messageBodyMissing": "Խնդրում ենք մուտքագրել հաղորդագրությունը:",
"messageBody": "Հաղորդագրության տեքստ",
"unblockToSend": "Արգելաբացել այս կոնտակտը հաղորդագրություն ուղարկելու համար:",
"unblockGroupToSend": "Այս խումբն արգելափակված է։ Արգելաբացեք այն, եթե ցանկանում եք հաղորդագրություն ուղարկել:",
"youChangedTheTimer": "Դուք անհետացող հաղորդագրության ժամաչափը դրեցիք $time$",
"timerSetOnSync": "Հաղորդագրության անհետացման ժամանակը սահմանվել է $time$",
"theyChangedTheTimer": "$name$֊ը անհետացող հաղորդագրության ժամաչափը դրեց $time$",
@ -440,6 +442,8 @@
"clearAll": "Մաքրել բոլորը",
"clearDataSettingsTitle": "Զրոյացնել",
"messageRequests": "Հաղորդագրության հարցումներ",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Սպասվող հարցումներ",
"requestsPlaceholder": "Հարցումներ չկան",
"hideRequestBannerDescription": "Թաքցրեք Հաղորդագրության հարցման դրոշակը, մինչև ստանաք նոր հաղորդագրության հարցում:",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Մաքրել բոլոր հաղորդագրությունների հարցումները",
"clearAllConfirmationBody": "Իսկապե՞ս ուզում եք ջնջել հաղորդագրությունների բոլոր հարցումները:",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Թաքցնել",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ և $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ և",
"reactionListCountSingular": "Եվ ևս $otherSingular$ արձագանքել է <span>$emoji$</span> այս հաղորդագրությանը",
"reactionListCountPlural": "Եվ ևս $otherPlural$ արձագանքել է <span>$emoji$</span> այս հաղորդագրությանը"
"reactionListCountPlural": "Եվ ևս $otherPlural$ արձագանքել է <span>$emoji$</span> այս հաղորդագրությանը",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Gagal dalam menangani pesan masuk",
"media": "Media",
"mediaEmptyState": "Tidak ada media",
"document": "Document",
"documents": "Dokumen",
"documentsEmptyState": "Tidak ada dokumen",
"today": "Hari ini",
@ -70,9 +71,10 @@
"show": "Tampilkan",
"sessionMessenger": "Session",
"noSearchResults": "Tidak ditemukan hasil untuk \"$searchTerm$\"",
"conversationsHeader": "Grup dan Kontak",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontak",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Pengaturan",
"typingAlt": "Animasi pengetikan untuk percakapan ini",
"contactAvatarAlt": "Avatar untuk kontak $name$",
@ -83,6 +85,7 @@
"you": "Anda",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Untuk mengirim pesan suara, izinkan Session mengakses mikrofon Anda.",
"image": "Image",
"audio": "Suara",
"video": "Video",
"photo": "Foto",
@ -178,7 +181,6 @@
"messageBodyMissing": "Masukkan pesan.",
"messageBody": "Isi pesan",
"unblockToSend": "Lepaskan blokir kontak ini untuk mengirim pesan",
"unblockGroupToSend": "Lepaskan blokir grup ini untuk mengirim pesan.",
"youChangedTheTimer": "Anda mengatur pesan menghilang dalam $time$",
"timerSetOnSync": "Memperbarui pesan menghilang menjadi dalam waktu $time$ ",
"theyChangedTheTimer": "$name$ atur pesan menghilang menjadi $time$",
@ -440,6 +442,8 @@
"clearAll": "Hapus Semua",
"clearDataSettingsTitle": "Hapus Data",
"messageRequests": "Permintaan Pesan",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Permintaan Tertunda",
"requestsPlaceholder": "Tidak ada permintaan",
"hideRequestBannerDescription": "Sembunyikan spanduk Permintaan Pesan hingga Anda menerima permintaan pesan baru.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Hapus Semua Permintaan Pesan",
"clearAllConfirmationBody": "Yakin ingin menghapus semua permintaan pesan?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Tutup",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "Dan $otherSingular$ telah bereaksi <span>$emoji$</span> ke pesan ini",
"reactionListCountPlural": "Dan $otherPlural$ telah bereaksi <span>$emoji$</span> ke pesan ini"
"reactionListCountPlural": "Dan $otherPlural$ telah bereaksi <span>$emoji$</span> ke pesan ini",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -28,23 +28,24 @@
"viewMenuToggleFullScreen": "Modalità schermo intero",
"viewMenuToggleDevTools": "Apri strumenti di sviluppo",
"contextMenuNoSuggestions": "Nessun suggerimento",
"openGroupInvitation": "Community invitation",
"openGroupInvitation": "Invito a una comunità",
"joinOpenGroupAfterInvitationConfirmationTitle": "Unirsi a $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Sei sicuro di voler unirti al gruppo aperto $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"joinOpenGroupAfterInvitationConfirmationDesc": "Confermi di volerti unire alla comunità $roomName$?",
"couldntFindServerMatching": "Impossibile trovare il server comunità corrispondente",
"enterSessionIDOrONSName": "Inserisci Session ID o nome ONS",
"startNewConversationBy...": "Inizia una nuova conversazione inserendo il Session ID di qualcuno o condividendo il tuo Session ID.",
"startNewConversationBy...": "Inizia una nuova conversazione inserendo il Session ID di qualcuno o condividendo il tuo Session ID con loro.",
"loading": "Caricamento...",
"done": "Fatto",
"youLeftTheGroup": "Hai lasciato il gruppo.",
"youGotKickedFromGroup": "Sei stato rimosso da questo gruppo.",
"unreadMessages": "Messaggi non letti",
"debugLogExplanation": "Questo log verrà salvato sul desktop.",
"reportIssue": "Segnala un bug",
"debugLogExplanation": "Questo log verrà salvato sulla tua scrivania.",
"reportIssue": "Segnala un errore",
"markAllAsRead": "Segna tutto come letto",
"incomingError": "Errore messaggio in arrivo",
"media": "Media",
"mediaEmptyState": "Nessun file multimediale",
"document": "Document",
"documents": "Documenti",
"documentsEmptyState": "Nessun documento",
"today": "Oggi",
@ -62,17 +63,18 @@
"unableToLoadAttachment": "Attenzione, c'è stato un errore nell'inviare il tuo allegato.",
"offline": "Disconnesso",
"debugLog": "Log di debug",
"showDebugLog": "Esporta i log",
"shareBugDetails": "Esporta i tuoi log, poi carica il file attraverso l'Help Desk di Session.",
"showDebugLog": "Esporta log",
"shareBugDetails": "Esporta i tuoi log, poi carica il file attraverso il Supporto di Session.",
"goToReleaseNotes": "Vai alle note di rilascio",
"goToSupportPage": "Vai alla pagina di supporto",
"about": "A riguardo",
"show": "Mostra",
"sessionMessenger": "Session",
"noSearchResults": "Nessun risultato trovato per \"$searchTerm$\"",
"conversationsHeader": "Contatti e Gruppi",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contatti",
"messagesHeader": "Conversations",
"messagesHeader": "Conversazioni",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Impostazioni",
"typingAlt": "Animazione per battitura per questa conversazione",
"contactAvatarAlt": "Avatar del contatto $name$",
@ -83,6 +85,7 @@
"you": "Tu",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Per poter mandare un messaggio audio, permetti a Session di accedere al tuo microfono.",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Foto",
@ -100,8 +103,8 @@
"deleteMessagesQuestion": "Eliminare $count$ messaggi?",
"deleteMessageQuestion": "Cancellare questo messaggio?",
"deleteMessages": "Elimina messaggi",
"deleteConversation": "Delete Conversation",
"deleted": "$count$ cancellato",
"deleteConversation": "Elimina conversazione",
"deleted": "$count$ cancellati",
"messageDeletedPlaceholder": "Questo messaggio è stato eliminato",
"from": "Da:",
"to": "A:",
@ -114,33 +117,33 @@
"deleteConversationConfirmation": "Rimuovere definitivamente la conversazione?",
"clear": "Cancella",
"clearAllData": "Elimina tutti i dati",
"deleteAccountWarning": "Ciò eliminerà permanentemente i tuoi messaggi, sessioni e contatti.",
"deleteAccountFromLogin": "Sei sicuro di voler cancellare il tuo dispositivo?",
"deleteAccountWarning": "I tuoi messaggi e contatti verranno eliminati definitivamente.",
"deleteAccountFromLogin": "Confermi di voler cancellare il tuo dispositivo?",
"deleteContactConfirmation": "Sei sicuro di voler eliminare questa conversazione?",
"quoteThumbnailAlt": "Anteprima dell'immagine dal messaggio citato",
"imageAttachmentAlt": "Immagine allegata a un messaggio",
"videoAttachmentAlt": "Screenshot of video in message",
"videoAttachmentAlt": "Screenshot di un video nel messaggio",
"lightboxImageAlt": "Immagine inviata nella conversazione",
"imageCaptionIconAlt": "Icona che mostra che questa immagine ha una didascalia",
"addACaption": "Aggiungi una didascalia...",
"copySessionID": "Copia Session ID",
"copyOpenGroupURL": "Copia l'URL del gruppo",
"save": "Salva",
"saveLogToDesktop": "Salva log sul desktop",
"saveLogToDesktop": "Salva il log sulla scrivania",
"saved": "Salvato",
"tookAScreenshot": "$name$ ha fatto uno screenshot",
"savedTheFile": "Media salvati da $name$",
"linkPreviewsTitle": "Invia Anteprime Dei Link",
"linkPreviewDescription": "Genera le anteprime dei link per gli URL supportati.",
"linkPreviewsConfirmMessage": "Non avrai la protezione completa dei metadati quando invierai le anteprime dei link.",
"linkPreviewDescription": "Genera anteprime per gli URL supportati.",
"linkPreviewsConfirmMessage": "Inviando le anteprime dei link non avrai la protezione completa dei metadati.",
"mediaPermissionsTitle": "Microfono",
"mediaPermissionsDescription": "Autorizza l'accesso al microfono.",
"spellCheckTitle": "Controllo ortografico",
"spellCheckDescription": "Abilita il controllo ortografico quando digiti i messaggi.",
"spellCheckDescription": "Abilita il controllo ortografico durante la digitazione.",
"spellCheckDirty": "È necessario riavviare Session per applicare le modifiche",
"readReceiptSettingDescription": "Invia conferma di lettura nelle chat uno a uno.",
"readReceiptSettingDescription": "Invia le conferme di lettura nelle conversazioni singole.",
"readReceiptSettingTitle": "Conferme Di Lettura",
"typingIndicatorsSettingDescription": "Visualizza e condividi gli indicatori di digitazione nelle chat uno a uno.",
"typingIndicatorsSettingDescription": "Visualizza e condividi gli indicatori di scrittura nelle conversazioni singole.",
"typingIndicatorsSettingTitle": "Indicatori Di Scrittura",
"zoomFactorSettingTitle": "Fattore Ingrandimento",
"themesSettingTitle": "Temi",
@ -155,12 +158,12 @@
"classicDarkThemeTitle": "Scuro Classico",
"classicLightThemeTitle": "Classico Chiaro",
"oceanDarkThemeTitle": "Oceano Scuro",
"oceanLightThemeTitle": "Oceano Chiaro",
"oceanLightThemeTitle": "Oceano chiaro",
"pruneSettingTitle": "Cancellazione dei gruppi",
"pruneSettingDescription": "Elimina i messaggi più vecchi di 6 mesi nei gruppi che hanno più di 2.000 messaggi.",
"pruneSettingDescription": "Elimina i messaggi più vecchi di 6 mesi dalle comunità che hanno più di 2.000 messaggi.",
"enable": "Abilita",
"keepDisabled": "Mantieni disabilitato",
"notificationSettingsDialog": "L'informazione mostrata nelle notifiche.",
"notificationSettingsDialog": "Le informazioni mostrate nelle notifiche.",
"nameAndMessage": "Nome e contenuto",
"noNameOrMessage": "Né il mittente, né il messaggio",
"nameOnly": "Solo il mittente",
@ -168,7 +171,7 @@
"createConversationNewContact": "Crea una conversazione con un nuovo contatto",
"createConversationNewGroup": "Crea un gruppo con contatti esistenti",
"joinACommunity": "Unisciti a una comunità",
"chooseAnAction": "Choose an action to start a conversation",
"chooseAnAction": "Scegli un'azione per iniziare una conversazione",
"newMessages": "Nuovi messaggi",
"notificationMostRecentFrom": "Il più recente da: $name$",
"notificationFrom": "Da:",
@ -178,7 +181,6 @@
"messageBodyMissing": "Inserisci un corpo di messaggio.",
"messageBody": "Corpo del messaggio",
"unblockToSend": "Per inviare un messaggio sblocca questo contatto.",
"unblockGroupToSend": "Sblocca questo gruppo per inviare un messaggio.",
"youChangedTheTimer": "Hai settato i messaggi a scomparsa a $time$.",
"timerSetOnSync": "Timer dei messaggi a scomparsa aggiornato a $time$ ",
"theyChangedTheTimer": "$name$ ha settato i messaggi a scomparsa a $time$",
@ -214,17 +216,17 @@
"timerOption_1_week_abbreviated": "1 set",
"timerOption_2_weeks_abbreviated": "2 sett.",
"disappearingMessagesDisabled": "Messaggi a scomparsa disabilitati",
"disabledDisappearingMessages": "$name$ ha disabilitato i messaggi a scomparsa.",
"disabledDisappearingMessages": "$name$ ha disabilitato i messaggi effimeri.",
"youDisabledDisappearingMessages": "Hai disabilitato i messaggi a scomparsa.",
"timerSetTo": "La scomparsa dei messaggi è settata a $time$",
"noteToSelf": "Note personali",
"hideMenuBarTitle": "Nascondi Barra Dei Menu",
"hideMenuBarDescription": "Attiva/disattiva la visibilità della barra dei menu.",
"hideMenuBarDescription": "Mostra/nascondi la barra dei menu.",
"startConversation": "Inizia una nuova conversazione...",
"invalidNumberError": "Please check the Session ID or ONS name and try again",
"invalidNumberError": "Controlla il Session ID o il nome ONS e riprova ",
"failedResolveOns": "Impossibile risolvere il nome ONS",
"autoUpdateSettingTitle": "Aggiornamento automatico",
"autoUpdateSettingDescription": "Automatically check for updates on startup.",
"autoUpdateSettingDescription": "Verifica automaticamente la presenza di aggiornamenti all'avvio.",
"autoUpdateNewVersionTitle": "Aggiornamento Session disponibile",
"autoUpdateNewVersionMessage": "È disponibile una nuova versione di Session.",
"autoUpdateNewVersionInstructions": "Premi \"Riavvia Session\" per applicare gli aggiornamenti.",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$name$ fanno ora parte del gruppo.",
"kickedFromTheGroup": "$name$ è stato rimosso dal gruppo.",
"multipleKickedFromTheGroup": "$name$ sono stati rimossi dal gruppo.",
"block": "Block",
"unblock": "Unblock",
"block": "Blocca",
"unblock": "Sblocca",
"unblocked": "Sbloccato",
"blocked": "Bloccato",
"blockedSettingsTitle": "Contatti bloccati",
@ -255,14 +257,14 @@
"userBanned": "User banned successfully",
"userBanFailed": "Ban fallito!",
"leaveGroup": "Abbandona Il Gruppo",
"leaveAndRemoveForEveryone": "Leave Group and Remove for Everyone",
"leaveAndRemoveForEveryone": "Lascia gruppo e rimuovi per tutti",
"leaveGroupConfirmation": "Sei sicuro di voler lasciare questo gruppo?",
"leaveGroupConfirmationAdmin": "Siccome sei l'amministratore di questo gruppo, se lo lasci verrà rimosso per ogni membro corrente. Sei sicuro di voler lasciare questo gruppo?",
"cannotRemoveCreatorFromGroup": "Impossibile rimuovere questo utente",
"cannotRemoveCreatorFromGroupDesc": "Non puoi rimuovere questo utente in quanto è il creatore del gruppo.",
"noContactsForGroup": "Non hai ancora nessun contatto",
"failedToAddAsModerator": "Impossibile aggiungere l'utente come amministratore",
"failedToRemoveFromModerator": "Failed to remove user from the admin list",
"failedToRemoveFromModerator": "Impossibile rimuovere l'utente dalla lista degli amministratori",
"copyMessage": "Copia testo del messaggio",
"selectMessage": "Seleziona il messaggio",
"editGroup": "Modifica gruppo",
@ -272,26 +274,26 @@
"yourSessionID": "La tua Sessione ID",
"setAccountPasswordTitle": "Password",
"setAccountPasswordDescription": "Richiedi la password per sbloccare Session.",
"changeAccountPasswordTitle": "Cambia Password",
"changeAccountPasswordTitle": "Cambia password",
"changeAccountPasswordDescription": "Cambia la password richiesta per sbloccare Session.",
"removeAccountPasswordTitle": "Rimuovi password",
"removeAccountPasswordDescription": "Rimuovi la password richiesta per sbloccare Session.",
"enterPassword": "Per favore inserisci la tua password",
"confirmPassword": "Conferna password",
"enterNewPassword": "Si prega d'inserire la tua nuova password",
"enterNewPassword": "Inserisci la tua nuova password",
"confirmNewPassword": "Conferma la nuova password",
"showRecoveryPhrasePasswordRequest": "Per favore inserisci la tua password",
"recoveryPhraseSavePromptMain": "La frase di recupero è la chiave principale per la Sessione ID: puoi usarla per ripristinare la Sessione ID se perdi l'accesso al dispositivo. Conserva la frase di recupero in un luogo sicuro e non rivelarla a nessuno.",
"invalidOpenGroupUrl": "URL non valido",
"copiedToClipboard": "Copiato",
"passwordViewTitle": "Inserisci Password",
"passwordViewTitle": "Inserisci password",
"password": "Password",
"setPassword": "Imposta password",
"changePassword": "Cambia password",
"createPassword": "Crea la tua password",
"removePassword": "Rimuovi password",
"maxPasswordAttempts": "Password non valida. Vuoi resettare il database?",
"typeInOldPassword": "Per favore inserisci la tua password",
"typeInOldPassword": "Inserisci la tua password attuale",
"invalidOldPassword": "Vecchia password non valida",
"invalidPassword": "Password non valida",
"noGivenPassword": "Per favore inserisci la tua password",
@ -299,16 +301,16 @@
"setPasswordInvalid": "Le password non coincidono",
"changePasswordInvalid": "La vecchia password inserita non è corretta",
"removePasswordInvalid": "Password non corretta",
"setPasswordTitle": "Password Impostata",
"changePasswordTitle": "Password Cambiata",
"removePasswordTitle": "Password Rimosssa",
"setPasswordTitle": "Password impostata",
"changePasswordTitle": "Password cambiata",
"removePasswordTitle": "Password rimossa",
"setPasswordToastDescription": "La password è stata impostata. Si prega di tenerla al sicuro.",
"changePasswordToastDescription": "La tua password è stata modificata. Per favore tienila al sicuro.",
"removePasswordToastDescription": "La tua password è stata rimossa.",
"publicChatExists": "You are already connected to this community",
"connectToServerFail": "Impossibile entrare nel gruppo",
"publicChatExists": "Fai già parte di questa comunità",
"connectToServerFail": "Impossibile unirsi alla comunità",
"connectingToServer": "Connessione in corso...",
"connectToServerSuccess": "Successfully connected to community",
"connectToServerSuccess": "Connessione alla comunità riuscita",
"setPasswordFail": "Impossibile impostare la password",
"passwordLengthError": "La password deve essere lunga tra 6 e 64 caratteri",
"passwordTypeError": "La password deve essere una stringa",
@ -320,10 +322,10 @@
"editProfileModalTitle": "Profilo",
"groupNamePlaceholder": "Nome Del Gruppo",
"inviteContacts": "Invita Amici",
"addModerators": "Aggiungi Admin",
"removeModerators": "Remove Admins",
"addAsModerator": "Add as Admin",
"removeFromModerators": "Rimuovi Da Admin",
"addModerators": "Aggiungi amministratori",
"removeModerators": "Rimuovi amministratori",
"addAsModerator": "Rendi amministratore",
"removeFromModerators": "Rimuovi dagli amministratori",
"add": "Aggiungi",
"addingContacts": "Aggiungi contatti a",
"noContactsToAdd": "Nessun contatto da aggiungere",
@ -332,8 +334,8 @@
"onlyAdminCanRemoveMembers": "Non sei il creatore",
"onlyAdminCanRemoveMembersDesc": "Solo il creatore del gruppo può rimuovere gli utenti",
"createAccount": "Create Account",
"startInTrayTitle": "Mantieni nella barra di sistema",
"startInTrayDescription": "Keep Session running in the background when you close the window.",
"startInTrayTitle": "Mantieni attivo",
"startInTrayDescription": "Mantieni Session attivo anche quando chiudi la finestra.",
"yourUniqueSessionID": "Ecco la tua Sessione ID",
"allUsersAreRandomly...": "La Sessione ID è l'indirizzo univoco che le persone possono utilizzare per contattarti su una Sessione. Senza alcuna connessione con la tua vera identità, la Sessione ID è totalmente anonimo e privato fin dal incezione.",
"getStarted": "Inizia qui",
@ -348,25 +350,25 @@
"linkDevice": "Collega dispositivo",
"restoreUsingRecoveryPhrase": "Ripristina il tuo account",
"or": "o",
"ByUsingThisService...": "Utilizzando questo servizio, accetti i nostri <a href=\"https://getsession.org/terms-of-service \">Termini di Servizio</a> e <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Informativa sulla privacy</a>",
"ByUsingThisService...": "Utilizzando questo servizio, accetti i nostri <a href=\"https://getsession.org/terms-of-service \">Termini di servizio</a> e <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Informativa sulla privacy</a>",
"beginYourSession": "Inizia la tua Session.",
"welcomeToYourSession": "Benvenuto su Session",
"searchFor...": "Cerca conversazioni e contatti",
"searchForContactsOnly": "Cerca contatti",
"enterSessionID": "Inserisci la Sessione ID",
"enterSessionIDOfRecipient": "Enter your contact's Session ID or ONS",
"enterSessionIDOfRecipient": "Inserisci il Session ID o ONS del contatto",
"message": "Messaggio",
"appearanceSettingsTitle": "Aspetto",
"privacySettingsTitle": "Privacy",
"notificationsSettingsTitle": "Notifiche",
"audioNotificationsSettingsTitle": "Audio Notifications",
"notificationsSettingsContent": "Contenuto della notifica",
"audioNotificationsSettingsTitle": "Notifiche audio",
"notificationsSettingsContent": "Contenuto notifica",
"notificationPreview": "Anteprima",
"recoveryPhraseEmpty": "Inserisci la frase di recupero",
"displayNameEmpty": "Scegli il nome da visualizzare",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Il nome visualizzato è troppo lungo",
"members": "$count$ membri",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ membri attivi",
"join": "Unisciti",
"joinOpenGroup": "Unisciti Alla Comunità",
"createGroup": "Crea Gruppo",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Sei sicuro di voler scaricare i media inviati da $name$?",
"pinConversation": "Fissa conversazione",
"unpinConversation": "Rimuovi conversazione",
"markUnread": "Mark Unread",
"markUnread": "Segna come non letto",
"showUserDetails": "Mostra Dettagli Utente",
"sendRecoveryPhraseTitle": "Invio Frase Di Recupero",
"sendRecoveryPhraseMessage": "Stai tentando di inviare la frase di recupero che può essere utilizzata per accedere al tuo account. Sei sicuro di voler inviare questo messaggio?",
@ -440,6 +442,8 @@
"clearAll": "Cancella tutto",
"clearDataSettingsTitle": "Elimina dati",
"messageRequests": "Richieste Di Messaggio",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Richieste in Attesa",
"requestsPlaceholder": "Nessuna richiesta",
"hideRequestBannerDescription": "Nascondi il banner della richiesta di messaggio finché non riceverai una nuova richiesta di messaggio.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Hai una nuova richiesta d'amicizia",
"clearAllConfirmationTitle": "Elimina Tutte Le Richieste Di Messaggio",
"clearAllConfirmationBody": "Sei sicuro di voler eliminare tutte le richieste di messaggio?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Non ci sono messaggi in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Non hai messaggi in <b>$name$</b>.",
"noMessagesInEverythingElse": "Non hai messaggi da <b>$name$</b>. Invia un messaggio e inizia la conversazione!",
"hideBanner": "Nascondi",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Alcuni dei tuoi dispositivi stanno utilizzando una versione obsoleta. La sincronizzazione può essere inaffidabile, finché non vengono aggiornati.",
"openMessageRequestInboxDescription": "Casella di richieste messaggio",
"clearAllReactions": "Sei sicuro di voler cancellare tutte le $emoji$?",
"expandedReactionsText": "Mostra meno",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "E $otherSingular$ ha reagito con <span>$emoji$</span> a questo messaggio",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "E $otherPlural$ hanno aggiunto la reazione <span>$emoji$</span> a questo messaggio",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "コミュニティへの招待",
"joinOpenGroupAfterInvitationConfirmationTitle": "$roomName$に参加しますか?",
"joinOpenGroupAfterInvitationConfirmationDesc": "$roomName$の公開グループに参加しますか?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "該当するコミュニティサーバーが見つかりませんでした",
"enterSessionIDOrONSName": "Session ID か ONS 名を入力してください",
"startNewConversationBy...": "新しい会話を始めるには、セッションIDを入力するか、セッションIDを共有します。",
"loading": "読込中...",
@ -45,6 +45,7 @@
"incomingError": "受信中にエラー",
"media": "メディア",
"mediaEmptyState": "メディアがありません",
"document": "Document",
"documents": "ドキュメント",
"documentsEmptyState": "ドキュメントが見つかりません",
"today": "今日",
@ -70,9 +71,10 @@
"show": "表示",
"sessionMessenger": "セッション",
"noSearchResults": "「%s」に一致する情報は見つかりませんでした。",
"conversationsHeader": "連絡先とグループ",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "連絡先",
"messagesHeader": "Conversations",
"messagesHeader": "会話",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "設定",
"typingAlt": "この会話のためのタイピングアニメーション",
"contactAvatarAlt": "$name$のアイコン",
@ -83,6 +85,7 @@
"you": "あなた",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "音声メッセージを送るには、Sessionのマイクへのアクセスを許可してください。",
"image": "Image",
"audio": "音声",
"video": "動画",
"photo": "写真",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "$count$個のメッセージを削除しますか?",
"deleteMessageQuestion": "このメッセージを削除しますか?",
"deleteMessages": "メッセージを削除",
"deleteConversation": "Delete Conversation",
"deleteConversation": "会話を削除する",
"deleted": "$count$ が削除されました",
"messageDeletedPlaceholder": "このメッセージは削除されました",
"from": "差出人:",
@ -178,7 +181,6 @@
"messageBodyMissing": "メッセージを入力してください",
"messageBody": "メッセージ本文",
"unblockToSend": "この連絡先にメッセージを送るためにブロックを解除する。",
"unblockGroupToSend": "このグループにメッセージを送信するには、ブロックを解除してください。",
"youChangedTheTimer": "消えるメッセージの消去時間を$time$に設定しました",
"timerSetOnSync": "消えるメッセージのタイマーを$time$に更新しました",
"theyChangedTheTimer": "$name$が消えるメッセージの消去時間を$time$に設定しました",
@ -241,9 +243,9 @@
"multipleJoinedTheGroup": "$name$がグループに加わりました",
"kickedFromTheGroup": "$name$ はグループから削除されました。",
"multipleKickedFromTheGroup": "$name$ はグループから削除されました。",
"block": "Block",
"unblock": "Unblock",
"unblocked": "ブロック解除",
"block": "ブロック",
"unblock": "ブロック解除",
"unblocked": "ブロック解除済み",
"blocked": "ブロック済み",
"blockedSettingsTitle": "ブロックされた連絡先",
"conversationsSettingsTitle": "会話",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "デザイン設定",
"privacySettingsTitle": "プライバシー",
"notificationsSettingsTitle": "通知",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "音声通知",
"notificationsSettingsContent": "通知内容",
"notificationPreview": "プレビュー",
"recoveryPhraseEmpty": "リカバリーフレーズを入力してください",
"displayNameEmpty": "表示名を選択してください",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "表示名が長すぎます。",
"members": "$count$ 人のメンバー",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ 人のアクティブなメンバー",
"join": "参加",
"joinOpenGroup": "コミュニティに参加する",
"createGroup": "グループを作成",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "$name$ が送信したメディアをダウンロードしてもよろしいですか?",
"pinConversation": "会話をピン留めする",
"unpinConversation": "会話のピン留めを外す",
"markUnread": "Mark Unread",
"markUnread": "未読にする",
"showUserDetails": "ユーザーの詳細を表示",
"sendRecoveryPhraseTitle": "復元フレーズを送信中",
"sendRecoveryPhraseMessage": "あなたのアカウントにアクセスするため復元フレーズを送信しようとしています。このメッセージを送信してもよろしいですか?",
@ -440,6 +442,8 @@
"clearAll": "すべて消去する",
"clearDataSettingsTitle": "データを消去する",
"messageRequests": "メッセージリクエスト",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "保留中のリクエスト",
"requestsPlaceholder": "リクエストなし",
"hideRequestBannerDescription": "新しいメッセージ・リクエストを受信するまでメッセージ・リクエストバナーを非表示にします。",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "友達申請が来ています。",
"clearAllConfirmationTitle": "すべてのメッセージリクエストを削除",
"clearAllConfirmationBody": "本当に全てのメッセージリクエストを消去しますか?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "<b>$name$</b> にはメッセージがありません。",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "<b>$name$</b> にはメッセージがありません。",
"noMessagesInEverythingElse": "<b>$name$</b>からのメッセージがありません。会話を開始するにはメッセージを送信してください。",
"hideBanner": "非表示",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "一部のデバイスは古いバージョンを使用しています。同期が更新されるまで信頼性が低い場合があります。",
"openMessageRequestInboxDescription": "メッセージリクエストの受信トレイを表示",
"clearAllReactions": "すべての項目の $emoji$ を削除してもよろしいですか?",
"expandedReactionsText": "最小化",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$ & $name3$ &",
"reactionListCountSingular": "$otherSingular$ が <span>$emoji$</span> をこのメッセージに反応しました",
"reactionListCountPlural": "$otherPlural$ が <span>$emoji$</span> をこのメッセージに反応しました"
"reactionListCountPlural": "$otherPlural$ が <span>$emoji$</span> をこのメッセージに反応しました",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "ნაპოვნი იქნა შეცდომა შემომავალი შეტყობინების დამუშავებისას",
"media": "მედია",
"mediaEmptyState": "მედია ცარიელია",
"document": "Document",
"documents": "დოკუმენტები",
"documentsEmptyState": "დოკუმენტები არ არის",
"today": "დღეს",
@ -70,9 +71,10 @@
"show": "ჩვენება",
"sessionMessenger": "სესია",
"noSearchResults": "\"$searchTerm$\" -ზე არაფერი მოიძებნა",
"conversationsHeader": "კონტაქტები და ჯგუფები",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "კონტაქტები",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "პარამეტრები",
"typingAlt": "ამ საუბრისთვის ბეჭდვის ანიმაციის აკრეფა",
"contactAvatarAlt": "ავატარი კონტაქტისთვის $name$",
@ -83,6 +85,7 @@
"you": "თქვენ",
"audioPermissionNeededTitle": "საჭიროა მიკროფონზე წვდომა",
"audioPermissionNeeded": "შეგიძლიათ ჩართოთ მიკროფონზე წვდომა ქვემოთ: პარამეტრები (გადაცემის ხატულა) => კონფიდენციალურობა",
"image": "Image",
"audio": "აუდიო",
"video": "ვიდეო",
"photo": "ფოტო",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "This group is blocked. Unlock it if you would like to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "បញ្ហាទទួលសារផ្ញើចូល",
"media": "ឯកសារមេឌា",
"mediaEmptyState": "អ្នកមិនមានឯកសារមេឌា ក្នុងការសន្ទនានេះទេ",
"document": "Document",
"documents": "ឯកសារ",
"documentsEmptyState": "អ្នកមិនមានឯកសារ ក្នុងការសន្ទនានេះទេ",
"today": "ថ្ងៃនេះ",
@ -70,9 +71,10 @@
"show": "បង្ហាញ",
"sessionMessenger": "Session",
"noSearchResults": "គ្មានលទ្ធផលសម្រាប់ \"$searchTerm$\"",
"conversationsHeader": "ទំនាក់ទំនង និង ក្រុម",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "បញ្ជីទំនាក់ទំនង",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "ការកំណត់",
"typingAlt": "ការវាយចលនាសម្រាប់ការសន្ទនានេះ",
"contactAvatarAlt": "រូបតំណាងសម្រាប់លេខទំនាក់ទំនង $name$",
@ -83,6 +85,7 @@
"you": "អ្នក",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "ដើម្បីបញ្ជូនសារសំឡេង អនុញ្ញាតឲ្យSignal Desktop ចូលប្រើប្រាស់ម៉ៃក្រូហ្វូនរបស់អ្នក។",
"image": "Image",
"audio": "សំឡេង",
"video": "វីដេអូ",
"photo": "រូបភាព",
@ -178,7 +181,6 @@
"messageBodyMissing": "សូមបញ្ចូលតួសារ។",
"messageBody": "តួសារ",
"unblockToSend": "ដោះការហាមឃាត់លេខទំនាក់ទំនងនេះ ដើម្បីផ្ញើសារ។",
"unblockGroupToSend": "មិនការទប់ស្កាត់ក្រុមនេះ ដើម្បីផ្ញើសារ។",
"youChangedTheTimer": "អ្នកបានកំណត់រយៈពេលសារបាត់ទៅវិញជា $time$",
"timerSetOnSync": "រយៈពេលសារបាត់ទៅវិញបានកែប្រែទៅកាន់ $time$",
"theyChangedTheTimer": "$name$ បានកំណត់រយៈពេលសារបាត់ទៅវិញជា $time$",
@ -440,6 +442,8 @@
"clearAll": "ជម្រះ​ទាំងអស់",
"clearDataSettingsTitle": "ជម្រះទិន្នន័យ",
"messageRequests": "ការស្នើសុំសារ",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "សំណើដែលមិនទាន់សម្រេច",
"requestsPlaceholder": "គ្មានសំណើ",
"hideRequestBannerDescription": "លាក់ផ្ទាំងបដាស្នើសុំសារ រហូតទាល់តែអ្នកទទួលបានការស្នើសុំសារថ្មីមួយ។",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "ជម្រះការស្នើសុំសារទាំងអស់",
"clearAllConfirmationBody": "តើអ្នកប្រាកដទេថា អ្នកពិតចង់លុបសំណើសារទាំងអស់ចេញ?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "លាក់",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ និង $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ និង",
"reactionListCountSingular": "និង $otherSingular$ បាន​ប្រតិកម្ម <span>$emoji$</span> ទៅកាន់សារនេះ",
"reactionListCountPlural": "និង $otherPlural$ បានប្រតិកម្ម <span>$emoji$</span> ទៅកាន់សារនេះ"
"reactionListCountPlural": "និង $otherPlural$ បានប្រតិកម្ម <span>$emoji$</span> ទៅកាន់សារនេះ",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Gava wergirtina peyama hatî çewtiyeke derket",
"media": "Medya",
"mediaEmptyState": "Medya tine",
"document": "Document",
"documents": "Dokument",
"documentsEmptyState": "Dokument tine",
"today": "Îro",
@ -70,9 +71,10 @@
"show": "Nîşan bide",
"sessionMessenger": "Session",
"noSearchResults": "Encam peyda nebû ji bo \"$searchTerm$\"",
"conversationsHeader": "Kontakt û Kom",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakt",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Mîheng",
"typingAlt": "Anîmasyona nivîsînê ji bo vê sohbetê",
"contactAvatarAlt": "Avatara ji bo $name$",
@ -83,6 +85,7 @@
"you": "Tu",
"audioPermissionNeededTitle": "Gihîna Mîkrofonê Hewce ye",
"audioPermissionNeeded": "Tu dikarî gihîna mîkrofonê aktîv bikî ji vir: Mîheng (îkona diranokê) => Nihênî",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Wêne",
@ -178,7 +181,6 @@
"messageBodyMissing": "Ji kerema xwe mesajekî binivîse.",
"messageBody": "Metnê mesajê",
"unblockToSend": "Ji bo şandina peyamê vê bloka vî kontaktê rake.",
"unblockGroupToSend": "Ev kom blokkirî ye. Ger bixwazî mesaj bişînî, blokê rake.",
"youChangedTheTimer": "Te peyamên winda dibin ji $time$ re saz kir",
"timerSetOnSync": "Zemanê windabûna peyaman ji $time$ re saz kir",
"theyChangedTheTimer": "$name$ zemanê windabûna mesajan saz kir $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Error handling incoming message",
"media": "Media",
"mediaEmptyState": "No media",
"document": "Document",
"documents": "Documents",
"documentsEmptyState": "No documents",
"today": "Today",
@ -70,9 +71,10 @@
"show": "ತೋರಿಸು",
"sessionMessenger": "Session",
"noSearchResults": "No results found for \"$searchTerm$\"",
"conversationsHeader": "ಸಂಪರ್ಕಗಳು ಮತ್ತು ಗುಂಪುಗಳು",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "ಸಂಪರ್ಕಗಳು",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "ಸಂಯೋಜನೆಗಳು",
"typingAlt": "Typing animation for this conversation",
"contactAvatarAlt": "Avatar for contact $name$",
@ -83,6 +85,7 @@
"you": "ವೈ",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "You can enable microphone access under: Settings (Gear icon) => Privacy",
"image": "Image",
"audio": "ಆಡಿಯೋ",
"video": "ವೀಡಿಯೊ",
"photo": "ಫೋಟೋ",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "This group is blocked. Unlock it if you would like to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "메세지 수신 오류",
"media": "미디어",
"mediaEmptyState": "You dont have any media in this conversation",
"document": "Document",
"documents": "문서",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "오늘",
@ -70,9 +71,10 @@
"show": "보기",
"sessionMessenger": "세션",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "연락처와 그룹",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "연락처",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "설정",
"typingAlt": "이 대화에 타이핑 애니메이션 설정",
"contactAvatarAlt": "연락처 $name$에 대한 아바타",
@ -83,6 +85,7 @@
"you": "당신",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "오디오",
"video": "동영상",
"photo": "사진",
@ -178,7 +181,6 @@
"messageBodyMissing": "메시지를 입력하세요.",
"messageBody": "Message body",
"unblockToSend": "보내기 차단 해제하기",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "당신은 메시지 사라짐 타이머을 $time$으로 설정하셨습니다.",
"timerSetOnSync": "메시지 사라짐 타이머가 $time$로 업데이트 되었습니다.",
"theyChangedTheTimer": "$name$님이 메시지 사라짐 타이머를 $time$으로 정하셨습니다.",
@ -440,6 +442,8 @@
"clearAll": "모두 삭제",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "메시지 요청",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "보류 중인 요청",
"requestsPlaceholder": "요청 없음",
"hideRequestBannerDescription": "새로운 메세지 요청을 받을때까지 메세지 요청 배너를 숨깁니다.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "모든 메세지 요청 삭제",
"clearAllConfirmationBody": "모든 메세지 요청을 삭제하시겠습니까?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "숨기기",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Klaida, apdorojant gaunamą žinutę",
"media": "Medija",
"mediaEmptyState": "Nėra medijos",
"document": "Document",
"documents": "Dokumentai",
"documentsEmptyState": "Nėra dokumentų",
"today": "Šiandien",
@ -70,9 +71,10 @@
"show": "Rodyti",
"sessionMessenger": "Session",
"noSearchResults": "\"$searchTerm$\" negrąžino jokių rezultatų",
"conversationsHeader": "Adresatai ir grupės",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontaktai",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Nustatymai",
"typingAlt": "Rašymo animacija šiam pokalbiui",
"contactAvatarAlt": "Avataras, skirtas $name$",
@ -83,6 +85,7 @@
"you": "Jūs",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Norėdami siųsti garso žinutes, suteikite Session Desktop prieigą prie savo mikrofono.",
"image": "Image",
"audio": "Garso įrašas",
"video": "Vaizdo įrašas",
"photo": "Nuotrauka",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Atblokuokite šį kontaktą, kad išsiųstumėte žinutę.",
"unblockGroupToSend": "Norėdami siųsti žinutę, atblokuokite šią grupę.",
"youChangedTheTimer": "Jūs nustatėte išnykstančių žinučių laikmatį į $time$",
"timerSetOnSync": "Išnykstančių žinučių laikmatis atnaujintas į $time$",
"theyChangedTheTimer": "$name$ nustatė išnykstančių žinučių laikmatį į $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Error handling incoming message",
"media": "Media",
"mediaEmptyState": "No media",
"document": "Document",
"documents": "Documents",
"documentsEmptyState": "No documents",
"today": "Today",
@ -70,9 +71,10 @@
"show": "Show",
"sessionMessenger": "Session",
"noSearchResults": "No results found for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contacts",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Typing animation for this conversation",
"contactAvatarAlt": "Avatar for contact $name$",
@ -83,6 +85,7 @@
"you": "You",
"audioPermissionNeededTitle": "Microphone Access Required",
"audioPermissionNeeded": "You can enable microphone access under: Settings (Gear icon) => Privacy",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Photo",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "This group is blocked. Unlock it if you would like to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Error handling incoming message",
"media": "Media",
"mediaEmptyState": "You dont have any media in this conversation",
"document": "Document",
"documents": "Documents",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "Today",
@ -70,9 +71,10 @@
"show": "Show",
"sessionMessenger": "Session",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Контакти",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Typing animation for this conversation",
"contactAvatarAlt": "Avatar for contact $name$",
@ -83,6 +85,7 @@
"you": "You",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Photo",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Feil under behandling av innkommende beskjed",
"media": "Media",
"mediaEmptyState": "Ingen medier",
"document": "Document",
"documents": "Dokumenter",
"documentsEmptyState": "Ingen dokumenter",
"today": "I dag",
@ -70,9 +71,10 @@
"show": "Vis",
"sessionMessenger": "Økt",
"noSearchResults": "Ingen resultater funnet for «$searchTerm$»",
"conversationsHeader": "Kontakter og grupper",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakter",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Innstillinger",
"typingAlt": "Inntastingsanimasjon for denne samtalen",
"contactAvatarAlt": "Avatar for kontakt $name$",
@ -83,6 +85,7 @@
"you": "Du",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Du kan aktivere mikrofontilgang under: Innstillinger (Tannhjulssymbol) => Personvern",
"image": "Image",
"audio": "Lyd",
"video": "Video",
"photo": "Fotografi",
@ -178,7 +181,6 @@
"messageBodyMissing": "Vennligst tast inn beskjedinnhold.",
"messageBody": "Message body",
"unblockToSend": "Avblokker denne kontakten for å sende en beskjed.",
"unblockGroupToSend": "Denne gruppen er blokkert. Avblokker den hvis du ønsker å sende en beskjed.",
"youChangedTheTimer": "Du satte utløpstiden for beskjeder til $time$",
"timerSetOnSync": "Oppdaterte utløpstiden for beskjeder til $time$",
"theyChangedTheTimer": "$name$ satte utløpstiden for beskjeder til $time$",
@ -440,6 +442,8 @@
"clearAll": "Tøm alle",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Meldingsforespørsler",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Ventende forespørsler",
"requestsPlaceholder": "Ingen forespørsler",
"hideRequestBannerDescription": "Skjule banneret for meldingsforespørsler til du har mottatt en ny meldingsforespørsel.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Fjern alle meldingsforespørsler",
"clearAllConfirmationBody": "Er du sikker på at du ønsker å slette alle meldingsforespørsler?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Skjule",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -28,12 +28,12 @@
"viewMenuToggleFullScreen": "Volledigschermmodus",
"viewMenuToggleDevTools": "Ontwikkelopties weergeven",
"contextMenuNoSuggestions": "Geen suggesties",
"openGroupInvitation": "Community uitnodiging",
"openGroupInvitation": "Uitnodiging voor Community",
"joinOpenGroupAfterInvitationConfirmationTitle": "Aansluiten bij $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Weet je zeker dat je je bij de $roomName$ community wilt aansluiten?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Kan de corresponderende Community server niet vinden",
"enterSessionIDOrONSName": "Voer Session-ID of ONS naam in",
"startNewConversationBy...": "Begin een nieuw gesprek door iemands Sessie ID in te voeren of deel jouw Sessie ID met hen.",
"startNewConversationBy...": "Begin een nieuw gesprek door iemands Session ID in te voeren of deel jouw Session ID met hen.",
"loading": "Bezig met laden…",
"done": "Klaar",
"youLeftTheGroup": "Je hebt de groep verlaten",
@ -45,6 +45,7 @@
"incomingError": "Fout bij het verwerken van een inkomend bericht",
"media": "Media",
"mediaEmptyState": "Je hebt geen media in dit gesprek",
"document": "Document",
"documents": "Documenten",
"documentsEmptyState": "Je hebt geen documenten in dit gesprek",
"today": "Vandaag",
@ -70,9 +71,10 @@
"show": "Tonen",
"sessionMessenger": "Sessie",
"noSearchResults": "Geen resultaten voor $searchTerm$",
"conversationsHeader": "Contactpersonen en groepen",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contacten",
"messagesHeader": "Conversations",
"messagesHeader": "Gesprekken",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Instellingen",
"typingAlt": "Typ-animatie voor dit gesprek",
"contactAvatarAlt": "Afbeelding voor contact $name$",
@ -83,6 +85,7 @@
"you": "Jij",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Om een audiobericht te versturen moet je Session Desktop toegang tot de microfoon geven.",
"image": "Image",
"audio": "Geluid",
"video": "Video",
"photo": "Foto",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "$count$ berichten verwijderen?",
"deleteMessageQuestion": "Dit bericht verwijderen?",
"deleteMessages": "Berichten wissen",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Gesprek verwijderen",
"deleted": "$count$ verwijderd",
"messageDeletedPlaceholder": "Dit bericht is verwijderd",
"from": "Van",
@ -108,30 +111,30 @@
"sent": "Verzonden",
"received": "Ontvangen",
"sendMessage": "Verzend een bericht",
"groupMembers": "Members",
"groupMembers": "Deelnemers",
"moreInformation": "Meer informatie",
"resend": "Opnieuw verzenden",
"deleteConversationConfirmation": "Dit gesprek voorgoed wissen?",
"clear": "Wis",
"clearAllData": "Wis alle gegevens",
"deleteAccountWarning": "Hiermee worden je berichten en contacten permanent verwijderd.",
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
"deleteAccountFromLogin": "Weet je zeker dat je jouw apparaatgegevens wilt wissen?",
"deleteContactConfirmation": "Weet je zeker dat je deze conversatie wilt verwijderen?",
"quoteThumbnailAlt": "Miniatuur van afbeelding uit aangehaald bericht",
"imageAttachmentAlt": "Afbeelding toegevoegd aan bericht",
"videoAttachmentAlt": "Screenshot of video in message",
"videoAttachmentAlt": "Schermafbeelding van de video in bericht",
"lightboxImageAlt": "Afbeelding verstuurd in gesprek",
"imageCaptionIconAlt": "Pictogram dat laat zien dat deze afbeelding een bijschrift heeft",
"addACaption": "Voeg een bijschrift toe…",
"copySessionID": "Sessie-ID kopiëren",
"copyOpenGroupURL": "Copy Group URL",
"copyOpenGroupURL": "Group URL kopiëren",
"save": "Opslaan",
"saveLogToDesktop": "Logboek naar bureaublad opslaan",
"saved": "Opgeslagen",
"tookAScreenshot": "$name$ heeft een schermafdruk gemaakt",
"savedTheFile": "Media opgeslagen door $name$",
"linkPreviewsTitle": "Verstuur Link-voorbeelden",
"linkPreviewDescription": "Generate link previews for supported URLs.",
"linkPreviewDescription": "Genereer linkvoorbeelden voor ondersteunde URL's.",
"linkPreviewsConfirmMessage": "Je hebt geen volledige bescherming van metadata bij het verzenden van link-voorbeelden.",
"mediaPermissionsTitle": "Microfoon",
"mediaPermissionsDescription": "Sta toegang tot microfoon toe.",
@ -144,7 +147,7 @@
"typingIndicatorsSettingTitle": "Typindicatoren",
"zoomFactorSettingTitle": "Zoom factor",
"themesSettingTitle": "Thema's",
"primaryColor": "Primary Colour",
"primaryColor": "Primaire kleur",
"primaryColorGreen": "Hoofdkleur groen",
"primaryColorBlue": "Hoofdkleur blauw",
"primaryColorYellow": "Hoofdkleur geel",
@ -156,12 +159,12 @@
"classicLightThemeTitle": "Klassiek licht",
"oceanDarkThemeTitle": "Oceaan donker",
"oceanLightThemeTitle": "Oceaan licht",
"pruneSettingTitle": "Reduceer communities",
"pruneSettingDescription": "Delete messages older than 6 months from Communities that have over 2,000 messages.",
"pruneSettingTitle": "Communities opschonen",
"pruneSettingDescription": "Berichten ouder dan 6 maanden verwijderen uit Communities met meer dan 2000 berichten.",
"enable": "Inschakelen",
"keepDisabled": "Uitgeschakeld laten",
"notificationSettingsDialog": "De informatie getoond in meldingen.",
"nameAndMessage": "Name & Content",
"nameAndMessage": "Naam & Inhoud",
"noNameOrMessage": "Naam van afzender noch berichtinhoud",
"nameOnly": "Enkel naam van afzender",
"newMessage": "nieuw bericht",
@ -178,7 +181,6 @@
"messageBodyMissing": "Voeg a. u. b. een bericht toe.",
"messageBody": "Berichtinhoud",
"unblockToSend": "Deblokkeer dit contact om een bericht te verzenden.",
"unblockGroupToSend": "Deblokkeer deze groep om een bericht te verzenden.",
"youChangedTheTimer": "Je hebt de timer voor zelf-wissende berichten op $time$gezet",
"timerSetOnSync": "De timer voor zelf-wissende berichten is bijgewerkt naar $time$",
"theyChangedTheTimer": "$name$heeft de timer voor zelf-wissende berichten op $time$gezet",
@ -194,7 +196,7 @@
"timerOption_12_hours": "12 uur",
"timerOption_1_day": "1 dag",
"timerOption_1_week": "1 week",
"timerOption_2_weeks": "2 weeks",
"timerOption_2_weeks": "2 weken",
"disappearingMessages": "Zelf-wissende berichten",
"changeNickname": "Verander bijnaam",
"clearNickname": "Clear nickname",
@ -214,14 +216,14 @@
"timerOption_1_week_abbreviated": "1w",
"timerOption_2_weeks_abbreviated": "2w",
"disappearingMessagesDisabled": "Zelf-wissende berichten zijn uitgeschakeld",
"disabledDisappearingMessages": "$name$ has turned off disappearing messages.",
"disabledDisappearingMessages": "$name$ heeft zelf-wissende berichten uitgeschakeld.",
"youDisabledDisappearingMessages": "Je hebt zelf-wissende berichten uitgeschakeld",
"timerSetTo": "Timer ingesteld op $time$",
"noteToSelf": "Notitie aan mezelf",
"hideMenuBarTitle": "Menubalk verbergen",
"hideMenuBarDescription": "Zichtbaarheid systeemmenubalk in-/uitschakelen.",
"startConversation": "Begin een nieuw gesprek…",
"invalidNumberError": "Please check the Session ID or ONS name and try again",
"invalidNumberError": "Controleer de Session ID of ONS en probeer het opnieuw",
"failedResolveOns": "Gefaald de ONS naam op te lossen",
"autoUpdateSettingTitle": "Automatisch bijwerken",
"autoUpdateSettingDescription": "Automatisch op updates controleren tijdens opstarten.",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$names$ is lid geworden van de groep",
"kickedFromTheGroup": "$name$ is verwijderd uit de groep.",
"multipleKickedFromTheGroup": "$name$ is verwijderd uit de groep.",
"block": "Block",
"unblock": "Unblock",
"block": "Blokkeren",
"unblock": "Deblokkeren",
"unblocked": "Gedeblokkeerd",
"blocked": "Geblokkeerd",
"blockedSettingsTitle": "Geblokkeerde contacten",
@ -270,11 +272,11 @@
"updateGroupDialogTitle": "$name$ bijwerken...",
"showRecoveryPhrase": "Herstel zin",
"yourSessionID": "Je Session ID",
"setAccountPasswordTitle": "Password",
"setAccountPasswordTitle": "Wachtwoord",
"setAccountPasswordDescription": "Wachtwoord vereisen om Sessie te ontgrendelen.",
"changeAccountPasswordTitle": "Change Password",
"changeAccountPasswordTitle": "Wachtwoord wijzigen",
"changeAccountPasswordDescription": "Wijzig het wachtwoord dat nodig is om Sessie te ontgrendelen.",
"removeAccountPasswordTitle": "Remove Password",
"removeAccountPasswordTitle": "Wachtwoord verwijderen",
"removeAccountPasswordDescription": "Verwijder het wachtwoord dat nodig is om Sessie te ontgrendelen.",
"enterPassword": "Voer a. u. b. je wachtwoord in",
"confirmPassword": "Bevestig Wachtwoord",
@ -283,7 +285,7 @@
"showRecoveryPhrasePasswordRequest": "Voer a. u. b. je wachtwoord in",
"recoveryPhraseSavePromptMain": "Jou herstel zin is de hoofdsleutel van jou Session ID - Je kunt deze gebruiken om je Session ID te herstellen als je de toegang tot jouw apparaat verliest. Sla jouw herstel zin veilig op en geef het aan niemand.",
"invalidOpenGroupUrl": "Ongeldige URL",
"copiedToClipboard": "Copied",
"copiedToClipboard": "Gekopieerd",
"passwordViewTitle": "Voer je wachtwoord in",
"password": "Wachtwoord",
"setPassword": "Instellen wachtwoord",
@ -299,16 +301,16 @@
"setPasswordInvalid": "Wachtwoorden zijn niet hetzelfde",
"changePasswordInvalid": "Het ingevoerde oude wachtwoord is onjuist",
"removePasswordInvalid": "Onjuist wachtwoord",
"setPasswordTitle": "Password Set",
"changePasswordTitle": "Password Changed",
"removePasswordTitle": "Password Removed",
"setPasswordTitle": "Wachtwoord ingesteld",
"changePasswordTitle": "Wachtwoord gewijzigd",
"removePasswordTitle": "Wachtwoord verwijderd",
"setPasswordToastDescription": "Je wachtwoord is ingesteld. Houd het veilig.",
"changePasswordToastDescription": "Uw wachtwoord is gewijzigd. Hou het veilig.",
"removePasswordToastDescription": "Your password has been removed.",
"removePasswordToastDescription": "Je wachtwoord is verwijderd.",
"publicChatExists": "Je bent al bij deze community aangesloten",
"connectToServerFail": "Couldn't join community",
"connectToServerFail": "Lid worden van community mislukt",
"connectingToServer": "Verbinding maken...",
"connectToServerSuccess": "Successfully connected to community",
"connectToServerSuccess": "Succesvol verbonden met community",
"setPasswordFail": "Wachtwoord instellen mislukt",
"passwordLengthError": "Wachtwoord moet tussen de 6 en 64 tekens lang zijn",
"passwordTypeError": "Wachtwoord moet een tekenreeks zijn",
@ -320,20 +322,20 @@
"editProfileModalTitle": "Profiel",
"groupNamePlaceholder": "Groepsnaam",
"inviteContacts": "Contactpersonen uitnodigen",
"addModerators": "Add Admins",
"removeModerators": "Remove Admins",
"addAsModerator": "Add as Admin",
"removeFromModerators": "Remove From Admins",
"addModerators": "Beheerders toevoegen",
"removeModerators": "Beheerders verwijderen",
"addAsModerator": "Toevoegen als beheerder",
"removeFromModerators": "Verwijderen uit beheerders",
"add": "Toevoegen",
"addingContacts": "Contactpersonen toevoegen aan",
"noContactsToAdd": "Geen contacten toe te voegen",
"noMembersInThisGroup": "Geen andere leden in deze groep",
"noModeratorsToRemove": "no admins to remove",
"noModeratorsToRemove": "geen beheerders om te verwijderen",
"onlyAdminCanRemoveMembers": "Jij bent niet de maker",
"onlyAdminCanRemoveMembersDesc": "Alleen de maker van de groep kan gebruikers verwijderen",
"createAccount": "Create Account",
"startInTrayTitle": "In systeembalk houden",
"startInTrayDescription": "Keep Session running in the background when you close the window.",
"startInTrayDescription": "Sessie blijven uitvoeren in de achtergrond wanneer je het venster sluit.",
"yourUniqueSessionID": "Zeg hallo tegen jou Session-ID",
"allUsersAreRandomly...": "Jou Session-ID is het unieke adres dat mensen kunnen gebruiken om contact met u op te nemen op Session. Ontworpen zonder verbinding met je echte identiteit, is jou Session-ID volledig anoniem en privé.",
"getStarted": "Aan de slag",
@ -348,43 +350,43 @@
"linkDevice": "Koppel een apparaat",
"restoreUsingRecoveryPhrase": "Herstel je account",
"or": "of",
"ByUsingThisService...": "By using this service, you agree to our <a href=\"https://getsession.org/terms-of-service \">Terms of Service</a> and <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Privacy Policy</a>",
"ByUsingThisService...": "Door gebruik te maken van deze service, gaat u akkoord met onze <a href=\"https://getsession.org/terms-of-service \">Gebruiksvoorwaarden</a> en <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Privacybeleid</a>",
"beginYourSession": "Begin je sessie.",
"welcomeToYourSession": "Welkom bij Session",
"searchFor...": "Search conversations and contacts",
"searchForContactsOnly": "Search for contacts",
"searchFor...": "Zoeken naar gesprekken of contacten",
"searchForContactsOnly": "Zoeken naar contacten",
"enterSessionID": "Uw Session-ID",
"enterSessionIDOfRecipient": "Enter your contact's Session ID or ONS",
"enterSessionIDOfRecipient": "Voer de Session ID of ONS van je contactpersoon in",
"message": "Bericht",
"appearanceSettingsTitle": "Weergave",
"privacySettingsTitle": "Privacy",
"notificationsSettingsTitle": "Meldingen",
"audioNotificationsSettingsTitle": "Audio Notifications",
"notificationsSettingsContent": "Notification Content",
"notificationPreview": "Preview",
"audioNotificationsSettingsTitle": "Meldingsgeluiden",
"notificationsSettingsContent": "Inhoud van melding",
"notificationPreview": "Voorbeeld",
"recoveryPhraseEmpty": "Voer uw herstelzin in",
"displayNameEmpty": "Please pick a display name",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Weergavenaam is te lang",
"members": "$count$ leden",
"activeMembers": "$count$ active members",
"join": "Join",
"joinOpenGroup": "Join Community",
"createGroup": "Create Group",
"create": "Create",
"activeMembers": "$count$ actieve deelnemers",
"join": "Deelnemen",
"joinOpenGroup": "Word lid van de community",
"createGroup": "Groep aanmaken",
"create": "Aanmaken",
"createClosedGroupNamePrompt": "Groepsnaam",
"createClosedGroupPlaceholder": "Vul een groepsnaam in",
"openGroupURL": "Community URL",
"enterAnOpenGroupURL": "Enter Community URL",
"enterAnOpenGroupURL": "Voer Community URL in",
"next": "Volgende",
"invalidGroupNameTooShort": "Vul een groepsnaam in",
"invalidGroupNameTooLong": "Vul a. u. b een kortere groepsnaam in",
"pickClosedGroupMember": "Kies ten minste één groepslid",
"closedGroupMaxSize": "A group cannot have more than 100 members",
"noBlockedContacts": "You have no blocked contacts.",
"userAddedToModerators": "User added to admin list",
"userRemovedFromModerators": "User removed from admin list",
"closedGroupMaxSize": "Een groep kan niet meer dan 100 leden hebben",
"noBlockedContacts": "Je hebt geen geblokkeerde contacten.",
"userAddedToModerators": "Gebruiker toegevoegd aan lijst met beheerders",
"userRemovedFromModerators": "Gebruiker verwijderd uit de lijst met beheerders",
"orJoinOneOfThese": "Of neem deel aan een van deze...",
"helpUsTranslateSession": "Translate Session",
"helpUsTranslateSession": "Sessie vertalen",
"closedGroupInviteFailTitle": "Uitnodiging voor groep mislukt",
"closedGroupInviteFailTitlePlural": "Groepsuitnodigingen mislukt",
"closedGroupInviteFailMessage": "Kan een groepslid niet uitnodigen",
@ -392,7 +394,7 @@
"closedGroupInviteOkText": "Uitnodigingen nogmaals proberen",
"closedGroupInviteSuccessTitlePlural": "Groepsuitnodigingen voltooid",
"closedGroupInviteSuccessTitle": "Groepsuitnodiging geslaagd",
"closedGroupInviteSuccessMessage": "Successfully invited group members",
"closedGroupInviteSuccessMessage": "Succesvol uitgenodigde groepsleden",
"notificationForConvo": "Meldingen",
"notificationForConvo_all": "Alle",
"notificationForConvo_disabled": "Gedeactiveerd",
@ -406,14 +408,14 @@
"linkVisitWarningTitle": "Deze link in je browser openen?",
"linkVisitWarningMessage": "Weet je zeker dat je $url$ in je browser wilt openen?",
"open": "Openen",
"audioMessageAutoplayTitle": "Autoplay Audio Messages",
"audioMessageAutoplayDescription": "Autoplay consecutive audio messages.",
"audioMessageAutoplayTitle": "Audioberichten automatisch afspelen",
"audioMessageAutoplayDescription": "Achtereenvolgende audioberichten automatisch afspelen.",
"clickToTrustContact": "Klik om media te downloaden",
"trustThisContactDialogTitle": "Vertrouw $name$?",
"trustThisContactDialogDescription": "Weet je zeker dat je media van $name$ wilt downloaden?",
"pinConversation": "Gesprek vastzetten",
"unpinConversation": "Gesprek losmaken",
"markUnread": "Mark Unread",
"markUnread": "Markeren als ongelezen",
"showUserDetails": "Toon gebruikers informatie",
"sendRecoveryPhraseTitle": "Herstelzin verzenden",
"sendRecoveryPhraseMessage": "Je probeert uw herstel zin te versturen welke kan worden gebruikt om toegang te krijgen tot jou account. Weet je zeker dat je dit bericht wilt versturen?",
@ -421,35 +423,37 @@
"dialogClearAllDataDeletionFailedDesc": "Gegevens niet verwijderd door een onbekende fout. Wilt je gegevens verwijderen van alleen dit apparaat?",
"dialogClearAllDataDeletionFailedTitleQuestion": "Wilt je gegevens verwijderen van alleen dit apparaat?",
"dialogClearAllDataDeletionFailedMultiple": "Gegevens niet verwijderd door deze Service Nodes: $snodes$",
"dialogClearAllDataDeletionQuestion": "Would you like to clear this device only, or delete your data from the network as well?",
"clearDevice": "Clear Device",
"tryAgain": "Try Again",
"areYouSureClearDevice": "Are you sure you want to clear your device?",
"deviceOnly": "Clear Device Only",
"entireAccount": "Clear Device and Network",
"dialogClearAllDataDeletionQuestion": "Wil je alleen de gevens van dit apparaat wissen, of ook uit het netwerk?",
"clearDevice": "Apparaatgegevens wissen",
"tryAgain": "Probeer opnieuw",
"areYouSureClearDevice": "Weet je zeker dat je jouw apparaatgegevens wilt wissen?",
"deviceOnly": "Alleen apparaatgegevens wissen",
"entireAccount": "Apparaat- en netwerkgegevens wissen",
"areYouSureDeleteDeviceOnly": "Weet je zeker dat je de gegevens van alleen uw apparaat wilt verwijderen?",
"areYouSureDeleteEntireAccount": "Are you sure you want to delete your data from the network? If you continue, you will not be able to restore your messages or contacts.",
"areYouSureDeleteEntireAccount": "Weet je zeker dat je jouw gegevens uit het netwerk wilt wissen? Als je doorgaat, kun je je berichten of contacten niet meer herstellen.",
"iAmSure": "Ik weet het zeker",
"recoveryPhraseSecureTitle": "Je bent bijna klaar!",
"recoveryPhraseRevealMessage": "Beveilig je account door je herstelzin op te slaan. Bekijk je herstelzin en sla deze veilig op om het te beveiligen.",
"recoveryPhraseRevealButtonText": "Toon herstelzin",
"notificationSubtitle": "Meldingen - $setting$",
"surveyTitle": "We'd Love Your Feedback",
"faq": "FAQ",
"support": "Support",
"surveyTitle": "We ontvangen graag je feedback",
"faq": "Veelgestelde vragen (FAQ)",
"support": "Ondersteuning",
"clearAll": "Alles wissen",
"clearDataSettingsTitle": "Clear Data",
"clearDataSettingsTitle": "Gegevens wissen",
"messageRequests": "Berichtverzoeken",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Lopende verzoeken",
"requestsPlaceholder": "Geen verzoeken",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
"hideRequestBannerDescription": "Verberg de banner van het berichtverzoek totdat je een nieuw berichtverzoek hebt ontvangen.",
"incomingCallFrom": "Inkomende oproep van $name$'",
"ringing": "Gaat over...",
"establishingConnection": "Verbinding maken...",
"accept": "Aanvaarden",
"decline": "Afwijzen",
"endCall": "Gesprek beëindigen",
"permissionsSettingsTitle": "Permissions",
"permissionsSettingsTitle": "Machtigingen",
"helpSettingsTitle": "Help",
"cameraPermissionNeededTitle": "Voice/Video Oproep machtigingen vereist",
"cameraPermissionNeeded": "U kunt de machtiging 'Spraak- en video-oproepen' inschakelen in de privacy-instellingen.",
@ -460,24 +464,24 @@
"noCameraFound": "Geen camera gevonden",
"noAudioInputFound": "Geen audio-invoer gevonden",
"noAudioOutputFound": "Geen audio-invoer gevonden",
"callMediaPermissionsTitle": "Voice and Video Calls (Beta)",
"callMediaPermissionsTitle": "Spraak- en video-oproepen (Beta)",
"callMissedCausePermission": "Oproep gemist van '$name$' omdat je de 'Spraak- en video-oproep' permissie nodig hebt in de privacy-instellingen.",
"callMissedNotApproved": "Call missed from '$name$' as you haven't approved this conversation yet. Send a message to them first.",
"callMediaPermissionsDescription": "Enables voice and video calls to and from other users.",
"callMediaPermissionsDialogContent": "Your IP address is visible to your call partner and an Oxen Foundation server while using beta calls. Are you sure you want to enable Voice and Video Calls?",
"callMediaPermissionsDialogTitle": "Voice and Video Calls (Beta)",
"callMissedNotApproved": "Oproep gemist van '$name$' omdat je dit gesprek nog niet hebt goedgekeurd. Stuur hem of haar eerst een bericht.",
"callMediaPermissionsDescription": "Inschakelen van spraak- en video-oproepen van en naar andere gebruikers.",
"callMediaPermissionsDialogContent": "Tijdens het gebruik van beta-oproepen is je IP-adres zichtbaar voor je gesprekspartner en een server van de Oxen Foundation. Weet je zeker dat je Spraak- en video-oproepen wil inschakelen?",
"callMediaPermissionsDialogTitle": "Spraak- en video-oproepen (Beta)",
"startedACall": "Je belde $name$",
"answeredACall": "Bel met $name$",
"trimDatabase": "Database bijknippen",
"trimDatabaseDescription": "Vermindert uw berichtendatabase tot uw laatste 10.000 berichten.",
"trimDatabaseConfirmationBody": "Weet u zeker dat u uw $deleteAmount$ oudste ontvangen berichten wilt verwijderen?",
"pleaseWaitOpenAndOptimizeDb": "Please wait while your database is opened and optimized...",
"messageRequestPending": "Your message request is currently pending",
"messageRequestAccepted": "Your message request has been accepted",
"messageRequestAcceptedOurs": "You have accepted $name$'s message request",
"messageRequestAcceptedOursNoName": "You have accepted the message request",
"declineRequestMessage": "Are you sure you want to decline this message request?",
"respondingToRequestWarning": "Sending a message to this user will automatically accept their message request and reveal your Session ID.",
"pleaseWaitOpenAndOptimizeDb": "Een ogenblik geduld, de database wordt geopend en geoptimaliseerd...",
"messageRequestPending": "Je berichtverzoek is in afwachting",
"messageRequestAccepted": "Je berichtverzoek is geaccepteerd",
"messageRequestAcceptedOurs": "Je hebt de berichtaanvraag van $name$ geaccepteerd",
"messageRequestAcceptedOursNoName": "Je hebt de berichtaanvraag geaccepteerd",
"declineRequestMessage": "Weet je zeker dat je dit berichtverzoek wil afwijzen?",
"respondingToRequestWarning": "Door een bericht te versturen naar deze gebruiker accepteer je automatisch zijn of haar berichtverzoek en onthul je jouw Session ID.",
"hideRequestBanner": "Verberg banner met berichtverzoeken",
"openMessageRequestInbox": "Berichtverzoeken",
"noMessageRequestsPending": "Geen openstaande berichtverzoeken",
@ -486,16 +490,17 @@
"youHaveANewFriendRequest": "U heeft een nieuw vriendverzoek",
"clearAllConfirmationTitle": "Wis alle berichtverzoeken",
"clearAllConfirmationBody": "Weet je zeker dat je alle berichtverzoeken wilt wissen?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Er zijn geen berichten in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Je hebt geen berichten in <b>$name$</b>.",
"noMessagesInEverythingElse": "Je hebt geen berichten van <b>$name$</b>. Stuur een bericht om het gesprek te starten!",
"hideBanner": "Verbergen",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Sommige van uw apparaten gebruiken verouderde versies. Synchroniseren kan onbetrouwbaar zijn totdat ze zijn bijgewerkt.",
"openMessageRequestInboxDescription": "Bekijk je berichtverzoeken-inbox",
"clearAllReactions": "Weet je zeker dat je alle $emoji$ wilt wissen?",
"expandedReactionsText": "Minder tonen",
"reactionNotification": "Reageert op een bericht met $emoji$",
"rateLimitReactMessage": "Slow down! You've sent too many emoji reacts. Try again soon",
"rateLimitReactMessage": "Je hebt te veel emoji gestuurd. Probeer het binnenkort opnieuw",
"otherSingular": "$number$ andere",
"otherPlural": "$number$ anderen",
"reactionPopup": "reageerde met",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$ & $name3$ &",
"reactionListCountSingular": "En $otherSingular$ heeft gereageerd <span>$emoji$</span> op dit bericht",
"reactionListCountPlural": "En $otherPlural$ hebben gereageerd <span>$emoji$</span> op dit bericht"
"reactionListCountPlural": "En $otherPlural$ hebben gereageerd <span>$emoji$</span> op dit bericht",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Feil under behandling av innkommende beskjed",
"media": "Media",
"mediaEmptyState": "Ingen medier",
"document": "Document",
"documents": "Dokumenter",
"documentsEmptyState": "Ingen dokumenter",
"today": "I dag",
@ -70,9 +71,10 @@
"show": "Vis",
"sessionMessenger": "Økt",
"noSearchResults": "Ingen resultater funnet for «$searchTerm$»",
"conversationsHeader": "Kontakter og grupper",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakter",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Innstillinger",
"typingAlt": "Inntastingsanimasjon for denne samtalen",
"contactAvatarAlt": "Avatar for kontakt $name$",
@ -83,6 +85,7 @@
"you": "Du",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Du kan aktivere mikrofontilgang under: Innstillinger (Tannhjulssymbol) => Personvern",
"image": "Image",
"audio": "Lyd",
"video": "Video",
"photo": "Fotografi",
@ -178,7 +181,6 @@
"messageBodyMissing": "Vennligst tast inn beskjedinnhold.",
"messageBody": "Message body",
"unblockToSend": "Avblokker denne kontakten for å sende en beskjed.",
"unblockGroupToSend": "Denne gruppen er blokkert. Avblokker den hvis du ønsker å sende en beskjed.",
"youChangedTheTimer": "Du satte utløpstiden for beskjeder til $time$",
"timerSetOnSync": "Oppdaterte utløpstiden for beskjeder til $time$",
"theyChangedTheTimer": "$name$ satte utløpstiden for beskjeder til $time$",
@ -440,6 +442,8 @@
"clearAll": "Tøm alle",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Meldingsforespørsler",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Ventende forespørsler",
"requestsPlaceholder": "Ingen forespørsler",
"hideRequestBannerDescription": "Skjule banneret for meldingsforespørsler til du har mottatt en ny meldingsforespørsel.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Fjern alle meldingsforespørsler",
"clearAllConfirmationBody": "Er du sikker på at du ønsker å slette alle meldingsforespørsler?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Skjule",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Error handling incoming message",
"media": "Media",
"mediaEmptyState": "No media",
"document": "Document",
"documents": "Documents",
"documentsEmptyState": "No documents",
"today": "Today",
@ -70,9 +71,10 @@
"show": "Show",
"sessionMessenger": "Session",
"noSearchResults": "No results found for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contacts",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Typing animation for this conversation",
"contactAvatarAlt": "Avatar for contact $name$",
@ -83,6 +85,7 @@
"you": "You",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "You can enable microphone access under: Settings (Gear icon) => Privacy",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Photo",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "This group is blocked. Unlock it if you would like to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Zaproszenie do społeczności",
"joinOpenGroupAfterInvitationConfirmationTitle": "Dołączyć do $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Czy na pewno chcesz dołączyć do społeczności $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Nie można znaleźć odpowiedniego serwera społeczności",
"enterSessionIDOrONSName": "Wprowadź Session ID lub nazwę ONS",
"startNewConversationBy...": "Rozpocznij konwersację poprzez podanie ID kontaktu, lub udostępnij swój ID znajomemu.",
"loading": "Ładowanie...",
@ -45,6 +45,7 @@
"incomingError": "Błąd przy obsłudze przychodzącej wiadomości.",
"media": "Multimedia",
"mediaEmptyState": "Brak multimediów",
"document": "Document",
"documents": "Dokumenty",
"documentsEmptyState": "Brak dokumentów",
"today": "Dzisiaj",
@ -70,9 +71,10 @@
"show": "Pokaż",
"sessionMessenger": "Session",
"noSearchResults": "Brak wyników dla \"$searchTerm$\"",
"conversationsHeader": "Kontakty i grupy",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakty",
"messagesHeader": "Conversations",
"messagesHeader": "Rozmowy",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Ustawienia",
"typingAlt": "Animacja wskaźnika pisania w tej rozmowie",
"contactAvatarAlt": "Zdjęcie profilowe $name$",
@ -83,6 +85,7 @@
"you": "Ty",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Aby wysyłać wiadomości głosowe, zezwól Session na dostęp do mikrofonu.",
"image": "Image",
"audio": "Dźwięk",
"video": "Wideo",
"photo": "Zdjęcie",
@ -97,10 +100,10 @@
"messageDeletionForbidden": "Nie masz uprawnień do usunięcia wiadomości innych",
"deleteJustForMe": "Usuń tylko dla mnie",
"deleteForEveryone": "Usuń dla wszystkich",
"deleteMessagesQuestion": "Usunąć $count$ wiadomość?",
"deleteMessagesQuestion": "Usunąć $count$ wiadomości?",
"deleteMessageQuestion": "Usunąć tę wiadomość?",
"deleteMessages": "Usuń konwersację",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Usuń konwersację",
"deleted": "Usunięto $count$",
"messageDeletedPlaceholder": "Ta wiadomość została usunięta",
"from": "Od:",
@ -168,7 +171,7 @@
"createConversationNewContact": "Rozpocznij rozmowę z nowym kontaktem",
"createConversationNewGroup": "Utwórz grupę z istniejącymi kontaktami",
"joinACommunity": "Dołącz do społeczności",
"chooseAnAction": "Choose an action to start a conversation",
"chooseAnAction": "Wybierz akcję, aby rozpocząć rozmowę",
"newMessages": "Nowe wiadomości",
"notificationMostRecentFrom": "Najnowsza z: $name$",
"notificationFrom": "Od:",
@ -178,7 +181,6 @@
"messageBodyMissing": "Wpisz wiadomość.",
"messageBody": "Treść wiadomości",
"unblockToSend": "Odblokuj ten kontakt, aby wysłać wiadomość.",
"unblockGroupToSend": "Odblokuj tę grupę, aby wysłać wiadomość.",
"youChangedTheTimer": "Ustawiłeś(aś) znikające wiadomości na $time$.",
"timerSetOnSync": "Zmieniono czas znikających wiadomości na $time$",
"theyChangedTheTimer": "$name$ ustawił(a) znikające wiadomości na $time$.",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$name$ dołączyli do grupy.",
"kickedFromTheGroup": "$name$ został usunięty z grupy.",
"multipleKickedFromTheGroup": "$name$ zostali usunięci z grupy.",
"block": "Block",
"unblock": "Unblock",
"block": "Zablokuj",
"unblock": "Odblokuj",
"unblocked": "Odblokowano",
"blocked": "Zablokowany",
"blockedSettingsTitle": "Zablokowane kontakty",
@ -354,19 +356,19 @@
"searchFor...": "Szukaj w konwersacjach lub kontaktach",
"searchForContactsOnly": "Szukaj kontaktów",
"enterSessionID": "Wpisz identyfikator Session",
"enterSessionIDOfRecipient": "Wprowadź identyfikator sesji (ID) lub ONS twojego rozmówcy",
"enterSessionIDOfRecipient": "Wprowadź identyfikator Session lub ONS",
"message": "Wiadomość",
"appearanceSettingsTitle": "Wygląd",
"privacySettingsTitle": "Prywatność",
"notificationsSettingsTitle": "Powiadomienia",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Powiadomienia Audio",
"notificationsSettingsContent": "Zawartość powiadomień",
"notificationPreview": "Podgląd",
"recoveryPhraseEmpty": "Wpisz swoją frazę odzyskiwania",
"displayNameEmpty": "Wybierz wyświetlaną nazwę",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Nazwa jest zbyt długa",
"members": "$count$ członków",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ aktywnych użytkowników",
"join": "Dołącz",
"joinOpenGroup": "Dołącz do społeczności",
"createGroup": "Utwórz grupę",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Czy na pewno chcesz pobrać multimedia wysłane przez $name$?",
"pinConversation": "Przypnij konwersację",
"unpinConversation": "Odepnij konwersację",
"markUnread": "Mark Unread",
"markUnread": "Oznacz jako nieprzeczytane",
"showUserDetails": "Pokaż szczegóły użytkownika",
"sendRecoveryPhraseTitle": "Wysyłanie frazy odzyskiwania",
"sendRecoveryPhraseMessage": "Próbujesz wysłać frazę odzyskiwania, która może być użyta do uzyskania dostępu do twojego konta. Czy na pewno chcesz wysłać tę wiadomość?",
@ -440,6 +442,8 @@
"clearAll": "Wyczyść wszystko",
"clearDataSettingsTitle": "Wyczyść dane",
"messageRequests": "Żądania wiadomości",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Oczekujące Prośby",
"requestsPlaceholder": "Brak zapytań",
"hideRequestBannerDescription": "Ukryj informację o żądaniach wiadomości, dopóki nie otrzymasz nowego żądania wiadomości.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Masz nowe zaproszenie do znajomych",
"clearAllConfirmationTitle": "Wyczyść wszystkie żądania wiadomości",
"clearAllConfirmationBody": "Czy na pewno chcesz wyczyścić wszystkie żądania wiadomości?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Brak wiadomości w <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Nie masz żadnych wiadomości w <b>$name$</b>.",
"noMessagesInEverythingElse": "Nie masz wiadomości od <b>$name$</b>. Wyślij wiadomość, aby rozpocząć rozmowę!",
"hideBanner": "Ukryj",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Niektóre z Twoich urządzeń używają przestarzałych wersji. Synchronizacja może być niewiarygodna do czasu ich aktualizacji.",
"openMessageRequestInboxDescription": "Wyświetl prośby o kontakt",
"clearAllReactions": "Czy na pewno chcesz wyczyścić wszystkie $emoji$?",
"expandedReactionsText": "Pokaż mniej",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ i $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ i",
"reactionListCountSingular": "$otherSingular$ zareagował <span>$emoji$</span> na tę wiadomość",
"reactionListCountPlural": "$otherPlural$ zareagowali <span>$emoji$</span> na tę wiadomość"
"reactionListCountPlural": "$otherPlural$ zareagowali <span>$emoji$</span> na tę wiadomość",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Convite da comunidade",
"joinOpenGroupAfterInvitationConfirmationTitle": "Entrar em $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Você tem certeza que deseja entrar na comunidade $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Não foi possível localizar o servidor da comunidade correspondente",
"enterSessionIDOrONSName": "Insira seu ID Session ou ONS",
"startNewConversationBy...": "Inicie uma nova conversa inserindo o ID Session de alguém ou compartilhando o seu ID Session com alguém.",
"loading": "Carregando...",
@ -45,6 +45,7 @@
"incomingError": "Erro ao receber mensagem",
"media": "Mídia",
"mediaEmptyState": "Nenhuma mídia",
"document": "Document",
"documents": "Documentos",
"documentsEmptyState": "Nenhum documento",
"today": "Hoje",
@ -70,9 +71,10 @@
"show": "Exibir",
"sessionMessenger": "Session",
"noSearchResults": "Nenhum resultado encontrado para \"$searchTerm$\"",
"conversationsHeader": "Contatos e Grupos",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contatos",
"messagesHeader": "Conversations",
"messagesHeader": "Conversas",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Configurações",
"typingAlt": "Animação de digitação para esta conversa",
"contactAvatarAlt": "Avatar de $name$",
@ -83,6 +85,7 @@
"you": "Você",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Para enviar mensagens de áudio permita ao Session acessar o microfone.",
"image": "Image",
"audio": "Áudio",
"video": "Vídeo",
"photo": "Foto",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Excluir $count$ mensagens?",
"deleteMessageQuestion": "Excluir esta mensagem?",
"deleteMessages": "Apagar mensagens",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Excluir Conversa",
"deleted": "$count$ excluídos",
"messageDeletedPlaceholder": "Esta mensagem foi excluída",
"from": "De:",
@ -178,7 +181,6 @@
"messageBodyMissing": "Por favor, insira o corpo da mensagem.",
"messageBody": "Corpo da mensagem",
"unblockToSend": "Desbloquear este contato para enviar uma mensagem.",
"unblockGroupToSend": "Desbloquear este grupo para enviar uma mensagem.",
"youChangedTheTimer": "Você definiu o tempo de duração das mensagens efêmeras como $time$.",
"timerSetOnSync": "Cronômetro atualizado para $time$",
"theyChangedTheTimer": "$name$ definiu o tempo de duração das mensagens efêmeras como $time$.",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$name$ entraram no grupo.",
"kickedFromTheGroup": "$name$ foi removido(a) do grupo.",
"multipleKickedFromTheGroup": "$name$ foram removidos(as) do grupo.",
"block": "Block",
"unblock": "Unblock",
"block": "Bloquear",
"unblock": "Desbloquear",
"unblocked": "Desbloqueado",
"blocked": "Bloqueado",
"blockedSettingsTitle": "Contatos Bloqueados",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "Aparência",
"privacySettingsTitle": "Privacidade",
"notificationsSettingsTitle": "Notificações",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Notificações de Som",
"notificationsSettingsContent": "Conteúdo de Notificação",
"notificationPreview": "Pré-visualizar",
"recoveryPhraseEmpty": "Digite sua frase de recuperação",
"displayNameEmpty": "Escolha um nome de exibição",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Nome de exibição é muito longo",
"members": "$count$ membros",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ Membros ativos",
"join": "Entrar",
"joinOpenGroup": "Entrar na Comunidade",
"createGroup": "Criar Grupo",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Tem certeza de que deseja baixar a mídia enviada por $name$?",
"pinConversation": "Fixar conversa",
"unpinConversation": "Desafixar conversa",
"markUnread": "Mark Unread",
"markUnread": "Marcar como não lido",
"showUserDetails": "Mostrar Detalhes do Usuário",
"sendRecoveryPhraseTitle": "Enviando frase de recuperação",
"sendRecoveryPhraseMessage": "Você está tentando enviar a sua frase de recuperação que pode ser usada para acessar a sua conta. Tem certeza de que deseja enviar esta mensagem?",
@ -440,6 +442,8 @@
"clearAll": "Apagar Tudo",
"clearDataSettingsTitle": "Limpar Dados",
"messageRequests": "Pedidos de Mensagem",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Solicitações Pendentes",
"requestsPlaceholder": "Nenhuma solicitação",
"hideRequestBannerDescription": "Ocultar o banner de notificação de mensagem até você receber uma nova solicitação de mensagem.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Você tem uma nova solicitação de amizade",
"clearAllConfirmationTitle": "Limpar todas as solicitações de mensagem",
"clearAllConfirmationBody": "Tem certeza de que deseja excluir todas as solicitações de mensagem?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Não há mensagens em <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Você não tem mensagens em <b>$name$</b>.",
"noMessagesInEverythingElse": "Você não tem mensagens de <b>$name$</b>. Envie uma mensagem para iniciar a conversa!",
"hideBanner": "Dispensar",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Alguns dos seus dispositivos estão usando versões desatualizadas. A sincronização pode não ser confiável até que sejam atualizados.",
"openMessageRequestInboxDescription": "Ver sua caixa de entrada de solicitação de mensagem",
"clearAllReactions": "Tem certeza que deseja limpar todos os $emoji$?",
"expandedReactionsText": "Mostrar menos",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "E $otherSingular$ reagiu <span>$emoji$</span> a esta mensagem",
"reactionListCountPlural": "E $otherPlural$ reagiu <span>$emoji$</span> a esta mensagem"
"reactionListCountPlural": "E $otherPlural$ reagiu <span>$emoji$</span> a esta mensagem",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Convite para a comunidade",
"joinOpenGroupAfterInvitationConfirmationTitle": "Aderir a $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Tem a certeza que pretende aderir à $roomName$ comunidade?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Não foi possível encontrar o servidor da comunidade correspondente",
"enterSessionIDOrONSName": "Insira o ID de Sessão ou um nome ONS",
"startNewConversationBy...": "Inicie uma nova conversa inserindo o ID do Session de alguém ou compartilhe o seu Session ID com eles.",
"loading": "A carregar...",
@ -45,6 +45,7 @@
"incomingError": "Erro a receber mensagem.",
"media": "Média",
"mediaEmptyState": "Não tem nenhum multimédia nesta conversa",
"document": "Document",
"documents": "Documentos",
"documentsEmptyState": "Não tem documentos nesta conversa",
"today": "Hoje",
@ -70,9 +71,10 @@
"show": "Mostrar",
"sessionMessenger": "Sessão",
"noSearchResults": "Sem resultados para \"$searchTerm$\"",
"conversationsHeader": "Contactos e Grupos",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contactos",
"messagesHeader": "Conversations",
"messagesHeader": "Conversas",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Definições",
"typingAlt": "Apresentar escrita com animação para esta conversa.",
"contactAvatarAlt": "Avatar do contacto $name$",
@ -83,6 +85,7 @@
"you": "Você",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Para enviar mensagens de áudio, permita que o Session aceda ao seu microfone.",
"image": "Image",
"audio": "Áudio",
"video": "Vídeo",
"photo": "Foto",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Apagar mensagens de $count$?",
"deleteMessageQuestion": "Eliminar esta mensagem?",
"deleteMessages": "Eliminar mensagens",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Excluir Conversa",
"deleted": "$count$ apagados",
"messageDeletedPlaceholder": "Esta mensagem foi eliminada",
"from": "De",
@ -178,7 +181,6 @@
"messageBodyMissing": "Por favor, insira o corpo da mensagem.",
"messageBody": "Corpo da mensagem",
"unblockToSend": "Desbloqueie este contacto para enviar uma mensagem.",
"unblockGroupToSend": "Desbloqueie este grupo para enviar uma mensagem.",
"youChangedTheTimer": "As suas mensagens irão desaparecer após $time$",
"timerSetOnSync": "Temporizador de destruição de mensagens atualizado para $time$",
"theyChangedTheTimer": "$name$ definiu a destruição de mensagens para $time$",
@ -221,10 +223,10 @@
"hideMenuBarTitle": "Ocultar Barra de Menu",
"hideMenuBarDescription": "Ativar a visibilidade da barra do menu do sistema.",
"startConversation": "Iniciar uma nova conversa…",
"invalidNumberError": "Please check the Session ID or ONS name and try again",
"invalidNumberError": "Por favor, verifique o Session ID ou ONS e tente novamente",
"failedResolveOns": "Falha ao resolver o nome do ONS",
"autoUpdateSettingTitle": "Atualização Automática",
"autoUpdateSettingDescription": "Automatically check for updates on startup.",
"autoUpdateSettingDescription": "Procurar atualizações no arranque.",
"autoUpdateNewVersionTitle": "Existe uma actualização disponível para o Session",
"autoUpdateNewVersionMessage": "Está disponível uma nova versão do Session.",
"autoUpdateNewVersionInstructions": "Pressione 'Reiniciar o Session' para aplicar as atualizações.",
@ -241,12 +243,12 @@
"multipleJoinedTheGroup": "$names$ juntou-se ao grupo",
"kickedFromTheGroup": "$name$ foi removido do grupo.",
"multipleKickedFromTheGroup": "$name$ foram removidos do grupo.",
"block": "Block",
"unblock": "Unblock",
"block": "Bloquear",
"unblock": "Desbloquear",
"unblocked": "Desbloqueado",
"blocked": "Bloqueado",
"blockedSettingsTitle": "Blocked Contacts",
"conversationsSettingsTitle": "Conversations",
"blockedSettingsTitle": "Contactos Bloqueados",
"conversationsSettingsTitle": "Conversas",
"unbanUser": "Restaurar utilizador",
"userUnbanned": "Utilizador restaurado com sucesso",
"userUnbanFailed": "Restauração falhada!",
@ -255,60 +257,60 @@
"userBanned": "User banned successfully",
"userBanFailed": "Banimento falhou!",
"leaveGroup": "Sair do Grupo",
"leaveAndRemoveForEveryone": "Leave Group and Remove for Everyone",
"leaveAndRemoveForEveryone": "Sair do Grupo e Remover Todos",
"leaveGroupConfirmation": "Você tem a certeza de que quer sair deste grupo?",
"leaveGroupConfirmationAdmin": "Como você é o administrador deste grupo, ao deixá-lo, este será removido para todos os membros atuais. Você tem a certeza de que quer sair deste grupo?",
"cannotRemoveCreatorFromGroup": "Não é possível remover este utilizador",
"cannotRemoveCreatorFromGroupDesc": "Você não pode remover este utilizador pois este é o criador do grupo.",
"noContactsForGroup": "Você ainda não tem contatos",
"failedToAddAsModerator": "Failed to add user as admin",
"failedToRemoveFromModerator": "Failed to remove user from the admin list",
"failedToAddAsModerator": "Falha ao adicionar usuário como administrador",
"failedToRemoveFromModerator": "Falha ao remover usuário da lista de administradores",
"copyMessage": "Copiar o texto da mensagem",
"selectMessage": "Selecionar mensagem",
"editGroup": "Editar grupo",
"editGroupName": "Editar o nome do grupo",
"updateGroupDialogTitle": "Updating $name$...",
"showRecoveryPhrase": "Recovery Phrase",
"yourSessionID": "Your Session ID",
"setAccountPasswordTitle": "Password",
"setAccountPasswordDescription": "Require password to unlock Session.",
"changeAccountPasswordTitle": "Change Password",
"changeAccountPasswordDescription": "Change the password required to unlock Session.",
"removeAccountPasswordTitle": "Remove Password",
"removeAccountPasswordDescription": "Remove the password required to unlock Session.",
"enterPassword": "Please enter your password",
"confirmPassword": "Confirm password",
"enterNewPassword": "Please enter your new password",
"confirmNewPassword": "Confirm new password",
"showRecoveryPhrasePasswordRequest": "Please enter your password",
"recoveryPhraseSavePromptMain": "Your recovery phrase is the master key to your Session ID — you can use it to restore your Session ID if you lose access to your device. Store your recovery phrase in a safe place, and don't give it to anyone.",
"invalidOpenGroupUrl": "Invalid URL",
"copiedToClipboard": "Copied",
"passwordViewTitle": "Enter Password",
"password": "Password",
"setPassword": "Set Password",
"changePassword": "Change Password",
"createPassword": "Create your password",
"removePassword": "Remove Password",
"updateGroupDialogTitle": "Atualizando $name$...",
"showRecoveryPhrase": "Frase de Recuperação",
"yourSessionID": "Seu Session ID",
"setAccountPasswordTitle": "Palavra-passe",
"setAccountPasswordDescription": "Exigir palavra-passe para desbloquear Session.",
"changeAccountPasswordTitle": "Alterar Palavra-passe",
"changeAccountPasswordDescription": "Altere a palavra-passe, necessária para desbloquear Session.",
"removeAccountPasswordTitle": "Remover palavra-passe",
"removeAccountPasswordDescription": "Remova a palavra-passe necessária para desbloquear Session.",
"enterPassword": "Por favor, introduza a sua palavra-passe",
"confirmPassword": "Confirmar palavra-passe",
"enterNewPassword": "Por favor introduza a sua nova palavra-passe",
"confirmNewPassword": "Confirme a nova palavra-passe",
"showRecoveryPhrasePasswordRequest": "Por favor, introduza a sua palavra-passe",
"recoveryPhraseSavePromptMain": "Sua frase de recuperação é a chave mestra para o seu Session ID — pode utilizá-lo para restaurar o seu ID Session se perder o acesso ao seu dispositivo. Guarde a sua frase de recuperação num local seguro e não a partilhe a ninguém.",
"invalidOpenGroupUrl": "URL Inválido",
"copiedToClipboard": "Copiado",
"passwordViewTitle": "Introduza a Palavra-passe",
"password": "Palavra-passe",
"setPassword": "Defina a Palavra-passe",
"changePassword": "Alterar Palavra-passe",
"createPassword": "Crie a sua Palavra-passe",
"removePassword": "Remover Palavra-passe",
"maxPasswordAttempts": "Senha inválida. Gostaria de redefinir a base de dados?",
"typeInOldPassword": "Please enter your current password",
"invalidOldPassword": "Old password is invalid",
"invalidPassword": "Invalid password",
"noGivenPassword": "Please enter your password",
"passwordsDoNotMatch": "Passwords do not match",
"setPasswordInvalid": "Passwords do not match",
"changePasswordInvalid": "The old password you entered is incorrect",
"removePasswordInvalid": "Incorrect password",
"setPasswordTitle": "Password Set",
"changePasswordTitle": "Password Changed",
"removePasswordTitle": "Password Removed",
"setPasswordToastDescription": "Your password has been set. Please keep it safe.",
"changePasswordToastDescription": "Your password has been changed. Please keep it safe.",
"removePasswordToastDescription": "Your password has been removed.",
"publicChatExists": "You are already connected to this community",
"connectToServerFail": "Couldn't join community",
"connectingToServer": "Connecting...",
"connectToServerSuccess": "Successfully connected to community",
"typeInOldPassword": "Insira a sua palavra-passe atual",
"invalidOldPassword": "Palavra-passe antiga é inválida",
"invalidPassword": "Palavra-passe incorreta",
"noGivenPassword": "Por favor, insira a sua palavra-passe",
"passwordsDoNotMatch": "As palavras-passes não correspondem",
"setPasswordInvalid": "As palavras-passes não correspondem",
"changePasswordInvalid": "A palavra-passe antiga que introduziu está incorreta",
"removePasswordInvalid": "Palavra-passe incorreta",
"setPasswordTitle": "Palavra-passe Definida",
"changePasswordTitle": "Palavra-passe Alterada",
"removePasswordTitle": "Palavra-passe Removida",
"setPasswordToastDescription": "Sua palavra-passe foi definida. Por favor, mantenha-a segura.",
"changePasswordToastDescription": "Sua palavra-passe foi alterada. Por favor, mantenha-a segura.",
"removePasswordToastDescription": "Sua palavra-passe foi removida.",
"publicChatExists": "Você já está conectado a esta comunidade",
"connectToServerFail": "Não foi possível participar na comunidade",
"connectingToServer": "A ligar...",
"connectToServerSuccess": "Conectado a comunidade com sucesso",
"setPasswordFail": "Falha ao colocar palavra-passe",
"passwordLengthError": "A palavra-passe deve ter entre 6 e 64 carateres",
"passwordTypeError": "A palavra-passe deve ser uma sequência de caracteres",
@ -351,98 +353,100 @@
"ByUsingThisService...": "Ao usar este serviço, concorda com os nossos <a href=\"https://getsession.org/terms-of-service \">Termos de Serviço</a> e <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Política de Privacidade</a>",
"beginYourSession": "Comece sua sessão.",
"welcomeToYourSession": "Bem-vindo(a) ao Session",
"searchFor...": "Search conversations and contacts",
"searchForContactsOnly": "Search for contacts",
"searchFor...": "Procurar conversas e contactos",
"searchForContactsOnly": "Pesquisar apenas em contactos",
"enterSessionID": "Inserir ID da sessão",
"enterSessionIDOfRecipient": "Enter your contact's Session ID or ONS",
"enterSessionIDOfRecipient": "Digite o Session ID ou ONS do contacto",
"message": "Mensagem",
"appearanceSettingsTitle": "Aspeto",
"privacySettingsTitle": "Privacidade",
"notificationsSettingsTitle": "Notificações",
"audioNotificationsSettingsTitle": "Audio Notifications",
"notificationsSettingsContent": "Notification Content",
"notificationPreview": "Preview",
"audioNotificationsSettingsTitle": "Notificações de Áudio",
"notificationsSettingsContent": "Conteúdo da Notificação",
"notificationPreview": "Pré-visualizar",
"recoveryPhraseEmpty": "Digite sua frase de recuperação",
"displayNameEmpty": "Please pick a display name",
"displayNameTooLong": "Display name is too long",
"members": "$count$ members",
"activeMembers": "$count$ active members",
"join": "Join",
"joinOpenGroup": "Join Community",
"createGroup": "Create Group",
"create": "Create",
"displayNameTooLong": "O nome de exibição é muito longo",
"members": "$count$ membros",
"activeMembers": "$count$ membros ativos",
"join": "Entrar",
"joinOpenGroup": "Junte-se à comunidade",
"createGroup": "Criar Grupo",
"create": "Criar",
"createClosedGroupNamePrompt": "Nome do Grupo",
"createClosedGroupPlaceholder": "Digite o nome do grupo",
"openGroupURL": "Community URL",
"enterAnOpenGroupURL": "Enter Community URL",
"openGroupURL": "URL da Comunidade",
"enterAnOpenGroupURL": "Insira o URL da comunidade",
"next": "Seguinte",
"invalidGroupNameTooShort": "Digite um nome de grupo",
"invalidGroupNameTooLong": "Digite um nome de grupo mais curto",
"pickClosedGroupMember": "Por favor escolha pelo menos 1 membro para o grupo",
"closedGroupMaxSize": "A group cannot have more than 100 members",
"noBlockedContacts": "You have no blocked contacts.",
"userAddedToModerators": "User added to admin list",
"userRemovedFromModerators": "User removed from admin list",
"orJoinOneOfThese": "Or join one of these...",
"helpUsTranslateSession": "Translate Session",
"closedGroupInviteFailTitle": "Group Invitation Failed",
"closedGroupInviteFailTitlePlural": "Group Invitations Failed",
"closedGroupInviteFailMessage": "Unable to successfully invite a group member",
"closedGroupInviteFailMessagePlural": "Unable to successfully invite all group members",
"closedGroupInviteOkText": "Retry invitations",
"closedGroupInviteSuccessTitlePlural": "Group Invitations Completed",
"closedGroupInviteSuccessTitle": "Group Invitation Succeeded",
"closedGroupInviteSuccessMessage": "Successfully invited group members",
"notificationForConvo": "Notifications",
"notificationForConvo_all": "All",
"notificationForConvo_disabled": "Disabled",
"notificationForConvo_mentions_only": "Mentions only",
"onionPathIndicatorTitle": "Path",
"onionPathIndicatorDescription": "Session hides your IP by bouncing your messages through several Service Nodes in Session's decentralized network. These are the countries your connection is currently being bounced through:",
"unknownCountry": "Unknown Country",
"device": "Device",
"destination": "Destination",
"learnMore": "Learn more",
"linkVisitWarningTitle": "Open this link in your browser?",
"linkVisitWarningMessage": "Are you sure you want to open $url$ in your browser?",
"open": "Open",
"audioMessageAutoplayTitle": "Autoplay Audio Messages",
"audioMessageAutoplayDescription": "Autoplay consecutive audio messages.",
"clickToTrustContact": "Click to download media",
"trustThisContactDialogTitle": "Trust $name$?",
"trustThisContactDialogDescription": "Are you sure you want to download media sent by $name$?",
"pinConversation": "Pin Conversation",
"unpinConversation": "Unpin Conversation",
"markUnread": "Mark Unread",
"showUserDetails": "Show User Details",
"sendRecoveryPhraseTitle": "Sending Recovery Phrase",
"sendRecoveryPhraseMessage": "You are attempting to send your recovery phrase which can be used to access your account. Are you sure you want to send this message?",
"dialogClearAllDataDeletionFailedTitle": "Data not deleted",
"dialogClearAllDataDeletionFailedDesc": "Data not deleted with an unknown error. Do you want to delete data from just this device?",
"dialogClearAllDataDeletionFailedTitleQuestion": "Do you want to delete data from just this device?",
"dialogClearAllDataDeletionFailedMultiple": "Data not deleted by those Service Nodes: $snodes$",
"dialogClearAllDataDeletionQuestion": "Would you like to clear this device only, or delete your data from the network as well?",
"clearDevice": "Clear Device",
"tryAgain": "Try Again",
"areYouSureClearDevice": "Are you sure you want to clear your device?",
"deviceOnly": "Clear Device Only",
"entireAccount": "Clear Device and Network",
"areYouSureDeleteDeviceOnly": "Are you sure you want to delete your device data only?",
"areYouSureDeleteEntireAccount": "Are you sure you want to delete your data from the network? If you continue, you will not be able to restore your messages or contacts.",
"iAmSure": "I am sure",
"recoveryPhraseSecureTitle": "You're almost finished!",
"recoveryPhraseRevealMessage": "Secure your account by saving your recovery phrase. Reveal your recovery phrase then store it safely to secure it.",
"recoveryPhraseRevealButtonText": "Reveal Recovery Phrase",
"closedGroupMaxSize": "Um grupo fechado não pode ter mais de 100 membros",
"noBlockedContacts": "Não tem contactos duplicados.",
"userAddedToModerators": "Usuário adicionado à lista de moderadores",
"userRemovedFromModerators": "Usuário removido da lista de moderadores",
"orJoinOneOfThese": "Ou entre num destes...",
"helpUsTranslateSession": "Traduzir Session",
"closedGroupInviteFailTitle": "Convite do Grupo falhou",
"closedGroupInviteFailTitlePlural": "Convites dos Grupos falhou",
"closedGroupInviteFailMessage": "Não foi possível convidar um membro do grupo",
"closedGroupInviteFailMessagePlural": "Não foi possível convidar todos os membros do grupo",
"closedGroupInviteOkText": "Tentar novamente Convites",
"closedGroupInviteSuccessTitlePlural": "Convites dos Grupos Enviados",
"closedGroupInviteSuccessTitle": "Convite do Grupo Concluído",
"closedGroupInviteSuccessMessage": "Membros convidados para o grupo com sucesso",
"notificationForConvo": "Notificações",
"notificationForConvo_all": "Tudo",
"notificationForConvo_disabled": "Desativado",
"notificationForConvo_mentions_only": "Apenas menções",
"onionPathIndicatorTitle": "Caminho",
"onionPathIndicatorDescription": "O Session oculta o seu IP ao enviar as suas mensagens através de vários Service Nodes na rede descentralizada do Session. Estes são os países pelos quais a sua ligação está atualmente a ser devolvida:",
"unknownCountry": "País Desconhecido",
"device": "Dispositivo",
"destination": "Destino",
"learnMore": "Saber mais",
"linkVisitWarningTitle": "Abrir este link no seu navegador?",
"linkVisitWarningMessage": "Tem certeza que deseja abrir o $url$ no seu navegador?",
"open": "Abrir",
"audioMessageAutoplayTitle": "Reproduzir Mensagens de Áudio automaticamente",
"audioMessageAutoplayDescription": "Reproduzir automaticamente mensagens de áudio consecutivas.",
"clickToTrustContact": "Clique para transferir o conteúdo media",
"trustThisContactDialogTitle": "Confia em $name$?",
"trustThisContactDialogDescription": "Tem certeza que deseja transferir media enviada por $name$?",
"pinConversation": "Fixar Conversa",
"unpinConversation": "Desafixar Conversa",
"markUnread": "Marcar como Não Lido",
"showUserDetails": "Mostrar detalhes do utilizador",
"sendRecoveryPhraseTitle": "Enviar frase de recuperação",
"sendRecoveryPhraseMessage": "Está a tentar enviar a sua frase de recuperação que pode ser utilizada para aceder à sua conta. Tem a certeza de que pretende enviar esta mensagem?",
"dialogClearAllDataDeletionFailedTitle": "Dados não eliminados",
"dialogClearAllDataDeletionFailedDesc": "Dados não eliminados com um erro desconhecido. Pretende apagar os dados apenas deste dispositivo?",
"dialogClearAllDataDeletionFailedTitleQuestion": "Pretende apagar os dados apenas deste dispositivo?",
"dialogClearAllDataDeletionFailedMultiple": "Dados não eliminados por esses nós de serviço: $snodes$",
"dialogClearAllDataDeletionQuestion": "Pretende apagar apenas este dispositivo ou apagar também os seus dados da rede?",
"clearDevice": "Apagar dispositivos",
"tryAgain": "Tentar novamente",
"areYouSureClearDevice": "Tem a certeza de que pretende limpar o seu dispositivo?",
"deviceOnly": "Apagar dispositivos",
"entireAccount": "Limpar do Dispositivo e da Rede",
"areYouSureDeleteDeviceOnly": "Tem a certeza de que pretende apagar apenas os dados do dispositivo?",
"areYouSureDeleteEntireAccount": "Tem a certeza de que pretende apagar os seus dados da rede? Se continuar, não será possível restaurar as suas mensagens ou contactos.",
"iAmSure": "Tenho certeza",
"recoveryPhraseSecureTitle": "Está quase a terminar!",
"recoveryPhraseRevealMessage": "Proteja a sua conta guardando a sua frase de recuperação. Revele a sua frase de recuperação e guarde-a em segurança para a proteger.",
"recoveryPhraseRevealButtonText": "Revelar a frase de recuperação",
"notificationSubtitle": "Definições de notificação",
"surveyTitle": "We'd Love Your Feedback",
"surveyTitle": "Gostaríamos de receber o seu feedback",
"faq": "FAQ",
"support": "Support",
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"support": "Suporte",
"clearAll": "Limpar tudo",
"clearDataSettingsTitle": "Apagar os dados",
"messageRequests": "Pedidos de Mensagem",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pedidos Pendentes",
"requestsPlaceholder": "Sem requisições",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
"hideRequestBannerDescription": "Ocultar a faixa de Pedido de mensagem até receber um novo pedido de mensagem.",
"incomingCallFrom": "Chamada recebida de '$name$'",
"ringing": "A tocar...",
"establishingConnection": "A estabelecer a ligação…",
@ -466,12 +470,12 @@
"callMediaPermissionsDescription": "Enables voice and video calls to and from other users.",
"callMediaPermissionsDialogContent": "Your IP address is visible to your call partner and an Oxen Foundation server while using beta calls. Are you sure you want to enable Voice and Video Calls?",
"callMediaPermissionsDialogTitle": "Voice and Video Calls (Beta)",
"startedACall": "You called $name$",
"answeredACall": "Call with $name$",
"trimDatabase": "Trim Database",
"trimDatabaseDescription": "Reduces your message database size to your last 10,000 messages.",
"trimDatabaseConfirmationBody": "Are you sure you want to delete your $deleteAmount$ oldest received messages?",
"pleaseWaitOpenAndOptimizeDb": "Please wait while your database is opened and optimized...",
"startedACall": "Você ligou $name$",
"answeredACall": "Chamada com $name$",
"trimDatabase": "Aparar a Base de Dados",
"trimDatabaseDescription": "Reduz o tamanho do banco de dados de mensagens para as suas últimas 10.000 mensagens.",
"trimDatabaseConfirmationBody": "Tem certeza que deseja excluir as suas mensagens recebidas mais antigas do que $deleteAmount$?",
"pleaseWaitOpenAndOptimizeDb": "Aguarde enquanto a sua base de dados é aberto e otimizado...",
"messageRequestPending": "Your message request is currently pending",
"messageRequestAccepted": "Your message request has been accepted",
"messageRequestAcceptedOurs": "You have accepted $name$'s message request",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -28,23 +28,24 @@
"viewMenuToggleFullScreen": "Comutare la ecran complet",
"viewMenuToggleDevTools": "Comutare unelte dezvoltator",
"contextMenuNoSuggestions": "Fără sugestii",
"openGroupInvitation": "Community invitation",
"openGroupInvitation": "Invitație într-un grup",
"joinOpenGroupAfterInvitationConfirmationTitle": "Alăturaţi-vă $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Are you sure you want to join the $roomName$ community?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"joinOpenGroupAfterInvitationConfirmationDesc": "Ești sigur că vrei să te alături grupului deschis $roomName$?",
"couldntFindServerMatching": "Nu s-a putut găsi serverul corespunzător grupului",
"enterSessionIDOrONSName": "Introdu ID sesiune sau nume ONS",
"startNewConversationBy...": "Start a new conversation by entering someone's Session ID or share your Session ID with them.",
"startNewConversationBy...": "Începe o conversație nouă introducând ID-ul sesiunii cuiva sau partajează-ți ID-ul sesiunii cu cineva.",
"loading": "Se încarcă...",
"done": "Gata",
"youLeftTheGroup": "Ai părăsit grupul",
"youGotKickedFromGroup": "Ai fost scos din grup.",
"unreadMessages": "Mesaje necitite",
"debugLogExplanation": "Acest log va fi salvat pe desktop.",
"reportIssue": "Report a Bug",
"reportIssue": "Raportați o problemă",
"markAllAsRead": "Marchează toate ca citite",
"incomingError": "Eroare la procesarea mesajului primit",
"media": "Media",
"mediaEmptyState": "Nu ai nici un fișier media în această conversație",
"document": "Document",
"documents": "Documente",
"documentsEmptyState": "Nu ai nici un document în această conversație",
"today": "Azi",
@ -62,17 +63,18 @@
"unableToLoadAttachment": "Nu s-a putut încărca atașamentul selectat.",
"offline": "Deconectat",
"debugLog": "Jurnalul de depanare",
"showDebugLog": "Export Logs",
"shareBugDetails": "Export your logs, then upload the file though Session's Help Desk.",
"showDebugLog": "Exportați jurnalele",
"shareBugDetails": "Exportă jurnalele, apoi încarcă fișierul prin Help-Desk-ul Session.",
"goToReleaseNotes": "Mergi la Notele de Lansare",
"goToSupportPage": "Mergi la Pagina de Suport",
"about": "Despre",
"show": "Afișează",
"sessionMessenger": "Sesiune",
"noSearchResults": "Nici un rezultat pentru \"$searchTerm$\"",
"conversationsHeader": "Contate și Grupuri",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Contacte",
"messagesHeader": "Conversations",
"messagesHeader": "Conversații",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Setări",
"typingAlt": "Animații la tastare pentru conversația curentă",
"contactAvatarAlt": "Avatar pentru contactul $name$",
@ -83,6 +85,7 @@
"you": "Tu",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Pentru a trimite mesaje audio, permite aplicației Session Desktop accesul la microfonul tău.",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Poză",
@ -97,24 +100,24 @@
"messageDeletionForbidden": "Nu aveţi permisiunea de a şterge mesajele altora",
"deleteJustForMe": "Șterge doar pentru mine",
"deleteForEveryone": "Șterge pentru toată lumea",
"deleteMessagesQuestion": "Delete $count$ messages?",
"deleteMessagesQuestion": "Șterge $count$ (de) mesaj(e)?",
"deleteMessageQuestion": "Ștergi acest mesaj?",
"deleteMessages": "Șterge mesajele",
"deleteConversation": "Delete Conversation",
"deleted": "$count$ deleted",
"deleteConversation": "Șterge conversația",
"deleted": "$count$ șters(e)",
"messageDeletedPlaceholder": "Acest mesaj a fost șters",
"from": "De la",
"to": "către",
"sent": "Trimis",
"received": "Primit",
"sendMessage": "Trimite mesaj",
"groupMembers": "Members",
"groupMembers": "Participanți",
"moreInformation": "Mai multe informații",
"resend": "Retrimite",
"deleteConversationConfirmation": "Şterg permanent acestă conversație?",
"clear": "Clear",
"clear": "Șterge",
"clearAllData": "Șterge toate datele",
"deleteAccountWarning": "This will permanently delete your messages and contacts.",
"deleteAccountWarning": "Mesajele și contactele vor fi șterse definitiv.",
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
"deleteContactConfirmation": "Sunteți sigur că vreți să ștergeți această conversație?",
"quoteThumbnailAlt": "Pictograma imaginii din mesajul citat",
@ -178,7 +181,6 @@
"messageBodyMissing": "Te rugăm să introduci conținutul mesajului.",
"messageBody": "Message body",
"unblockToSend": "Deblochează acest contact pentru a putea trimite mesaje.",
"unblockGroupToSend": "Deblochează acest grup pentru a putea trimite un mesaj.",
"youChangedTheTimer": "Ai setat timpul pentru mesajele care dispar la $time$",
"timerSetOnSync": "S-a actualizat timpul pentru mesajele care dispar la $time$",
"theyChangedTheTimer": "$name$ a setat timpul pentru mesajele care dispar la $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Solicitări mesaj",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Cereri în așteptare",
"requestsPlaceholder": "Nicio cerere",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Приглашение в группу",
"joinOpenGroupAfterInvitationConfirmationTitle": "Присоединиться к $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Вы уверены, что хотите присоединиться к группе $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Не удалось найти соответствующий сервер Сообщества",
"enterSessionIDOrONSName": "Введите Session ID или ONS имя",
"startNewConversationBy...": "Введите Session ID собеседника или отправьте ему ваш Session ID чтобы начать новую беседу.",
"loading": "Загружается...",
@ -45,6 +45,7 @@
"incomingError": "Ошибка при обработке входящего сообщения",
"media": "Медиа",
"mediaEmptyState": "Нет медиа-файлов",
"document": "Document",
"documents": "Документы",
"documentsEmptyState": "Нет документов",
"today": "Сегодня",
@ -70,9 +71,10 @@
"show": "Показать",
"sessionMessenger": "Session",
"noSearchResults": "Результаты не найдены для \"$searchTerm$\"",
"conversationsHeader": "Контакты и группы",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Контакты",
"messagesHeader": "Conversations",
"messagesHeader": "Чаты",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Настройки",
"typingAlt": "Анимация набора текста для этого разговора",
"contactAvatarAlt": "Аватар для контакта $name$",
@ -83,6 +85,7 @@
"you": "Вы",
"audioPermissionNeededTitle": "Требуется доступ к микрофону",
"audioPermissionNeeded": "Для отправки аудиосообщений разрешите Session доступ к микрофону (Настройки > Конфиденциальность)",
"image": "Image",
"audio": "Аудио",
"video": "Видео",
"photo": "Фото",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Удалить $count$ сообщений?",
"deleteMessageQuestion": "Удалить это сообщение?",
"deleteMessages": "Удалить сообщения",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Удалить чат",
"deleted": "$count$ Удалено",
"messageDeletedPlaceholder": "Это сообщение было удалено",
"from": "От:",
@ -178,7 +181,6 @@
"messageBodyMissing": "Пожалуйста, введите текст сообщения.",
"messageBody": "Текст сообщения",
"unblockToSend": "Разблокируйте этот контакт, чтобы отправить сообщение.",
"unblockGroupToSend": "Группа заблокирована. Разблокируйте группу чтобы отправить сообщение.",
"youChangedTheTimer": "Вы установили таймер для исчезающих сообщений на $time$.",
"timerSetOnSync": "Обновлен таймер исчезновения сообщений до $time$",
"theyChangedTheTimer": "$name$ установил(а) таймер для исчезающих сообщений на $time$.",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$name$ присоединились к группе.",
"kickedFromTheGroup": "$name$ был удален из группы.",
"multipleKickedFromTheGroup": "$name$ были удалены из группы.",
"block": "Block",
"unblock": "Unblock",
"block": "Блокировать",
"unblock": "Разблокировать",
"unblocked": "Разблокирован",
"blocked": "Заблокирован",
"blockedSettingsTitle": "Заблокированные контакты",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "Внешний вид",
"privacySettingsTitle": "Конфиденциальность",
"notificationsSettingsTitle": "Уведомления",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Звук для уведомлений",
"notificationsSettingsContent": "Содержимое уведомления",
"notificationPreview": "Предварительный просмотр",
"recoveryPhraseEmpty": "Введите секретную фразу",
"displayNameEmpty": "Пожалуйста, выберите отображаемое имя",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Отображаемое имя слишком длинное",
"members": "$count$ участников",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ активных участников",
"join": "Присоединиться",
"joinOpenGroup": "Присоединиться к сообществу",
"createGroup": "Создать группу",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Вы уверены, что хотите загрузить медиафайлы, присланные $name$?",
"pinConversation": "Закрепить беседу",
"unpinConversation": "Открепить беседу",
"markUnread": "Mark Unread",
"markUnread": "Пометить как непрочитанное",
"showUserDetails": "Показывать Сведения о Пользователе",
"sendRecoveryPhraseTitle": "Отправка секретной фразы",
"sendRecoveryPhraseMessage": "Вы пытаетесь отправить вашу секретную фразу, которая может быть использована для доступа к вашей учетной записи. Вы уверены, что хотите отправить это сообщение?",
@ -440,6 +442,8 @@
"clearAll": "Очистить всё",
"clearDataSettingsTitle": "Очистить данные",
"messageRequests": "Запросы на переписку",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Ожидающие рассмотрения запросы",
"requestsPlaceholder": "Нет запросов",
"hideRequestBannerDescription": "Скрыть баннер запроса на переписку, пока вы не получите новый запрос.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "У вас новая заявка в друзья",
"clearAllConfirmationTitle": "Очистить все запросы на переписку",
"clearAllConfirmationBody": "Вы уверены, что хотите удалить все запросы на переписку?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Нет никаких сообщений в <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "У Вас нет сообщений в <b>$name$</b>.",
"noMessagesInEverythingElse": "У Вас нет сообщений от <b>$name$</b>. Отправьте сообщение, чтобы начать чат!",
"hideBanner": "Скрыть",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Некоторые из Ваших устройств используют устаревшие версии. Синхронизация может быть ненадежной до тех пор, пока они не будут обновлены.",
"openMessageRequestInboxDescription": "Просмотреть входящие запросы на переписку",
"clearAllReactions": "Вы уверены, что хотите очистить все $emoji$?",
"expandedReactionsText": "Свернуть",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "И $otherSingular$ отреагировал <span>$emoji$</span> tна это сообщение",
"reactionListCountPlural": "И $otherPlural$ отреагировали <span>$emoji$</span> tна это сообщение"
"reactionListCountPlural": "И $otherPlural$ отреагировали <span>$emoji$</span> tна это сообщение",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "එන පණිවිඩය හැසිරවීමේ දෝෂයකි",
"media": "මාධ්‍යය",
"mediaEmptyState": "මාධ්‍යය නැත",
"document": "Document",
"documents": "ලේඛන",
"documentsEmptyState": "ලේඛන නැත",
"today": "අද",
@ -70,9 +71,10 @@
"show": "පෙන්වන්න",
"sessionMessenger": "සෙෂන්",
"noSearchResults": "\"$searchTerm$\" සඳහා සෙවුම් ප්‍රතිඵල නැත",
"conversationsHeader": "සම්බන්ධතා සහ කණ්ඩායම්",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "සබඳතා",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "සැකසුම්",
"typingAlt": "මෙම සංවාදය සඳහා සජීවිකරණය ටයිප් කිරීම",
"contactAvatarAlt": "සම්බන්ධතා $name$සඳහා අවතාරය",
@ -83,6 +85,7 @@
"you": "ඔබ",
"audioPermissionNeededTitle": "ශබ්දවාහිනියට ප්‍රවේශය අවශ්‍යයි",
"audioPermissionNeeded": "ඔබට මයික්‍රෆෝන ප්‍රවේශය සක්‍රීය කළ හැක්කේ: සැකසීම් (ගියර් නිරූපකය) => පෞද්ගලිකත්වය",
"image": "Image",
"audio": "ශ්‍රව්‍ය",
"video": "දෘශ්‍ය",
"photo": "ඡායා රූප",
@ -178,7 +181,6 @@
"messageBodyMissing": "කරුණාකර පණිවිඩ අන්තර්ගතයක් ඇතුළු කරන්න.",
"messageBody": "Message body",
"unblockToSend": "පණිවිඩය යැවීමට මෙම සබඳතාවය අනවහිර කරන්න.",
"unblockGroupToSend": "මෙම සමූහය අවහිර කර ඇත. ඔබ පණිවිඩය යැවීමට කැමති නම් අනවහිර කරන්න.",
"youChangedTheTimer": "ඔබ පණිවිඩ නොපෙනී යාමේ මුහුර්තකය $time$ ට සකසා ඇත",
"timerSetOnSync": "අතුරුදහන් වන පණිවිඩ ටයිමරය $time$වෙත යාවත්කාලීන කරන ලදී",
"theyChangedTheTimer": "$name$ පණිවිඩ නොපෙනී යාමේ මුහුර්තකය $time$ ට සකසා ඇත",
@ -440,6 +442,8 @@
"clearAll": "සියල්ල හිස් කරන්න",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "පණිවිඩ ඉල්ලීම්",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "පොරොත්තු ඉල්ලීම්",
"requestsPlaceholder": "ඉල්ලීම් නැත",
"hideRequestBannerDescription": "ඔබට නව පණිවිඩ ඉල්ලීමක් ලැබෙන තුරු පණිවිඩ ඉල්ලීම බැනරය සඟවන්න.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "සියලුම පණිවිඩ ඉල්ලීම් හිස් කරන්න",
"clearAllConfirmationBody": "ඔබට සියලු පණිවිඩ ඉල්ලීම් ඉවත් කිරීමට අවශ්‍ය බව විශ්වාසද?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "සඟවන්න",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -27,11 +27,11 @@
"viewMenuZoomOut": "Oddialiť",
"viewMenuToggleFullScreen": "Celá obrazovka",
"viewMenuToggleDevTools": "Nástroje pre vývojárov",
"contextMenuNoSuggestions": "Žiadne Návrhy",
"contextMenuNoSuggestions": "Žiadne návrhy",
"openGroupInvitation": "Komunitná pozvánka",
"joinOpenGroupAfterInvitationConfirmationTitle": "Pripojiť sa do $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Určite sa chcete pripojiť ku komunite $roomName$?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Nepodarilo sa nájsť príslušný server komunity",
"enterSessionIDOrONSName": "Zadajte Session ID alebo ONS meno",
"startNewConversationBy...": "Začnite novú konverzáciu zadaním niekoho Session ID alebo zdieľajte s ním svoje Session ID.",
"loading": "Nahrávanie...",
@ -45,6 +45,7 @@
"incomingError": "Chyba pri spracovaní prichádzajúcej správy",
"media": "Médiá",
"mediaEmptyState": "Táto konverzácia neobsahuje žiadne médiá",
"document": "Document",
"documents": "Dokumenty",
"documentsEmptyState": "Táto konverzácia neobsahuje žiadne dokumenty",
"today": "Dnes",
@ -70,9 +71,10 @@
"show": "Zobraziť",
"sessionMessenger": "Session",
"noSearchResults": "Žiadne výsledky pre \"$searchTerm$\"",
"conversationsHeader": "Kontakty a skupiny",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakty",
"messagesHeader": "Conversations",
"messagesHeader": "Konverzácie",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Nastavenia",
"typingAlt": "Animácia písania pre túto konverzáciu",
"contactAvatarAlt": "Avatar kontaktu $name$",
@ -83,6 +85,7 @@
"you": "Vy",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Pre posielanie zvukových správ, povoľte aplikácii Session Desktop prístup k mikrofónu.",
"image": "Image",
"audio": "Zvuk",
"video": "Video",
"photo": "Fotka",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Odstrániť $count$ správ?",
"deleteMessageQuestion": "Vymazať túto správu?",
"deleteMessages": "Zmazať správy",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Vymazať konverzáciu",
"deleted": "$count$ vymazaných",
"messageDeletedPlaceholder": "Táto správa bola vymazaná",
"from": "Od",
@ -178,7 +181,6 @@
"messageBodyMissing": "Prosím, zadajte text správy.",
"messageBody": "Obsah správy",
"unblockToSend": "Pre odoslanie správy kontakt odblokujte.",
"unblockGroupToSend": "Odblokujte skupinu pre poslanie správy.",
"youChangedTheTimer": "Nastavili ste časovač miznúcich správ na $time$",
"timerSetOnSync": "Časovač miznúcich správ nastavený na $time$",
"theyChangedTheTimer": "$name$ nastavil/a časovač miznúcich správ na $time$",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$names$ sa pripojili k skupine",
"kickedFromTheGroup": "$name$ bol/a odstránený/á zo skupiny.",
"multipleKickedFromTheGroup": "$name$ boli odstránení zo skupiny.",
"block": "Block",
"unblock": "Unblock",
"block": "Zablokovať",
"unblock": "Odblokovať",
"unblocked": "Odblokovaný",
"blocked": "Zablokovaný",
"blockedSettingsTitle": "Zablokované kontakty",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "Vzhľad",
"privacySettingsTitle": "Súkromie",
"notificationsSettingsTitle": "Upozornenia",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Zvukové upozornenia",
"notificationsSettingsContent": "Obsah upozornenia",
"notificationPreview": "Náhľad",
"recoveryPhraseEmpty": "Zadajte frázu pre obnovu",
"displayNameEmpty": "Please pick a display name",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Zobrazované meno je príliš dlhé",
"members": "$count$ členov",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ aktívnych členov",
"join": "Pripojiť sa",
"joinOpenGroup": "Pripojte sa ku komunite",
"createGroup": "Vytvoriť skupinu",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Ste si istí, že chcete stiahnuť médiá, ktoré poslal/a $name$?",
"pinConversation": "Pripnúť konverzáciu",
"unpinConversation": "Odopnúť konverzáciu",
"markUnread": "Mark Unread",
"markUnread": "Označiť ako neprečítané",
"showUserDetails": "Zobraziť podrobnosti o používateľovi",
"sendRecoveryPhraseTitle": "Odoslanie frázy pre obnovu",
"sendRecoveryPhraseMessage": "Pokúšate sa odoslať frázu na obnovenie, ktorá sa dá použiť na prístup k vášmu účtu. Ste si istí, že chcete odoslať túto správu?",
@ -440,6 +442,8 @@
"clearAll": "Vyčistiť všetko",
"clearDataSettingsTitle": "Vyčistiť údaje",
"messageRequests": "Žiadosti o správu",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Čakajúce žiadosti",
"requestsPlaceholder": "Žiadne žiadosti",
"hideRequestBannerDescription": "Skryť panel Žiadosť o správu, kým nedostanete novú žiadosť o správu.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Máte novú žiadosť o priateľstvo",
"clearAllConfirmationTitle": "Vyčistiť všetky žiadosti o správy",
"clearAllConfirmationBody": "Ste si istí, že chcete vyčistiť všetky žiadosti o správu?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "V <b>$name$</b> nie sú žiadne správy.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "V <b>$name$</b> nemáte žiadne správy.",
"noMessagesInEverythingElse": "Nemáte žiadne správy od <b>$name$</b>. Pošlite správu a začnite konverzáciu!",
"hideBanner": "Skryť",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Niektoré vaše zariadenia používajú zastarané verzie. Synchronizácia môže byť nespoľahlivá, kým nebudú aktualizované.",
"openMessageRequestInboxDescription": "Zobraziť vašu schránku prijatých žiadostí o správu",
"clearAllReactions": "Ste si istí, že chcete vymazať všetky $emoji$?",
"expandedReactionsText": "Zobraziť menej",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ a $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ a",
"reactionListCountSingular": "A $otherSingular$ reagoval <span>$emoji$</span> na túto správu",
"reactionListCountPlural": "A $otherPlural$ reagovali <span>$emoji$</span> na túto správu"
"reactionListCountPlural": "A $otherPlural$ reagovali <span>$emoji$</span> na túto správu",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Napaka pri obdelavi dohodnega sporočila",
"media": "Medijske datoteke",
"mediaEmptyState": "V tem pogovoru ni nobene medijske datoteke",
"document": "Document",
"documents": "Dokumenti",
"documentsEmptyState": "V tem pogovoru ni nobenega dokumenta",
"today": "Danes",
@ -70,9 +71,10 @@
"show": "Prikaži",
"sessionMessenger": "Session",
"noSearchResults": "Ni rezultata za \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Stiki",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Nastavitve",
"typingAlt": "Animacija tipkanja za ta pogovor",
"contactAvatarAlt": "Avatar uporabnika $name$",
@ -83,6 +85,7 @@
"you": "Vi",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Za pošiljanje glasovnih sporočil potrebuje aplikacija Session Desktop dostop do vašega mikrofona.",
"image": "Image",
"audio": "Zvok",
"video": "Video",
"photo": "Slika",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Vsebina sporočila",
"unblockToSend": "Za pošiljanje sporočila morate najprej odblokirati ta stik",
"unblockGroupToSend": "Odblokiraj to skupino za pošiljanje sporočila.",
"youChangedTheTimer": "Odštevanje za izginjajoča sporočila ste nastavili na $time$",
"timerSetOnSync": "Odštevanje za izginjajoča števila je bilo posodobljeno na $time$",
"theyChangedTheTimer": "Uporabnik $name$ je nastavil odštevanje za izginjajoča števila na $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Gabim në trajtimin e mesazhit ardhës",
"media": "Media",
"mediaEmptyState": "Không có đa phương tiện",
"document": "Document",
"documents": "Dokumente",
"documentsEmptyState": "Skeni ndonjë dokument në këtë bisedë",
"today": "Sot",
@ -70,9 +71,10 @@
"show": "Shfaqe",
"sessionMessenger": "Session",
"noSearchResults": "Ska përfundime për \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakte",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Animacion shtypjesh për këtë bisedë",
"contactAvatarAlt": "Avatar për kontaktin $name$",
@ -83,6 +85,7 @@
"you": "Ju",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Për të dërguar mesazhe audio, lejojeni Session-in për Desktop të përdorë mikrofonin tuaj.",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Foto",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Poista yhteystiedon esto lähettääksesi viestin.",
"unblockGroupToSend": "Ryhmä on estetty. Poista esto lähettääksesi viestin.",
"youChangedTheTimer": "E keni caktuar kohëmatësin e zhdukjes së mesazheve në $time$",
"timerSetOnSync": "Kohëmatësi i zhdukjes së mesazheve u përditësua në $time$",
"theyChangedTheTimer": "$name$ caktoi kohëmatësin e zhdukjes së mesazheve në $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -16,8 +16,8 @@
"editMenuCut": "Iseci",
"editMenuCopy": "Kopiraj",
"editMenuPaste": "Nalepi",
"editMenuDeleteContact": "Delete Contact",
"editMenuDeleteGroup": "Delete Group",
"editMenuDeleteContact": "Obrišite kontakt",
"editMenuDeleteGroup": "Obrišite grupu",
"editMenuSelectAll": "Select All",
"windowMenuClose": "Zatvori prozor",
"windowMenuMinimize": "Minimizuj",
@ -28,7 +28,7 @@
"viewMenuToggleFullScreen": "Uključi/isključi prikaz preko cеlog еkrana",
"viewMenuToggleDevTools": "Isključi/Uključi programerski mod",
"contextMenuNoSuggestions": "Nema predloga",
"openGroupInvitation": "Community invitation",
"openGroupInvitation": "Poziv za zajednicu",
"joinOpenGroupAfterInvitationConfirmationTitle": "Pridruži se $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Are you sure you want to join the $roomName$ community?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
@ -45,6 +45,7 @@
"incomingError": "Greška u prijemu dolazne poruke",
"media": "Медији",
"mediaEmptyState": "You dont have any media in this conversation",
"document": "Document",
"documents": "Dokumenta",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "Danas",
@ -70,9 +71,10 @@
"show": "Prikaži",
"sessionMessenger": "Sеsija",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Контакти",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Podešavanja",
"typingAlt": "Unos animacije za ovaj razgovor",
"contactAvatarAlt": "Avatar za kontakt $name$",
@ -83,6 +85,7 @@
"you": "Ti",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "Zvuk",
"video": "Video",
"photo": "Fotografija",
@ -178,7 +181,6 @@
"messageBodyMissing": "Molimo unesite poruku.",
"messageBody": "Message body",
"unblockToSend": "Одблокирајте дописника да би послали поруку.",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "Podesili ste tajmer za poruke koje nestaju na $time$",
"timerSetOnSync": "Podesili ste tajmer za poruke koje nestaju na $time$",
"theyChangedTheTimer": "$name$ podesili ste tajmer za poruke koje nestaju na $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Zahtevi za poruke",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Zahtev na čekanju",
"requestsPlaceholder": "Nema zahteva",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "Gemenskapsinbjudan",
"joinOpenGroupAfterInvitationConfirmationTitle": "Gå med i $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Är du säker på att du vill gå med i $roomName$ -gemenskapen?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"couldntFindServerMatching": "Kunde inte hitta motsvarande community-server",
"enterSessionIDOrONSName": "Ange sessions-ID eller ONS-namn",
"startNewConversationBy...": "Starta en ny diskussion genom att ange någons Sessions-ID eller dela ditt Sessions-ID med dem.",
"loading": "Läser in...",
@ -45,6 +45,7 @@
"incomingError": "Fel med att hantera inkommande meddelande",
"media": "Media",
"mediaEmptyState": "Du har inga mediefiler i denna konversation",
"document": "Document",
"documents": "Dokument",
"documentsEmptyState": "Du har inga dokument i denna konversation",
"today": "Idag",
@ -70,9 +71,10 @@
"show": "Visa",
"sessionMessenger": "Session",
"noSearchResults": "Inga resultat för \"$searchTerm$\"",
"conversationsHeader": "Kontakter och grupper",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontakter",
"messagesHeader": "Conversations",
"messagesHeader": "Konversationer",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Inställningar",
"typingAlt": "Skrivanimation för denna konversation",
"contactAvatarAlt": "Avatar för kontakten $name$",
@ -83,6 +85,7 @@
"you": "Du",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Om du vill skicka röstmeddelanden måste Session Desktop ha tillgång till din mikrofon.",
"image": "Image",
"audio": "Ljud",
"video": "Video",
"photo": "Foto",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "Radera $count$ meddelanden?",
"deleteMessageQuestion": "Radera detta meddelande?",
"deleteMessages": "Radera meddelanden",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Radera konversation",
"deleted": "$count$ raderades",
"messageDeletedPlaceholder": "Detta meddelande har tagits bort",
"from": "Från",
@ -178,7 +181,6 @@
"messageBodyMissing": "Ange ett meddelande.",
"messageBody": "Meddelandetext",
"unblockToSend": "Avblockera denna kontakt för att skicka meddelanden.",
"unblockGroupToSend": "Avblockera denna grupp för att skicka meddelanden.",
"youChangedTheTimer": "Du satte tiden för försvinnande meddelanden till $time$",
"timerSetOnSync": "Uppdaterade tidsgränsen för försvinnande meddelanden till $time$",
"theyChangedTheTimer": "$name$ satte tiden för försvinnande meddelanden till $time$",
@ -241,8 +243,8 @@
"multipleJoinedTheGroup": "$names$ gick med i gruppen",
"kickedFromTheGroup": "$name$ togs bort från gruppen.",
"multipleKickedFromTheGroup": "$name$ vart borttagen från gruppen.",
"block": "Block",
"unblock": "Unblock",
"block": "Blockera",
"unblock": "Avblockera",
"unblocked": "Avblockerad",
"blocked": "Blockerad",
"blockedSettingsTitle": "Spärrade kontakter",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "Utseende",
"privacySettingsTitle": "Sekretess",
"notificationsSettingsTitle": "Aviseringar",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "Ljudaviseringar",
"notificationsSettingsContent": "Aviseringsinnehåll",
"notificationPreview": "Förhandsgranska",
"recoveryPhraseEmpty": "Ange din återställningsfras",
"displayNameEmpty": "Please pick a display name",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Visningsnamn för långt",
"members": "$count$ medlemmar",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ aktiva medlemmar",
"join": "Anslut",
"joinOpenGroup": "Gå med i gemenskapen",
"createGroup": "Skapa grupp",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "Är du säker du vill hämta media skickat av $name$?",
"pinConversation": "Fäst konversation",
"unpinConversation": "Lossa konversation",
"markUnread": "Mark Unread",
"markUnread": "Markera som oläst",
"showUserDetails": "Visa användardetaljer",
"sendRecoveryPhraseTitle": "Skickar återställningsfras",
"sendRecoveryPhraseMessage": "Du försöker skicka din återställningsfras som kan användas för att komma åt ditt konto. Är du säker på att du vill skicka detta meddelande?",
@ -440,6 +442,8 @@
"clearAll": "Rensa Allt",
"clearDataSettingsTitle": "Rensa data",
"messageRequests": "Meddelandeförfrågningar",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pågående förfrågningar",
"requestsPlaceholder": "Inga förfrågningar",
"hideRequestBannerDescription": "Dölj annonsen för meddelandebegäran tills du får en ny meddelandeförfrågan.",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "Du har en ny vänförfrågan",
"clearAllConfirmationTitle": "Rensa alla meddelandeförfrågningar",
"clearAllConfirmationBody": "Är du säker på att du vill rensa alla meddelandeförfrågningar?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Det finns inga meddelanden i <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "Det finns inga meddelanden i <b>$name$</b>.",
"noMessagesInEverythingElse": "Du har inga meddelanden från <b>$name$</b>. Skicka ett meddelande för att starta konversationen!",
"hideBanner": "Dölj",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Några av dina enheter använder gamla versioner. Synkronisering kan vara opålitlig tills de uppdateras.",
"openMessageRequestInboxDescription": "Visa inkorg för meddelandebegäran",
"clearAllReactions": "Vill du verkligen rensa alla $emoji$ ?",
"expandedReactionsText": "Visa färre",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "Ytterligare $otherSingular$ har reagerat <span>$emoji$</span> på detta meddelande",
"reactionListCountPlural": "Ytterligare $otherPlural$ har reagerat <span>$emoji$</span> på detta meddelande"
"reactionListCountPlural": "Ytterligare $otherPlural$ har reagerat <span>$emoji$</span> på detta meddelande",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "உள்வரும் செய்தியைக் கையாள்வதில் பிழை",
"media": "பதிவுகள்",
"mediaEmptyState": "பதிவுகள் இல்லை",
"document": "Document",
"documents": "ஆவணங்கள்",
"documentsEmptyState": "ஆவணங்கள் இல்லை",
"today": "இன்று",
@ -70,9 +71,10 @@
"show": "காட்டு",
"sessionMessenger": "செஸ்ஸன்",
"noSearchResults": "\"{$searchTerm$\" க்கான தேடல் முடிவுகள் எதுவும் இல்லை",
"conversationsHeader": "தொடர்புகள் மற்றும் குழுக்கள்",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "தொடர்புகள்",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "அமைப்புகள்",
"typingAlt": "இந்த உரையாடலுக்கான அனிமேஷன் தட்டச்சு",
"contactAvatarAlt": "தொடர்பு $name$ க்கான அவதார்",
@ -83,6 +85,7 @@
"you": "நீங்கள்",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "இதன் கீழ் மைக்ரோஃபோன் அணுகலை இயக்கலாம்: அமைப்புகள் (கியர் ஐகான்) => தனியுரிமை",
"image": "Image",
"audio": "கேட்பொலி",
"video": "காணொளி",
"photo": "புகைப்படம்",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "This group is blocked. Unlock it if you would like to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "เกิดข้อผิดพลาดในการจัดการข้อความขาเข้า",
"media": "สื่อ",
"mediaEmptyState": "คุณไม่มีสื่อข้อมูลใดๆ ในการสนทนานี้",
"document": "Document",
"documents": "เอกสาร",
"documentsEmptyState": "คุณไม่มีเอกสารใดๆ ในการสนทนานี้",
"today": "วันนี้",
@ -70,9 +71,10 @@
"show": "แสดง",
"sessionMessenger": "Session",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Contacts and Groups",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "ผู้ติดต่อ",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Typing animation for this conversation",
"contactAvatarAlt": "ภาพบุคคลที่ติดต่อ",
@ -83,6 +85,7 @@
"you": "คุณ",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "เพื่อจะส่งข้อความเสียง ต้องอนุญาตให้ Session Desktop ใช้งานไมโครโฟนของคุณ",
"image": "Image",
"audio": "เสียง",
"video": "วิดีโอ",
"photo": "รูปภาพ",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "เลิกปิดกั้นผู้ติดต่อนี้เพื่อส่งข้อความ",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "คุณตั้งค่าตัวตั้งเวลาไว้ที่ $time$",
"timerSetOnSync": "ตั้งค่าตัวตั้งเวลาไว้ที่ $time$",
"theyChangedTheTimer": "$name$ ตั้งค่าตัวตั้งเวลาไว้ที่ $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Error sa paghawak ng papasok na mensahe",
"media": "Media",
"mediaEmptyState": "Walang media",
"document": "Document",
"documents": "Mga dokumento",
"documentsEmptyState": "Walang mga dokumento",
"today": "Ngayong Araw",
@ -70,9 +71,10 @@
"show": "Ipakita",
"sessionMessenger": "Session",
"noSearchResults": "Walang nakitang mga resulta para sa \"$searchTerm$\"",
"conversationsHeader": "Mga Contact at Grupo",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Mga Contact",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Settings",
"typingAlt": "Pag-type ng animation para sa usapan na ito",
"contactAvatarAlt": "Avatar para sa contact na si $name$",
@ -83,6 +85,7 @@
"you": "Ikaw",
"audioPermissionNeededTitle": "Kinakailangan ang Access sa Microphone",
"audioPermissionNeeded": "Maaari mong i-enable ang access sa microphone sa ilalim ng: Settings (icon ng Gear) => Privacy",
"image": "Image",
"audio": "Audio",
"video": "Video",
"photo": "Larawan",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Unblock this contact to send a message.",
"unblockGroupToSend": "This group is blocked. Unlock it if you would like to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -28,12 +28,12 @@
"viewMenuToggleFullScreen": "Tam Ekranı Aç/Kapat",
"viewMenuToggleDevTools": "Geliştirici Araçlarını Aç/Kapat",
"contextMenuNoSuggestions": "Öneri Yok",
"openGroupInvitation": "Community invitation",
"openGroupInvitation": "Topluluk daveti",
"joinOpenGroupAfterInvitationConfirmationTitle": "$roomName$'e katıl?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Are you sure you want to join the $roomName$ community?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"joinOpenGroupAfterInvitationConfirmationDesc": "$roomName$ topluluğuna katılmak istediğinizden emin misiniz?",
"couldntFindServerMatching": "İlgili Topluluk sunucusu bulunamadı",
"enterSessionIDOrONSName": "Session Kimliğini veya ONS adını girin",
"startNewConversationBy...": "Start a new conversation by entering someone's Session ID or share your Session ID with them.",
"startNewConversationBy...": "Birinin Oturum Kimliğini girerek yeni bir konuşma başlatın veya Oturum Kimliğinizi onunla paylaşın.",
"loading": "Yükleniyor...",
"done": "Tamamlandı",
"youLeftTheGroup": "Gruptan ayrıldınız",
@ -45,6 +45,7 @@
"incomingError": "Gelen ileti işlenirken hata oluştu",
"media": "Medya",
"mediaEmptyState": "Bu sohbette hiç medya yok",
"document": "Document",
"documents": "Belgeler",
"documentsEmptyState": "Bu sohbette hiç belge yok",
"today": "Bugün",
@ -63,16 +64,17 @@
"offline": "Çevrimdışı",
"debugLog": "Hata Ayıklama Günlüğü",
"showDebugLog": "Günlüğu Dışa Aktar",
"shareBugDetails": "Export your logs, then upload the file though Session's Help Desk.",
"shareBugDetails": "Günlüklerinizi dışa aktarın, ardından dosyayı Session's Help Desk üzerinden yükleyin.",
"goToReleaseNotes": "Sürüm Notlarına Git",
"goToSupportPage": "Destek Sayfasına Git",
"about": "Hakkında",
"show": "Göster",
"sessionMessenger": "oturum",
"noSearchResults": "\"$searchTerm$\" için arama sonucu yok",
"conversationsHeader": "Arama sırasında çıkan Kişiler ve Gruplar bölümü başlığının sonuçları",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kişiler",
"messagesHeader": "Conversations",
"messagesHeader": "Sohbetler",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Ayarlar",
"typingAlt": "Bu sohbet için yazma animasyonu",
"contactAvatarAlt": "$name$ kişisinin avatarı",
@ -83,6 +85,7 @@
"you": "Siz",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "Sesli iletiler göndermek için, Session Desktop'ın mikrofonunuza erişimine izin verin.",
"image": "Image",
"audio": "Ses",
"video": "Video",
"photo": "Fotoğraf",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "$count$ mesajı sil?",
"deleteMessageQuestion": "Bu ileti silinsin mi?",
"deleteMessages": "İletileri sil",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Sohbeti Sil",
"deleted": "$count$ silinmiş",
"messageDeletedPlaceholder": "Bu ileti silindi",
"from": "Gönderen",
@ -115,58 +118,58 @@
"clear": "Temizle",
"clearAllData": "Tüm Veriyi Temizle",
"deleteAccountWarning": "Bu işlem mesajlarınızı ve kişilerinizi kalıcı olarak siler.",
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
"deleteAccountFromLogin": "Cihazınızı temizlemek istediğinizden emin misiniz?",
"deleteContactConfirmation": "Bu konuşmayı silmek istediğinizden emin misiniz?",
"quoteThumbnailAlt": "Alıntılanmış iletideki görüntünün önizlemesi",
"imageAttachmentAlt": "İletiye görüntü eklenmiş",
"videoAttachmentAlt": "Screenshot of video in message",
"videoAttachmentAlt": "Mesajdaki videonun ekran görüntüsü",
"lightboxImageAlt": "Konuşmada gönderilen görüntü",
"imageCaptionIconAlt": "Bu görüntünün başlığı olduğunu gösteren ikon",
"addACaption": "Bir başlık ekleyin...",
"copySessionID": "Session Kimliğini Kopyala",
"copyOpenGroupURL": "Copy Group URL",
"copyOpenGroupURL": "Grup URL'sini Kopyala",
"save": "Kaydet",
"saveLogToDesktop": "Günlüğü masaüstüne kaydet",
"saved": "Kaydedildi",
"tookAScreenshot": "$name$ ekran görüntüsü aldı",
"savedTheFile": "Medya, $name$ tarafından kaydedildi",
"linkPreviewsTitle": "Bağlantı Önizlemelerini Gönder",
"linkPreviewDescription": "Generate link previews for supported URLs.",
"linkPreviewDescription": "Desteklenen URL'ler için bağlantı önizlemeleri oluşturun.",
"linkPreviewsConfirmMessage": "Bağlantı önizlemeleri gönderirken tamamıyla metaveri korumasına sahip olmazsınız.",
"mediaPermissionsTitle": "Mikrofon",
"mediaPermissionsDescription": "Allow access to microphone.",
"mediaPermissionsDescription": "Mikrofona erişime izin verin.",
"spellCheckTitle": "Yazım Denetimi",
"spellCheckDescription": "Enable spell check when typing messages.",
"spellCheckDescription": "Mesaj yazarken yazım denetimini etkinleştirin.",
"spellCheckDirty": "Yeni ayarların uygulanması için Session'ı yeniden başlatmanız gerekiyor",
"readReceiptSettingDescription": "Send read receipts in one-to-one chats.",
"readReceiptSettingDescription": "Bire bir sohbetlerde okundu bilgisi gönderin.",
"readReceiptSettingTitle": "Gelenleri Oku",
"typingIndicatorsSettingDescription": "See and share typing indicators in one-to-one chats.",
"typingIndicatorsSettingDescription": "Bire bir sohbetlerde yazım göstergelerini görün ve paylaşın.",
"typingIndicatorsSettingTitle": "Yazıyor Göstergesi",
"zoomFactorSettingTitle": "Yakınlaştırma faktörü",
"themesSettingTitle": "Temalar",
"primaryColor": "Primary Colour",
"primaryColorGreen": "Primary color green",
"primaryColorBlue": "Primary color blue",
"primaryColorYellow": "Primary color yellow",
"primaryColorPink": "Primary color pink",
"primaryColorPurple": "Primary color purple",
"primaryColorOrange": "Primary color orange",
"primaryColorRed": "Primary color red",
"classicDarkThemeTitle": "Classic Dark",
"classicLightThemeTitle": "Classic Light",
"oceanDarkThemeTitle": "Ocean Dark",
"oceanLightThemeTitle": "Ocean Light",
"pruneSettingTitle": "Trim Communities",
"pruneSettingDescription": "Delete messages older than 6 months from Communities that have over 2,000 messages.",
"primaryColor": "Ana renk",
"primaryColorGreen": "Ana renk yeşil",
"primaryColorBlue": "Ana renk mavi",
"primaryColorYellow": "Ana renk sarı",
"primaryColorPink": "Ana renk pembe",
"primaryColorPurple": "Ana renk mor",
"primaryColorOrange": "Ana renk turuncu",
"primaryColorRed": "Ana renk kırmızı",
"classicDarkThemeTitle": "Klasik koyu",
"classicLightThemeTitle": "Klasik Aydınlık",
"oceanDarkThemeTitle": "Okyanus Karanlık",
"oceanLightThemeTitle": "Okyanus Aydınlık",
"pruneSettingTitle": "Toplulukları Kırp",
"pruneSettingDescription": "2.000'den fazla mesajı olan Topluluklardan 6 aydan eski mesajları silin.",
"enable": "Etkinleştir",
"keepDisabled": "Devre dışı tut",
"notificationSettingsDialog": "The information shown in notifications.",
"nameAndMessage": "Name & Content",
"notificationSettingsDialog": "Bildirimlerde gösterilen bilgiler.",
"nameAndMessage": "Ad ve İçerik",
"noNameOrMessage": "Ne gönderenin adını ne de iletisini",
"nameOnly": "Sadece gönderenin adı",
"newMessage": "Yeni İleti",
"createConversationNewContact": "Create a conversation with a new contact",
"createConversationNewGroup": "Create a group with existing contacts",
"createConversationNewContact": "Yeni bir kişiyle görüşme oluşturma",
"createConversationNewGroup": "Mevcut kişilerle bir grup oluşturun",
"joinACommunity": "Join a community",
"chooseAnAction": "Choose an action to start a conversation",
"newMessages": "Yeni İletiler",
@ -178,7 +181,6 @@
"messageBodyMissing": "Lütfen bir mesaj girin.",
"messageBody": "Message body",
"unblockToSend": "İleti göndermek için bu kişinin engellenmesini kaldırın.",
"unblockGroupToSend": "İleti göndermek için bu grubun engellenmesini kaldırın.",
"youChangedTheTimer": "Kaybolan ileti zamanlayıcsını $time$ olarak ayarladınız",
"timerSetOnSync": "Kaybolan ileti zamanlayıcısı $time$ olarak güncellendi",
"theyChangedTheTimer": "$name$ kaybolan ileti zamanlayıcısını $time$ olarak ayarladı",
@ -440,6 +442,8 @@
"clearAll": "Hepsini Temizle",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "İleti İstekleri",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Bekleyen İstekler",
"requestsPlaceholder": "İstek yok",
"hideRequestBannerDescription": "Yeni bir mesajn isteği alana kadar Mesaj İstekleri çubuğunu gizle.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Tüm Mesaj İsteklerini temizle",
"clearAllConfirmationBody": "Tüm mesaj isteklerinizi silmek istediğinizden emin misiniz?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Gizle",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -28,23 +28,24 @@
"viewMenuToggleFullScreen": "Відкрити на повний екран",
"viewMenuToggleDevTools": "Відкрити засоби розробника",
"contextMenuNoSuggestions": "Немає припущень",
"openGroupInvitation": "Community invitation",
"openGroupInvitation": "Запрошення до спільноти",
"joinOpenGroupAfterInvitationConfirmationTitle": "Приєднатися до $roomName$?",
"joinOpenGroupAfterInvitationConfirmationDesc": "Are you sure you want to join the $roomName$ community?",
"couldntFindServerMatching": "Couldn't find the corresponding Community server",
"enterSessionIDOrONSName": "Введіть ID сесії або ONS",
"startNewConversationBy...": "Start a new conversation by entering someone's Session ID or share your Session ID with them.",
"joinOpenGroupAfterInvitationConfirmationDesc": "Ви впевнені, що хочете приєднатися до спільноти $roomName$?",
"couldntFindServerMatching": "Не вдалося знайти відповідний сервер спільноти",
"enterSessionIDOrONSName": "Введіть Session ID або ім'я ONS",
"startNewConversationBy...": "Почніть нову розмову, ввівши чийсь Session ID або поділіться з ним своїм Session ID.",
"loading": "Оновлення…",
"done": "Виконано",
"youLeftTheGroup": "Ви покинули групу",
"youGotKickedFromGroup": "Вас вилучили з групи.",
"unreadMessages": "Непрочитані Повідомлення",
"debugLogExplanation": "Цей журнал буде збережено на вашому робочому столі.",
"reportIssue": "Report a Bug",
"reportIssue": "Повідомити про помилку",
"markAllAsRead": "Позначити все як прочитане",
"incomingError": "Помилка обробки вхідних повідомлень",
"media": "Медіа-файли",
"mediaEmptyState": "You dont have any media in this conversation",
"document": "Document",
"documents": "Загальні документи",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "Сьогодні",
@ -62,17 +63,18 @@
"unableToLoadAttachment": "Unable to load selected attachment.",
"offline": "Оффлайн",
"debugLog": "Журнал відладки",
"showDebugLog": "Export Logs",
"shareBugDetails": "Export your logs, then upload the file though Session's Help Desk.",
"showDebugLog": "Експортувати журнали",
"shareBugDetails": "Експортуйте свої журнали, а потім завантажте файл через службу підтримки Session.",
"goToReleaseNotes": "Перейти в примітки до випуску",
"goToSupportPage": "Перейдіть на сторінку підтримки",
"about": "Про додаток",
"show": "Показати",
"sessionMessenger": "Сеанс",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Контакти та Групи",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Контакти",
"messagesHeader": "Conversations",
"messagesHeader": "Розмови",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Параметри",
"typingAlt": "Анімація вводу для цієї розмови",
"contactAvatarAlt": "Аватар для контакту $name$",
@ -83,6 +85,7 @@
"you": "Ви",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "Аудіо",
"video": "Відео",
"photo": "Світлини",
@ -96,11 +99,11 @@
"delete": "Видалити",
"messageDeletionForbidden": "У вас немає прав на видалення інших повідомлень",
"deleteJustForMe": "Видалити тільки для мене",
"deleteForEveryone": "Вилучити для всіх",
"deleteForEveryone": "Видалити для всіх",
"deleteMessagesQuestion": "Видалити ${ count } повідомлень?",
"deleteMessageQuestion": "Видалити це повідомлення?",
"deleteMessages": "Видалити повідомлення",
"deleteConversation": "Delete Conversation",
"deleteConversation": "Видалити розмову",
"deleted": "$count$ вилучено",
"messageDeletedPlaceholder": "Повідомлення видалено",
"from": "Від",
@ -108,67 +111,67 @@
"sent": "Надіслано",
"received": "Отримано",
"sendMessage": "Надіслати повідомлення",
"groupMembers": "Members",
"groupMembers": "Учасники",
"moreInformation": "Дізнатися більше",
"resend": "Надіслати повторно",
"deleteConversationConfirmation": "Видалити цю розмову без можливості відновлення?",
"clear": "Clear",
"clear": "Очистити",
"clearAllData": "Очистити всі дані",
"deleteAccountWarning": "This will permanently delete your messages and contacts.",
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
"deleteAccountWarning": "Це назавжди видалить повідомлення та контакти.",
"deleteAccountFromLogin": "Ви впевнені, що хочете очистити своє збереження?",
"deleteContactConfirmation": "Ви дійсно хочете видалити цю бесіду?",
"quoteThumbnailAlt": "Мініатюра зображення цитованого повідомлення",
"imageAttachmentAlt": "Зображення, прикріплене до повідомлення",
"videoAttachmentAlt": "Screenshot of video in message",
"videoAttachmentAlt": "Скріншот з відео, прикріпленого до повідомлення",
"lightboxImageAlt": "Зображення відправлено в бесіді",
"imageCaptionIconAlt": "Іконка, яка вказує на те, що це зображення має текстовий підпис",
"addACaption": "Додайте підпис...",
"copySessionID": "Скопіювати ідентифікатор Session",
"copyOpenGroupURL": "Copy Group URL",
"copyOpenGroupURL": "Скопіювати URL групи",
"save": "Зберегти",
"saveLogToDesktop": "Зберегти журнал на робочий стіл",
"saved": "Збережено",
"tookAScreenshot": "$name$ зробив знімок екрану",
"savedTheFile": "$name$ зберіг медіафайл",
"linkPreviewsTitle": "Надсилати попередній перегляд посилань",
"linkPreviewDescription": "Generate link previews for supported URLs.",
"linkPreviewDescription": "Активувати попередній перегляд для підтримуваних URL-адрес.",
"linkPreviewsConfirmMessage": "У вас не буде повного захисту метаданих при надсиланні попереднього перегляду посилань.",
"mediaPermissionsTitle": "Мікрофон",
"mediaPermissionsDescription": "Allow access to microphone.",
"mediaPermissionsDescription": "Дозволити доступ до мікрофона.",
"spellCheckTitle": "Перевірка орфографії",
"spellCheckDescription": "Enable spell check when typing messages.",
"spellCheckDescription": "Увімкнути перевірку орфографії під час введення повідомлень.",
"spellCheckDirty": "Вам необхідно перезапустити Session, щоб застосувати нові налаштування",
"readReceiptSettingDescription": "Send read receipts in one-to-one chats.",
"readReceiptSettingDescription": "Відправляти звіти про прочитання в особистих бесідах.",
"readReceiptSettingTitle": "Звіти про перегляд",
"typingIndicatorsSettingDescription": "See and share typing indicators in one-to-one chats.",
"typingIndicatorsSettingDescription": "Бачити та передавати індикатор про набір в особистих бесідах.",
"typingIndicatorsSettingTitle": "Індикатор набору тексту",
"zoomFactorSettingTitle": "Коефіцієнт масштабування",
"themesSettingTitle": "Themes",
"primaryColor": "Primary Colour",
"primaryColorGreen": "Primary color green",
"primaryColorBlue": "Primary color blue",
"primaryColorYellow": "Primary color yellow",
"primaryColorPink": "Primary color pink",
"primaryColorPurple": "Primary color purple",
"primaryColorOrange": "Primary color orange",
"primaryColorRed": "Primary color red",
"classicDarkThemeTitle": "Classic Dark",
"classicLightThemeTitle": "Classic Light",
"oceanDarkThemeTitle": "Ocean Dark",
"oceanLightThemeTitle": "Ocean Light",
"pruneSettingTitle": "Trim Communities",
"pruneSettingDescription": "Delete messages older than 6 months from Communities that have over 2,000 messages.",
"themesSettingTitle": "Теми",
"primaryColor": "Основний колір",
"primaryColorGreen": "Основний колір: зелений",
"primaryColorBlue": "Основний колір: синій",
"primaryColorYellow": "Основний колір: жовтий",
"primaryColorPink": "Основний колір: рожевий",
"primaryColorPurple": "Основний колір: фіолетовий",
"primaryColorOrange": "Основний колір: помаранчевий",
"primaryColorRed": "Основний колір: червоний",
"classicDarkThemeTitle": "Класична темна",
"classicLightThemeTitle": "Класичний світлий",
"oceanDarkThemeTitle": "Океанічна темна",
"oceanLightThemeTitle": "Океанічна світла",
"pruneSettingTitle": "Обрізати спільноти",
"pruneSettingDescription": "Видаляти повідомлення старші за 6 місяців зі спільнот, в яких налічується понад 2 000 повідомлень.",
"enable": "Увімкнути",
"keepDisabled": "Лишити вимкненим",
"notificationSettingsDialog": "The information shown in notifications.",
"nameAndMessage": "Name & Content",
"notificationSettingsDialog": "Інформація, що показується в сповіщеннях.",
"nameAndMessage": "Ім'я та вміст",
"noNameOrMessage": "Нічого",
"nameOnly": "Тільки ім'я відправника",
"newMessage": "Нове Повідомлення",
"createConversationNewContact": "Create a conversation with a new contact",
"createConversationNewGroup": "Create a group with existing contacts",
"joinACommunity": "Join a community",
"chooseAnAction": "Choose an action to start a conversation",
"createConversationNewContact": "Створити розмову з новим контактом",
"createConversationNewGroup": "Створити групу з наявними контактами",
"joinACommunity": "Приєднатися до спільноти",
"chooseAnAction": "Виберіть дію, щоб розпочати розмову",
"newMessages": "Нові Повідомлення",
"notificationMostRecentFrom": "Most recent from:",
"notificationFrom": "Від:",
@ -176,9 +179,8 @@
"sendFailed": "Send failed",
"mediaMessage": "Медіа повідомлення",
"messageBodyMissing": "Будь ласка, введіть текст повідомлення.",
"messageBody": "Message body",
"messageBody": "Вміст повідомлення",
"unblockToSend": "Розблокувати контакт.",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "Ви встановили таймер зникаючих повідомлень на $time$",
"timerSetOnSync": "Таймер зникаючих повідомлень оновлено на $time$",
"theyChangedTheTimer": "$name$ встановив/ла таймер зникаючих повіомлень на $time$",
@ -194,7 +196,7 @@
"timerOption_12_hours": "12 годин",
"timerOption_1_day": "1 день",
"timerOption_1_week": "1 тиждень",
"timerOption_2_weeks": "2 weeks",
"timerOption_2_weeks": "2 тижні",
"disappearingMessages": "Зникаючі повідомлення ",
"changeNickname": "Змінити нікнейм",
"clearNickname": "Clear nickname",
@ -212,19 +214,19 @@
"timerOption_12_hours_abbreviated": "12г",
"timerOption_1_day_abbreviated": "1д",
"timerOption_1_week_abbreviated": "1т",
"timerOption_2_weeks_abbreviated": "2w",
"timerOption_2_weeks_abbreviated": "2 тиж",
"disappearingMessagesDisabled": "Зникаючі повідомлення заборонені",
"disabledDisappearingMessages": "$name$ has turned off disappearing messages.",
"disabledDisappearingMessages": "$name$ вимкнув зникаючі повідомлення.",
"youDisabledDisappearingMessages": "You disabled disappearing messages",
"timerSetTo": "Таймер встановленно на $time$",
"noteToSelf": "Замітка для себе",
"hideMenuBarTitle": "Сховати панель меню",
"hideMenuBarDescription": "Toggle system menu bar visibility.",
"hideMenuBarDescription": "Увімкнути або вимкнути видимість панелі меню.",
"startConversation": "Почати нову розмову…",
"invalidNumberError": "Please check the Session ID or ONS name and try again",
"invalidNumberError": "Будь ласка, перевірте Session ID або ім'я ONS та спробуйте ще раз",
"failedResolveOns": "Не вдалося отримати назву ONS",
"autoUpdateSettingTitle": "Автоматичне оновлення",
"autoUpdateSettingDescription": "Automatically check for updates on startup.",
"autoUpdateSettingDescription": "Автоматично перевіряти наявність оновлень при запуску.",
"autoUpdateNewVersionTitle": "Доступне оновлення Session",
"autoUpdateNewVersionMessage": "Нова версія Session доступна.",
"autoUpdateNewVersionInstructions": "Натисніть кнопку \"Перезапустити Session\" для застосування оновлень.",
@ -241,28 +243,28 @@
"multipleJoinedTheGroup": "$names$ приєдналися до групи",
"kickedFromTheGroup": "$name$ було вилучено із групи.",
"multipleKickedFromTheGroup": "$name$ були вилучені із групи.",
"block": "Block",
"unblock": "Unblock",
"block": "Заблокувати",
"unblock": "Розблокувати",
"unblocked": "Розблоковано",
"blocked": "Заблоковано",
"blockedSettingsTitle": "Blocked Contacts",
"conversationsSettingsTitle": "Conversations",
"unbanUser": "Вилучити користувача з чорного списку",
"blockedSettingsTitle": "Заблоковані контакти",
"conversationsSettingsTitle": "Розмови",
"unbanUser": "Видалити користувача з чорного списку",
"userUnbanned": "Користувач успішно вилучений з чорного списку",
"userUnbanFailed": "Не вдалося вилучити з чорного списку!",
"userUnbanFailed": "Не вдалося видалити з чорного списку!",
"banUser": "Додати користувача до чорного списку",
"banUserAndDeleteAll": "Додати до чорного списку та вилучити всіх",
"banUserAndDeleteAll": "Додати до чорного списку та видалити всіх",
"userBanned": "User banned successfully",
"userBanFailed": "Не вдалося додати до чорного списку!",
"leaveGroup": "Вийти з групи",
"leaveAndRemoveForEveryone": "Leave Group and Remove for Everyone",
"leaveAndRemoveForEveryone": "Вийти з групи та видалити для всіх",
"leaveGroupConfirmation": "Ви дійсно хочете покинути цю групу?",
"leaveGroupConfirmationAdmin": "Оскільки ви є адміністратором цієї групи, якщо ви її залишите, то її буде видалено для всіх існуючих учасників. Ви впевнені, що хочете залишити цю групу?",
"cannotRemoveCreatorFromGroup": "Неможливо вилучити цього користувача",
"cannotRemoveCreatorFromGroupDesc": "Ви не можете вилучити цього користувача, оскільки він/вона є автром цієї групи.",
"cannotRemoveCreatorFromGroup": "Неможливо видалити цього користувача",
"cannotRemoveCreatorFromGroupDesc": "Ви не можете видалити цього користувача, оскільки він створив цю групу.",
"noContactsForGroup": "У вас ще немає жодних контактів",
"failedToAddAsModerator": "Failed to add user as admin",
"failedToRemoveFromModerator": "Failed to remove user from the admin list",
"failedToAddAsModerator": "Не вдалося додати користувача до адміністратора",
"failedToRemoveFromModerator": "Не вдалося видалити користувача зі списку адміністраторів",
"copyMessage": "Копіювати текст повідомлення",
"selectMessage": "Вибрати повідомлення",
"editGroup": "Редагувати групу",
@ -270,28 +272,28 @@
"updateGroupDialogTitle": "Оновлення $name$...",
"showRecoveryPhrase": "Фраза відновлення",
"yourSessionID": "Ваша Session ID адресса",
"setAccountPasswordTitle": "Password",
"setAccountPasswordDescription": "Require password to unlock Session.",
"changeAccountPasswordTitle": "Change Password",
"changeAccountPasswordDescription": "Change the password required to unlock Session.",
"removeAccountPasswordTitle": "Remove Password",
"removeAccountPasswordDescription": "Remove the password required to unlock Session.",
"setAccountPasswordTitle": "Пароль",
"setAccountPasswordDescription": "Вимагати пароль для розблокування Session.",
"changeAccountPasswordTitle": "Змінити пароль",
"changeAccountPasswordDescription": "Змінити пароль, необхідний для розблокування Session.",
"removeAccountPasswordTitle": "Видалити пароль",
"removeAccountPasswordDescription": "Змінити пароль, необхідний для розблокування Session.",
"enterPassword": "Будь ласка, введіть ваш пароль",
"confirmPassword": "Підтвердіть пароль",
"enterNewPassword": "Please enter your new password",
"confirmNewPassword": "Confirm new password",
"enterNewPassword": "Будь ласка, введіть новий пароль",
"confirmNewPassword": "Підтвердити новий пароль",
"showRecoveryPhrasePasswordRequest": "Будь ласка, введіть ваш пароль",
"recoveryPhraseSavePromptMain": "Ваша фраза відновлення - це головний ключ до вашогї Session ID адреси - ви можете використовувати її для відновлення вашої Session ID адреси якщо ви втратите доступ до пристрою. Запишіть на папері та зберігайте вашу фразу відновлення у безпечному місці і не дайте її нікому.",
"invalidOpenGroupUrl": "Недійсне URL посилання",
"copiedToClipboard": "Copied",
"passwordViewTitle": "Enter Password",
"copiedToClipboard": "Скопійовано",
"passwordViewTitle": "Введіть пароль",
"password": "Пароль",
"setPassword": "Встановити пароль",
"changePassword": "Змінити пароль",
"createPassword": "Create your password",
"createPassword": "Створіть пароль",
"removePassword": "Видалити пароль",
"maxPasswordAttempts": "Недійсний пароль. Бажаєте скинути базу паролів?",
"typeInOldPassword": "Please enter your current password",
"typeInOldPassword": "Будь ласка, введіть Ваш поточний пароль",
"invalidOldPassword": "Старий пароль невірний",
"invalidPassword": "Неправильний пароль",
"noGivenPassword": "Будь ласка, введіть ваш пароль",
@ -299,16 +301,16 @@
"setPasswordInvalid": "Паролі не співпадають",
"changePasswordInvalid": "Старий пароль введений невірно",
"removePasswordInvalid": "Неправильний пароль",
"setPasswordTitle": "Password Set",
"changePasswordTitle": "Password Changed",
"removePasswordTitle": "Password Removed",
"setPasswordTitle": "Пароль встановлено",
"changePasswordTitle": "Пароль змінено",
"removePasswordTitle": "Пароль видалено",
"setPasswordToastDescription": "Ваш пароль встановлено. Будь ласка, збережіть його в безпеці.",
"changePasswordToastDescription": "Ваш пароль змінено. Будь ласка, збережіть його в безпеці.",
"removePasswordToastDescription": "Your password has been removed.",
"publicChatExists": "You are already connected to this community",
"connectToServerFail": "Couldn't join community",
"removePasswordToastDescription": "Ваш пароль був видалений.",
"publicChatExists": "Ви вже підключені до цієї відкритої групи",
"connectToServerFail": "Не вдалося приєднатися до спільноти",
"connectingToServer": "Підключення...",
"connectToServerSuccess": "Successfully connected to community",
"connectToServerSuccess": "Успішно під'єднано до спільноти",
"setPasswordFail": "Не вдалося встановити пароль",
"passwordLengthError": "Пароль має бути довжиною від 6 до 64 символів",
"passwordTypeError": "Пароль повинен бути текстом",
@ -320,71 +322,71 @@
"editProfileModalTitle": "Профіль",
"groupNamePlaceholder": "Назва групи",
"inviteContacts": "Запросити з контактів",
"addModerators": "Add Admins",
"removeModerators": "Remove Admins",
"addAsModerator": "Add as Admin",
"removeFromModerators": "Remove From Admins",
"addModerators": "Додати адміністраторів",
"removeModerators": "Видалити адміністраторів",
"addAsModerator": "Додати як адміністратора",
"removeFromModerators": "Видалити з адміністраторів",
"add": "Додати",
"addingContacts": "Додати контактів до $name$",
"addingContacts": "Додати контакти в $name$",
"noContactsToAdd": "Немає контактів для додавання",
"noMembersInThisGroup": "Відсутні учасники у цій групі",
"noModeratorsToRemove": "no admins to remove",
"noModeratorsToRemove": "немає адміністраторів для видалення",
"onlyAdminCanRemoveMembers": "Ви не є власником",
"onlyAdminCanRemoveMembersDesc": "Тільки власник групи може видаляти користувачів",
"createAccount": "Create Account",
"startInTrayTitle": "Зберігати в системному треї",
"startInTrayDescription": "Keep Session running in the background when you close the window.",
"startInTrayDescription": "Залишати Session запущеним у фоновому режимі, коли ви закриєте вікно.",
"yourUniqueSessionID": "Привітайтеся зі своїм Session ID",
"allUsersAreRandomly...": "Ваш Session ID це унікальна адреса, яку люди можуть використовувати для зв’язку з вами в сеансі. Без жодного зв’язку з вашою справжньою особою ваш ідентифікатор сеансу є повністю анонімним і приватним.",
"getStarted": "Розпочнемо",
"createSessionID": "Створити Session ідентифікатор",
"createSessionID": "Створити Session ID",
"recoveryPhrase": "Фраза відновлення",
"enterRecoveryPhrase": "Введіть свою фразу відновлення",
"displayName": "Відображуване ім'я",
"anonymous": "Анонімно",
"removeResidueMembers": "Якщо натиснути «Ок», цих учасників також буде видалено, оскільки вони залишили групу.",
"enterDisplayName": "Введіть відображуване ім'я",
"enterDisplayName": "Введіть ім'я для показу",
"continueYourSession": "Продовжити сеанс",
"linkDevice": "Прив'язати пристрій",
"restoreUsingRecoveryPhrase": "Відновити обліковий запис",
"or": "або",
"ByUsingThisService...": "By using this service, you agree to our <a href=\"https://getsession.org/terms-of-service \">Terms of Service</a> and <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Privacy Policy</a>",
"ByUsingThisService...": "Користуючись цією службою, ви приймаєте наші <a href=\"https://getsession.org/terms-of-service \">Загальні положення та умови</a> та <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">Політику конфіденційності</a>",
"beginYourSession": "Почніть свою сесію.",
"welcomeToYourSession": "Ласкаво просимо до Session",
"searchFor...": "Search conversations and contacts",
"searchForContactsOnly": "Search for contacts",
"searchFor...": "Шукати розмови та контакти",
"searchForContactsOnly": "Пошук контактів",
"enterSessionID": "Введіть Session ID",
"enterSessionIDOfRecipient": "Enter your contact's Session ID or ONS",
"enterSessionIDOfRecipient": "Введіть Session ID або ваш ONS",
"message": "Написати",
"appearanceSettingsTitle": "Зовнішній вигляд",
"privacySettingsTitle": "Конфіденційність",
"notificationsSettingsTitle": "Сповіщення",
"audioNotificationsSettingsTitle": "Audio Notifications",
"notificationsSettingsContent": "Notification Content",
"notificationPreview": "Preview",
"audioNotificationsSettingsTitle": "Аудіосповіщення",
"notificationsSettingsContent": "Вміст сповіщення",
"notificationPreview": "Попередній перегляд",
"recoveryPhraseEmpty": "Введіть вашу фразу відновлення",
"displayNameEmpty": "Please pick a display name",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "Ім'я для показу занадто довге",
"members": "$count$ учасників",
"activeMembers": "$count$ active members",
"join": "Join",
"joinOpenGroup": "Join Community",
"createGroup": "Create Group",
"create": "Create",
"activeMembers": "$count$ активних учасників",
"join": "Приєднатися",
"joinOpenGroup": "Приєднатися до спільноти",
"createGroup": "Створити групу",
"create": "Створити",
"createClosedGroupNamePrompt": "Назва групи",
"createClosedGroupPlaceholder": "Введіть назву групи",
"openGroupURL": "Community URL",
"enterAnOpenGroupURL": "Enter Community URL",
"openGroupURL": "URL-адреса спільноти",
"enterAnOpenGroupURL": "Введіть URL-адресу спільноти",
"next": "Далі",
"invalidGroupNameTooShort": "Будь ласка, введіть назву групи",
"invalidGroupNameTooLong": "Будь ласка, введіть коротше ім'я групи",
"invalidGroupNameTooLong": "Будь ласка, введіть коротшу назву групи",
"pickClosedGroupMember": "Будь ласка виберіть принаймні 1 учасника групи",
"closedGroupMaxSize": "A group cannot have more than 100 members",
"noBlockedContacts": "You have no blocked contacts.",
"userAddedToModerators": "User added to admin list",
"userRemovedFromModerators": "User removed from admin list",
"orJoinOneOfThese": "Або приєднуйтесь до одного з цих...",
"helpUsTranslateSession": "Translate Session",
"closedGroupMaxSize": "Група не може мати більше ніж 100 учасників",
"noBlockedContacts": "Ви не маєте заблокованих контактів.",
"userAddedToModerators": "Користувач доданий в список адміністраторів",
"userRemovedFromModerators": "Користувача видалено зі списку адміністраторів",
"orJoinOneOfThese": "Або приєднуйтесь до однієї з цих...",
"helpUsTranslateSession": "Перекласти Session",
"closedGroupInviteFailTitle": "Помилка запрошення до групи",
"closedGroupInviteFailTitlePlural": "Помилка групових запрошень",
"closedGroupInviteFailMessage": "Не вдалося запросити учасника групи",
@ -392,7 +394,7 @@
"closedGroupInviteOkText": "Запросити ще раз",
"closedGroupInviteSuccessTitlePlural": "Запрошення в групу виконано",
"closedGroupInviteSuccessTitle": "Запрошення до групи виконано",
"closedGroupInviteSuccessMessage": "Successfully invited group members",
"closedGroupInviteSuccessMessage": "Успішно запрошено учасників групи",
"notificationForConvo": "Сповіщення",
"notificationForConvo_all": "Усі",
"notificationForConvo_disabled": "Вимкнено",
@ -406,14 +408,14 @@
"linkVisitWarningTitle": "Відкрити це посилання у твоєму браузері?",
"linkVisitWarningMessage": "Ви впевнені, що хочете відкрити $url$ у вашому браузері?",
"open": "Відкрити",
"audioMessageAutoplayTitle": "Autoplay Audio Messages",
"audioMessageAutoplayDescription": "Autoplay consecutive audio messages.",
"audioMessageAutoplayTitle": "Автовідтворення аудіоповідомлень",
"audioMessageAutoplayDescription": "Автовідтворення послідовних аудіоповідомлень.",
"clickToTrustContact": "Натисніть, щоб завантажити медіафайл",
"trustThisContactDialogTitle": "Довіряти $name$?",
"trustThisContactDialogDescription": "Ви впевнені що хочете завантажити медіафайл відправлений $name$?",
"trustThisContactDialogDescription": "Чи дійсно ви хочете звантажити медіафайл, відправлений $name$?",
"pinConversation": "Закріпити розмову",
"unpinConversation": "Відкріпити розмову",
"markUnread": "Mark Unread",
"markUnread": "Помітити як непрочитане",
"showUserDetails": "Показати деталі користувача",
"sendRecoveryPhraseTitle": "Надсилання фрази відновлення",
"sendRecoveryPhraseMessage": "Ви намагаєтеся надіслати фразу відновлення, яку можна використати для доступу до вашого облікового запису. Ви впевнені, що хочете надіслати це повідомлення?",
@ -421,25 +423,27 @@
"dialogClearAllDataDeletionFailedDesc": "Дані не видалено з невідомою помилкою. Видалити дані лише з цього пристрою?",
"dialogClearAllDataDeletionFailedTitleQuestion": "Видалити дані лише з цього пристрою?",
"dialogClearAllDataDeletionFailedMultiple": "Дані не видалено цими сервісними вузлами: $snodes$",
"dialogClearAllDataDeletionQuestion": "Would you like to clear this device only, or delete your data from the network as well?",
"clearDevice": "Clear Device",
"tryAgain": "Try Again",
"areYouSureClearDevice": "Are you sure you want to clear your device?",
"deviceOnly": "Clear Device Only",
"entireAccount": "Clear Device and Network",
"dialogClearAllDataDeletionQuestion": "Ви хочете очистити лише цей пристрій чи видалити також ваші дані з мережі?",
"clearDevice": "Очистити пристрій",
"tryAgain": "Спробуйте ще",
"areYouSureClearDevice": "Ви впевнені, що хочете очистити свій пристрій?",
"deviceOnly": "Очистити лише пристрій",
"entireAccount": "Очистити пристрій та мережу",
"areYouSureDeleteDeviceOnly": "Ви впевнені, що хочете видалити лише дані свого пристрою?",
"areYouSureDeleteEntireAccount": "Are you sure you want to delete your data from the network? If you continue, you will not be able to restore your messages or contacts.",
"areYouSureDeleteEntireAccount": "Ви впевнені, що хочете видалити дані з мережі? Якщо ви продовжите, то не зможете відновити ваші повідомлення або контакти.",
"iAmSure": "Я впевнений",
"recoveryPhraseSecureTitle": "Ви майже закінчили!",
"recoveryPhraseRevealMessage": "Захистіть свій обліковий запис, зберігши фразу відновлення. Розкрийте свою фразу відновлення, а потім збережіть її безпечно, щоб захистити.",
"recoveryPhraseRevealButtonText": "Показати фразу відновлення",
"notificationSubtitle": "Сповіщення - $setting$",
"surveyTitle": "We'd Love Your Feedback",
"faq": "FAQ",
"support": "Support",
"surveyTitle": "Будемо раді, якщо залишите нам відгук",
"faq": "Часті питання",
"support": "Служба підтримки",
"clearAll": "Очистити все",
"clearDataSettingsTitle": "Clear Data",
"clearDataSettingsTitle": "Очистити дані",
"messageRequests": "Запити на повідомлення",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Запити, що очікують на розгляд",
"requestsPlaceholder": "Немає запитів",
"hideRequestBannerDescription": "Приховати банер із запитом на повідомлення, доки не отримаєте новий запит на повідомлення.",
@ -449,10 +453,10 @@
"accept": "Прийняти",
"decline": "Відхилити",
"endCall": "Завершити виклик",
"permissionsSettingsTitle": "Permissions",
"helpSettingsTitle": "Help",
"permissionsSettingsTitle": "Дозволи",
"helpSettingsTitle": "Допомога",
"cameraPermissionNeededTitle": "Необхідні права на голосові/відеодзвінки",
"cameraPermissionNeeded": "Ви можете увімкнути дозвіл на \"Голосові й відео дзвінки\" у налаштуваннях конфіденційності.",
"cameraPermissionNeeded": "Ви можете увімкнути дозвіл «Голосові та відеодзвінки» в налаштуваннях конфіденційності.",
"unableToCall": "Спочатку скасуйте свій поточний дзвінок",
"unableToCallTitle": "Неможливо розпочати виклик",
"callMissed": "Пропущено виклик від $name$",
@ -460,12 +464,12 @@
"noCameraFound": "Камеру не знайдено",
"noAudioInputFound": "Не знайдено мікрофон",
"noAudioOutputFound": "Не знайдено навушників",
"callMediaPermissionsTitle": "Voice and Video Calls (Beta)",
"callMissedCausePermission": "Пропущений виклик від $name$, тому що вам потрібно ввімкнути дозвіл на голосові та відеодзвінки в параметрах конфіденційності.",
"callMediaPermissionsTitle": "Голосові та відеодзвінки (бета-версія)",
"callMissedCausePermission": "Ви пропустили дзвінок від $name$, оскільки вам потрібно ввімкнути дозвіл «Голосові та відеодзвінки» в налаштуваннях конфіденційності.",
"callMissedNotApproved": "Пропущений виклик від $name$ оскільки ви ще не схвалили цю розмову. Спочатку надішліть їм повідомлення.",
"callMediaPermissionsDescription": "Enables voice and video calls to and from other users.",
"callMediaPermissionsDialogContent": "Your IP address is visible to your call partner and an Oxen Foundation server while using beta calls. Are you sure you want to enable Voice and Video Calls?",
"callMediaPermissionsDialogTitle": "Voice and Video Calls (Beta)",
"callMediaPermissionsDescription": "Вмикає можливість здійснювати голосові та відеодзвінки іншим користувачам.",
"callMediaPermissionsDialogContent": "Ваша IP-адреса є видимою співрозмовнику і серверу Oxen Foundation під час використання бета-дзвінків. Ви дійсно хочете увімкнути голосові та відеодзвінки?",
"callMediaPermissionsDialogTitle": "Голосові та відеодзвінки (бета-версія)",
"startedACall": "Ви дзвонили $name$",
"answeredACall": "Дзвінок з $name$",
"trimDatabase": "Обрізати базу даних",
@ -479,30 +483,32 @@
"declineRequestMessage": "Ви впевнені, що бажаєте відхилити цей запит на повідомлення?",
"respondingToRequestWarning": "Надсилання повідомлення цьому користувачеві автоматично прийме його запит на повідомлення та розкриє ваш ідентифікатор сеансу.",
"hideRequestBanner": "Приховати банер запиту повідомлення",
"openMessageRequestInbox": "Message Requests",
"openMessageRequestInbox": "Запити на повідомлення",
"noMessageRequestsPending": "Немає незавершених запитів на повідомлення",
"noMediaUntilApproved": "Ви не можете надсилати вкладення, доки розмова не буде схвалена",
"mustBeApproved": "Цю розмову потрібно прийняти, щоб використовувати цю функцію",
"youHaveANewFriendRequest": "У вас є новий запит у друзі",
"clearAllConfirmationTitle": "Очистити всі запити",
"clearAllConfirmationBody": "Ви впевнені, що бажаєте очистити всі запити на повідомлення?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "Немає повідомлень в <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "У вас відсутні повідомлення в <b>$name$</b>.",
"noMessagesInEverythingElse": "У вас немає повідомлень від <b>$name$</b>. Надішліть повідомлення, щоб розпочати розмову!",
"hideBanner": "Приховати",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "Деякі з ваших пристроїв використовують застарілу версію. Синхронізація може бути ненадійною, доки вони не будуть оновлені.",
"openMessageRequestInboxDescription": "Перегляд папки вхідних повідомлень",
"clearAllReactions": "Are you sure you want to clear all $emoji$ ?",
"expandedReactionsText": "Show Less",
"reactionNotification": "Reacts to a message with $emoji$",
"rateLimitReactMessage": "Slow down! You've sent too many emoji reacts. Try again soon",
"otherSingular": "$number$ other",
"otherPlural": "$number$ others",
"reactionPopup": "reacted with",
"clearAllReactions": "Ви впевнені, що хочете стерти всі $emoji$?",
"expandedReactionsText": "Показати менше",
"reactionNotification": "Реагувати на повідомлення за допомогою $emoji$",
"rateLimitReactMessage": "Повільніше! Ви надіслали занадто багато реакцій емодзі. Спробуйте ще раз пізніше.",
"otherSingular": "$number$ інший",
"otherPlural": "$number$ інших",
"reactionPopup": "відреагували за допомогою",
"reactionPopupOne": "$name$",
"reactionPopupTwo": "$name$ & $name2$",
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionPopupTwo": "$name$ та $name2$",
"reactionPopupThree": "$name$, $name2$ та $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ та",
"reactionListCountSingular": "Та ще $otherSingular$ інший відреагував за допомогою <span>$emoji$</span> на це повідомлення",
"reactionListCountPlural": "Та ще $otherPlural$ інших відреагували за допомогою <span>$emoji$</span> на це повідомлення",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Kelgan maktubni tahrir qilishda hatolik yuz berdi",
"media": "Media",
"mediaEmptyState": "Mediasiz",
"document": "Document",
"documents": "Hujjatlar",
"documentsEmptyState": "Hujjatlar yoʻq",
"today": "Bugun",
@ -70,9 +71,10 @@
"show": "Ochish",
"sessionMessenger": "Session",
"noSearchResults": "\"$searchTerm$\" boʻyicha hech narsa topilmadi",
"conversationsHeader": "Kontaktlar va guruhlar",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Kontaktlar",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Tamir",
"typingAlt": "Yozib turganligini bildiruvchi uch nuqta",
"contactAvatarAlt": "Kishi rasmi $name$",
@ -83,6 +85,7 @@
"you": "Siz",
"audioPermissionNeededTitle": "Mikrafonni och",
"audioPermissionNeeded": "Mikrafonni Tamir qismidan (Belgisidan) ochishingiz yoki yopishingiz mumkin",
"image": "Image",
"audio": "Ovoz",
"video": "Video",
"photo": "Surat",
@ -178,7 +181,6 @@
"messageBodyMissing": "Iltimos, xabar matnini kiriting.",
"messageBody": "Xabar matni",
"unblockToSend": "Xabar yuborish uchun ushbu kontaktni blokdan chiqaring.",
"unblockGroupToSend": "Bu guruh bloklangan. Agar siz xabar yubormoqchi bo'lsangiz, uni blokdan chiqaring.",
"youChangedTheTimer": "Siz yo'qolgan xabar taymerini $time$ ga o'rnatdingiz",
"timerSetOnSync": "Yoʻqolgan xabar taymer $time$ qilib yangilandi",
"theyChangedTheTimer": "$name$ yoʻqolgan xabar taymerini $time$ ga oʻrnatdi",
@ -440,6 +442,8 @@
"clearAll": "Barchasini tozalash",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Message Requests",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Pending Requests",
"requestsPlaceholder": "No requests",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Yashirish",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "Lỗi xử lí tin nhắn mới nhận",
"media": "Đa phương tiện",
"mediaEmptyState": "Không có đa phương tiện",
"document": "Document",
"documents": "Tài liệu",
"documentsEmptyState": "You dont have any documents in this conversation",
"today": "Hôm nay",
@ -70,9 +71,10 @@
"show": "Hiển thị",
"sessionMessenger": "Session",
"noSearchResults": "No results for \"$searchTerm$\"",
"conversationsHeader": "Các liên hệ và nhóm",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "Liên hệ",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "Cài đặt",
"typingAlt": "Hoạt ảnh đánh chữ cho cuộc trò chuyện này",
"contactAvatarAlt": "Ảnh cá nhân cho liên hệ: $name$",
@ -83,6 +85,7 @@
"you": "Bạn",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "To send audio messages, allow Session Desktop to access your microphone.",
"image": "Image",
"audio": "Âm thanh",
"video": "Đoạn phim",
"photo": "Ảnh",
@ -178,7 +181,6 @@
"messageBodyMissing": "Please enter a message body.",
"messageBody": "Message body",
"unblockToSend": "Mở khóa người (liên lạc) này để gởi thông báo.",
"unblockGroupToSend": "Unblock this group to send a message.",
"youChangedTheTimer": "You set the disappearing message timer to $time$",
"timerSetOnSync": "Updated disappearing message timer to $time$",
"theyChangedTheTimer": "$name$ set the disappearing message timer to $time$",
@ -440,6 +442,8 @@
"clearAll": "Clear All",
"clearDataSettingsTitle": "Clear Data",
"messageRequests": "Các yêu cầu tin nhắn",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "Các yêu cầu dang chờ duyệt",
"requestsPlaceholder": "Không có yêu cầu",
"hideRequestBannerDescription": "Hide the Message Request banner until you receive a new message request.",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "Clear All Message Requests",
"clearAllConfirmationBody": "Are you sure you want to clear all message requests?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "Hide",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$, $name2$ & $name3$",
"reactionPopupMany": "$name$, $name2$, $name3$ &",
"reactionListCountSingular": "And $otherSingular$ has reacted <span>$emoji$</span> to this message",
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message"
"reactionListCountPlural": "And $otherPlural$ have reacted <span>$emoji$</span> to this message",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -31,7 +31,7 @@
"openGroupInvitation": "群聊邀请",
"joinOpenGroupAfterInvitationConfirmationTitle": "加入 $roomName$ 吗?",
"joinOpenGroupAfterInvitationConfirmationDesc": "你确定你要加入群聊 $roomName$ 吗?",
"couldntFindServerMatching": "无法找到相应的community服务器",
"couldntFindServerMatching": "无法找到相应的社区服务器",
"enterSessionIDOrONSName": "输入Session ID或ONS名称",
"startNewConversationBy...": "通过某人的 Session ID 或与他人分享你自己的 Session ID 来开始新的会话。",
"loading": "加载中...",
@ -45,6 +45,7 @@
"incomingError": "处理传入消息时出错",
"media": "媒体",
"mediaEmptyState": "此对话中没有媒体",
"document": "Document",
"documents": "文档",
"documentsEmptyState": "此对话中没有文档",
"today": "今天",
@ -70,9 +71,10 @@
"show": "显示",
"sessionMessenger": "Session会话",
"noSearchResults": "没有找到 “$searchTerm$” 相关结果",
"conversationsHeader": "联系人和群组",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "联系人",
"messagesHeader": "信息",
"messagesHeader": "对话",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "设置",
"typingAlt": "这个对话中的“正在输入”提示",
"contactAvatarAlt": "$name$的头像",
@ -83,6 +85,7 @@
"you": "您",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "发送音频消息前,请先允许 Session Desktop访问您的麦克风。",
"image": "Image",
"audio": "音频",
"video": "视频",
"photo": "照片",
@ -100,7 +103,7 @@
"deleteMessagesQuestion": "是否删除已被选择$count$条信息?",
"deleteMessageQuestion": "删除这条消息?",
"deleteMessages": "删除消息",
"deleteConversation": "Delete Conversation",
"deleteConversation": "删除对话",
"deleted": "$count$ 已删除",
"messageDeletedPlaceholder": "该消息已被删除",
"from": "来自",
@ -178,7 +181,6 @@
"messageBodyMissing": "请输入消息正文。",
"messageBody": "消息正文",
"unblockToSend": "取消屏蔽此联系人以发送消息。",
"unblockGroupToSend": "取消屏蔽此群组以发送消息。",
"youChangedTheTimer": "您已将阅后即焚的时长设为$time$",
"timerSetOnSync": "阅后即焚的时长已更新为$time$",
"theyChangedTheTimer": "$name$将阅后即焚的时长设为$time$",
@ -333,7 +335,7 @@
"onlyAdminCanRemoveMembersDesc": "只有群组的创建者可以移除用户",
"createAccount": "创建账号",
"startInTrayTitle": "保留在系统托盘",
"startInTrayDescription": "当您关闭窗口后Session会在后台继续运行.",
"startInTrayDescription": "关闭窗口时保持Session在后台运行.",
"yourUniqueSessionID": "向您的Session ID打个招呼吧",
"allUsersAreRandomly...": "您的Session ID是其他用户在与您聊天时使用的独一无二的地址。Session ID与您的真实身份无关它在设计上完全是匿名且私密的。",
"getStarted": "开始使用",
@ -348,7 +350,7 @@
"linkDevice": "关联设备",
"restoreUsingRecoveryPhrase": "恢复您的帐号",
"or": "或者",
"ByUsingThisService...": "使用服务过程中,您同意并接受我们的 <a href=\"https://getsession.org/terms-of-service \">服务条款</a> 和 <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">隐私政策</a>",
"ByUsingThisService...": "使用此服务即代表您同意我们的 <a href=\"https://getsession.org/terms-of-service \">服务条款</a> 和 <a href=\"https://getsession.org/privacy-policy\" target=\"_blank\">隐私政策</a>",
"beginYourSession": "开始<您的会话。",
"welcomeToYourSession": "欢迎来到 Session 。",
"searchFor...": "搜索对话内容或联系人",
@ -359,14 +361,14 @@
"appearanceSettingsTitle": "外观",
"privacySettingsTitle": "隐私",
"notificationsSettingsTitle": "通知",
"audioNotificationsSettingsTitle": "Audio Notifications",
"audioNotificationsSettingsTitle": "提示音",
"notificationsSettingsContent": "通知内容",
"notificationPreview": "通知效果预览",
"recoveryPhraseEmpty": "输入您的恢复口令",
"displayNameEmpty": "请设定一个名称",
"displayNameTooLong": "Display name is too long",
"displayNameTooLong": "显示名称过长",
"members": "$count$ 位成员",
"activeMembers": "$count$ active members",
"activeMembers": "$count$ 名活跃成员",
"join": "加入",
"joinOpenGroup": "加入社群",
"createGroup": "创建群组",
@ -413,7 +415,7 @@
"trustThisContactDialogDescription": "您确定要下载$name$发送的媒体消息吗?",
"pinConversation": "置顶对话",
"unpinConversation": "取消置顶对话",
"markUnread": "Mark Unread",
"markUnread": "标记未读",
"showUserDetails": "显示用户信息",
"sendRecoveryPhraseTitle": "正在发送恢复口令",
"sendRecoveryPhraseMessage": "您正在尝试发送恢复口令,它能用来登录和访问您的账号。\n您确定要发送该消息吗",
@ -440,6 +442,8 @@
"clearAll": "清除全部",
"clearDataSettingsTitle": "清除数据",
"messageRequests": "消息请求",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "待处理的请求",
"requestsPlaceholder": "无请求",
"hideRequestBannerDescription": "在您收到新的消息请求之前,隐藏此消息请求通知。",
@ -486,11 +490,12 @@
"youHaveANewFriendRequest": "您有一个新的好友申请",
"clearAllConfirmationTitle": "清除所有的消息请求",
"clearAllConfirmationBody": "您确定要清除所有的消息请求吗?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"noMessagesInReadOnly": "<b>$name$中没有消息</b>",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "你在<b>$name$</b>中没有消息",
"noMessagesInEverythingElse": "您没有来自 <b>$name$</b>的消息。发送一条消息开始对话!",
"hideBanner": "隐藏消息提示",
"someOfYourDeviceUseOutdatedVersion": "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.",
"someOfYourDeviceUseOutdatedVersion": "您的某些设备正在使用过时的版本。在更新之前同步可能不可靠。",
"openMessageRequestInboxDescription": "查看消息请求信箱",
"clearAllReactions": "您确定要清除所有 $emoji$ 吗?",
"expandedReactionsText": "展示更少",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$、$name2$ 与 $name3$",
"reactionPopupMany": "$name$、$name2$、$name3$ 与",
"reactionListCountSingular": "$otherSingular$ 对这消息回应 <span>$emoji$</span>",
"reactionListCountPlural": "$otherPlural$ 对这消息回应 <span>$emoji$</span>"
"reactionListCountPlural": "$otherPlural$ 对这消息回应 <span>$emoji$</span>",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -45,6 +45,7 @@
"incomingError": "在處理來訊時出現錯誤",
"media": "媒體",
"mediaEmptyState": "您在本次對話中無任何媒體檔案",
"document": "Document",
"documents": "文件",
"documentsEmptyState": "您在本次對話中無任何文件檔案",
"today": "今天",
@ -70,9 +71,10 @@
"show": "顯示",
"sessionMessenger": "Session",
"noSearchResults": "無 \"$searchTerm$\" 的搜尋結果",
"conversationsHeader": "聯絡人和群組",
"conversationsHeader": "Contacts and Groups: $count$",
"contactsHeader": "聯絡人",
"messagesHeader": "Conversations",
"searchMessagesHeader": "Messages: $count$",
"settingsHeader": "設定",
"typingAlt": "本次對話中輸入動畫",
"contactAvatarAlt": "聯絡人 $name$ 頭像圖示",
@ -83,6 +85,7 @@
"you": "你",
"audioPermissionNeededTitle": "Microphone access required",
"audioPermissionNeeded": "要傳送語音訊息,須授權 Siganl 桌面版可以使用您設備的麥克風。 ",
"image": "Image",
"audio": "聲音",
"video": "影片",
"photo": "照片",
@ -178,7 +181,6 @@
"messageBodyMissing": "請輸入訊息內容。",
"messageBody": "訊息正文",
"unblockToSend": "解鎖聯絡人來傳送訊息。",
"unblockGroupToSend": "解除此群組封鎖以傳送訊息。",
"youChangedTheTimer": "您設定訊息讀後焚毀的時間為 $time$",
"timerSetOnSync": "更新訊息讀後焚毀的計時器至 $time$",
"theyChangedTheTimer": "$name$ 設定訊息讀後焚毀的時間為 $time$",
@ -440,6 +442,8 @@
"clearAll": "全部清除",
"clearDataSettingsTitle": "清除資料",
"messageRequests": "訊息請求",
"blindedMsgReqsSettingTitle": "Community Message Requests",
"blindedMsgReqsSettingDesc": "Allow message requests from Community conversations.",
"requestsSubtitle": "等待中的請求",
"requestsPlaceholder": "沒有請求",
"hideRequestBannerDescription": "隱藏訊息請求橫幅直到您收到一則新的訊息請求。",
@ -487,6 +491,7 @@
"clearAllConfirmationTitle": "清除所有訊息請求",
"clearAllConfirmationBody": "您確定要清除所有訊息請求嗎?",
"noMessagesInReadOnly": "There are no messages in <b>$name$</b>.",
"noMessagesInBlindedDisabledMsgRequests": "<b>$name$</b> has message requests from Community conversations turned off, so you cannot send them a message.",
"noMessagesInNoteToSelf": "You have no messages in <b>$name$</b>.",
"noMessagesInEverythingElse": "You have no messages from <b>$name$</b>. Send a message to start the conversation!",
"hideBanner": "隱藏",
@ -504,5 +509,6 @@
"reactionPopupThree": "$name$、$name2$ 與 $name3$",
"reactionPopupMany": "$name$、$name2$、$name3$ 與",
"reactionListCountSingular": "$otherSingular$ 對此訊息回應 <span>$emoji$</span>",
"reactionListCountPlural": "$otherPlural$ 也對此訊息回應了<span>$emoji$</span>"
"reactionListCountPlural": "$otherPlural$ 也對此訊息回應了<span>$emoji$</span>",
"setDisplayPicture": "Set Display Picture"
}

View File

@ -834,11 +834,11 @@
color: var(--white-color);
font-size: 20px;
font-weight: normal;
letter-spacing: 0;
text-align: center;
font-size: 20px;
font-weight: normal;
letter-spacing: 0;
text-align: center;
background-color: rgba(0, 0, 0, 0.7);
}
.module-image__close-button {

View File

@ -8,7 +8,7 @@ interface Props {
initialItem: string;
items: Array<{ value: string; label: string }>;
group: string;
onClick: (selectedValue: string) => any;
onClick: (selectedValue: string) => void;
style?: CSSProperties;
}

View File

@ -832,8 +832,19 @@ class CompositionBoxInner extends React.Component<Props, State> {
}
private async onKeyDown(event: any) {
if (event.key === 'Enter' && !event.shiftKey && !event.nativeEvent.isComposing) {
// If shift, newline. If in IME composing mode, leave it to IME. Else send message.
const isEnter = event.key === 'Enter';
const isShiftEnter = event.shiftKey && isEnter;
const isShiftSendEnabled = window.getSettingValue(SettingsKey.hasShiftSendEnabled) as boolean;
const isNotComposing = !event.nativeEvent.isComposing;
if (isShiftSendEnabled && isEnter && isNotComposing) {
event.preventDefault();
if (isShiftEnter) {
await this.onSendMessage();
} else {
this.insertNewLine();
}
} else if (isEnter && !event.shiftKey && isNotComposing) {
event.preventDefault();
await this.onSendMessage();
} else if (event.key === 'Escape' && this.state.showEmojiPanel) {
@ -845,6 +856,34 @@ class CompositionBoxInner extends React.Component<Props, State> {
}
}
private insertNewLine() {
const messageBox = this.textarea.current;
if (!messageBox) {
return;
}
const { draft } = this.state;
const { selectedConversationKey } = this.props;
if (!selectedConversationKey) {
return; // add this check to prevent undefined from being used
}
const currentSelectionStart = Number(messageBox.selectionStart);
const realSelectionStart = getSelectionBasedOnMentions(draft, currentSelectionStart);
const before = draft.slice(0, realSelectionStart);
const after = draft.slice(realSelectionStart);
const updatedDraft = `${before}\n${after}`;
this.setState({ draft: updatedDraft });
updateDraftForConversation({
conversationKey: selectedConversationKey,
draft: updatedDraft,
});
}
private async onKeyUp() {
if (!this.props.selectedConversationKey) {
throw new Error('selectedConversationKey is needed');

View File

@ -35,6 +35,7 @@ export const DocumentListItem = (props: Props) => {
messageTimestamp: props.mediaItem.messageTimestamp,
attachment: props.mediaItem.attachment,
conversationId: selectedConversationKey,
index: 0,
});
}, [
selectedConversationKey,

View File

@ -98,6 +98,7 @@ export const MessageAttachment = (props: Props) => {
messageTimestamp,
messageSender: attachmentProps?.sender,
conversationId: attachmentProps?.convoId,
index: 0,
});
}
},

View File

@ -299,6 +299,7 @@ export const MessageContextMenu = (props: Props) => {
messageTimestamp,
messageSender: sender,
conversationId: convoId,
index: targetAttachmentIndex,
});
};

View File

@ -6,10 +6,13 @@ import { SettingsKey } from '../../../data/settings-key';
import { ToastUtils } from '../../../session/utils';
import { toggleAudioAutoplay } from '../../../state/ducks/userConfig';
import { getAudioAutoplay } from '../../../state/selectors/userConfig';
import { SessionRadioGroup } from '../../basic/SessionRadioGroup';
import { BlockedContactsList } from '../BlockedList';
import { SessionToggleWithDescription } from '../SessionSettingListItem';
import {
SessionSettingsItemWrapper,
SessionToggleWithDescription,
} from '../SessionSettingListItem';
import { useHasEnterSendEnabled } from '../../../state/selectors/settings';
async function toggleCommunitiesPruning() {
try {
@ -81,13 +84,49 @@ const AudioMessageAutoPlaySetting = () => {
);
};
const EnterKeyFunctionSetting = () => {
const initialSetting = useHasEnterSendEnabled();
const selectedWithSettingTrue = 'enterForNewLine';
const items = [
{
label: window.i18n('enterSendNewMessageDescription'),
value: 'enterForSend',
},
{
label: window.i18n('enterNewLineDescription'),
value: selectedWithSettingTrue,
},
];
return (
<SessionSettingsItemWrapper
title={window.i18n('enterKeySettingTitle')}
description={window.i18n('enterKeySettingDescription')}
inline={false}
>
<SessionRadioGroup
initialItem={initialSetting ? 'enterForNewLine' : 'enterForSend'}
group={SettingsKey.hasShiftSendEnabled} // make sure to define this key in your SettingsKey enum
items={items}
onClick={(selectedRadioValue: string) => {
void window.setSettingValue(
SettingsKey.hasShiftSendEnabled,
selectedRadioValue === selectedWithSettingTrue
);
}}
/>
</SessionSettingsItemWrapper>
);
};
export const CategoryConversations = () => {
return (
<>
<CommunitiesPruningSetting />
<SpellCheckSetting />
<AudioMessageAutoPlaySetting />
<EnterKeyFunctionSetting />
<BlockedContactsList />
</>
);

View File

@ -1,7 +1,7 @@
const settingsReadReceipt = 'read-receipt-setting';
const settingsTypingIndicator = 'typing-indicators-setting';
const settingsAutoUpdate = 'auto-update';
const hasShiftSendEnabled = 'hasShiftSendEnabled';
const settingsMenuBar = 'hide-menu-bar';
const settingsSpellCheck = 'spell-check';
const settingsLinkPreview = 'link-preview-setting';
@ -25,6 +25,7 @@ export const SettingsKey = {
settingsReadReceipt,
settingsTypingIndicator,
settingsAutoUpdate,
hasShiftSendEnabled,
settingsMenuBar,
settingsSpellCheck,
settingsLinkPreview,

View File

@ -70,6 +70,7 @@ export function search(query: string): SearchResultsKickoffActionType {
async function doSearch(query: string): Promise<SearchResultsPayloadType> {
const options: SearchOptions = {
noteToSelf: window.i18n('noteToSelf').toLowerCase(),
savedMessages: window.i18n('savedMessages').toLowerCase(),
ourNumber: UserUtils.getOurPubKeyStrFromCache(),
};
const advancedSearchOptions = getAdvancedSearchOptionsFromQuery(query);
@ -200,7 +201,7 @@ async function queryMessages(query: string): Promise<Array<MessageResultProps>>
}
async function queryConversationsAndContacts(providedQuery: string, options: SearchOptions) {
const { ourNumber, noteToSelf } = options;
const { ourNumber, noteToSelf, savedMessages } = options;
const query = providedQuery.replace(/[+-.()]*/g, '');
const searchResults: Array<ReduxConversationType> = await Data.searchConversations(query);
@ -224,9 +225,11 @@ async function queryConversationsAndContacts(providedQuery: string, options: Sea
conversations.push(conversation.id);
}
}
const queryLowered = providedQuery.toLowerCase();
// Inject synthetic Note to Self entry if query matches localized 'Note to Self'
if (noteToSelf.indexOf(providedQuery.toLowerCase()) !== -1) {
// ensure that we don't have duplicates in our results
if (noteToSelf.includes(queryLowered) || savedMessages.includes(queryLowered)) {
// Ensure that we don't have duplicates in our results
contacts = contacts.filter(id => id !== ourNumber);
conversations = conversations.filter(id => id !== ourNumber);

View File

@ -9,6 +9,7 @@ const SettingsBoolsKeyTrackedInRedux = [
SettingsKey.settingsLinkPreview,
SettingsKey.hasBlindedMsgRequestsEnabled,
SettingsKey.hasFollowSystemThemeEnabled,
SettingsKey.hasShiftSendEnabled,
] as const;
export type SettingsState = {
@ -22,6 +23,7 @@ export function getSettingsInitialState() {
'link-preview-setting': false, // this is the value of SettingsKey.settingsLinkPreview
hasBlindedMsgRequestsEnabled: false,
hasFollowSystemThemeEnabled: false,
hasShiftSendEnabled: false,
},
};
}
@ -48,11 +50,12 @@ const settingsSlice = createSlice({
const hasBlindedMsgRequestsEnabled = Storage.get(
SettingsKey.hasBlindedMsgRequestsEnabled,
false
);
);
const hasFollowSystemThemeEnabled = Storage.get(
SettingsKey.hasFollowSystemThemeEnabled,
false
);
const hasShiftSendEnabled = Storage.get(SettingsKey.hasShiftSendEnabled, false);
state.settingsBools.someDeviceOutdatedSyncing = isBoolean(outdatedSync)
? outdatedSync
: false;
@ -60,8 +63,13 @@ const settingsSlice = createSlice({
state.settingsBools.hasBlindedMsgRequestsEnabled = isBoolean(hasBlindedMsgRequestsEnabled)
? hasBlindedMsgRequestsEnabled
: false;
state.settingsBools.hasFollowSystemThemeEnabled = isBoolean(hasFollowSystemThemeEnabled)
? hasFollowSystemThemeEnabled
state.settingsBools.hasShiftSendEnabled = isBoolean(hasShiftSendEnabled)
? hasShiftSendEnabled
: false;
return state;
},

View File

@ -11,9 +11,14 @@ const getHasDeviceOutdatedSyncing = (state: StateType) =>
const getHasBlindedMsgRequestsEnabled = (state: StateType) =>
state.settings.settingsBools[SettingsKey.hasBlindedMsgRequestsEnabled];
const getHasFollowSystemThemeEnabled = (state: StateType) =>
state.settings.settingsBools[SettingsKey.hasFollowSystemThemeEnabled];
const getHasShiftSendEnabled = (state: StateType) =>
state.settings.settingsBools[SettingsKey.hasShiftSendEnabled];
export const useHasLinkPreviewEnabled = () => {
const value = useSelector(getLinkPreviewEnabled);
return Boolean(value);
@ -29,7 +34,12 @@ export const useHasBlindedMsgRequestsEnabled = () => {
return Boolean(value);
};
export const useHasFollowSystemThemeEnabled = () => {
const value = useSelector(getHasFollowSystemThemeEnabled);
export const useHasEnterSendEnabled = () => {
const value = useSelector(getHasShiftSendEnabled);
return Boolean(value);
};

View File

@ -301,7 +301,7 @@ export const save = ({
}: {
attachment: AttachmentType;
document: Document;
index?: number;
index: number;
getAbsolutePath: (relativePath: string) => string;
timestamp?: number;
}): void => {

View File

@ -169,9 +169,13 @@ export type LocalizerKeys =
| 'endCall'
| 'enterAnOpenGroupURL'
| 'enterDisplayName'
| 'enterKeySettingDescription'
| 'enterKeySettingTitle'
| 'enterNewLineDescription'
| 'enterNewPassword'
| 'enterPassword'
| 'enterRecoveryPhrase'
| 'enterSendNewMessageDescription'
| 'enterSessionID'
| 'enterSessionIDOfRecipient'
| 'enterSessionIDOrONSName'
@ -387,6 +391,7 @@ export type LocalizerKeys =
| 'save'
| 'saveLogToDesktop'
| 'saved'
| 'savedMessages'
| 'savedTheFile'
| 'searchFor...'
| 'searchForContactsOnly'

View File

@ -1,6 +1,7 @@
export type SearchOptions = {
ourNumber: string;
noteToSelf: string;
savedMessages: string;
};
export type AdvancedSearchOptions = {

View File

@ -387,11 +387,13 @@ export const saveAttachmentToDisk = async ({
messageTimestamp,
messageSender,
conversationId,
index,
}: {
attachment: AttachmentType;
messageTimestamp: number;
messageSender: string;
conversationId: string;
index: number;
}) => {
const decryptedUrl = await getDecryptedMediaUrl(attachment.url, attachment.contentType, false);
save({
@ -399,6 +401,7 @@ export const saveAttachmentToDisk = async ({
document,
getAbsolutePath: getAbsoluteAttachmentPath,
timestamp: messageTimestamp,
index,
});
await sendDataExtractionNotification(conversationId, messageSender, messageTimestamp);
};