From 029b2335f4522038b6c616b2bcc56f762bd30096 Mon Sep 17 00:00:00 2001 From: Ralitsa Bozhkova Date: Mon, 9 Apr 2018 15:04:13 +0000 Subject: [PATCH 01/29] Translated using Weblate (Bulgarian) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/ --- src/i18n/strings/bg.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 8111329bef..ca12b3de1f 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1006,5 +1006,17 @@ "Unable to leave community": "Неуспешно напускане на общността", "Changes made to your community name and avatar might not be seen by other users for up to 30 minutes.": "Промени направени по името и аватара на вашата общност може да не се отразят при другите потребители за до 30 минути.", "Join this community": "Присъединете се в тази общност", - "Leave this community": "Напуснете тази общност" + "Leave this community": "Напуснете тази общност", + "Stickerpack": "Пакет със стикери", + "Sticker Messages": "Съобщения със стикери", + "You don't currently have any stickerpacks enabled": "В момента нямате включени пакети със стикери", + "Click": "Кликнете", + "here": "тук,", + "to add some!": "за да добавите такива!", + "Add a stickerpack": "Добави пакет със стикери", + "Hide Stickers": "Скрий стикери", + "Show Stickers": "Покажи стикери", + "Manage sticker packs": "Управляване на пакети със стикери", + "Who can join this community?": "Кой може да се присъедини към тази общност?", + "Everyone": "Всеки" } From 8537c1d6250714be69a33c027a5146ccc6a492fa Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 9 Apr 2018 22:59:46 +0100 Subject: [PATCH 02/29] rename createGroupButton to not be a total misnomer... --- src/components/views/elements/Pill.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/views/elements/Pill.js b/src/components/views/elements/Pill.js index 067c377eaa..7e5ad379de 100644 --- a/src/components/views/elements/Pill.js +++ b/src/components/views/elements/Pill.js @@ -207,6 +207,7 @@ const Pill = React.createClass({ const member = this.state.member; if (member) { userId = member.userId; + member.rawDisplayName = member.rawDisplayName || ''; linkText = member.rawDisplayName.replace(' (IRC)', ''); // FIXME when groups are done if (this.props.shouldShowPillAvatar) { avatar = ; From 018cf0b54d1ae58ebec2b7b821cdec6e32f3349d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Juhl-Johansen=20Z=C3=B6lde-Fej?= Date: Tue, 10 Apr 2018 10:06:01 +0000 Subject: [PATCH 03/29] Translated using Weblate (Danish) Currently translated at 24.2% (245 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/da/ --- src/i18n/strings/da.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index dbcc9fbb2c..31fb7d9d01 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -242,5 +242,7 @@ "(unknown failure: %(reason)s)": "(ukendt fejl: %(reason)s)", "%(senderName)s ended the call.": "%(senderName)s afsluttede opkaldet.", "%(senderName)s placed a %(callType)s call.": "%(senderName)s startede et %(callType)s opkald.", - "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s inviterede %(targetDisplayName)s til rummet." + "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s inviterede %(targetDisplayName)s til rummet.", + "Submit debug logs": "Indsend debug-logfiler", + "Online": "Online" } From 522db0c0fd75a595c29d3a26b60b21626a40a70b Mon Sep 17 00:00:00 2001 From: Tirifto Date: Wed, 11 Apr 2018 07:30:59 +0000 Subject: [PATCH 04/29] Translated using Weblate (Esperanto) Currently translated at 95.0% (961 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/ --- src/i18n/strings/eo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index f40b9c711f..2c0450a2ed 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -963,5 +963,6 @@ "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Kiam ĉi tiu paĝo enhavas identigeblajn informojn, ekzemple ĉambron, uzantan aŭ grupan identigilon, ĝi sendiĝas al la servilo sen tiuj.", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s", "Disable Community Filter Panel": "Malŝalti komunuman filtran breton", - "Failed to add tag %(tagName)s to room": "Malsukcesis aldoni etikedon %(tagName)s al ĉambro" + "Failed to add tag %(tagName)s to room": "Malsukcesis aldoni etikedon %(tagName)s al ĉambro", + "Submit debug logs": "Sendi sencimigan protokolon" } From 787e0f4558a03a893d74491c860616dc0eeb578a Mon Sep 17 00:00:00 2001 From: Tirifto Date: Wed, 11 Apr 2018 07:35:19 +0000 Subject: [PATCH 05/29] Translated using Weblate (Esperanto) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 95.0% (961 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/ »De via servilo« jam diras, ke temas pri certa URL. »La« ne malĝustas, sed ankaŭ ne necesas (laŭ mi). --- src/i18n/strings/eo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index 2c0450a2ed..558d17848e 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -954,7 +954,7 @@ "Replying": "Respondanta", "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Privato gravas al ni, tial ni ne kolektas personajn aŭ spureblajn datumojn por nia analizo.", "Learn more about how we use analytics.": "Lernu pli pri nia uzo de analiziloj.", - "Your homeserver's URL": "La URL de via servilo", + "Your homeserver's URL": "URL de via servilo", "Your identity server's URL": "La URL de via identigan servilo", "The platform you're on": "Via sistemtipo", "Which officially provided instance you are using, if any": "Kiun oficiale disponeblan aperon vi uzas, se iun ajn", From 1eb732b22ecdcdf33dda2b42654d666723d41714 Mon Sep 17 00:00:00 2001 From: Tirifto Date: Wed, 11 Apr 2018 07:35:55 +0000 Subject: [PATCH 06/29] Translated using Weblate (Esperanto) Currently translated at 95.0% (961 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/ Superflua akuzativo! --- src/i18n/strings/eo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index 558d17848e..e6f1ba6e8b 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -955,7 +955,7 @@ "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Privato gravas al ni, tial ni ne kolektas personajn aŭ spureblajn datumojn por nia analizo.", "Learn more about how we use analytics.": "Lernu pli pri nia uzo de analiziloj.", "Your homeserver's URL": "URL de via servilo", - "Your identity server's URL": "La URL de via identigan servilo", + "Your identity server's URL": "URL de via identiga servilo", "The platform you're on": "Via sistemtipo", "Which officially provided instance you are using, if any": "Kiun oficiale disponeblan aperon vi uzas, se iun ajn", "Whether or not you're using the Richtext mode of the Rich Text Editor": "Ĉu vi uzas la riĉtekstan reĝimon de la riĉteksta redaktilo aŭ ne", From 1c7ff85a4c3aced5f5d54c995b1df6359a6f36cd Mon Sep 17 00:00:00 2001 From: RainSlide Date: Thu, 12 Apr 2018 10:31:02 +0000 Subject: [PATCH 07/29] Translated using Weblate (Chinese (Simplified)) Currently translated at 79.8% (807 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/ --- src/i18n/strings/zh_Hans.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index c7e67319ef..76394d5eb1 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -37,7 +37,7 @@ "Export E2E room keys": "导出聊天室的端到端加密密钥", "Failed to ban user": "封禁用户失败", "Failed to change password. Is your password correct?": "修改密码失败。确认原密码输入正确吗?", - "Failed to forget room %(errCode)s": "无法忘记聊天室 %(errCode)s", + "Failed to forget room %(errCode)s": "忘记聊天室失败,错误代码: %(errCode)s", "Failed to join room": "无法加入聊天室", "Failed to kick": "踢人失败", "Failed to leave room": "无法离开聊天室", @@ -85,8 +85,8 @@ "Report it": "报告", "Resetting password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "重设密码会导致所有设备上的端到端加密密钥被重置,使得加密的聊天记录不可读,除非你事先导出密钥,修改密码后再导入。此问题将来会得到改善。.", "Return to login screen": "返回登录页面", - "Riot does not have permission to send you notifications - please check your browser settings": "Riot 未被允许向你推送消息 - 请检查浏览器设置", - "Riot was not given permission to send notifications - please try again": "Riot 未被允许推送消息通知 - 请重试", + "Riot does not have permission to send you notifications - please check your browser settings": "Riot 没有通知发送权限 - 请检查您的浏览器设置", + "Riot was not given permission to send notifications - please try again": "Riot 没有通知发送权限 - 请重试", "riot-web version:": "riot-网页版:", "Room %(roomId)s not visible": "聊天室 %(roomId)s 已隐藏", "Room Colour": "聊天室颜色", @@ -256,7 +256,7 @@ "Missing user_id in request": "请求中没有 user_id", "Mobile phone number": "手机号码", "Mobile phone number (optional)": "手机号码 (可选)", - "Moderator": "管理员", + "Moderator": "协管员", "Mute": "静音", "Name": "姓名", "Never send encrypted messages to unverified devices from this device": "不要从此设备向未验证的设备发送消息", @@ -281,8 +281,8 @@ "Cancel": "取消", "Create new room": "创建新聊天室", "Custom Server Options": "自定义服务器选项", - "Dismiss": "设为已读", - "powered by Matrix": "由 Matrix 提供", + "Dismiss": "标记为已读", + "powered by Matrix": "由 Matrix 驱动", "Remove": "移除", "Room directory": "聊天室目录", "Start chat": "开始聊天", @@ -756,7 +756,7 @@ "Which rooms would you like to add to this community?": "您想把哪个聊天室添加到这个社区中?", "Add rooms to the community": "添加聊天室到社区", "Add to community": "添加到社区", - "Failed to invite users to community": "添加用户到社区失败", + "Failed to invite users to community": "邀请用户到社区失败", "Message Replies": "消息回复", "Disable Peer-to-Peer for 1:1 calls": "在1:1通话中禁用点到点", "Enable inline URL previews by default": "默认启用自动网址预览", @@ -803,5 +803,11 @@ "Failed to set direct chat tag": "无法设定私聊标签", "Failed to remove tag %(tagName)s from room": "移除聊天室标签 %(tagName)s 失败", "Failed to add tag %(tagName)s to room": "无法为聊天室新增标签 %(tagName)s", - "Submit debug logs": "提交调试日志" + "Submit debug logs": "提交调试日志", + "Show these rooms to non-members on the community page and room list?": "在社区页面与聊天室列表上对非社区成员显示这些聊天室?", + "Failed to invite users to %(groupId)s": "邀请用户到 %(groupId)s 失败", + "Failed to invite the following users to %(groupId)s:": "邀请下列用户到 %(groupId)s 失败:", + "Failed to add the following rooms to %(groupId)s:": "添加以下聊天室到 %(groupId)s 失败:", + "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "你似乎没有将此邮箱地址同在此主服务器上的任何一个 Matrix 账号相关联。", + "Restricted": "受限用户" } From acf8ea1a659baff7a20950287ed16008dab8a0ff Mon Sep 17 00:00:00 2001 From: RainSlide Date: Fri, 13 Apr 2018 08:28:54 +0000 Subject: [PATCH 08/29] Translated using Weblate (Chinese (Simplified)) Currently translated at 81.0% (819 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/ --- src/i18n/strings/zh_Hans.json | 42 ++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 76394d5eb1..c03b463b02 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -15,7 +15,7 @@ "Devices will not yet be able to decrypt history from before they joined the room": "新加入聊天室的设备不能解密加入之前的聊天记录", "Direct chats": "私聊", "Disinvite": "取消邀请", - "Display name": "显示名称", + "Display name": "昵称", "Displays action": "显示操作", "Don't send typing notifications": "不要发送我的打字状态", "Download %(text)s": "下载 %(text)s", @@ -405,7 +405,7 @@ "Level:": "级别:", "Local addresses for this room:": "这个聊天室的本地地址:", "New passwords must match each other.": "新密码必须互相匹配。", - "Power level must be positive integer.": "特权级别必须是正整数。", + "Power level must be positive integer.": "权限级别必须是正整数。", "Reason: %(reasonText)s": "原因: %(reasonText)s", "Revoke Moderator": "撤销主持人", "Revoke widget access": "撤销小部件的访问", @@ -426,8 +426,8 @@ "This room": "这个聊天室", "This room is not accessible by remote Matrix servers": "这个聊天室无法被远程 Matrix 服务器访问", "This room's internal ID is": "这个聊天室的内部 ID 是", - "Turn Markdown off": "关闭 Markdown", - "Turn Markdown on": "打开 Markdown", + "Turn Markdown off": "禁用 Markdown", + "Turn Markdown on": "启用 Markdown", "Unable to create widget.": "无法创建小部件。", "Unban": "解除封禁", "Unable to capture screen": "无法录制屏幕", @@ -468,7 +468,7 @@ "%(senderName)s requested a VoIP conference.": "%(senderName)s 请求一个 VoIP 会议。", "Seen by %(userName)s at %(dateTime)s": "在 %(dateTime)s 被 %(userName)s 看到", "Show Apps": "显示应用", - "Tagged as: ": "标记为:", + "Tagged as: ": "标记为: ", "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "验证码将发送到+%(msisdn)s,请输入接收到的验证码", "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s 接受了 %(displayName)s 的邀请。", "Active call (%(roomName)s)": "%(roomName)s 的呼叫", @@ -490,12 +490,12 @@ "Refer a friend to Riot:": "介绍朋友加入Riot:", "%(roomName)s is not accessible at this time.": "%(roomName)s 此时无法访问。", "Start authentication": "开始认证", - "The maximum permitted number of widgets have already been added to this room.": "小部件的最大允许数量已经添加到这个房间了。", + "The maximum permitted number of widgets have already been added to this room.": "小部件的最大允许数量已经添加到这个聊天室了。", "The phone number entered looks invalid": "输入的电话号码看起来无效", "The remote side failed to pick up": "远端未能接收到", "This Home Server does not support login using email address.": "HS不支持使用电子邮件地址登陆。", "This invitation was sent to an email address which is not associated with this account:": "此邀请被发送到与此帐户不相关的电子邮件地址:", - "This room is not recognised.": "这个房间未匹配。", + "This room is not recognised.": "无法识别此聊天室。", "To get started, please pick a username!": "请点击用户名!", "Unable to add email address": "无法添加电子邮件地址", "Automatically replace plain text Emoji": "文字、表情自动转换", @@ -536,7 +536,7 @@ "Error decrypting audio": "解密音频时出错", "Error decrypting image": "解密图像时出错", "Error decrypting video": "解密视频时出错", - " (unsupported)": "(不支持)", + " (unsupported)": " (不支持)", "Updates": "更新", "Check for update": "检查更新", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s 移除了聊天室头像。", @@ -604,7 +604,7 @@ "Unknown devices": "未知设备", "Unknown Address": "未知地址", "%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s 删除了他们的昵称 (%(oldDisplayName)s).", - "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "你提供的签名密钥和你从 %(userId)s 的设备 (deviceId)s 收到的签名密钥匹配。设备被标记为已验证。", + "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "你提供的签名密钥和你从 %(userId)s 的设备 %(deviceId)s 收到的签名密钥匹配。设备被标记为已验证。", "These are experimental features that may break in unexpected ways": "这些是可能以意外的方式坏掉的实验性的特性", "The visibility of existing history will be unchanged": "现有历史记录的可见性不会被改变", "%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s 打开了端到端加密 (算法 %(algorithm)s).", @@ -662,7 +662,7 @@ "Disable Emoji suggestions while typing": "禁用打字时Emoji建议", "Use compact timeline layout": "使用紧凑的时间线布局", "Hide avatar changes": "隐藏头像修改", - "Hide display name changes": "隐藏显示名称的修改", + "Hide display name changes": "隐藏昵称的修改", "Disable big emoji in chat": "禁用聊天中的大Emoji", "Never send encrypted messages to unverified devices in this room from this device": "在这个聊天室永不从这个设备发送加密消息到未验证的设备", "Enable URL previews for this room (only affects you)": "在这个聊天室启用 URL 预览(只影响你)", @@ -764,10 +764,10 @@ "Kick this user?": "踢出这个用户?", "Unban this user?": "解除这个用户的封禁?", "Ban this user?": "封紧这个用户?", - "Send an encrypted reply…": "发送一条加密的回复...", - "Send a reply (unencrypted)…": "发送一条回复(未加密)...", - "Send an encrypted message…": "发送一条加密消息…", - "Send a message (unencrypted)…": "发送一条消息 (未加密)…", + "Send an encrypted reply…": "发送加密的回复…", + "Send a reply (unencrypted)…": "发送回复(未加密)…", + "Send an encrypted message…": "发送加密消息…", + "Send a message (unencrypted)…": "发送消息 (未加密)…", "Replying": "正在回复", "Community Invites": "社区邀请", "You are trying to access a room.": "你正在尝试访问一个聊天室。", @@ -809,5 +809,17 @@ "Failed to invite the following users to %(groupId)s:": "邀请下列用户到 %(groupId)s 失败:", "Failed to add the following rooms to %(groupId)s:": "添加以下聊天室到 %(groupId)s 失败:", "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "你似乎没有将此邮箱地址同在此主服务器上的任何一个 Matrix 账号相关联。", - "Restricted": "受限用户" + "Restricted": "受限用户", + "To use it, just wait for autocomplete results to load and tab through them.": "若要使用自动补全,只要等待自动补全结果加载完成,按 Tab 键切换即可。", + "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s 将他们的昵称修改成了 %(displayName)s 。", + "Hide avatars in user and room mentions": "隐藏头像", + "Disable Community Filter Panel": "停用社区面板", + "Opt out of analytics": "禁用开发数据上传", + "Stickerpack": "贴图集", + "Sticker Messages": "贴图消息", + "You don't currently have any stickerpacks enabled": "您目前没有启用任何贴图集", + "Click": "点击", + "here": "这里", + "to add some!": "以添加一些贴图集!", + "Add a stickerpack": "添加贴图集" } From 33632aaae61d43a91c5848ffd9c3fcda701addf8 Mon Sep 17 00:00:00 2001 From: Xose M Date: Sun, 15 Apr 2018 19:13:06 +0000 Subject: [PATCH 09/29] Translated using Weblate (Galician) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/ --- src/i18n/strings/gl.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index bc86593fc4..8151f253b6 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -1003,5 +1003,17 @@ "Debug Logs Submission": "Envío de rexistro de depuración", "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contian messages.": "Si enviou un reporte de fallo a través de GitHub, os informes poden axudarnos a examinar o problema. Os informes de fallo conteñen datos do uso do aplicativo incluíndo o seu nome de usuaria, os IDs ou alcumes das salas e grupos que visitou e os nomes de usuaria de outras personas. Non conteñen mensaxes.", "Submit debug logs": "Enviar informes de depuración", - "Opens the Developer Tools dialog": "Abre o cadro de Ferramentas de Desenvolvedoras" + "Opens the Developer Tools dialog": "Abre o cadro de Ferramentas de Desenvolvedoras", + "Stickerpack": "Peganitas", + "Sticker Messages": "Mensaxes pegadas", + "You don't currently have any stickerpacks enabled": "Non ten paquetes de pegatinas habilitados", + "Click": "Clicar", + "here": "aquí", + "to add some!": "engada algún!", + "Add a stickerpack": "Engadir un paquete de pegatinas", + "Hide Stickers": "Agochar pegatinas", + "Show Stickers": "Mostrar pegatinas", + "Manage sticker packs": "Xestionar os paquetes de pegatinas", + "Who can join this community?": "Quén pode unirse a esta comunidade?", + "Everyone": "Todo o mundo" } From 22f5d5ba6a3f9928287c310401174c23553428e0 Mon Sep 17 00:00:00 2001 From: Nathan van Beelen Date: Mon, 16 Apr 2018 08:27:28 +0000 Subject: [PATCH 10/29] Translated using Weblate (Dutch) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/ --- src/i18n/strings/nl.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index d4bda9c6da..516fc9dd21 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -994,5 +994,28 @@ "Clear filter": "Filter vrijmaken", "Failed to set direct chat tag": "Het is niet gelukt om de 'privégesprek' label in te stellen", "Failed to remove tag %(tagName)s from room": "Het is niet gelukt om de label %(tagName)s van de ruimte te verwijderen", - "Failed to add tag %(tagName)s to room": "Het is niet gelukt om de label %(tagName)s aan deze ruimte toe te voegen" + "Failed to add tag %(tagName)s to room": "Het is niet gelukt om de label %(tagName)s aan deze ruimte toe te voegen", + "Stickerpack": "Stickerpakket", + "Sticker Messages": "Sticker Berichten", + "You don't currently have any stickerpacks enabled": "Je hebt momenteel geen stickerpakketten aan staan", + "Click": "Klik", + "here": "hier", + "to add some!": "om wat toe te voegen!", + "Add a stickerpack": "Stickerpakket toevoegen", + "Hide Stickers": "Stickers verbergen", + "Show Stickers": "Stickers weergeven", + "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "Gezien door %(displayName)s (%(userName)s) op %(dateTime)s", + "Code": "Code", + "Manage sticker packs": "Stickerpakketten beheren", + "Unable to join community": "Je kon niet tot de gemeenschap toetreden", + "Unable to leave community": "Je kon de gemeenschap niet verlaten", + "Changes made to your community name and avatar might not be seen by other users for up to 30 minutes.": "Veranderingen die aan je gemeenschap naam en avatar zijn aangebracht zullen misschien niet gezien worden door anderen tot maximaal 30 minuten.", + "Join this community": "Tot deze gemeenschap toetreden", + "Who can join this community?": "Wie kan tot deze gemeenschap toetreden?", + "Everyone": "Iedereen", + "Leave this community": "Deze gemeenschap verlaten", + "Debug Logs Submission": "Debug Logs Indienen", + "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contian messages.": "Als je een bug via Github hebt ingediend kunnen debug logs ons helpen om het probleem te vinden. Debug logs bevatten applicatie-gebruik data inclusief je gebruikersnaam, de ID's of namen van de ruimtes en groepen die je hebt bezocht en de gebruikersnamen van andere gebruikers. Ze bevatten geen berichten.", + "Submit debug logs": "Debug logs indienen", + "Opens the Developer Tools dialog": "Opent het Ontwikkelaars Gereedschappen dialoog" } From 1e6109142343fdf665db2c860625f6f448bb635c Mon Sep 17 00:00:00 2001 From: Osoitz Date: Tue, 17 Apr 2018 08:56:06 +0000 Subject: [PATCH 11/29] Translated using Weblate (Basque) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/ --- src/i18n/strings/eu.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 276baab771..20fc14acad 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1003,5 +1003,17 @@ "Unable to leave community": "Ezinezkoa komunitatetik ateratzea", "Changes made to your community name and avatar might not be seen by other users for up to 30 minutes.": "Zure komunitatearen izen eta abatarari egindako aldaketak 30 minutu behar ditzakete beste erabiltzaileek ikusi arte.", "Join this community": "Elkartu komunitate honetara", - "Leave this community": "Atera komunitate honetatik" + "Leave this community": "Atera komunitate honetatik", + "Stickerpack": "Eranskailu-multzoa", + "Sticker Messages": "Eranskailu mezuak", + "You don't currently have any stickerpacks enabled": "Ez duzu eranskailu multzorik aktibatuta", + "Click": "Klik", + "here": "hemen", + "to add some!": "batzuk gehitzeko!", + "Add a stickerpack": "Gehitu eranskailu-multzoa", + "Hide Stickers": "Ezkutatu eranskailuak", + "Show Stickers": "Erakutsi eranskailuak", + "Manage sticker packs": "Kudeatu eranskailu-multzoak", + "Who can join this community?": "Nor elkartu daiteke komunitate honetara?", + "Everyone": "Edonor" } From e746fc99d37ccd8e7ad106f291bb406b99aad83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Tue, 17 Apr 2018 14:04:03 +0000 Subject: [PATCH 12/29] Translated using Weblate (Slovak) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/ --- src/i18n/strings/sk.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 72ba11b6d4..5682c1008e 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -1002,5 +1002,17 @@ "Debug Logs Submission": "Odoslanie ladiacich záznamov", "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contian messages.": "Ak ste nám poslali hlásenie o chybe cez Github, ladiace záznamy nám môžu pomôcť lepšie identifikovať chybu. Ladiace záznamy obsahujú údaje o používaní aplikácii, vrátane vašeho používateľského mena, názvy a aliasy miestností a komunít, ku ktorým ste sa pripojili a mená ostatných používateľov. Tieto záznamy neobsahujú samotný obsah vašich správ.", "Submit debug logs": "Odoslať ladiace záznamy", - "Opens the Developer Tools dialog": "Otvorí dialóg nástroje pre vývojárov" + "Opens the Developer Tools dialog": "Otvorí dialóg nástroje pre vývojárov", + "Stickerpack": "Balíček nálepiek", + "Sticker Messages": "Správy s nálepkami", + "You don't currently have any stickerpacks enabled": "Momentálne nemáte aktívne žiadne balíčky s nálepkami", + "Click": "Kliknutím", + "here": "sem", + "to add some!": "si nejaké pridajte!", + "Add a stickerpack": "Pridať balíček s nálepkami", + "Hide Stickers": "Skryť nálepky", + "Show Stickers": "Zobraziť nálepky", + "Manage sticker packs": "Spravovať balíčky s nálepkami", + "Who can join this community?": "Kto môže vstúpiť do tejto komunity?", + "Everyone": "Ktokoľvek" } From 895521f0e849c1ba21a54af0a6f02f32845cf15a Mon Sep 17 00:00:00 2001 From: RainSlide Date: Wed, 18 Apr 2018 12:59:36 +0000 Subject: [PATCH 13/29] Translated using Weblate (Chinese (Simplified)) Currently translated at 90.8% (918 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/ --- src/i18n/strings/zh_Hans.json | 108 ++++++++++++++++++++++++++++++++-- 1 file changed, 104 insertions(+), 4 deletions(-) diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index c03b463b02..3b49ac1658 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -194,7 +194,7 @@ "%(senderName)s changed their profile picture.": "%(senderName)s 修改了头像。", "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s 将聊天室名称改为 %(roomName)s。", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s 移除了聊天室名称。", - "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 把话题修改为 “%(topic)s”。", + "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 将话题修改为 “%(topic)s”。", "Changes to who can read history will only apply to future messages in this room": "修改阅读历史的权限仅对此聊天室以后的消息有效", "Changes your display nickname": "修改昵称", "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "目前,修改密码会导致所有设备上的端到端密钥被重置,使得加密的聊天记录不再可读。除非你事先导出聊天室密钥,修改密码后再导入。这个问题未来会改善。", @@ -632,7 +632,7 @@ "You added a new device '%(displayName)s', which is requesting encryption keys.": "你添加了一个新的设备 '%(displayName)s',它正在请求加密密钥。", "Your unverified device '%(displayName)s' is requesting encryption keys.": "你的未验证的设备 '%(displayName)s' 正在请求加密密钥。", "Encryption key request": "加密密钥请求", - "Autocomplete Delay (ms):": "自动完成延迟(毫秒):", + "Autocomplete Delay (ms):": "自动补全延迟(毫秒):", "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s 小组建被 %(senderName)s 添加", "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s 小组建被 %(senderName)s 移除", "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s 小组建被 %(senderName)s 修改", @@ -817,9 +817,109 @@ "Opt out of analytics": "禁用开发数据上传", "Stickerpack": "贴图集", "Sticker Messages": "贴图消息", - "You don't currently have any stickerpacks enabled": "您目前没有启用任何贴图集", + "You don't currently have any stickerpacks enabled": "您目前没有启用任何贴纸包", "Click": "点击", "here": "这里", "to add some!": "以添加一些贴图集!", - "Add a stickerpack": "添加贴图集" + "Add a stickerpack": "添加贴图集", + "Your key share request has been sent - please check your other devices for key share requests.": "已请求共享密钥 - 请在您的其他设备上进行确认。", + "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "密钥共享请求将会自动发送到您的其他设备上。如果您在其他设备上拒绝了请求,请点击此处以再次请求此会话的密钥。", + "If your other devices do not have the key for this message you will not be able to decrypt them.": "如果您的其他设备上没有此消息的密钥,您将依然无法解密。", + "Key request sent.": "已请求共享密钥。", + "Re-request encryption keys from your other devices.": "在您的其他设备上 重新请求加密密钥。", + "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "如果您是房间中最后一位有权限的用户,在您降低自己的权限等级后将无法撤回此修改,因为你将无法重新获得权限。", + "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "你将无法撤回此修改,因为您正在将此用户的权限提升至和你相同的级别。", + "No devices with registered encryption keys": "没有设备有已注册的加密密钥", + "Unmute": "取消静音", + "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s(权限级别 %(powerLevelNumber)s)", + "Hide Stickers": "隐藏贴图", + "Show Stickers": "显示贴图", + "%(duration)ss": "%(duration)s 秒", + "%(duration)sm": "%(duration)s 分钟", + "%(duration)sh": "%(duration)s 小时", + "%(duration)sd": "%(duration)s 天", + "Online for %(duration)s": "已上线 %(duration)s", + "Idle for %(duration)s": "已 idle %(duration)s", + "Offline for %(duration)s": "已离线 %(duration)s", + "Unknown for %(duration)s": "在线状态未知 %(duration)s", + "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "%(displayName)s (%(userName)s) 在 %(dateTime)s 看到这里", + "Remove avatar": "移除头像", + "Drop here to favourite": "拖动到这里以加入收藏", + "Drop here to tag direct chat": "拖动到这里以加入私聊", + "Drop here to restore": "拖动到这里以还原", + "Drop here to demote": "拖动到这里以加入低优先级", + "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "无法确定此邀请发送给的邮件地址是否和与您的帐户相关的邮件地址相匹配。", + "You have been kicked from this room by %(userName)s.": "您已被 %(userName)s 从此聊天室中移除。", + "'%(groupId)s' is not a valid community ID": "“%(groupId)s” 不是有效的社区 ID", + "Flair": "Flair", + "Message removed by %(userId)s": "此消息已被 %(userId)s 移除", + "Sign in with CAS": "使用 CAS 登录", + "Code": "代码", + "%(serverName)s Matrix ID": "%(serverName)s Matrix ID", + "You are registering with %(SelectedTeamName)s": "你将注册为 %(SelectedTeamName)s", + "Remove from community": "从社区中移除", + "Disinvite this user from community?": "是否要取消邀请此用户加入社区?", + "Remove this user from community?": "是否要从社区中移除此用户?", + "Failed to withdraw invitation": "撤回邀请失败", + "Failed to remove user from community": "移除用户失败", + "Filter community members": "过滤社区成员", + "Flair will not appear": "将不会显示 Flair", + "Are you sure you want to remove '%(roomName)s' from %(groupId)s?": "你确定要从 %(groupId)s 中删除1吗?", + "Removing a room from the community will also remove it from the community page.": "从社区中移除房间时,同时也会将其从社区页面中移除。", + "Failed to remove room from community": "从社区中移除聊天室失败", + "Failed to remove '%(roomName)s' from %(groupId)s": "从 %(groupId)s 中移除 “%(roomName)s” 失败", + "Only visible to community members": "仅对社区成员可见", + "Filter community rooms": "过滤社区聊天室", + "Manage sticker packs": "管理贴纸包", + "You're not currently a member of any communities.": "您目前不是任何一个社区的成员。", + "Communities": "社区", + "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", + "%(severalUsers)sjoined %(count)s times|other": "%(severalUsers)s 已加入 %(count)s 次", + "%(severalUsers)sjoined %(count)s times|one": "%(severalUsers)s 已加入", + "%(oneUser)sjoined %(count)s times|other": "%(oneUser)s 已加入 %(count)s 次", + "%(oneUser)sjoined %(count)s times|one": "%(oneUser)s 已加入", + "%(severalUsers)sleft %(count)s times|other": "%(severalUsers)s 已离开 %(count)s 次", + "%(severalUsers)sleft %(count)s times|one": "%(severalUsers)s 已离开", + "%(oneUser)sleft %(count)s times|other": "%(oneUser)s 已离开 %(count)s 次", + "%(oneUser)sleft %(count)s times|one": "%(oneUser)s 已离开", + "%(severalUsers)sjoined and left %(count)s times|other": "%(severalUsers)s 已加入&已离开 %(count)s 次", + "%(severalUsers)sjoined and left %(count)s times|one": "%(severalUsers)s 已加入&已离开", + "%(oneUser)sjoined and left %(count)s times|other": "%(oneUser)s 已加入&已离开 %(count)s 次", + "%(oneUser)sjoined and left %(count)s times|one": "%(oneUser)s 已加入&已离开", + "%(severalUsers)sleft and rejoined %(count)s times|other": "%(severalUsers)s 离开并重新加入了 %(count)s 次", + "%(severalUsers)sleft and rejoined %(count)s times|one": "%(severalUsers)s 离开并重新加入了", + "%(oneUser)sleft and rejoined %(count)s times|other": "%(oneUser)s 离开并重新加入了 %(count)s 次", + "%(oneUser)sleft and rejoined %(count)s times|one": "%(oneUser)s 离开并重新加入了", + "%(severalUsers)srejected their invitations %(count)s times|one": "%(severalUsers)s 拒绝了他们的邀请", + "%(severalUsers)srejected their invitations %(count)s times|other": "%(severalUsers)s 拒绝了他们的邀请共 %(count)s 次", + "%(oneUser)srejected their invitation %(count)s times|other": "%(oneUser)s 拒绝了他们的邀请共 %(count)s 次", + "%(oneUser)srejected their invitation %(count)s times|one": "%(oneUser)s 拒绝了他们的邀请", + "%(severalUsers)shad their invitations withdrawn %(count)s times|other": "%(severalUsers)s 撤回了他们的邀请共 %(count)s 次", + "%(severalUsers)shad their invitations withdrawn %(count)s times|one": "%(severalUsers)s 撤回了他们的邀请", + "%(oneUser)shad their invitation withdrawn %(count)s times|other": "%(oneUser)s 撤回了他们的邀请共 %(count)s 次", + "%(oneUser)shad their invitation withdrawn %(count)s times|one": "%(oneUser)s 撤回了他们的邀请", + "Custom of %(powerLevel)s": "", + "In reply to ": "回复给 ", + "Community IDs cannot not be empty.": "社区 ID 不能为空。", + "Community IDs may only contain characters a-z, 0-9, or '=_-./'": "社区 ID 只能包含 a-z、0-9 或 “=_-./” 等字符", + "Something went wrong whilst creating your community": "创建社区时出现问题", + "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "您目前默认将未验证的设备列入黑名单;在发送消息到这些设备上之前,您必须先验证它们。", + "If you have previously used a more recent version of Riot, your session may be incompatible with this version. Close this window and return to the more recent version.": "如果您之前使用过较新版本的 Riot,则您的会话可能与当前版本不兼容。请关闭此窗口并使用最新版本。", + "Presence Management": "在线状态管理", + "To change the room's avatar, you must be a": "无法修改此聊天室的头像,因为您不是此聊天室的", + "To change the room's name, you must be a": "无法修改此聊天室的名称,因为您不是此聊天室的", + "To change the room's main address, you must be a": "无法修改此聊天室的主地址,因为您不是此聊天室的", + "To change the room's history visibility, you must be a": "无法修改此聊天室的历史聊天记录可见性,因为您不是此聊天室的", + "To change the permissions in the room, you must be a": "无法修改此聊天室中的权限情况,因为您不是此聊天室的", + "Showing flair for these communities:": "为这些社区显示 flair:", + "This room is not showing flair for any communities": "此聊天室没有对任何社区显示 flair", + "New community ID (e.g. +foo:%(localDomain)s)": "新社区 ID(例子:+foo:%(localDomain)s)", + "URL previews are enabled by default for participants in this room.": "此聊天室默认启用链接预览。", + "URL previews are disabled by default for participants in this room.": "此聊天室默认禁用链接预览。", + "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s 将聊天室的头像更改为 ", + "You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "您也可以自定义身份验证服务器,但这通常会阻止基于电子邮件地址的与用户的交互。", + "Please enter the code it contains:": "请输入它包含的代码:", + "Flair will appear if enabled in room settings": "如果在聊天室设置中启用, flair 将会显示", + "Matrix ID": "Matrix ID", + "Matrix Room ID": "Matrix 聊天室 ID" } From 249edb7b769ddb5667ad4f64ea5cac996815ec1c Mon Sep 17 00:00:00 2001 From: Xose M Date: Sun, 15 Apr 2018 19:15:39 +0000 Subject: [PATCH 14/29] Translated using Weblate (Galician) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/ --- src/i18n/strings/gl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index 8151f253b6..f1f541d850 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -236,7 +236,7 @@ "Enable Notifications": "Habilitar notificacións", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s", "Message Replies": "Respostas a mensaxe", - "Mirror local video feed": "Espellar fonte de vídeo local", + "Mirror local video feed": "Copiar fonte de vídeo local", "Opt out of analytics": "Saírse de analytics", "Cannot add any more widgets": "Non pode engadir máis widgets", "The maximum permitted number of widgets have already been added to this room.": "Xa se engadeu o número máximo de widgets a esta sala.", From 8fc7cc4075cb5655dc833dc9f8cbde5edaaaa65b Mon Sep 17 00:00:00 2001 From: random Date: Mon, 16 Apr 2018 08:37:06 +0000 Subject: [PATCH 15/29] Translated using Weblate (Italian) Currently translated at 99.5% (1006 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/ --- src/i18n/strings/it.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 84b6a357e2..b918dce1ee 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -1005,5 +1005,7 @@ "Leave this community": "Esci da questa comunità", "Sticker Messages": "Messaggi adesivi", "You don't currently have any stickerpacks enabled": "Non hai ancora alcun pacchetto di adesivi attivato", - "Add a stickerpack": "Aggiungi un pacchetto di adesivi" + "Add a stickerpack": "Aggiungi un pacchetto di adesivi", + "Who can join this community?": "Chi può unirsi a questa comunità?", + "Everyone": "Tutti" } From 7700df4c2dc651bd6532bb830c23ff75ade1dc29 Mon Sep 17 00:00:00 2001 From: toriko Date: Tue, 17 Apr 2018 08:09:26 +0000 Subject: [PATCH 16/29] Translated using Weblate (Japanese) Currently translated at 7.4% (75 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/ --- src/i18n/strings/ja.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 032dacd1aa..b4445af879 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -54,5 +54,24 @@ "Camera": "カメラ", "Are you sure?": "本当によろしいですか?", "OK": "OK", - "Operation failed": "操作に失敗しました" + "Operation failed": "操作に失敗しました", + "Custom Server Options": "カスタムサーバのオプション", + "Dismiss": "やめる", + "powered by Matrix": "Matrixによって動作しています", + "Error": "エラー", + "Remove": "取り除く", + "Submit debug logs": "デバッグログを送信する", + "Edit": "編集", + "Continue": "続ける", + "Unpin Message": "メッセージの固定を外す", + "Online": "オンライン", + "unknown error code": "不明なエラーコード", + "Failed to forget room %(errCode)s": "部屋の記憶を消すのに失敗しました %(errCode)s", + "Register": "登録", + "Rooms": "部屋", + "Add rooms to this community": "このコミュニティに部屋を追加する", + "Unnamed room": "名前のない部屋", + "World readable": "誰でも読むことができます", + "Guests can join": "ゲストが参加できます", + "No rooms to show": "表示する部屋がありません" } From 7934c50407ac8347fd432ea632df32f0a63306c7 Mon Sep 17 00:00:00 2001 From: Walter Date: Mon, 16 Apr 2018 20:41:50 +0000 Subject: [PATCH 17/29] Translated using Weblate (Russian) Currently translated at 99.9% (1010 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/ --- src/i18n/strings/ru.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index d732be55da..854b85cf23 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -958,7 +958,7 @@ "Send a reply (unencrypted)…": "Отправить ответ (незашифрованный)…", "Send an encrypted message…": "Отправить зашифрованное сообщение…", "Send a message (unencrypted)…": "Отправить сообщение (незашифрованное)…", - "Replying": "Отвечая", + "Replying": "Отвечает", "Minimize apps": "Свернуть приложения", "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Конфиденциальность важна для нас, поэтому мы не собираем никаких личных или идентифицируемых данных для нашей аналитики.", "Learn more about how we use analytics.": "Подробнее о том, как мы используем аналитику.", @@ -1008,5 +1008,11 @@ "to add some!": "для добавления!", "Click": "Нажмите", "Who can join this community?": "Кто может присоединиться к этому сообществу?", - "Everyone": "Все" + "Everyone": "Все", + "Stickerpack": "Этикетки", + "Sticker Messages": "Сообщения этикеткой", + "Add a stickerpack": "Добавить этикетки", + "Hide Stickers": "Скрыть этикетки", + "Show Stickers": "Показать этикетки", + "Manage sticker packs": "Упорядочить этикетки" } From b0eb350c41b4f75666f9dc284f469aca1724653f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Tue, 17 Apr 2018 14:13:42 +0000 Subject: [PATCH 18/29] Translated using Weblate (Slovak) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/ --- src/i18n/strings/sk.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 5682c1008e..6baadea1a6 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -296,15 +296,15 @@ "Seen by %(userName)s at %(dateTime)s": "%(userName)s videl %(dateTime)s", "Unnamed room": "Nepomenovaná miestnosť", "World readable": "Viditeľné pre každého", - "Guests can join": "Aj hostia môžu vstúpiť", + "Guests can join": "Môžu vstúpiť aj hostia", "No rooms to show": "Žiadne miestnosti na zobrazenie", - "Failed to set avatar.": "Nepodarilo sa nastaviť avatara.", + "Failed to set avatar.": "Nepodarilo sa nastaviť obrázok.", "Save": "Uložiť", "(~%(count)s results)|other": "(~%(count)s výsledkov)", "(~%(count)s results)|one": "(~%(count)s výsledok)", "Join Room": "Vstúpiť do miestnosti", - "Upload avatar": "Nahrať avatara", - "Remove avatar": "Odstrániť avatara", + "Upload avatar": "Nahrať obrázok", + "Remove avatar": "Odstrániť obrázok", "Settings": "Nastavenia", "Forget room": "Zabudnúť miestnosť", "Search": "Hľadať", @@ -341,7 +341,7 @@ "You are trying to access a room.": "Pristupujete k miestnosti.", "Click here to join the discussion!": "Kliknutím sem vstúpite do diskusie!", "This is a preview of this room. Room interactions have been disabled": "Toto je náhľad na miestnosť. Všetky akcie pre túto miestnosť sú zakázané", - "To change the room's avatar, you must be a": "Aby ste mohli meniť avatara miestnosti, musíte byť", + "To change the room's avatar, you must be a": "Aby ste mohli meniť obrázok miestnosti, musíte byť", "To change the room's name, you must be a": "Aby ste mohli meniť názov miestnosti, musíte byť", "To change the room's main address, you must be a": "Aby ste mohli meniť hlavnú adresu miestnosti, musíte byť", "To change the room's history visibility, you must be a": "Aby ste mohli meniť viditeľnosť histórie miestnosti, musíte byť", @@ -428,9 +428,9 @@ "Image '%(Body)s' cannot be displayed.": "Nie je možné zobraziť obrázok '%(Body)s'.", "This image cannot be displayed.": "Tento obrázok nie je možné zobraziť.", "Error decrypting video": "Chyba pri dešifrovaní videa", - "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s zmenil avatara pre %(roomName)s", - "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s z miestnosti odstránil avatara.", - "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s zmenil avatara miestnosti na ", + "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s zmenil obrázok miestnosti %(roomName)s", + "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s odstránil obrázok miestnosti.", + "%(senderDisplayName)s changed the room avatar to ": "%(senderDisplayName)s zmenil obrázok miestnosti ", "Copied!": "Skopírované!", "Failed to copy": "Nepodarilo sa skopírovať", "Add an Integration": "Pridať integráciu", @@ -553,10 +553,10 @@ "%(severalUsers)schanged their name %(count)s times|one": "%(severalUsers)ssi zmenili meno", "%(oneUser)schanged their name %(count)s times|other": "%(oneUser)ssi %(count)s krát zmenil meno", "%(oneUser)schanged their name %(count)s times|one": "%(oneUser)ssi zmenil meno", - "%(severalUsers)schanged their avatar %(count)s times|other": "%(severalUsers)ssi %(count)s krát zmenili avatara", - "%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)ssi zmenili avatara", - "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)ssi %(count)s krát zmenil avatara", - "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)ssi zmenil avatara", + "%(severalUsers)schanged their avatar %(count)s times|other": "%(severalUsers)ssi %(count)s krát zmenili obrázok v profile", + "%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)ssi zmenili obrázok v profile", + "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)ssi %(count)s krát zmenil obrázok v profile", + "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)ssi zmenil obrázok v profile", "%(items)s and %(count)s others|other": "%(items)s a %(count)s ďalší", "%(items)s and %(count)s others|one": "%(items)s a jeden ďalší", "%(items)s and %(lastItem)s": "%(items)s a tiež %(lastItem)s", @@ -837,9 +837,9 @@ "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "K domovskému serveru nie je možné pripojiť sa použitím protokolu HTTP keďže v adresnom riadku prehliadača máte HTTPS adresu. Použite protokol HTTPS alebo povolte nezabezpečené skripty.", "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.": "Nie je možné pripojiť sa k domovskému serveru - skontrolujte prosím funkčnosť vašeho pripojenia na internet, uistite sa že certifikát domovského servera je dôverihodný, a že žiaden doplnok nainštalovaný v prehliadači nemôže blokovať požiadavky.", "Login as guest": "Prihlásiť sa ako hosť", - "Failed to fetch avatar URL": "Nepodarilo sa získať URL adresu avatara", + "Failed to fetch avatar URL": "Nepodarilo sa získať URL adresu obrázka", "Set a display name:": "Nastaviť zobrazované meno:", - "Upload an avatar:": "Nahrať avatara:", + "Upload an avatar:": "Nahrať obrázok:", "This server does not support authentication with a phone number.": "Tento server nepodporuje overenie telefónnym číslom.", "Missing password.": "Chýba heslo.", "Passwords don't match.": "Heslá sa nezhodujú.", @@ -906,7 +906,7 @@ "Username on %(hs)s": "Meno používateľa na servery %(hs)s", "Restricted": "Obmedzené", "Presence Management": "Spravovanie prítomnosti", - "Hide avatar changes": "Skryť zmeny avatara", + "Hide avatar changes": "Skryť zmeny obrázka v profile", "Hide display name changes": "Skryť zmeny zobrazovaného mena", "Enable inline URL previews by default": "Predvolene povoliť náhľady URL adries", "Enable URL previews for this room (only affects you)": "Povoliť náhľady URL adries pre túto miestnosť (ovplyvňuje len vás)", @@ -993,11 +993,11 @@ "Code": "Kód", "Unable to join community": "Nie je možné vstúpiť do komunity", "Unable to leave community": "Nie je možné opustiť komunitu", - "Changes made to your community name and avatar might not be seen by other users for up to 30 minutes.": "Zmeny vykonané vo vašej komunite name and avatar nemusia byť nasledujúcich 30 minút viditeľné všetkými používateľmi.", + "Changes made to your community name and avatar might not be seen by other users for up to 30 minutes.": "Zmeny vykonané vo vašej komunite názov a obrázok nemusia byť nasledujúcich 30 minút viditeľné všetkými používateľmi.", "Join this community": "Vstúpiť do tejto komunity", "Leave this community": "Opustiť túto komunitu", "Did you know: you can use communities to filter your Riot.im experience!": "Vedeli ste: Že prácu s Riot.im si môžete spríjemníť použitím komunít!", - "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "Ak si chcete nastaviť filter, pretiahnite avatara komunity na panel filtrovania úplne na ľavej strane obrazovky. Potom môžete kedykoľvek kliknúť na avatara komunity na tomto panely a Riot.im vám bude zobrazovať len miestnosti a ľudí z komunity, na ktorej avatar ste klikli.", + "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "Ak si chcete nastaviť filter, pretiahnite obrázok komunity na panel filtrovania úplne na ľavej strane obrazovky. Potom môžete kedykoľvek kliknúť na obrázok komunity na tomto panely a Riot.im vám bude zobrazovať len miestnosti a ľudí z komunity, na ktorej obrázok ste klikli.", "Clear filter": "Zrušiť filter", "Debug Logs Submission": "Odoslanie ladiacich záznamov", "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contian messages.": "Ak ste nám poslali hlásenie o chybe cez Github, ladiace záznamy nám môžu pomôcť lepšie identifikovať chybu. Ladiace záznamy obsahujú údaje o používaní aplikácii, vrátane vašeho používateľského mena, názvy a aliasy miestností a komunít, ku ktorým ste sa pripojili a mená ostatných používateľov. Tieto záznamy neobsahujú samotný obsah vašich správ.", From ccd295bc00c1d0be6aff308d9ae01f187f604711 Mon Sep 17 00:00:00 2001 From: Val Date: Thu, 19 Apr 2018 22:07:45 +0000 Subject: [PATCH 19/29] Translated using Weblate (French) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/ --- src/i18n/strings/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 25cfc6cc82..e8dfc87fb3 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -93,8 +93,8 @@ "Current password": "Mot de passe actuel", "Curve25519 identity key": "Clé d’identité Curve25519", "/ddg is not a command": "/ddg n'est pas une commande", - "Deactivate Account": "Supprimer le compte", - "Deactivate my account": "Supprimer mon compte", + "Deactivate Account": "Désactiver le compte", + "Deactivate my account": "désactiver mon compte", "Decrypt %(text)s": "Déchiffrer %(text)s", "Decryption error": "Erreur de déchiffrement", "Delete": "Supprimer", From 6177a42dbfce05b8c669baac834b49c84b94071b Mon Sep 17 00:00:00 2001 From: Krombel Date: Fri, 20 Apr 2018 12:07:09 +0000 Subject: [PATCH 20/29] Translated using Weblate (German) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/ --- src/i18n/strings/de_DE.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index e67c9fcaaa..b90376f2e4 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -1003,5 +1003,17 @@ "Unable to leave community": "Community konnte nicht verlassen werden", "Changes made to your community name and avatar might not be seen by other users for up to 30 minutes.": "Änderungen am Namen und Bild deiner Community werden evtl. erst nach 30 Minuten von anderen Nutzern gesehen werden.", "Join this community": "Community beitreten", - "Leave this community": "Community verlassen" + "Leave this community": "Community verlassen", + "Sticker Messages": "Sticker-Nachrichten", + "You don't currently have any stickerpacks enabled": "Du hast aktuell keine Stickerpacks aktiviert", + "Click": "Klick", + "here": "hier", + "to add some!": "um einige hinzuzufügen!", + "Add a stickerpack": "Füge ein Stickerpack hinzu", + "Hide Stickers": "Sticker verbergen", + "Show Stickers": "Sticker zeigen", + "Manage sticker packs": "Verwalte Stickerpacks", + "Who can join this community?": "Wer kann dieser Community beitreten?", + "Everyone": "Jeder", + "Stickerpack": "Stickerpack" } From 9685118f1609e91cf4a0f4d2d0e711c897ab9f6a Mon Sep 17 00:00:00 2001 From: RainSlide Date: Fri, 20 Apr 2018 07:27:11 +0000 Subject: [PATCH 21/29] Translated using Weblate (Chinese (Simplified)) Currently translated at 97.0% (981 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/ --- src/i18n/strings/zh_Hans.json | 67 ++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 3b49ac1658..2024ae50f8 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -921,5 +921,70 @@ "Please enter the code it contains:": "请输入它包含的代码:", "Flair will appear if enabled in room settings": "如果在聊天室设置中启用, flair 将会显示", "Matrix ID": "Matrix ID", - "Matrix Room ID": "Matrix 聊天室 ID" + "Matrix Room ID": "Matrix 聊天室 ID", + "Block users on other matrix homeservers from joining this room": "禁止其他 Matrix 主服务器上的用户加入此聊天室", + "To verify that this device can be trusted, please contact its owner using some other means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings for this device matches the key below:": "要验证此设备是否可信,请通过其他方式(例如面对面交换或拨打电话)与其拥有者联系,并询问他们该设备的用户设置中的密钥是否与以下密钥匹配:", + "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "如果匹配,请点击下面的验证按钮。 如果不匹配,那么这可能说明其他人正在盗用此设备,而您应当点击黑名单按钮。", + "In future this verification process will be more sophisticated.": "在未来,这个验证过程将会更加精致、巧妙一些。", + "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "我们建议您对每台设备进行验证以保证它们属于其合法所有者,但是您可以在不验证它们的情况下重新发送消息。", + "

HTML for your community's page

\n

\n Use the long description to introduce new members to the community, or distribute\n some important links\n

\n

\n You can even use 'img' tags\n

\n": "

社区页面的 HTML 代码

\n

\n 你可以给社区的新成员们写些长长的社区简介来引导他们,或者放置\n 一些重要的链接\n

\n

\n 你甚至可以使用 标签\n

\n", + "Add rooms to the community summary": "将聊天室添加到社区简介", + "Which rooms would you like to add to this summary?": "您想要将哪个聊天室添加到社区简介?", + "Add to summary": "添加到简介", + "Failed to add the following rooms to the summary of %(groupId)s:": "添加以下聊天室到 %(groupId)s 的简介时失败:", + "Failed to remove the room from the summary of %(groupId)s": "从 %(groupId)s 的简介中移除此聊天室时失败", + "The room '%(roomName)s' could not be removed from the summary.": "聊天室 “%(roomName)s” 无法从社区简介中移除。", + "Failed to update community": "更新社区简介失败", + "Unable to leave community": "无法退出社区", + "Leave %(groupName)s?": "退出 %(groupName)s?", + "Featured Rooms:": "核心聊天室:", + "Featured Users:": "核心用户:", + "Join this community": "加入此社区", + "%(inviter)s has invited you to join this community": "%(inviter)s 邀请您加入此社区", + "Failed to add the following users to the summary of %(groupId)s:": "", + "Failed to remove a user from the summary of %(groupId)s": "", + "You are an administrator of this community": "你是此社区的管理员", + "You are a member of this community": "你是此社区的成员", + "Who can join this community?": "谁可以加入此社区?", + "Everyone": "所有人", + "Leave this community": "退出此社区", + "Long Description (HTML)": "长描述(HTML)", + "This Home server does not support communities": "该主服务器不支持社区", + "Old cryptography data detected": "检测到旧的加密数据", + "Data from an older version of Riot has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.": "已检测到旧版Riot的数据,这将导致端到端加密在旧版本中发生故障。在此版本中,使用旧版本交换的端对端加密消息可能无法解密。这也可能导致与此版本交换的消息失败。如果您遇到问题,请退出并重新登录。要保留历史消息,请先导出并在重新登录后导入您的密钥。", + "Did you know: you can use communities to filter your Riot.im experience!": "你知道吗:你可以将社区用作过滤器以增强你的 Riot.im 使用体验!", + "Create a new community": "创建新社区", + "Error whilst fetching joined communities": "获取已加入社区列表时出现错误", + "Create a community to group together users and rooms! Build a custom homepage to mark out your space in the Matrix universe.": "创建社区,将用户与聊天室整合在一起!搭建自定义社区主页以在 Matrix 宇宙之中标记出您的私人空间。", + "Join an existing community": "加入已有的社区", + "Show devices, send anyway or cancel.": "显示未信任的设备不经信任直接发送取消发送。", + "%(count)s of your messages have not been sent.|one": "您的消息尚未发送。", + "Uploading %(filename)s and %(count)s others|other": "正在上传 %(filename)s 与其他 %(count)s 个文件", + "Uploading %(filename)s and %(count)s others|zero": "正在上传 %(filename)s", + "Uploading %(filename)s and %(count)s others|one": "正在上传 %(filename)s 与其他 %(count)s 个文件", + "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "隐私对我们而言重要至极,所以我们不会在分析统计服务中收集任何个人信息或者可用于识别身份的数据。", + "Learn more about how we use analytics.": "进一步了解我们如何使用分析统计服务。", + "Please note you are logging into the %(hs)s server, not matrix.org.": "请注意,您正在登录的服务器是 %(hs)s,不是 matrix.org。", + "This homeserver doesn't offer any login flows which are supported by this client.": "此主服务器不兼容本客户端支持的任何登录方式。", + "Sign in to get started": "登录以开始使用", + "Unbans user with given id": "使用 ID 解封特定的用户", + "Opens the Developer Tools dialog": "打开开发者工具窗口", + "Notify the whole room": "通知聊天室全体成员", + "This process allows you to export the keys for messages you have received in encrypted rooms to a local file. You will then be able to import the file into another Matrix client in the future, so that client will also be able to decrypt these messages.": "此操作允许您将加密聊天室中收到的消息的密钥导出为本地文件。您可以将文件导入其他 Matrix 客户端,以便让别的客户端在未收到密钥的情况下解密这些消息。", + "The exported file will allow anyone who can read it to decrypt any encrypted messages that you can see, so you should be careful to keep it secure. To help with this, you should enter a passphrase below, which will be used to encrypt the exported data. It will only be possible to import the data by using the same passphrase.": "导出的文件将允许任何可以读取它的人解密任何他们可以看到的加密消息,因此您应该小心以确保其安全。为了解决这个问题,您应该在下面输入一个密码,用于加密导出的数据。只有输入相同的密码才能导入数据。", + "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "导出文件有密码保护。你需要在此输入密码以解密此文件。", + "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "此操作允许您导入之前从另一个 Matrix 客户端中导出的加密密钥文件。导入完成后,您将能够解密那个客户端可以解密的加密消息。", + "Ignores a user, hiding their messages from you": "忽略用户,隐藏他们的消息", + "Stops ignoring a user, showing their messages going forward": "解除忽略用户,显示他们的消息", + "To return to your account in future you need to set a password": "如果你想再次使用账号,您得为它设置一个密码", + "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contian messages.": "如果你在 GitHub 提交了一个 bug,调试日志可以帮助我们追踪这个问题。 调试日志包含应用程序使用数据,这包括您的用户名、您访问的房间或社区的 ID 或名称以及其他用户的用户名,不包扩聊天记录。", + "Debug Logs Submission": "发送调试日志", + "Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them": "密码修改成功。在您在其他设备上重新登录之前,其他设备不会收到推送通知", + "Tried to load a specific point in this room's timeline, but was unable to find it.": "尝试加载此房间的时间线的特定时间点,但是无法找到。", + "%(count)s Resend all or cancel all now. You can also select individual messages to resend or cancel.|one": "现在 重新发送消息取消发送 。", + "%(count)s Resend all or cancel all now. You can also select individual messages to resend or cancel.|other": "現在 重新发送消息取消发送 。你也可以单独选择消息以重新发送或取消。", + "To join an existing community you'll have to know its community identifier; this will look something like +example:matrix.org.": "要加入已有的社区,你需要知道它的社区链接,比如 +example:matrix.org。", + "Visibility in Room List": "是否在聊天室目录中可见", + "Something went wrong when trying to get your communities.": "获取你加入的社区时发生错误。", + "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "删除小部件后,此聊天室中的所有用户的这个小部件都会被删除。你确定要删除这个小部件吗?" } From a5f4782964daa7cecddf95191cadd4ceefffb6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20C?= Date: Fri, 20 Apr 2018 06:21:09 +0000 Subject: [PATCH 22/29] Translated using Weblate (French) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/ --- src/i18n/strings/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index e8dfc87fb3..9b7bf87a6a 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -94,7 +94,7 @@ "Curve25519 identity key": "Clé d’identité Curve25519", "/ddg is not a command": "/ddg n'est pas une commande", "Deactivate Account": "Désactiver le compte", - "Deactivate my account": "désactiver mon compte", + "Deactivate my account": "Désactiver mon compte", "Decrypt %(text)s": "Déchiffrer %(text)s", "Decryption error": "Erreur de déchiffrement", "Delete": "Supprimer", From e04c762a50512b126ed1b0fd515207cb0e6f57ed Mon Sep 17 00:00:00 2001 From: Gergely Bakos Date: Wed, 18 Apr 2018 19:34:28 +0000 Subject: [PATCH 23/29] Translated using Weblate (Hungarian) Currently translated at 100.0% (1011 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/ --- src/i18n/strings/hu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index b7f20d52f7..23ab91215e 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -10,7 +10,7 @@ "Mute": "Elnémít", "Notifications": "Értesítések", "Operation failed": "Sikertelen művelet", - "powered by Matrix": "A Matrix hajtja", + "powered by Matrix": "Matrix hajtja", "Remove": "Eltávolítás", "Settings": "Beállítások", "unknown error code": "ismeretlen hibakód", @@ -702,7 +702,7 @@ "Disable Emoji suggestions while typing": "Emoji ajánlások kikapcsolása gépelés közben", "Banned by %(displayName)s": "Kitiltotta: %(displayName)s", "Message removed by %(userId)s": "Üzenetet törölte: %(userId)s", - "To send messages, you must be a": "Ahhoz, hogy üzenetet tudj küldeni, neked ilyen szinten kell lenned:", + "To send messages, you must be a": "Ahhoz, hogy üzenetet tudj küldeni, ilyen szinten kell lenned:", "To invite users into the room, you must be a": "Hogy meghívj valakit a szobába, ilyen szinten kell lenned:", "To configure the room, you must be a": "A szoba beállításához ilyen szinten kell lenned:", "To kick users, you must be a": "Felhasználó kirúgásához ilyen szinten kell lenned:", @@ -712,7 +712,7 @@ "To change the room's avatar, you must be a": "A szoba avatarjának a megváltoztatásához ilyen szinten kell lenned:", "To change the room's name, you must be a": "A szoba nevének megváltoztatásához ilyen szinten kell lenned:", "To change the room's main address, you must be a": "A szoba elsődleges címének a megváltoztatásához ilyen szinten kell lenned:", - "To change the room's history visibility, you must be a": "A szoba naplója elérhetőségének a megváltoztatásához ilyen szinten kell lenned:", + "To change the room's history visibility, you must be a": "A szoba napló elérhetőségének a megváltoztatásához ilyen szinten kell lenned:", "To change the permissions in the room, you must be a": "A szobában a jogosultság megváltoztatásához ilyen szinten kell lenned:", "To change the topic, you must be a": "A téma megváltoztatásához ilyen szinten kell lenned:", "To modify widgets in the room, you must be a": "A szoba kisalkalmazásainak megváltoztatásához ilyen szinten kell lenned:", @@ -736,7 +736,7 @@ "Failed to remove the room from the summary of %(groupId)s": "Az alábbi szobákat nem sikerült eltávolítani a(z) %(groupId)s csoport összefoglalójából", "The room '%(roomName)s' could not be removed from the summary.": "Nem sikerült törölni az összefoglalóból ezt a szobát: '%(roomName)s'.", "Failed to remove a user from the summary of %(groupId)s": "Nem sikerült törölni az összefoglalóból ezt a felhasználót: %(groupId)s", - "The user '%(displayName)s' could not be removed from the summary.": "Nem sikerült törölni az összefoglalóból ezt a felhasználót: %(groupId)s.", + "The user '%(displayName)s' could not be removed from the summary.": "Nem sikerült törölni az összefoglalóból a(z) %(displayName)s felhasználót", "Light theme": "Világos téma", "Dark theme": "Sötét téma", "Unknown": "Ismeretlen", @@ -984,7 +984,7 @@ "Failed to add tag %(tagName)s to room": "Nem sikerült hozzáadni a szobához ezt: %(tagName)s", "Clear filter": "Szűrő törlése", "Disable Community Filter Panel": "Közösség keresési panel tiltása", - "Did you know: you can use communities to filter your Riot.im experience!": "Tudtad, hogy a közösségeket használhatod a Riot.im élmény fokozásához?", + "Did you know: you can use communities to filter your Riot.im experience!": "Tudtad, hogy a Riot.im élmény fokozásához használhatsz közösségeket?", "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "A szűrő beállításához húzd a közösség avatarját a szűrő panel fölé a képernyő bal szélén. A szűrő panelen az avatarra kattintva bármikor leszűrheted azokat a szobákat és embereket akik a megadott közösséghez tartoznak.", "Your key share request has been sent - please check your other devices for key share requests.": "A kulcs megosztási kérést elküldtük - ellenőrizd a többi eszközödön a kulcs megosztási kéréseket.", "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "A kulcs megosztási kérelem automatikusan el lett küldve a többi eszközödre. Ha elutasítottad vagy törölted a kérést a másik eszközön ide kattintva újra kérheted a kulcsokat.", From 53889706d7e17334c36f60ee5307e80649a81973 Mon Sep 17 00:00:00 2001 From: toriko Date: Thu, 19 Apr 2018 05:30:33 +0000 Subject: [PATCH 24/29] Translated using Weblate (Japanese) Currently translated at 8.8% (89 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/ --- src/i18n/strings/ja.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index b4445af879..ce77c0b994 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -73,5 +73,19 @@ "Unnamed room": "名前のない部屋", "World readable": "誰でも読むことができます", "Guests can join": "ゲストが参加できます", - "No rooms to show": "表示する部屋がありません" + "No rooms to show": "表示する部屋がありません", + "This email address is already in use": "このメールアドレスは既に使われています", + "This phone number is already in use": "この電話番号は既に使われています", + "Failed to verify email address: make sure you clicked the link in the email": "メールアドレスの認証に失敗しました。メール中のリンクをクリックしたか、確認してください", + "The platform you're on": "利用中のプラットフォーム", + "The version of Riot.im": "Riot.imのバージョン", + "Whether or not you're logged in (we don't record your user name)": "ログインしているか否か(私達はあなたのユーザ名を記録しません)", + "Your language of choice": "選択した言語", + "Which officially provided instance you are using, if any": "どの公式に提供されたインスタンスを利用していますか(もしあれば)", + "Whether or not you're using the Richtext mode of the Rich Text Editor": "リッチテキストエディタのリッチテキストモードを利用しているか否か", + "Your homeserver's URL": "あなたのホームサーバのURL", + "Your identity server's URL": "あなたのアイデンティティサーバのURL", + "Analytics": "分析", + "The information being sent to us to help make Riot.im better includes:": "Riot.imをよりよくするために私達に送信される情報は以下を含みます:", + "We also record each page you use in the app (currently ), your User Agent () and your device resolution ().": "私達はこのアプリであなたが利用したページ(現在は)、あなたのユーザエージェント(現在は)、並びにあなたの端末の解像度(現在の端末では)も記録します。" } From 105a0d6891ce65135c9eff5aa66d93ea2d41bf48 Mon Sep 17 00:00:00 2001 From: adrian-007 Date: Thu, 19 Apr 2018 14:28:10 +0000 Subject: [PATCH 25/29] Translated using Weblate (Polish) Currently translated at 76.9% (778 of 1011 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/ --- src/i18n/strings/pl.json | 87 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 84 insertions(+), 3 deletions(-) diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index 9f672277f6..e031f78394 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -444,8 +444,8 @@ "This email address was not found": "Podany adres e-mail nie został znaleziony", "Must be viewing a room": "Musi być w trakcie wyświetlania pokoju", "The email address linked to your account must be entered.": "Musisz wpisać adres e-mail połączony z twoim kontem.", - "The file '%(fileName)s' exceeds this home server's size limit for uploads": "Rozmiar folderu '%(fileName)s' przekracza możliwy limit do przesłania na serwer domowy", - "The file '%(fileName)s' failed to upload": "Przesyłanie folderu '%(fileName)s' nie powiodło się", + "The file '%(fileName)s' exceeds this home server's size limit for uploads": "Rozmiar pliku '%(fileName)s' przekracza możliwy limit do przesłania na serwer domowy", + "The file '%(fileName)s' failed to upload": "Przesyłanie pliku '%(fileName)s' nie powiodło się", "The remote side failed to pick up": "Strona zdalna nie odebrała", "This room has no local addresses": "Ten pokój nie ma lokalnych adresów", "This room is not recognised.": "Ten pokój nie został rozpoznany.", @@ -698,5 +698,86 @@ "Your homeserver's URL": "Adres URL twojego serwera domowego", "Your identity server's URL": "Adres URL twojego serwera tożsamości", "The information being sent to us to help make Riot.im better includes:": "Oto informacje przesyłane do nas, służące do poprawy Riot.im:", - "We also record each page you use in the app (currently ), your User Agent () and your device resolution ().": "Zapisujemy również każdą stronę, z której korzystasz w aplikacji (obecnie ), twój User Agent () oraz rozdzielczość ekranu twojego urządzenia ()." + "We also record each page you use in the app (currently ), your User Agent () and your device resolution ().": "Zapisujemy również każdą stronę, z której korzystasz w aplikacji (obecnie ), twój User Agent () oraz rozdzielczość ekranu twojego urządzenia ().", + "The platform you're on": "Platforma na której jesteś", + "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "W tym pokoju są nieznane urządzenia: jeżeli będziesz kontynuować bez ich weryfikacji, możliwe będzie podsłuchiwanie Twojego połączenia.", + "Answer": "Odbierz", + "Review Devices": "Przegląd urządzeń", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s", + "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Uwaga: każda osoba dodana do Społeczności będzie publicznie widoczna dla każdego, go zna identyfikator społeczności", + "Invite new community members": "Zaproś nowych członków Społeczności", + "Name or matrix ID": "Nazwa lub matrix ID", + "Show these rooms to non-members on the community page and room list?": "Pokazać te pokoje dla osób niebędących członkami na stronie Społeczności oraz liście pokoi?", + "Add rooms to the community": "Dodaj pokoje do Społeczności", + "Failed to invite the following users to %(groupId)s:": "Nie udało się zaprosić poniższych użytkowników do %(groupId)s:", + "Failed to invite users to community": "Nie udało się zaprosić użytkowników do Społeczności", + "Failed to invite users to %(groupId)s": "Nie udało się zaprosić użytkowników do %(groupId)s", + "Failed to add the following rooms to %(groupId)s:": "Nie udało się dodać poniższych pokoi do %(groupId)s:", + "Restricted": "Ograniczony", + "Ignored user": "Użytkownik ignorowany", + "You are now ignoring %(userId)s": "Ignorujesz teraz %(userId)s", + "You are no longer ignoring %(userId)s": "Nie ignorujesz już %(userId)s", + "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s zmienił swoją wyświetlaną nazwę na %(displayName)s.", + "%(senderName)s changed the pinned messages for the room.": "%(senderName)s zmienił przypiętą wiadomość dla tego pokoju.", + "Message Pinning": "Przypinanie wiadomości", + "%(names)s and %(count)s others are typing|other": "%(names)s oraz %(count)s innych piszą", + "%(names)s and %(count)s others are typing|one": "%(names)s oraz jedna inna osoba piszą", + "Send": "Wyślij", + "Disable Emoji suggestions while typing": "Wyłącz podpowiedzi Emoji podczas pisania", + "Hide avatar changes": "Ukryj zmiany awatarów", + "Hide display name changes": "Ukryj zmiany wyświetlanych nazw", + "Disable big emoji in chat": "Wyłącz duże Emoji w czacie", + "Mirror local video feed": "Powiel lokalne wideo", + "Disable Community Filter Panel": "Wyłącz Panel Filtra Społeczności", + "Enable inline URL previews by default": "Włącz domyślny podgląd URL w tekście", + "Enable URL previews for this room (only affects you)": "Włącz podgląd URL dla tego pokoju (dotyczy tylko Ciebie)", + "Enable URL previews by default for participants in this room": "Włącz domyślny podgląd URL dla uczestników w tym pokoju", + "Delete %(count)s devices|other": "Usunięto %(count)s urządzeń", + "Delete %(count)s devices|one": "Usunięto urządzenie", + "Select devices": "Wybierz urządzenia", + "Click": "Kliknij", + "here": "tutaj", + "%(senderName)s sent an image": "%(senderName)s wysłał(a) obrazek", + "%(senderName)s sent a video": "%(senderName)s wysłał(a) wideo", + "%(senderName)s uploaded a file": "%(senderName)s wysłał(a) plik", + "Your key share request has been sent - please check your other devices for key share requests.": "Twoja prośba o podzielenie się kluczem została wysłana - sprawdź swoje inne urządzenie w celu spełnienia prośby.", + "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "Prośby o podzielenie się kluczem są wysyłane do Twoich innych urządzeń automatycznie. Jeżeli prośba została odrzucona na innym urządzeniu, kliknij tutaj aby ponownie poprosić o podzielenie się kluczem dla tej sesji.", + "If your other devices do not have the key for this message you will not be able to decrypt them.": "Jeżeli inne Twoje urządzenia nie mają klucza dla tej wiadomości, nie będziesz w stanie ich odszyfrować.", + "Key request sent.": "Prośba o klucz wysłana.", + "Re-request encryption keys from your other devices.": "Poproś ponownie o klucze szyfrujące z Twojego innego urządzenia.", + "Kick this user?": "Wyrzucić tego użytkownika?", + "Unban this user?": "Odbanować tego użytkownika?", + "Ban this user?": "Zbanować tego użytkownika?", + "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Nie będziesz w stanie odwrócić tej zmiany, ponieważ degradujesz się sam(a), jeżeli jesteś ostatnim użytkownikiem z uprawnieniami w tym pokoju, niemożliwe będzie odzyskanie uprawnień.", + "Ignore": "Ignoruj", + "Mention": "Wspomnij", + "Invite": "Zaproś", + "User Options": "Opcje Użytkownika", + "Send an encrypted reply…": "Wyślij zaszyfrowaną odpowiedź…", + "Send a reply (unencrypted)…": "Wyślij odpowiedź (nieszyfrowaną)…", + "Send an encrypted message…": "Wyślij zaszyfrowaną wiadomość…", + "Send a message (unencrypted)…": "Wyślij wiadomość (niezaszyfrowaną)…", + "Jump to message": "Skocz do wiadomości", + "No pinned messages.": "Brak przypiętych wiadomości.", + "Loading...": "Ładowanie...", + "Pinned Messages": "Przypięte Wiadomości", + "Online for %(duration)s": "Online przez %(duration)s", + "Idle for %(duration)s": "Nieaktywny przez %(duration)s", + "Offline for %(duration)s": "Offline przez %(duration)s", + "Unknown for %(duration)s": "Nieznany przez %(duration)s", + "Unknown": "Nieznany", + "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "Widziane przez %(displayName)s (%(userName)s) o %(dateTime)s", + "No rooms to show": "Brak pokoi do pokazania", + "Unnamed room": "Nienazwany pokój", + "Guests can join": "Goście mogą dołączyć", + "Remove avatar": "Usuń awatar", + "Drop here to favourite": "Upuść to aby dodać do ulubionych", + "Drop here to restore": "Upuść tu aby przywrócić", + "Drop here to demote": "Upuść tu aby zdegradować", + "You have been kicked from this room by %(userName)s.": "Zostałeś usunięty z tego pokoju przez %(userName)s.", + "You have been banned from this room by %(userName)s.": "Zostałeś zbanowany z tego pokoju przez %(userName)s.", + "You are trying to access a room.": "Próbujesz uzyskać dostęp do pokoju.", + "To change the room's avatar, you must be a": "Aby zmienić awatar pokoju, musisz być", + "To change the room's name, you must be a": "Aby zmienić nazwę pokoju, musisz być", + "To change the room's main address, you must be a": "Aby zmienić główny adres pokoju, musisz być" } From 6154c13c95c57045e9475c29ad050961daf47712 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 20 Apr 2018 15:35:31 +0100 Subject: [PATCH 26/29] Re-run npm run i18n --- src/i18n/strings/en_EN.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 4422c754d5..d90b120bad 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -171,7 +171,6 @@ "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s widget modified by %(senderName)s", "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s widget added by %(senderName)s", "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s widget removed by %(senderName)s", - "Message Pinning": "Message Pinning", "%(displayName)s is typing": "%(displayName)s is typing", "%(names)s and %(count)s others are typing|other": "%(names)s and %(count)s others are typing", "%(names)s and %(count)s others are typing|one": "%(names)s and one other is typing", @@ -187,7 +186,6 @@ "Failed to join room": "Failed to join room", "Message Replies": "Message Replies", "Message Pinning": "Message Pinning", - "Presence Management": "Presence Management", "Tag Panel": "Tag Panel", "Sticker Messages": "Sticker Messages", "Disable Emoji suggestions while typing": "Disable Emoji suggestions while typing", @@ -738,7 +736,6 @@ "Try using one of the following valid address types: %(validTypesList)s.": "Try using one of the following valid address types: %(validTypesList)s.", "You have entered an invalid address.": "You have entered an invalid address.", "Preparing to send logs": "Preparing to send logs", - "Bug report sent": "Bug report sent", "Logs sent": "Logs sent", "Thank you!": "Thank you!", "Failed to send logs: ": "Failed to send logs: ", @@ -856,8 +853,6 @@ "Permalink": "Permalink", "Quote": "Quote", "Source URL": "Source URL", - "Away": "Away", - "Appear Offline": "Appear Offline", "Failed to set Direct Message status of room": "Failed to set Direct Message status of room", "All messages (noisy)": "All messages (noisy)", "All messages": "All messages", From ce3d813c1291ee9e34bd697238187b5dcf607425 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 20 Apr 2018 15:37:19 +0100 Subject: [PATCH 27/29] Prune i18n --- src/i18n/strings/ar.json | 1 - src/i18n/strings/bg.json | 8 -------- src/i18n/strings/ca.json | 4 ---- src/i18n/strings/cs.json | 4 ---- src/i18n/strings/da.json | 3 --- src/i18n/strings/de_DE.json | 8 -------- src/i18n/strings/eo.json | 4 ---- src/i18n/strings/es.json | 3 --- src/i18n/strings/eu.json | 8 -------- src/i18n/strings/fi.json | 4 ---- src/i18n/strings/fr.json | 4 ---- src/i18n/strings/gl.json | 8 -------- src/i18n/strings/he.json | 2 -- src/i18n/strings/hu.json | 4 ---- src/i18n/strings/id.json | 1 - src/i18n/strings/it.json | 4 ---- src/i18n/strings/ko.json | 2 -- src/i18n/strings/lt.json | 3 --- src/i18n/strings/lv.json | 4 ---- src/i18n/strings/ml.json | 1 - src/i18n/strings/nl.json | 8 -------- src/i18n/strings/pl.json | 13 ++----------- src/i18n/strings/pt.json | 1 - src/i18n/strings/pt_BR.json | 4 ---- src/i18n/strings/ru.json | 5 ----- src/i18n/strings/sk.json | 8 -------- src/i18n/strings/sq.json | 2 -- src/i18n/strings/sr.json | 4 ---- src/i18n/strings/sv.json | 3 --- src/i18n/strings/ta.json | 1 - src/i18n/strings/uk.json | 3 --- src/i18n/strings/zh_Hans.json | 9 --------- src/i18n/strings/zh_Hant.json | 4 ---- 33 files changed, 2 insertions(+), 143 deletions(-) diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index cb223f5aaf..d461240e4b 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -43,7 +43,6 @@ "Collecting logs": "تجميع السجلات", "No update available.": "لا يوجد هناك أي تحديث.", "An error occurred whilst saving your email notification preferences.": "حدث خطأ ما أثناء عملية حفظ إعدادات الإشعارات عبر البريد الإلكتروني.", - "Bug report sent": "تم إرسال تقرير الأخطاء", "Collecting app version information": "تجميع المعلومات حول نسخة التطبيق", "Delete the room alias %(alias)s and remove %(name)s from the directory?": "إلغاء مُعرف الغرفة %(alias)s وحذف %(name)s من الدليل؟", "Changelog": "سِجل التغييرات", diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 0992d550f1..88d70777f1 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -206,7 +206,6 @@ "Failed to join room": "Неуспешно присъединяване към стаята", "Message Replies": "Отговори на съобщението", "Message Pinning": "Функция за закачане на съобщения", - "Presence Management": "Управление на присъствието", "Tag Panel": "Панел с етикети", "Disable Emoji suggestions while typing": "Изключване на предложенията за емотиконите при писане", "Use compact timeline layout": "Използване на компактно оформление за списъка със съобщения", @@ -1000,13 +999,9 @@ "Stickerpack": "Пакет със стикери", "Sticker Messages": "Съобщения със стикери", "You don't currently have any stickerpacks enabled": "В момента нямате включени пакети със стикери", - "Click": "Кликнете", - "here": "тук,", - "to add some!": "за да добавите такива!", "Add a stickerpack": "Добави пакет със стикери", "Hide Stickers": "Скрий стикери", "Show Stickers": "Покажи стикери", - "Manage sticker packs": "Управляване на пакети със стикери", "Who can join this community?": "Кой може да се присъедини към тази общност?", "Everyone": "Всеки", "Fetching third party location failed": "Неуспешно извличане на адреса на стаята от друга мрежа", @@ -1083,7 +1078,6 @@ "Preparing to send logs": "Подготовка за изпращане на логове", "Explore Account Data": "Преглед на данните от профила", "All messages (noisy)": "Всички съобщения (шумно)", - "Away": "Отсъстващ", "Saturday": "Събота", "Remember, you can always set an email address in user settings if you change your mind.": "Ако си промените мнението, винаги може да зададете имейл адрес в настройки на потребителя.", "Direct Chat": "Директен чат", @@ -1120,7 +1114,6 @@ "Notify for all other messages/rooms": "Извести ме за всички други съобщения/стаи", "Unable to look up room ID from server": "Стая с такъв идентификатор не е намерена на сървъра", "Couldn't find a matching Matrix room": "Не успяхме да намерим съответната Matrix стая", - "Bug report sent": "Докладът за грешки е изпратен", "Invite to this room": "Покани в тази стая", "You cannot delete this message. (%(code)s)": "Това съобщение не може да бъде изтрито. (%(code)s)", "Thursday": "Четвъртък", @@ -1141,7 +1134,6 @@ "Low Priority": "Нисък приоритет", "What's New": "Какво ново", "Set Password": "Задаване на парола", - "Appear Offline": "Показване като офлайн", "An error occurred whilst saving your email notification preferences.": "Възникна грешка при запазване на настройките за имейл известяване.", "Enable audible notifications in web client": "Включване на звукови известия в уеб клиент", "Permalink": "Permalink", diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index 9774b5bb20..b95c4914b1 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -213,7 +213,6 @@ "Failed to join room": "No s'ha pogut entrar a la sala", "Message Replies": "Respostes del missatge", "Message Pinning": "Fixació de missatges", - "Presence Management": "Gestió de presència", "Tag Panel": "Tauler d'etiquetes", "Disable Emoji suggestions while typing": "Desactiva els suggeriments d'Emoji mentre s'escriu", "Use compact timeline layout": "Utilitza el disseny compacte de la línia de temps", @@ -956,7 +955,6 @@ "Preparing to send logs": "Preparant l'enviament de logs", "Explore Account Data": "Explora les dades del compte", "Remove from Directory": "Elimina del directori", - "Away": "Absent", "Saturday": "Dissabte", "Remember, you can always set an email address in user settings if you change your mind.": "Recordeu-ho, si canvieu d'idea, sempre podreu establir una adreça de correu electrònic a las vostra configuració d'usuari.", "Direct Chat": "Xat directe", @@ -993,7 +991,6 @@ "Notify for all other messages/rooms": "Notifica per a tots els altres missatges o sales", "Unable to look up room ID from server": "No s'ha pogut cercar l'ID de la sala en el servidor", "Couldn't find a matching Matrix room": "No s'ha pogut trobar una sala de Matrix que coincideixi", - "Bug report sent": "S'ha enviat l'informe d'error", "Invite to this room": "Convida a aquesta sala", "You cannot delete this message. (%(code)s)": "No podeu eliminar aquest missatge. (%(code)s)", "Thursday": "Dijous", @@ -1014,7 +1011,6 @@ "Login": "Inicia sessió", "Low Priority": "Baixa prioritat", "Unable to fetch notification target list": "No s'ha pogut obtenir la llista d'objectius de les notificacions", - "Appear Offline": "Apareix sense connexió", "Set Password": "Establiu una contrasenya", "Enable audible notifications in web client": "Habilita les notificacions d'àudio al client web", "Permalink": "Enllaç permanent", diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 920c77dd25..d19f17e097 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -643,7 +643,6 @@ "%(senderName)s placed a %(callType)s call.": "%(senderName)s uskutečnil %(callType)s hovor.", "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s zpřístupnil budoucí historii místnosti neznámým (%(visibility)s).", "Not a valid Riot keyfile": "Neplatný soubor s klíčem Riot", - "Presence Management": "Správce účasti", "Disable Emoji suggestions while typing": "Zakázat návrhy Emoji během psaní", "Hide avatar changes": "Skrýt změny avatara", "Hide display name changes": "Skrýt změny zobrazovaného jména", @@ -1018,7 +1017,6 @@ "Enable desktop notifications": "Zapnout upozornění na ploše", "Explore Account Data": "Prozkoumat data o účtu", "Remove from Directory": "Odebrat z adresáře", - "Away": "Pryč", "Saturday": "Sobota", "Messages in one-to-one chats": "Zprávy v individuálních chatech", "Direct Chat": "Přímý chat", @@ -1032,7 +1030,6 @@ "Toolbox": "Sada nástrojů", "Collecting logs": "Sbírání logů", "more": "více", - "Bug report sent": "Hlášení o chybě bylo odesláno", "You must specify an event type!": "Musíte určit typ události!", "(HTTP status %(httpStatus)s)": "(HTTP status %(httpStatus)s)", "Invite to this room": "Pozvat do této místnosti", @@ -1071,7 +1068,6 @@ "Low Priority": "Nízká priorita", "Riot does not know how to join a room on this network": "Riot neví, jak vstoupit do místosti na této síti", "Set Password": "Nastavit heslo", - "Appear Offline": "Jevit se offline", "An error occurred whilst saving your email notification preferences.": "Při ukládání nastavení e-mailových upozornění nastala chyba.", "Enable audible notifications in web client": "Povolit zvuková upozornění ve webové aplikaci", "Permalink": "Trvalý odkaz", diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index cc3ef49b55..d1393c1947 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -319,7 +319,6 @@ "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riot bruger mange avancerede browser funktioner, hvoraf nogle af dem ikke er tilgængelige eller er eksperimentelle i din browser.", "Event sent!": "Begivenhed sendt!", "Explore Account Data": "Udforsk Konto Data", - "Away": "Ikke til stede", "Saturday": "Lørdag", "Remember, you can always set an email address in user settings if you change your mind.": "Husk, du kan altid indstille en emailadresse i dine bruger indstillinger hvis du ombestemmer dig.", "Direct Chat": "Personlig Chat", @@ -353,7 +352,6 @@ "Notify for all other messages/rooms": "Underret om alle andre meddelelser / rum", "Unable to look up room ID from server": "Kunne ikke slå rum-id op på server", "Couldn't find a matching Matrix room": "Kunne ikke finde et matchende Matrix-rum", - "Bug report sent": "Fejl rapporteret", "All Rooms": "Alle rum", "You cannot delete this message. (%(code)s)": "Du kan ikke slette denne besked. (%(code)s)", "Thursday": "Torsdag", @@ -371,7 +369,6 @@ "Event Type": "Begivenhedstype", "Low Priority": "Lav prioritet", "Unable to fetch notification target list": "Kan ikke hente meddelelsesmålliste", - "Appear Offline": "Fremstå Offline", "Set Password": "Indstil Password", "Enable audible notifications in web client": "Aktivér hørbare underretninger i webklienten", "Permalink": "Permanent link", diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 521cd3a4ab..2030b4285a 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -907,7 +907,6 @@ "URL previews are disabled by default for participants in this room.": "URL-Vorschau ist für Mitglieder dieses Raumes standardmäßig deaktiviert.", "URL previews are enabled by default for participants in this room.": "URL-Vorschau ist für Mitglieder dieses Raumes standardmäßig aktiviert.", "Restricted": "Eingeschränkt", - "Presence Management": "Anwesenheitsmanagement", "Status.im theme": "Status.im-Thema", "%(duration)ss": "%(duration)ss", "%(duration)sm": "%(duration)sm", @@ -999,13 +998,9 @@ "Leave this community": "Community verlassen", "Sticker Messages": "Sticker-Nachrichten", "You don't currently have any stickerpacks enabled": "Du hast aktuell keine Stickerpacks aktiviert", - "Click": "Klick", - "here": "hier", - "to add some!": "um einige hinzuzufügen!", "Add a stickerpack": "Füge ein Stickerpack hinzu", "Hide Stickers": "Sticker verbergen", "Show Stickers": "Sticker zeigen", - "Manage sticker packs": "Verwalte Stickerpacks", "Who can join this community?": "Wer kann dieser Community beitreten?", "Everyone": "Jeder", "Stickerpack": "Stickerpack", @@ -1086,7 +1081,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "Vergiss nicht, dass du in den Benutzereinstellungen jederzeit eine E-Mail-Adresse setzen kannst, wenn du deine Meinung änderst.", "Explore Account Data": "Benutzerkonto-Daten analysieren", "All messages (noisy)": "Alle Nachrichten (laut)", - "Away": "Abwesend", "Saturday": "Samstag", "I understand the risks and wish to continue": "Ich verstehe das Risiko und möchte fortfahren", "Direct Chat": "Direkt-Chat", @@ -1101,7 +1095,6 @@ "Collecting logs": "Protokolle werden abgerufen", "more": "mehr", "GitHub issue link:": "Link des GitHub-Problems:", - "Bug report sent": "Fehlerbericht wurde gesendet", "You must specify an event type!": "Du musst einen Event-Typ spezifizieren!", "(HTTP status %(httpStatus)s)": "(HTTP-Status %(httpStatus)s)", "Invite to this room": "In diesen Raum einladen", @@ -1142,7 +1135,6 @@ "Login": "Anmeldung", "Low Priority": "Niedrige Priorität", "Unable to fetch notification target list": "Liste der Benachrichtigungsempfänger konnte nicht abgerufen werden", - "Appear Offline": "Als offline anzeigen", "Set Password": "Passwort einrichten", "Enable audible notifications in web client": "Audio-Benachrichtigungen im Web-Client aktivieren", "Permalink": "Permanenter Link", diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index f62c4b7c2d..cad55cf662 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -165,7 +165,6 @@ "Authentication check failed: incorrect password?": "Aŭtentiga kontrolo malsukcesis: ĉu pro malĝusta pasvorto?", "Failed to join room": "Malsukcesis aliĝi al ĉambro", "Message Pinning": "Fikso de mesaĝoj", - "Presence Management": "Ĉeesta administrado", "Tag Panel": "Etikeda panelo", "Disable Emoji suggestions while typing": "Malŝalti mienetajn sugestojn dum tajpado", "Use compact timeline layout": "Uzi densan okazordan aranĝon", @@ -1032,7 +1031,6 @@ "Event sent!": "Okazo sendiĝis!", "Explore Account Data": "Esplori kontajn datumojn", "All messages (noisy)": "Ĉiuj mesaĝoj (lauta)", - "Away": "Foresta", "Saturday": "Sabato", "Remember, you can always set an email address in user settings if you change your mind.": "Memoru: vi ĉiam povas agordi retpoŝtadreson en viaj agordoj por uzantoj.", "Direct Chat": "Rekta babilo", @@ -1046,7 +1044,6 @@ "Toolbox": "Ilaro", "Collecting logs": "Kolektante protokolon", "more": "pli", - "Bug report sent": "Cimraporto sendiĝis", "You must specify an event type!": "Vi devas specifi tipon de okazo!", "(HTTP status %(httpStatus)s)": "(stato de HTTP %(httpStatus)s)", "Invite to this room": "Inviti al ĉi tiu ĉambro", @@ -1087,7 +1084,6 @@ "Login": "Saluti", "Low Priority": "Malalta prioritato", "Unable to fetch notification target list": "Malsukcesis akiri la liston de celoj por sciigoj", - "Appear Offline": "Montriĝi kiel eksterreta", "Set Password": "Agordi pasvorton", "Enable audible notifications in web client": "Ŝalti aŭdeblajn sciigojn en la retkliento", "Permalink": "Konstanta ligilo", diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 36bf4b7b3b..07b38d7566 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -666,7 +666,6 @@ "Unnamed room": "Sala sin nombre", "Explore Account Data": "Explorar Datos de la Cuenta", "Remove from Directory": "Retirar del Directorio", - "Away": "Ausente", "Saturday": "Sábado", "Remember, you can always set an email address in user settings if you change your mind.": "Recuerda que si es necesario puedes establecer una dirección de email en las preferencias de usuario.", "Direct Chat": "Conversación directa", @@ -681,7 +680,6 @@ "Collecting logs": "Recolectando registros", "more": "más", "GitHub issue link:": "Enlace de incidencia en GitHub:", - "Bug report sent": "Informe de fallo enviado", "You must specify an event type!": "Debes especificar un tipo de evento!", "(HTTP status %(httpStatus)s)": "(estado HTTP %(httpStatus)s)", "Invite to this room": "Invitar a esta sala", @@ -722,7 +720,6 @@ "Login": "Iniciar sesión", "Low Priority": "Baja Prioridad", "Riot does not know how to join a room on this network": "Riot no sabe cómo unirse a una sala en esta red", - "Appear Offline": "Mostrarse Desconectado", "Set Password": "Establecer contraseña", "Enable audible notifications in web client": "Habilitar notificaciones audibles en el cliente web", "Permalink": "Enlace permanente", diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 93f150294d..853a2de6c0 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -731,7 +731,6 @@ "%(names)s and %(count)s others are typing|one": "%(names)s eta beste bat idazten ari dira", "Send": "Bidali", "Message Pinning": "Mezuak finkatzea", - "Presence Management": "Presentzia-kudeaketa", "Tag Panel": "Etiketen panela", "Hide avatar changes": "Ezkutatu abatar aldaketak", "Hide display name changes": "Ezkutatu pantaila izenen aldaketak", @@ -1000,13 +999,9 @@ "Stickerpack": "Eranskailu-multzoa", "Sticker Messages": "Eranskailu mezuak", "You don't currently have any stickerpacks enabled": "Ez duzu eranskailu multzorik aktibatuta", - "Click": "Klik", - "here": "hemen", - "to add some!": "batzuk gehitzeko!", "Add a stickerpack": "Gehitu eranskailu-multzoa", "Hide Stickers": "Ezkutatu eranskailuak", "Show Stickers": "Erakutsi eranskailuak", - "Manage sticker packs": "Kudeatu eranskailu-multzoak", "Who can join this community?": "Nor elkartu daiteke komunitate honetara?", "Everyone": "Edonor", "Fetching third party location failed": "Huts egin du hirugarrengoen kokalekua eskuratzean", @@ -1086,7 +1081,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "Gogoratu, e-mail helbide bat ezarri dezakezu erabiltzaile-ezarpenetan iritzia aldatzen baduzu.", "Explore Account Data": "Miatu kantuaren datuak", "All messages (noisy)": "Mezu guztiak (ozen)", - "Away": "Teklatutik at", "Saturday": "Larunbata", "I understand the risks and wish to continue": "Arriskua ulertzen dut eta jarraitu nahi dut", "Direct Chat": "Txat zuzena", @@ -1101,7 +1095,6 @@ "Collecting logs": "Egunkariak biltzen", "more": "gehiago", "GitHub issue link:": "Arazoaren esteka GitHuben:", - "Bug report sent": "Arazte-txostena bidali da", "You must specify an event type!": "Gertaera mota bat zehaztu behar duzu!", "(HTTP status %(httpStatus)s)": "(HTTP egoera %(httpStatus)s)", "All Rooms": "Gela guztiak", @@ -1143,7 +1136,6 @@ "Login": "Hasi saioa", "Low Priority": "Lehentasun baxua", "Unable to fetch notification target list": "Ezin izan da jakinarazpen helburuen zerrenda eskuratu", - "Appear Offline": "Agertu deskonektatuta", "Set Password": "Ezarri pasahitza", "Enable audible notifications in web client": "Gaitu jakinarazpen entzungarriak web bezeroan", "Permalink": "Esteka iraunkorra", diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 4a83f456c7..7f7ac9729f 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -831,7 +831,6 @@ "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s pienoisohjelman lisännyt %(senderName)s", "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s pienoisohjelman poistanut %(senderName)s", "Send": "Lähetä", - "Presence Management": "Tilanhallinta", "Tag Panel": "Tagit", "Delete %(count)s devices|other": "Poista %(count)s laitetta", "Delete %(count)s devices|one": "Poista laite", @@ -1004,7 +1003,6 @@ "Enable desktop notifications": "Ota käyttöön työpöytäilmoitukset", "Explore Account Data": "Tilitiedot", "All messages (noisy)": "Kaikki viestit (äänekkäästi)", - "Away": "Poissa", "Saturday": "Lauantai", "Remember, you can always set an email address in user settings if you change your mind.": "Muista että voit aina asettaa sähköpostiosoitteen käyttäjäasetuksista jos muutat mielesi.", "Direct Chat": "Suora viestittely", @@ -1019,7 +1017,6 @@ "Toolbox": "Työkalut", "Collecting logs": "Haetaan lokitietoja", "more": "lisää", - "Bug report sent": "Virheraportti lähetetty", "You must specify an event type!": "Sinun on määritettävä tapahtuman tyyppi!", "(HTTP status %(httpStatus)s)": "(HTTP tila %(httpStatus)s)", "All Rooms": "Kaikki huoneet", @@ -1058,7 +1055,6 @@ "Low Priority": "Matala prioriteetti", "Unable to fetch notification target list": "Ilmoituskohdelistan haku epäonnistui", "Set Password": "Aseta salasana", - "Appear Offline": "Offline-tila", "An error occurred whilst saving your email notification preferences.": "Sähköposti-ilmoitusasetuksia tallettaessa tapahtui virhe.", "Enable audible notifications in web client": "Ota käyttöön äänelliset ilmoitukset", "Permalink": "Pysyvä linkki", diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 1800476c46..ca47cd52a8 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -900,7 +900,6 @@ "Username on %(hs)s": "Nom d'utilisateur sur %(hs)s", "Restricted": "Restreint", "Custom of %(powerLevel)s": "Personnalisé de %(powerLevel)s", - "Presence Management": "Gestion de présence", "Hide avatar changes": "Masquer les changements d'avatar", "Hide display name changes": "Masquer les changements de nom affiché", "Enable inline URL previews by default": "Activer l'aperçu des URL par défaut", @@ -1079,7 +1078,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "Souvenez-vous que vous pourrez toujours définir une adresse e-mail dans les paramètres de l'utilisateur si vous changez d’avis.", "Explore Account Data": "Explorer les données du compte", "Remove from Directory": "Supprimer du répertoire", - "Away": "Absent", "Saturday": "Samedi", "I understand the risks and wish to continue": "Je comprends les risques et souhaite continuer", "Direct Chat": "Discussion directe", @@ -1093,7 +1091,6 @@ "Toolbox": "Boîte à outils", "Collecting logs": "Récupération des journaux", "more": "plus", - "Bug report sent": "Rapport d'erreur envoyé", "You must specify an event type!": "Vous devez spécifier un type d'événement !", "(HTTP status %(httpStatus)s)": "(état HTTP %(httpStatus)s)", "Invite to this room": "Inviter dans ce salon", @@ -1132,7 +1129,6 @@ "Login": "Connexion", "Low Priority": "Priorité basse", "Unable to fetch notification target list": "Impossible de récupérer la liste des appareils recevant les notifications", - "Appear Offline": "Apparaître Hors ligne", "Set Password": "Définir un mot de passe", "Enable audible notifications in web client": "Activer les notifications sonores pour le client web", "Permalink": "Permalien", diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index 1883d29bb2..95363334fb 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -169,7 +169,6 @@ "Authentication check failed: incorrect password?": "Fallou a comprobación de autenticación: contrasinal incorrecto?", "Failed to join room": "Non se puido unir a sala", "Message Pinning": "Fixando mensaxe", - "Presence Management": "Xestión da presenza", "Tag Panel": "Panel de etiquetas", "Disable Emoji suggestions while typing": "Deshabilitar a suxestión de Emoji mentras escribe", "Use compact timeline layout": "Utilizar a disposición compacta da liña temporal", @@ -1000,13 +999,9 @@ "Stickerpack": "Peganitas", "Sticker Messages": "Mensaxes pegadas", "You don't currently have any stickerpacks enabled": "Non ten paquetes de pegatinas habilitados", - "Click": "Clicar", - "here": "aquí", - "to add some!": "engada algún!", "Add a stickerpack": "Engadir un paquete de pegatinas", "Hide Stickers": "Agochar pegatinas", "Show Stickers": "Mostrar pegatinas", - "Manage sticker packs": "Xestionar os paquetes de pegatinas", "Who can join this community?": "Quén pode unirse a esta comunidade?", "Everyone": "Todo o mundo", "Fetching third party location failed": "Fallo ao obter a localización de terceiros", @@ -1086,7 +1081,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "Lembre, sempre poderá poñer un enderezo de correo nos axustes de usuario si cambia de idea.", "Explore Account Data": "Explorar datos da conta", "All messages (noisy)": "Todas as mensaxes (alto)", - "Away": "Fóra", "Saturday": "Sábado", "I understand the risks and wish to continue": "Entendos os riscos e desexo continuar", "Direct Chat": "Chat directo", @@ -1101,7 +1095,6 @@ "Collecting logs": "Obtendo rexistros", "more": "máis", "GitHub issue link:": "Ligazón ao reporte en GitHub:", - "Bug report sent": "Enviado o informe de fallo", "You must specify an event type!": "Debe indicar un tipo de evento!", "(HTTP status %(httpStatus)s)": "(Estado HTTP %(httpStatus)s)", "All Rooms": "Todas as Salas", @@ -1143,7 +1136,6 @@ "Login": "Conectar", "Low Priority": "Baixa prioridade", "Unable to fetch notification target list": "Non se puido procesar a lista de obxetivo de notificacións", - "Appear Offline": "Aparecer fora de liña", "Set Password": "Establecer contrasinal", "Enable audible notifications in web client": "Habilitar notificacións audibles no cliente web", "Permalink": "Ligazón permanente", diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 9543a64b8f..7e747428a6 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -164,7 +164,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "להזכירך: תמיד ניתן לשנות כתובת אימייל בהגדרות משתש. למקרה שתתחרט/י.", "Explore Account Data": "גלה פרטי משתמש", "All messages (noisy)": "כל ההודעות (רועש)", - "Away": "מרוחק", "Saturday": "שבת", "I understand the risks and wish to continue": "אני מבין את הסיכונים אבל מבקש להמשיך", "Direct Chat": "שיחה ישירה", @@ -221,7 +220,6 @@ "Login": "התחבר", "Low Priority": "עדיפות נמוכה", "Unable to fetch notification target list": "לא ניתן לאחזר רשימת יעדי התראה", - "Appear Offline": "מופיע מקוון", "Set Password": "הגדר סיסמא", "Enable audible notifications in web client": "אפשר התראות קוליות בדפדפן", "Permalink": "קישור קבוע", diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 88e0fa22db..5fe1e90163 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -900,7 +900,6 @@ "Username on %(hs)s": "Felhasználónév a %(hs)s szerveren", "Restricted": "Korlátozott", "Custom of %(powerLevel)s": "Egyedi beállítás: %(powerLevel)s", - "Presence Management": "Jelenlét menedzsment", "Hide avatar changes": "Avatar változások elrejtése", "Hide display name changes": "Név változások elrejtése", "Enable inline URL previews by default": "Beágyazott URL előnézetek alapértelmezett engedélyezése", @@ -1082,7 +1081,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "Ha meggondolod magad, bármikor beállíthatod az e-mail címed a felhasználói beállításoknál.", "Explore Account Data": "Fiókadatok felderítése", "Remove from Directory": "Törlés a listából", - "Away": "Távol", "Saturday": "Szombat", "I understand the risks and wish to continue": "Megértettem a kockázatot és folytatom", "Direct Chat": "Közvetlen csevegés", @@ -1097,7 +1095,6 @@ "Collecting logs": "Naplók összegyűjtése", "more": "tovább", "GitHub issue link:": "GitHub hibajegy hivatkozás:", - "Bug report sent": "Hibajelentés elküldve", "You must specify an event type!": "Meg kell jelölnöd az eseménytípust!", "(HTTP status %(httpStatus)s)": "(HTTP állapot: %(httpStatus)s)", "Invite to this room": "Meghívás a szobába", @@ -1138,7 +1135,6 @@ "Login": "Bejelentkezés", "Low Priority": "Alacsony prioritás", "Unable to fetch notification target list": "Nem sikerült letölteni az értesítési célok listáját", - "Appear Offline": "Offline látszik", "Set Password": "Jelszó beállítása", "Enable audible notifications in web client": "Hangértesítések engedélyezése a webkliensben", "Permalink": "Állandó hivatkozás", diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 5eccf72100..9db1a4a99c 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -285,7 +285,6 @@ "Messages containing my user name": "Pesan mengandung nama pengguna saya", "Collecting logs": "Mengumpulkan catatan", "more": "lagi", - "Bug report sent": "Laporan bug terkirim", "(HTTP status %(httpStatus)s)": "(status HTTP %(httpStatus)s)", "Failed to forget room %(errCode)s": "Gagal melupakan ruang %(errCode)s", "Wednesday": "Rabu", diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 0f7851621f..27d1cde38d 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -232,7 +232,6 @@ "Not a valid Riot keyfile": "Non è una chiave di Riot valida", "Authentication check failed: incorrect password?": "Controllo di autenticazione fallito: password sbagliata?", "Failed to join room": "Accesso alla stanza fallito", - "Presence Management": "Gestione della presenza", "Tag Panel": "Pannello etichette", "Disable Emoji suggestions while typing": "Disattiva i suggerimenti delle emoji durante la digitazione", "Use compact timeline layout": "Usa impaginazione cronologia compatta", @@ -1076,7 +1075,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "Ricorda, puoi sempre specificare un indirizzo email nelle impostazioni utente se cambi idea.", "Explore Account Data": "Esplora dati account", "All messages (noisy)": "Tutti i messaggi (rumoroso)", - "Away": "Assente", "Saturday": "Sabato", "I understand the risks and wish to continue": "Sono consapevole dei rischi e vorrei continuare", "Direct Chat": "Chat Diretta", @@ -1091,7 +1089,6 @@ "Collecting logs": "Sto recuperando i log", "more": "altro", "GitHub issue link:": "Link segnalazione su GitHub:", - "Bug report sent": "Rapporto inviato", "You must specify an event type!": "Devi specificare un tipo di evento!", "(HTTP status %(httpStatus)s)": "(stato HTTP %(httpStatus)s)", "All Rooms": "Tutte le stanze", @@ -1134,7 +1131,6 @@ "Login": "Entra", "Low Priority": "Priorità bassa", "What's New": "Novità", - "Appear Offline": "Appari offline", "Set Password": "Imposta Password", "Enable audible notifications in web client": "Abilita notifiche audio nel client web", "Permalink": "Link permanente", diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 32ca09aee1..ff5ebd72d7 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -725,7 +725,6 @@ "Toolbox": "도구상자", "Collecting logs": "로그 수집 중", "more": "더 보기", - "Bug report sent": "오류 보고서를 보냈어요", "(HTTP status %(httpStatus)s)": "(HTTP 상태 %(httpStatus)s)", "All Rooms": "모든 방", "Failed to get public room list": "공개한 방 목록을 얻지 못했어요", @@ -761,7 +760,6 @@ "Error encountered (%(errorDetail)s).": "오류가 일어났어요 (%(errorDetail)s).", "Low Priority": "낮은 우선순위", "Riot does not know how to join a room on this network": "라이엇이 이 네트워크에서 방에 들어가는 법을 알 수 없어요", - "Appear Offline": "미접속으로 표시하기", "Set Password": "비밀번호 설정", "Enable audible notifications in web client": "웹 클라이언트에서 알림 소리 켜기", "Permalink": "고유주소", diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index 277b0cf427..efa5cf9d5e 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -97,12 +97,10 @@ "Remove %(name)s from the directory?": "Ar ištrinti %(name)s iš katalogo?", "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riot naudoja daug išplėstinių naršyklės funkcionalumų, kai kurie iš jų yra neprieinami ar eksperimentinei Jūsų naršyklėje.", "Event sent!": "Įvykis išsiųstas!", - "Bug report sent": "Klaidos ataskaita išsiųsta", "Unnamed room": "Kambarys be pavadinimo", "Dismiss": "Nutraukti", "Explore Account Data": "Peržiūrėti paskyros duomenis", "Remove from Directory": "Šalinti iš katalogo", - "Away": "Neaktyvus", "Download this file": "Atsisiųsti šį failą", "Saturday": "Šeštadienis", "Remember, you can always set an email address in user settings if you change your mind.": "Nepamirškite, kad galite, bet kada įrašyti savo el. pašto adresą paskyros nustatymuose.", @@ -162,7 +160,6 @@ "Low Priority": "Nesvarbūs", "Riot does not know how to join a room on this network": "Riot nežino kaip prisijungti prie kambario šiame tinkle", "Set Password": "Nustatyti slaptažodį", - "Appear Offline": "Neprisijungęs", "An error occurred whilst saving your email notification preferences.": "Įrašant pranešimų el. paštu nuostatas, įvyko klaida.", "Unable to join network": "Nepavyko prisijungti prie tinklo", "Permalink": "Pastovioji nuoroda", diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index a4a222a602..5c10bec7b9 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -731,7 +731,6 @@ "%(names)s and %(count)s others are typing|one": "%(names)s un vēl kāds raksta", "Message Replies": "Atbildes uz ziņām", "Message Pinning": "Ziņu piekabināšana", - "Presence Management": "Klātesamības vadība", "Tag Panel": "Birku panelis", "Disable Emoji suggestions while typing": "Atspējot Emoji ieteikumus teksta rakstīšanas laikā", "Hide avatar changes": "Slēpt avatara izmaiņas", @@ -1068,7 +1067,6 @@ "Enable desktop notifications": "Iespējot darbvirsmas paziņojumus", "Explore Account Data": "Aplūkot konta datus", "All messages (noisy)": "Visas ziņas (ar skaņu)", - "Away": "Prom (nav uz vietas)", "Saturday": "sestdiena", "Remember, you can always set an email address in user settings if you change your mind.": "Atceries, ka vienmēr vari iestatīt epasta adresi lietotāja uzstādījumos, ja pārdomā.", "Direct Chat": "Tiešais čats", @@ -1084,7 +1082,6 @@ "Collecting logs": "Tiek iegūti logfaili", "more": "vairāk", "GitHub issue link:": "GitHub problēmpaziņojuma saite:", - "Bug report sent": "Kļūdas atskaite nosūtīta", "You must specify an event type!": "Jānorāda notikuma tips!", "(HTTP status %(httpStatus)s)": "(HTTP statuss %(httpStatus)s)", "All Rooms": "visās istabās", @@ -1126,7 +1123,6 @@ "Login": "Ierakstīties", "Low Priority": "Zemas prioritātes", "Unable to fetch notification target list": "Neizdevās iegūt paziņojumu mērķu sarakstu", - "Appear Offline": "Šķiet nesaistē (oflainā)", "Set Password": "Iestatīt paroli", "Enable audible notifications in web client": "Iespējot skaņus paziņojumus web klientā", "Permalink": "Pastāvīgā saite", diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index 098c062006..6de7e92df7 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -102,7 +102,6 @@ "Messages containing my user name": "എന്റെ യൂസര്‍ നെയിം അടങ്ങിയിരിക്കുന്ന സന്ദേശങ്ങള്‍ക്ക്", "Collecting logs": "നാള്‍വഴി ശേഖരിക്കുന്നു", "more": "കൂടുതല്‍", - "Bug report sent": "ബഗ് റിപ്പോർട്ട് അയയ്ക്കുക", "(HTTP status %(httpStatus)s)": "(HTTP സ്റ്റാറ്റസ് %(httpStatus)s)", "All Rooms": "എല്ലാ മുറികളും കാണുക", "Wednesday": "ബുധന്‍", diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 61e22d3996..ce7577733c 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -717,7 +717,6 @@ "Send": "Verstuur", "Message Pinning": "Boodschap vastpinnen", "Message Replies": "Antwoorden op bericht", - "Presence Management": "Presentie Beheer", "Tag Panel": "Label Paneel", "Disable Emoji suggestions while typing": "Emoji suggesties tijdens het typen uitzetten", "Hide avatar changes": "Avatar veranderingen verbergen", @@ -990,15 +989,11 @@ "Stickerpack": "Stickerpakket", "Sticker Messages": "Sticker Berichten", "You don't currently have any stickerpacks enabled": "Je hebt momenteel geen stickerpakketten aan staan", - "Click": "Klik", - "here": "hier", - "to add some!": "om wat toe te voegen!", "Add a stickerpack": "Stickerpakket toevoegen", "Hide Stickers": "Stickers verbergen", "Show Stickers": "Stickers weergeven", "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "Gezien door %(displayName)s (%(userName)s) op %(dateTime)s", "Code": "Code", - "Manage sticker packs": "Stickerpakketten beheren", "Unable to join community": "Je kon niet tot de gemeenschap toetreden", "Unable to leave community": "Je kon de gemeenschap niet verlaten", "Changes made to your community name and avatar might not be seen by other users for up to 30 minutes.": "Veranderingen die aan je gemeenschap naam en avatar zijn aangebracht zullen misschien niet gezien worden door anderen tot maximaal 30 minuten.", @@ -1084,7 +1079,6 @@ "Enable desktop notifications": "Desktopmeldingen aanzetten", "Explore Account Data": "Bekijk account informatie", "Remove from Directory": "Uit de kamerlijst verwijderen", - "Away": "Afwezig", "Saturday": "Zaterdag", "Remember, you can always set an email address in user settings if you change your mind.": "Onthoud dat u altijd een e-mailadres in kan stellen in de gebruikersinstellingen als u zich bedenkt.", "Direct Chat": "Privégesprek", @@ -1098,7 +1092,6 @@ "Toolbox": "Eigenschappen", "Collecting logs": "Logboeken verzamelen", "more": "meer", - "Bug report sent": "Bug report verzonden", "You must specify an event type!": "Je moet een event-type specificeren!", "(HTTP status %(httpStatus)s)": "(HTTP-status %(httpStatus)s)", "Invite to this room": "Uitnodigen voor deze kamer", @@ -1135,7 +1128,6 @@ "Login": "Aanmelden", "Low Priority": "Lage prioriteit", "Unable to fetch notification target list": "Het is mislukt om de lijst van notificatiedoelen op te halen", - "Appear Offline": "Lijk offline", "Set Password": "Wachtwoord instellen", "Enable audible notifications in web client": "Geluidsmeldingen in de webclient aanzetten", "Permalink": "Permanente link", diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index 2345164987..3d6d026945 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -730,8 +730,6 @@ "Delete %(count)s devices|other": "Usunięto %(count)s urządzeń", "Delete %(count)s devices|one": "Usunięto urządzenie", "Select devices": "Wybierz urządzenia", - "Click": "Kliknij", - "here": "tutaj", "%(senderName)s sent an image": "%(senderName)s wysłał(a) obrazek", "%(senderName)s sent a video": "%(senderName)s wysłał(a) wideo", "%(senderName)s uploaded a file": "%(senderName)s wysłał(a) plik", @@ -762,8 +760,8 @@ "Unknown for %(duration)s": "Nieznany przez %(duration)s", "Unknown": "Nieznany", "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "Widziane przez %(displayName)s (%(userName)s) o %(dateTime)s", - "No rooms to show": "Brak pokoi do pokazania", - "Unnamed room": "Nienazwany pokój", + "No rooms to show": "Brak pokoi do wyświetlenia", + "Unnamed room": "Pokój bez nazwy", "Guests can join": "Goście mogą dołączyć", "Remove avatar": "Usuń awatar", "Drop here to favourite": "Upuść to aby dodać do ulubionych", @@ -782,7 +780,6 @@ "All notifications are currently disabled for all targets.": "Wszystkie powiadomienia są obecnie wyłączone dla wszystkich celów.", "Uploading report": "Raport wysyłania", "Sunday": "Niedziela", - "Guests can join": "Goście mogą dołączyć", "Failed to add tag %(tagName)s to room": "Nie można dodać tagu %(tagName)s do pokoju", "Notification targets": "Cele powiadomień", "Failed to set direct chat tag": "Nie udało się ustawić znacznika rozmów bezpośrednich", @@ -820,7 +817,6 @@ "Messages in one-to-one chats": "Wiadomości w rozmowach jeden-na-jeden", "Unavailable": "Niedostępny", "View Decrypted Source": "Pokaż zdeszyfrowane źródło", - "Send": "Wyślij", "Notes:": "Notatki:", "remove %(name)s from the directory.": "usuń %(name)s z katalogu.", "Notifications on the following keywords follow rules which can’t be displayed here:": "Powiadomienia o słowach kluczowych spełniają reguły, które nie mogą być tu wyświetlone:", @@ -854,11 +850,9 @@ "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riot używa wiele zaawansowanych technologii, które nie są dostępne lub są w fazie testów w Twojej przeglądarce.", "Developer Tools": "Narzędzia programistyczne", "Preparing to send logs": "Przygotowywanie do wysłania zapisu rozmów", - "Unnamed room": "Pokój bez nazwy", "Remember, you can always set an email address in user settings if you change your mind.": "Pamiętaj, że zawsze możesz zmienić swój e-mail lub hasło w panelu ustawień użytkownika.", "Explore Account Data": "Odkryj dane konta", "All messages (noisy)": "Wszystkie wiadomości (głośno)", - "Away": "Niedostępny", "Saturday": "Sobota", "I understand the risks and wish to continue": "Rozumiem ryzyko i chcę kontynuować", "Direct Chat": "Rozmowa bezpośrednia", @@ -873,7 +867,6 @@ "Collecting logs": "Zbieranie dzienników", "more": "więcej", "GitHub issue link:": "Link do wątku na GitHubie:", - "Bug report sent": "Raport błędu wysłany", "You must specify an event type!": "Musisz określić typ wydarzenia!", "(HTTP status %(httpStatus)s)": "(status HTTP %(httpStatus)s)", "All Rooms": "Wszystkie pokoje", @@ -916,7 +909,6 @@ "Login": "Logowanie", "Low Priority": "Niski priorytet", "Unable to fetch notification target list": "Nie można pobrać listy docelowej dla powiadomień", - "Appear Offline": "Ustaw status niedostępny", "Set Password": "Ustaw hasło", "Enable audible notifications in web client": "Włącz dźwiękowe powiadomienia w kliencie internetowym", "Permalink": "Odnośnik bezpośredni", @@ -928,7 +920,6 @@ "Enable desktop notifications": "Włącz powiadomienia", "Enable email notifications": "Włącz powiadomienia e-mailowe", "Event Type": "Typ wydarzenia", - "No rooms to show": "Brak pokoi do wyświetlenia", "Download this file": "Pobierz plik", "Pin Message": "Przypnij Wiadomość", "Failed to change settings": "Nie udało się zmienić ustawień", diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index d8b9d11040..12339e6757 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -817,7 +817,6 @@ "Notify for all other messages/rooms": "Notificar para todas as outras mensagens/salas", "Unable to look up room ID from server": "Não foi possível obter a identificação da sala do servidor", "Couldn't find a matching Matrix room": "Não foi possível encontrar uma sala correspondente no servidor Matrix", - "Bug report sent": "Relatório de erros enviado", "All Rooms": "Todas as salas", "You cannot delete this message. (%(code)s)": "Não pode apagar esta mensagem. (%(code)s)", "Thursday": "Quinta-feira", diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 37a9a958a1..631eed1c98 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -695,7 +695,6 @@ "Send": "Enviar", "Message Replies": "Respostas", "Message Pinning": "Fixar mensagem", - "Presence Management": "Gestão da presença", "Tag Panel": "Painel de tags", "Disable Emoji suggestions while typing": "Desativar sugestões de emojis enquanto estiver escrevendo", "Hide join/leave messages (invites/kicks/bans unaffected)": "Ocultar mensagens de entrada e de saída (não afeta convites, expulsões e banimentos)", @@ -1061,7 +1060,6 @@ "Enable desktop notifications": "Ativar notificações no desktop", "Explore Account Data": "Explorar Dados da Conta", "Remove from Directory": "Remover da lista pública de salas", - "Away": "Ausente", "Saturday": "Sábado", "Remember, you can always set an email address in user settings if you change your mind.": "Lembre-se: você pode sempre definir um endereço de e-mail nas configurações de usuário, se mudar de ideia.", "Direct Chat": "Conversa pessoal", @@ -1075,7 +1073,6 @@ "Toolbox": "Ferramentas", "Collecting logs": "Coletando logs", "more": "ver mais", - "Bug report sent": "Relatório do bug enviado", "You must specify an event type!": "Você precisa especificar um tipo do evento!", "(HTTP status %(httpStatus)s)": "(Status HTTP %(httpStatus)s)", "Invite to this room": "Convidar para esta sala", @@ -1111,7 +1108,6 @@ "Login": "Fazer login", "Low Priority": "Baixa prioridade", "Unable to fetch notification target list": "Não foi possível obter a lista de alvos de notificação", - "Appear Offline": "Aparecer Desconectado", "Set Password": "Definir senha", "Enable audible notifications in web client": "Ativar notificações de áudio no cliente web", "Permalink": "Link permanente", diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index d1e828a1d6..8de9983f22 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -884,7 +884,6 @@ "Visibility in Room List": "Видимость в списке комнат", "Visible to everyone": "Видимый для всех", "Only visible to community members": "Только участникам сообщества", - "Presence Management": "Управление присутствием", "Hide avatar changes": "Скрыть изменения аватара", "Hide display name changes": "Скрыть изменения отображаемого имени", "Enable inline URL previews by default": "Включить просмотр URL-адресов по умолчанию", @@ -1004,7 +1003,6 @@ "Add a stickerpack": "Добавить этикетки", "Hide Stickers": "Скрыть этикетки", "Show Stickers": "Показать этикетки", - "Manage sticker packs": "Упорядочить этикетки", "Fetching third party location failed": "Не удалось извлечь местоположение третьей стороны", "A new version of Riot is available.": "Доступна новая версия Riot.", "I understand the risks and wish to continue": "Я понимаю риски и желаю продолжить", @@ -1084,7 +1082,6 @@ "Enable desktop notifications": "Включить оповещения на рабочем столе", "Explore Account Data": "Просмотр данных аккаунта", "All messages (noisy)": "Все сообщения (со звуком)", - "Away": "Нет на месте", "Saturday": "Суббота", "Remember, you can always set an email address in user settings if you change your mind.": "Помните, что вы всегда сможете задать адрес email в настройках пользователя, если передумаете.", "Direct Chat": "Прямой чат", @@ -1099,7 +1096,6 @@ "Collecting logs": "Сбор журналов", "more": "больше", "GitHub issue link:": "Ссылка на проблему в GitHub:", - "Bug report sent": "Отчет об ошибке отправлен", "You must specify an event type!": "Необходимо указать тип мероприятия!", "(HTTP status %(httpStatus)s)": "(статус HTTP %(httpStatus)s)", "Invite to this room": "Пригласить в комнату", @@ -1138,7 +1134,6 @@ "Login": "Войти", "Low Priority": "Низкий приоритет", "Unable to fetch notification target list": "Не удалось получить список целей уведомления", - "Appear Offline": "Отображать как не в сети", "Set Password": "Задать пароль", "Enable audible notifications in web client": "Включить звуковые уведомления в веб-клиенте", "Permalink": "Постоянная ссылка", diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 3422c364c4..c915ae04b4 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -899,7 +899,6 @@ "Please note you are logging into the %(hs)s server, not matrix.org.": "Všimnite si: Práve sa prihlasujete na server %(hs)s, nie na server matrix.org.", "Username on %(hs)s": "Meno používateľa na servery %(hs)s", "Restricted": "Obmedzené", - "Presence Management": "Spravovanie prítomnosti", "Hide avatar changes": "Skryť zmeny obrázka v profile", "Hide display name changes": "Skryť zmeny zobrazovaného mena", "Enable inline URL previews by default": "Predvolene povoliť náhľady URL adries", @@ -1000,13 +999,9 @@ "Stickerpack": "Balíček nálepiek", "Sticker Messages": "Správy s nálepkami", "You don't currently have any stickerpacks enabled": "Momentálne nemáte aktívne žiadne balíčky s nálepkami", - "Click": "Kliknutím", - "here": "sem", - "to add some!": "si nejaké pridajte!", "Add a stickerpack": "Pridať balíček s nálepkami", "Hide Stickers": "Skryť nálepky", "Show Stickers": "Zobraziť nálepky", - "Manage sticker packs": "Spravovať balíčky s nálepkami", "Who can join this community?": "Kto môže vstúpiť do tejto komunity?", "Everyone": "Ktokoľvek", "Fetching third party location failed": "Nepodarilo sa získať umiestnenie tretej strany", @@ -1084,7 +1079,6 @@ "Enable desktop notifications": "Povoliť oznámenia na pracovnej ploche", "Explore Account Data": "Preskúmať Údaje účtu", "All messages (noisy)": "Všetky správy (hlučné)", - "Away": "Preč", "Saturday": "Sobota", "Remember, you can always set an email address in user settings if you change your mind.": "Všimnite si, Emailovú adresu môžete pridať aj neskôr v časti nastavenia, ak zmeníte svoj názor.", "Direct Chat": "Priama konverzácia", @@ -1121,7 +1115,6 @@ "Notify for all other messages/rooms": "oznamovať všetky ostatné správy / miestnosti", "Unable to look up room ID from server": "Nie je možné vyhľadať ID miestnosti na servery", "Couldn't find a matching Matrix room": "Nie je možné nájsť zodpovedajúcu Matrix miestnosť", - "Bug report sent": "Hlásenie chyby odoslané", "Invite to this room": "Pozvať do tejto miestnosti", "You cannot delete this message. (%(code)s)": "Nemôžete vymazať túto správu. (%(code)s)", "Thursday": "Štvrtok", @@ -1142,7 +1135,6 @@ "Low Priority": "Nízka priorita", "What's New": "Čo Je Nové", "Set Password": "Nastaviť Heslo", - "Appear Offline": "Zdá sa byť nedostupný", "An error occurred whilst saving your email notification preferences.": "Počas ukladania vašich nastavení oznamovania emailom sa vyskytla chyba.", "Enable audible notifications in web client": "Povoliť zvukové oznámenia vo webovom klientovi", "Permalink": "Trvalý odkaz", diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index dc26c7c283..d36995bc5b 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -207,7 +207,6 @@ "Dismiss": "Mos e merr parasysh", "Explore Account Data": "Eksploroni të Dhëna Llogarie", "All messages (noisy)": "Tërë Mesazhet (e zhurmshme)", - "Away": "Larguar", "Saturday": "E shtunë", "Remember, you can always set an email address in user settings if you change your mind.": "Mos harroni, mundeni përherë të caktoni një adresë email te rregullimet e përdoruesit, nëse ndërroni mendje.", "Direct Chat": "Fjalosje e Drejtpërdrejtë", @@ -270,7 +269,6 @@ "Low Priority": "Përparësi e Ulët", "What's New": "Ç’ka të Re", "Set Password": "Caktoni Fjalëkalim", - "Appear Offline": "Shfaqju Si Jo Në Linjë", "An error occurred whilst saving your email notification preferences.": "Ndodhi një gabim teksa ruheshin parapëlqimet tuaja për njoftime me email.", "Enable audible notifications in web client": "Aktivizoni njoftime audio te klienti web", "Permalink": "Permalidhje", diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index 8d218f5595..87d5ec782e 100644 --- a/src/i18n/strings/sr.json +++ b/src/i18n/strings/sr.json @@ -172,7 +172,6 @@ "Failed to join room": "Нисам успео да уђем у собу", "Message Replies": "Одговори", "Message Pinning": "Закачене поруке", - "Presence Management": "Управљање присутношћу", "Tag Panel": "Означи површ", "Disable Emoji suggestions while typing": "Онемогући предлагање емоџија приликом куцања", "Use compact timeline layout": "Користи збијени распоред временске линије", @@ -1058,7 +1057,6 @@ "Event sent!": "Догађај је послат!", "Explore Account Data": "Истражи податке налога", "All messages (noisy)": "Све поруке (гласно)", - "Away": "Одустан", "Saturday": "Субота", "Remember, you can always set an email address in user settings if you change your mind.": "Запамтите, увек можете поставити мејл адресу у корисничким подешавањима, уколико се предомислите.", "Direct Chat": "Директно ћаскање", @@ -1092,7 +1090,6 @@ "Notify for all other messages/rooms": "Обавести за све друге поруке и собе", "Unable to look up room ID from server": "Не могу да погледам ИБ собе на серверу", "Couldn't find a matching Matrix room": "Не могу да нађем одговарајућу Матрикс собу", - "Bug report sent": "Извештај о грешци послат", "Invite to this room": "Позови у ову собу", "You cannot delete this message. (%(code)s)": "Не можете обрисати ову поруку. (%(code)s)", "Thursday": "Четвртак", @@ -1111,7 +1108,6 @@ "Low Priority": "Најмања важност", "What's New": "Шта је ново", "Set Password": "Постави лозинку", - "Appear Offline": "Прикажи себе као ван мреже", "An error occurred whilst saving your email notification preferences.": "Догодила се грешка при чувању ваших поставки мејл обавештења.", "Enable audible notifications in web client": "Омогући звучна обавештења у веб клијенту", "Permalink": "Трајна веза", diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index cd502e5bb7..c55ee40cba 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -501,7 +501,6 @@ "Enable desktop notifications": "Sätt på skrivbordsaviseringar", "Remember, you can always set an email address in user settings if you change your mind.": "Kom ihåg att du alltid kan välja en e-postadress i dina användarinställningar om du ändrar dig.", "All messages (noisy)": "Alla meddelanden (högljudd)", - "Away": "Borta", "Saturday": "lördag", "I understand the risks and wish to continue": "Jag förstår riskerna och vill fortsätta", "Direct Chat": "Direkt-chatt", @@ -514,7 +513,6 @@ "Messages containing my user name": "Meddelanden som innehåller mitt användarnamn", "Collecting logs": "Samlar in loggar", "more": "mera", - "Bug report sent": "Buggraporten skickades", "(HTTP status %(httpStatus)s)": "(HTTP-status %(httpStatus)s)", "All Rooms": "Alla rum", "Wednesday": "onsdag", @@ -548,7 +546,6 @@ "Error encountered (%(errorDetail)s).": "Fel påträffat (%(errorDetail)s).", "Low Priority": "Låg prioritet", "Unable to fetch notification target list": "Det gick inte att hämta aviseringsmållistan", - "Appear Offline": "Visa som utloggad", "Set Password": "Välj lösenord", "Enable audible notifications in web client": "Sätt på högljudda aviseringar i webbklienten", "Permalink": "Permanent länk", diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index 202e5326f0..6aecb54bfd 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -119,7 +119,6 @@ "You cannot delete this image. (%(code)s)": "இந்த படத்தை நீங்கள் அழிக்க முடியாது. (%(code)s)", "You cannot delete this message. (%(code)s)": "இந்த செய்தியை நீங்கள் அழிக்க முடியாது. (%(code)s)", "You are not receiving desktop notifications": "திரை அறிவிப்புகளை நீங்கள் பெறவில்லை", - "Bug report sent": "வழு அறிக்கை அனுப்பப்பட்டது", "OK": "சரி", "Show message in desktop notification": "திரை அறிவிப்புகளில் செய்தியை காண்பிக்கவும்", "Sunday": "ஞாயிறு", diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index 25a70e0522..02a650ac3a 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -177,7 +177,6 @@ "Unnamed room": "Неназвана кімната", "Explore Account Data": "Продивитись данні аккаунта", "All messages (noisy)": "Усі повідомлення (гучно)", - "Away": "Нема на місці", "Saturday": "Субота", "I understand the risks and wish to continue": "Я ознайомлений з ризиками і хочу продовжити", "Direct Chat": "Прямий чат", @@ -192,7 +191,6 @@ "Toolbox": "Панель інструментів", "Collecting logs": "Збір журналів", "more": "докладніше", - "Bug report sent": "Звіт про помилки відправлений", "You must specify an event type!": "Необхідно вказати тип захода!", "(HTTP status %(httpStatus)s)": "(статус HTTP %(httpStatus)s)", "All Rooms": "Усі кімнати", @@ -233,7 +231,6 @@ "Login": "Зайти", "Low Priority": "Неважливі", "Unable to fetch notification target list": "Неможливо отримати перелік цілей сповіщення", - "Appear Offline": "Відображати як не в мережі", "Set Password": "Задати пароль", "Enable audible notifications in web client": "Увімкнути звукові сповіщення у мережевому застосунку", "Permalink": "Постійне посилання", diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 3c960c44c6..fe8ef8c16f 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -463,7 +463,6 @@ "%(senderName)s removed their profile picture.": "%(senderName)s 移除了他们的头像。", "%(senderName)s requested a VoIP conference.": "%(senderName)s 请求一个 VoIP 会议。", "Seen by %(userName)s at %(dateTime)s": "在 %(dateTime)s 被 %(userName)s 看到", - "Show Apps": "显示应用", "Tagged as: ": "标记为: ", "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "验证码将发送到+%(msisdn)s,请输入接收到的验证码", "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s 接受了 %(displayName)s 的邀请。", @@ -813,9 +812,6 @@ "Stickerpack": "贴图集", "Sticker Messages": "贴图消息", "You don't currently have any stickerpacks enabled": "您目前没有启用任何贴纸包", - "Click": "点击", - "here": "这里", - "to add some!": "以添加一些贴图集!", "Add a stickerpack": "添加贴图集", "Your key share request has been sent - please check your other devices for key share requests.": "已请求共享密钥 - 请在您的其他设备上进行确认。", "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "密钥共享请求将会自动发送到您的其他设备上。如果您在其他设备上拒绝了请求,请点击此处以再次请求此会话的密钥。", @@ -865,7 +861,6 @@ "Failed to remove '%(roomName)s' from %(groupId)s": "从 %(groupId)s 中移除 “%(roomName)s” 失败", "Only visible to community members": "仅对社区成员可见", "Filter community rooms": "过滤社区聊天室", - "Manage sticker packs": "管理贴纸包", "You're not currently a member of any communities.": "您目前不是任何一个社区的成员。", "Communities": "社区", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -900,7 +895,6 @@ "Something went wrong whilst creating your community": "创建社区时出现问题", "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "您目前默认将未验证的设备列入黑名单;在发送消息到这些设备上之前,您必须先验证它们。", "If you have previously used a more recent version of Riot, your session may be incompatible with this version. Close this window and return to the more recent version.": "如果您之前使用过较新版本的 Riot,则您的会话可能与当前版本不兼容。请关闭此窗口并使用最新版本。", - "Presence Management": "在线状态管理", "To change the room's avatar, you must be a": "无法修改此聊天室的头像,因为您不是此聊天室的", "To change the room's name, you must be a": "无法修改此聊天室的名称,因为您不是此聊天室的", "To change the room's main address, you must be a": "无法修改此聊天室的主地址,因为您不是此聊天室的", @@ -1059,7 +1053,6 @@ "Remember, you can always set an email address in user settings if you change your mind.": "请记住,如果您改变想法,您永远可以在用户设置中设置电子邮件。", "Explore Account Data": "探索账户数据", "All messages (noisy)": "全部消息(高亮)", - "Away": "离开", "Saturday": "星期六", "I understand the risks and wish to continue": "我了解这些风险并愿意继续", "Direct Chat": "私聊", @@ -1074,7 +1067,6 @@ "Collecting logs": "正在收集日志", "more": "更多", "GitHub issue link:": "Github issue 链接:", - "Bug report sent": "发送DEBUG报告", "You must specify an event type!": "你必须制定一个事件类型!", "(HTTP status %(httpStatus)s)": "(HTTP 状态 %(httpStatus)s)", "All Rooms": "全部聊天室", @@ -1116,7 +1108,6 @@ "Login": "登录", "Low Priority": "低优先级", "Unable to fetch notification target list": "无法获取通知目标列表", - "Appear Offline": "似乎离线了", "Set Password": "设置密码", "Enable audible notifications in web client": "在网页客户端启用音频通知", "Permalink": "永久链接", diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index a404604ec2..10844783cc 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -713,7 +713,6 @@ "Send": "傳送", "Message Replies": "訊息回覆", "Message Pinning": "訊息釘選", - "Presence Management": "出席管理", "Tag Panel": "標籤面板", "Disable Emoji suggestions while typing": "在輸入時停用繪文字建議", "Hide avatar changes": "隱藏大頭貼變更", @@ -1082,7 +1081,6 @@ "Enable desktop notifications": "啟用桌面通知", "Explore Account Data": "探索帳號資料", "All messages (noisy)": "所有訊息(吵鬧)", - "Away": "離開", "Saturday": "星期六", "Remember, you can always set an email address in user settings if you change your mind.": "記住,如果您改變心意了,您永遠可以在使用者設定中設定電子郵件地址。", "Direct Chat": "私人聊天", @@ -1097,7 +1095,6 @@ "Collecting logs": "收集記錄", "more": "更多", "GitHub issue link:": "GitHub 問題回報連結:", - "Bug report sent": "已傳送臭蟲回報", "You must specify an event type!": "您必須指定事件類型!", "(HTTP status %(httpStatus)s)": "(HTTP 狀態 %(httpStatus)s)", "All Rooms": "所有的聊天室", @@ -1138,7 +1135,6 @@ "Login": "登入", "Low Priority": "低優先度", "Riot does not know how to join a room on this network": "Riot 不知道如何在此網路中加入聊天室", - "Appear Offline": "顯示為離線", "Set Password": "設定密碼", "Enable audible notifications in web client": "在網頁客戶端啟用音訊通知", "Permalink": "永久連結", From 196b855cd5287ae28bc7c0fa2cccf9ab85793b6d Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 20 Apr 2018 15:50:23 +0100 Subject: [PATCH 28/29] Merge translations from riot-web Translations that were added to the riot-web repo after the containing files had been moved here. --- src/i18n/strings/da.json | 14 +++++- src/i18n/strings/eo.json | 9 +++- src/i18n/strings/fr.json | 8 +++- src/i18n/strings/ja.json | 97 +++++++++++++++++++++++++++++++++++++++- src/i18n/strings/nl.json | 9 +++- 5 files changed, 132 insertions(+), 5 deletions(-) diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index d1393c1947..19fc7d06c6 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -390,5 +390,17 @@ "Collapse panel": "Slå panel sammen", "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "Med din nuværnde broser kan udseendet og fornemmelsen af programmet være helt forkert og nogle funktioner virker måske ikke. Hvis du alligevel vil prøve så kan du fortsætte, men det er på egen risiko!", "Checking for an update...": "Checker om der er en opdatering...", - "There are advanced notifications which are not shown here": "Der er avancerede meddelelser, som ikke vises her" + "There are advanced notifications which are not shown here": "Der er avancerede meddelelser, som ikke vises her", + "%(count)s Members|other": "%(count)s medlemmer", + "Logs sent": "Logfiler sendt", + "Click here to create a GitHub issue.": "Klik her for at oprette et GitHub-issue.", + "Reply": "Besvar", + "All messages (noisy)": "Alle meddelelser (højlydt)", + "GitHub issue link:": "Link til GitHub issue:", + "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Debug-logfiler indeholder brugerdata såsom brugernavn, ID'er eller aliaser for de rum eller grupper, du har besøgt, og andres brugernavne. De indeholder ikke meddelelser.", + "Failed to send logs: ": "Kunne ikke sende logfiler: ", + "View Community": "Vis community", + "%(count)s Members|one": "%(count)s medlem", + "Notes:": "Noter:", + "Preparing to send logs": "Forbereder afsendelse af logfiler" } diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index cad55cf662..500d20e0f4 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -1106,5 +1106,12 @@ "Collapse panel": "Maletendi panelon", "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "Kun via nuna foliumilo, la aspekto kaj funkciado de la aplikaĵo povas esti tute malĝusta, kaj kelkaj aŭ ĉiu funkcioj eble ne tute funkcios. Se vi tamen volas provi, vi povas daŭrigi, sed vi ricevos nenian subtenon se vi renkontos problemojn!", "Checking for an update...": "Serĉanta ĝisdatigojn…", - "There are advanced notifications which are not shown here": "Ekzistas specialaj sciigoj, kiuj ne montriĝas ĉi tie" + "There are advanced notifications which are not shown here": "Ekzistas specialaj sciigoj, kiuj ne montriĝas ĉi tie", + "Logs sent": "Protokolo sendiĝis", + "Click here to create a GitHub issue.": "Klaku ĉi tie por krei raporton ĉe GitHub.", + "GitHub issue link:": "Ligilo al raporto ĉe GitHub:", + "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Sencimigaj protokoloj enhavas informojn pri uzo de aplikaĵo, inkluzive vian salutnomon, la identigilojn aŭ nomojn de la ĉambroj aŭ grupoj kiujn vi vizitis, kaj la salutnomojn de aliaj uzantoj. Ili ne enhavas mesaĝojn.", + "Failed to send logs: ": "Malsukcesis sendi protokolon: ", + "Notes:": "Rimarkoj:", + "Preparing to send logs": "Pretiganta sendon de protokolo" } diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index ca47cd52a8..d9fc51ce28 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -1150,5 +1150,11 @@ "Collapse panel": "Cacher le panneau", "When I'm invited to a room": "Quand je suis invité dans un salon", "Checking for an update...": "Recherche de mise à jour...", - "There are advanced notifications which are not shown here": "Il existe une configuration avancée des notifications qui ne peut être affichée ici" + "There are advanced notifications which are not shown here": "Il existe une configuration avancée des notifications qui ne peut être affichée ici", + "Logs sent": "Rapports envoyés", + "GitHub issue link:": "Lien du signalement GitHub :", + "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Les rapports de débogage contiennent des données d'usage de l'application qui incluent votre nom d'utilisateur, les identifiants ou alias des salons ou groupes auxquels vous avez rendu visite ainsi que les noms des autres utilisateurs. Ils ne contiennent aucun message.", + "Failed to send logs: ": "Échec lors de l'envoi des rapports : ", + "Notes:": "Notes :", + "Preparing to send logs": "Préparation d'envoi des rapports" } diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index e8d1353c3b..cb386cc409 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -147,5 +147,100 @@ "Resend": "再送信", "Can't update user notification settings": "ユーザー通知の設定を更新できません", "Messages containing my display name": "自身の表示名を含むメッセージ", - "Enable desktop notifications": "デスクトップ画面に通知を行う" + "Enable desktop notifications": "デスクトップ画面に通知を行う", + "Fetching third party location failed": "サードパーティの記憶場所の取得に失敗しました", + "Couldn't load home page": "ホームページを読み込めませんでした", + "Send Account Data": "アカウントのデータを送信する", + "Advanced notification settings": "通知の詳細設定", + "Notification targets": "通知先", + "Failed to get protocol list from Home Server": "ホームサーバからのプロトコル一覧の入手に失敗しました", + "You are not receiving desktop notifications": "デスクトップ通知を受け取っていません", + "Update": "アップデート", + "Unable to fetch notification target list": "通知先リストを取得できませんでした", + "Expand panel": "パネルを展開する", + "%(count)s Members|other": "%(count)s 名の参加者", + "Uploaded on %(date)s by %(user)s": "%(date)s に %(user)s によりアップロードされました", + "Send Custom Event": "カスタムイベントを送信する", + "All notifications are currently disabled for all targets.": "現在すべての対象についての全通知が無効です。", + "Failed to send logs: ": "ログの送信に失敗しました: ", + "delete the alias.": "エイリアスを削除する。", + "To return to your account in future you need to set a password": "今後アカウントを回復するには、 パスワードを設定 する必要があります", + "You cannot delete this image. (%(code)s)": "この画像を消すことはできません。 (%(code)s)", + "Cancel Sending": "送信を取り消す", + "The Home Server may be too old to support third party networks": "ホームサーバがサードパーティネットワークをサポートするには古すぎる可能性があります", + "Remember, you can always set an email address in user settings if you change your mind.": "利用者設定でいつでもメールアドレスを設定できます。", + "Unavailable": "使用できません", + "View Decrypted Source": "復号されたソースを表示する", + "Notes:": "注:", + "Notifications on the following keywords follow rules which can’t be displayed here:": "ルールにより、次のキーワードについての通知はここに表示されません:", + "Safari and Opera work too.": "SafariOpera でも機能します。", + "Please set a password!": "パスワードを設定してください!", + "You have successfully set a password!": "パスワードの設定に成功しました!", + "Explore Room State": "部屋の状態を調べる", + "Source URL": "ソースのURL", + "Filter results": "フィルター結果", + "Noisy": "音量大", + "Delete the room alias %(alias)s and remove %(name)s from the directory?": "部屋のエイリアス %(alias)s を削除し、ディレクトリから %(name)s を消去しますか?", + "This will allow you to return to your account after signing out, and sign in on other devices.": "これにより、サインアウト後にあなたのアカウントに戻る、また、他の端末でサインインすることができます。", + "Invite to this community": "このコミュニティに招待する", + "Search for a room": "部屋を検索", + "View Source": "ソースコードを表示する", + "Back": "戻る", + "Remove %(name)s from the directory?": "ディレクトリから %(name)s を消去しますか?", + "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riotは多くの高度なブラウザの機能を使用しています。そのうちのいくつかはご使用のブラウザでは使えないか、実験的な機能です。", + "Event sent!": "イベントが送信されました!", + "Preparing to send logs": "ログを送信する準備をしています", + "Explore Account Data": "アカウントのデータを調べる", + "The server may be unavailable or overloaded": "サーバは使用できないか、オーバーロードされています", + "Reject": "やめる", + "Failed to set Direct Message status of room": "部屋のダイレクトメッセージステータスの設定に失敗しました", + "Remove from Directory": "ディレクトリから消去する", + "Enable them now": "今有効化する", + "Forward Message": "メッセージを転送する", + "Toolbox": "ツールボックス", + "more": "もっと", + "GitHub issue link:": "Githubの問題へのリンク:", + "You must specify an event type!": "イベントの形式を特定してください!", + "(HTTP status %(httpStatus)s)": "(HTTPステータス %(httpStatus)s)", + "State Key": "ステータスキー", + "Please install Chrome or Firefox for the best experience.": "最高のエクスペリエンスのために Chrome または Firefox をインストールしてください。", + "Quote": "引用", + "Send logs": "ログを送信する", + "Downloading update...": "アップデート、ダウンロードしています…", + "You have successfully set a password and an email address!": "パスワードとメールアドレスの設定に成功しました!", + "Failed to send custom event.": "カスタムイベントの送信に失敗しました。", + "What's new?": "新着", + "Notify me for anything else": "他の場合についても通知する", + "Click here to create a GitHub issue.": "ここをクリック してGithubの問題を報告してください。", + "Notify for all other messages/rooms": "他のすべてのメッセージ又は部屋について通知する", + "Unable to look up room ID from server": "サーバから部屋IDを検索できません", + "Couldn't find a matching Matrix room": "一致するMatrixの部屋を見つけることができませんでした", + "I understand the risks and wish to continue": "リスクを理解し続ける", + "Logs sent": "ログが送信されました", + "Reply": "返信", + "Show message in desktop notification": "デスクトップ通知にメッセージ内容を表示する", + "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "デバッグログはあなたのユーザ名、訪問した部屋やグループのIDやエイリアス、他のユーザのユーザ名を含むアプリの使用データを含みます。メッセージは含みません。", + "Unable to join network": "ネットワークに接続できません", + "You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply": "Riot以外のクライアントで設定した可能性があります。Riotで設定することはできませんが、引き続き使用可能です", + "Error encountered (%(errorDetail)s).": "エラーが発生しました (%(errorDetail)s)。", + "Event Type": "イベントの形式", + "What's New": "新着", + "Enable audible notifications in web client": "ウェブクライアントで音による通知を有効化", + "Permalink": "パーマリンク", + "remove %(name)s from the directory.": "ディレクトリから %(name)s を消去する。", + "Riot does not know how to join a room on this network": "Riotはこのネットワークで部屋に参加する方法を知りません", + "You can now return to your account after signing out, and sign in on other devices.": "サインアウト後にあなたの\nアカウントに戻る、また、他の端末でサインインすることができます。", + "Login": "ログイン", + "Pin Message": "メッセージを固定する", + "Thank you!": "ありがとうございます!", + "View Community": "コミュニティを表示する", + "%(count)s Members|one": "%(count)s 名の参加者", + "Developer Tools": "開発者ツール", + "Unhide Preview": "プレビューを表示する", + "Event Content": "イベントの内容", + "#example": "#例", + "Collapse panel": "パネルを折りたたむ", + "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "現在ご使用のブラウザでは、アプリの外見や使い心地が正常でない可能性があります。また、一部または全部の機能がご使用いただけない可能性があります。このままご使用いただけますが、問題が発生した場合は対応しかねます!", + "Checking for an update...": "アップデートを確認しています…", + "There are advanced notifications which are not shown here": "ここに表示されない詳細な通知があります" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index ce7577733c..6c78265a4d 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -1150,5 +1150,12 @@ "Collapse panel": "Paneel inklappen", "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "Met uw huidige browser kan de applicatie er volledig incorrect uitzien. Tevens is het mogelijk dat niet alle functies naar behoren werken. U kunt doorgaan als u het toch wil proberen, maar bij problemen bent u volledig op uzelf aangewezen!", "Checking for an update...": "Aan het kijken voor een update...", - "There are advanced notifications which are not shown here": "Er zijn geavanceerde notificaties die hier niet getoond worden" + "There are advanced notifications which are not shown here": "Er zijn geavanceerde notificaties die hier niet getoond worden", + "Logs sent": "Logs verstuurd", + "Click here to create a GitHub issue.": "Klik hier om een Github opgave in te dienen.", + "GitHub issue link:": "GitHub opgave link:", + "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Debug logs bevatten applicatie-gebruik data inclusief je gebruikersnaam, de ID's of namen van de ruimtes en groepen die je hebt bezocht en de gebruikersnamen van andere gebruikers. Ze bevatten geen berichten.", + "Failed to send logs: ": "Het is niet gelukt om de logs te versturen: ", + "Notes:": "Constateringen:", + "Preparing to send logs": "Voorbereiden om logs te versturen" } From 6a918861bb77c22bb09db28d79c2b77b327c0636 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Sat, 21 Apr 2018 15:47:31 +1200 Subject: [PATCH 29/29] Add UI for displaying room avatars full size Change the onClick action on the RoomAvatar inside RoomHeader so that it brings up a lightbox with the full-size avatar. --- src/components/views/avatars/RoomAvatar.js | 18 +++++++++++++++++- src/components/views/rooms/RoomHeader.js | 5 ++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/components/views/avatars/RoomAvatar.js b/src/components/views/avatars/RoomAvatar.js index 876f40c52f..499e575227 100644 --- a/src/components/views/avatars/RoomAvatar.js +++ b/src/components/views/avatars/RoomAvatar.js @@ -17,6 +17,7 @@ import React from "react"; import PropTypes from 'prop-types'; import {ContentRepo} from "matrix-js-sdk"; import MatrixClientPeg from "../../../MatrixClientPeg"; +import Modal from '../../../Modal'; import sdk from "../../../index"; module.exports = React.createClass({ @@ -31,6 +32,7 @@ module.exports = React.createClass({ width: PropTypes.number, height: PropTypes.number, resizeMethod: PropTypes.string, + viewAvatarOnClick: PropTypes.bool, }, getDefaultProps: function() { @@ -159,6 +161,19 @@ module.exports = React.createClass({ } }, + onRoomAvatarClick: function() { + const avatarUrl = this.props.room.getAvatarUrl( + MatrixClientPeg.get().getHomeserverUrl(), + null, null, null, false); + const ImageView = sdk.getComponent("elements.ImageView"); + const params = { + src: avatarUrl, + name: this.props.room.name, + }; + + Modal.createDialog(ImageView, params, "mx_Dialog_lightbox"); + }, + render: function() { const BaseAvatar = sdk.getComponent("avatars.BaseAvatar"); @@ -169,7 +184,8 @@ module.exports = React.createClass({ return ( + urls={this.state.urls} + onClick={this.props.viewAvatarOnClick ? this.onRoomAvatarClick : null} /> ); }, }); diff --git a/src/components/views/rooms/RoomHeader.js b/src/components/views/rooms/RoomHeader.js index 19162c60cd..1851e03383 100644 --- a/src/components/views/rooms/RoomHeader.js +++ b/src/components/views/rooms/RoomHeader.js @@ -327,9 +327,8 @@ module.exports = React.createClass({ ); } else if (this.props.room || (this.props.oobData && this.props.oobData.name)) { roomAvatar = ( -
- -
+ ); }