From 879de11c261f2d0cbeee3fbb4dac41ae4d9b4afe Mon Sep 17 00:00:00 2001 From: mihajlo0743 Date: Thu, 26 May 2022 23:51:42 +0000 Subject: [PATCH 1/5] Translated using Weblate (Ukrainian) Currently translated at 73.7% (278 of 377 strings) Co-authored-by: mihajlo0743 Translate-URL: http://weblate.yerbamate.ml/projects/lemmy/lemmy/uk/ Translation: Lemmy/lemmy --- translations/uk.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/translations/uk.json b/translations/uk.json index 79e139e..13c644e 100644 --- a/translations/uk.json +++ b/translations/uk.json @@ -82,7 +82,7 @@ "hot": "Популярне", "new": "Нове", "top_day": "Найкраще за день", - "month": "Місяць", + "month": "місяць", "all": "Все", "top": "Найкраще", "api": "API", @@ -320,5 +320,6 @@ "all_description": "Показує всі спільноти, включно з федерованими", "local": "Місцеві", "local_description": "Відображає лише місцеві спільноти", - "invalid_matrix_id": "Хибний matrix ID. Має бути @користувач:сервер.домен" + "invalid_matrix_id": "Хибний matrix ID. Має бути @користувач:сервер.домен", + "apply_to_join": "Запит на долучення" } From 4d4f925f3fd130f7dbc47c610a9109aa64e54fa1 Mon Sep 17 00:00:00 2001 From: jims Date: Thu, 26 May 2022 23:51:43 +0000 Subject: [PATCH 2/5] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (379 of 379 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (378 of 378 strings) Co-authored-by: jims Translate-URL: http://weblate.yerbamate.ml/projects/lemmy/lemmy/zh_Hans/ Translation: Lemmy/lemmy --- translations/zh.json | 103 +++++++++++++++++++++++++++++++------------ 1 file changed, 74 insertions(+), 29 deletions(-) diff --git a/translations/zh.json b/translations/zh.json index 1588758..5581282 100644 --- a/translations/zh.json +++ b/translations/zh.json @@ -4,16 +4,14 @@ "no_posts": "没有帖子。", "create_a_post": "创建新帖子", "create_post": "创建帖子", - "number_of_posts": "{{count}} 个帖子", - "number_of_posts_plural": "{{count}} 条帖子", + "number_of_posts": "{{formattedCount}} 帖子", "posts": "帖子", "related_posts": "这些帖子可能相关", "cross_posts": "此链接也已发布到:", "cross_post": "转发", "cross_posted_to": "转发到: ", "comments": "评论", - "number_of_comments": "{{count}} 条评论", - "number_of_comments_plural": "{{count}} 条评论", + "number_of_comments": "{{formattedCount}} 评论", "remove_comment": "移除评论", "communities": "社群", "users": "用户", @@ -24,8 +22,7 @@ "subscribed_to_communities": "订阅新<1>社群", "trending_communities": "热门<1>社群", "list_of_communities": "社群列表", - "number_of_communities": "{{count}} 社群", - "number_of_communities_plural": "{{count}} 个社群", + "number_of_communities": "{{formattedCount}} 社群", "community_reqs": "小写字母、下划线(_)且不含空格。", "invalid_community_name": "无效名称。", "create_private_message": "创建私人消息", @@ -88,7 +85,7 @@ "delete": "删除", "deleted": "作者已删除", "delete_account": "删除账号", - "delete_account_confirm": "警告:此操作将永久删除你的数据,请输入密码进行确认。", + "delete_account_confirm": "警告:此操作将永久删除你在此实例中所有数据(其他实例不会被删除),请输入密码进行确认。", "click_to_delete_picture": "点击删除图片。", "picture_deleted": "图片已删除。", "restore": "恢复", @@ -104,14 +101,10 @@ "creator": "创建者", "username": "用户名", "email_or_username": "邮箱或用户名", - "number_of_users": "{{count}} 用户", - "number_of_users_plural": "{{count}} 名用户", - "number_of_subscribers": "{{count}} 订阅者", - "number_of_subscribers_plural": "{{count}} 名订阅者", - "number_of_points": "{{count}} 积分", - "number_of_points_plural": "{{count}} 个积分", - "number_online": "{{count}} 在线用户", - "number_online_plural": "{{count}} 名在线用户", + "number_of_users": "{{formattedCount}} 用户", + "number_of_subscribers": "{{formattedCount}} 订阅者", + "number_of_points": "{{formattedCount}} 积分", + "number_online": "{{formattedCount}} 在线用户", "name": "名称", "name_explain": "名称 - 作为社区的标识符号,将来不能更改。", "display_name": "显示名称", @@ -164,7 +157,7 @@ "login": "登录", "sign_up": "注册", "notifications_error": "你的浏览器不支持桌面通知,尝试 Firefox 或 Chrome。", - "unread_messages": "未读消息", + "unread_messages": "{{formattedCount}} 未读消息", "messages": "信息", "password": "密码", "invalid_password": "密码无效。密码长度必须小于60个字符。", @@ -186,11 +179,9 @@ "downvotes_disabled": "踩已禁用", "enable_downvotes": "启用踩功能", "upvote": "点赞", - "number_of_upvotes": "{{count}} 赞", - "number_of_upvotes_plural": "{{count}} 个赞", + "number_of_upvotes": "{{formattedCount}} 赞", "downvote": "狂踩", - "number_of_downvotes": "{{count}} 踩", - "number_of_downvotes_plural": "{{count}} 个踩", + "number_of_downvotes": "{{formattedCount}} 踩", "open_registration": "开放注册", "registration_closed": "注册功能已关闭", "enable_nsfw": "允许工作场所不宜内容", @@ -216,7 +207,7 @@ "join_lemmy": "加入 Lemmy", "support_lemmy": "支持Lemmy", "by": " ", - "to": "发布到", + "to": "发于", "from": "由", "transfer_community": "转让社群", "transfer_site": "站点转让", @@ -297,9 +288,9 @@ "collapse": "折叠", "captcha": "验证码", "not_a_mod_or_admin": "不是仲裁员或管理员。", - "site_description_length_overflow": "网站说明不能超过150个字符。", - "invalid_matrix_id": "无效的Matrix ID,必须为@user:instance.tld", - "cross_posted_from": "同時发布自: ", + "site_description_length_overflow": "网站描述不能超过150字符。", + "invalid_matrix_id": "Matrix ID 无效, 格式应为 @user:instance.tld", + "cross_posted_from": "转发自: ", "show_scores": "显示分数", "bot_account": "机器人账户", "show_bot_accounts": "显示机器人账户", @@ -319,18 +310,72 @@ "show_read_posts": "显示已读帖子", "subscribed_description": "显示已订阅的社群", "number_of_days": "天数", - "all_description": "显示所有的社群,包括联邦宇宙的", - "couldnt_mark_post_as_read": "无法标记为已读。", + "all_description": "显示所有社群,包括联盟社群", + "couldnt_mark_post_as_read": "无法将帖子标记为已读.", "very_weak": "很弱", "profile": "概况", "only_admins_can_create_communities": "只有管理员可以创建社群", "comment_here": "在这里输入评论...", "local_description": "只显示本站社群", "change_password": "更改密码", - "unread_reports": "{{formattedCount}}未读记录", - "unread_registration_applications": "{{formattedCount}}未读申请", + "unread_reports": "{{formattedCount}}条未读举报", + "unread_registration_applications": "{{formattedCount}} 条未读申请", "password_changed": "密码已更改。", "community_creation_admin_only": "只有管理员可以创建社群", "created": "创建", - "couldnt_find_comment": "无法找到评论。" + "couldnt_find_comment": "无法找到评论。", + "fill_out_application": "要加入此服务器,你需要填写此申请并等待审核.", + "email_verified": "你的邮箱已通过验证.", + "lemmy_ml_registration_message": "在 lemmy.ml上注册之前,请先查看 <1>Joinlemmy,看看是否有更适合你的地区、语言或兴趣的实例。Lemmy是联盟式,即使你在另一个实例上注册,你也可以在lemmy.ml上与其互动。", + "cannot_leave_admin": "你不能在没有管理员的情况下离开服务器", + "leave_admin_team": "离开管理团队", + "left_admin_team": "你已离开管理团队", + "blocked_communities": "已封锁社群", + "blocked_users": "已封锁用户", + "block_user": "封锁用户", + "unblock_community": "解锁社群", + "unblock_user": "解锁用户", + "person_block": "此用户已屏蔽你.", + "blocks": "封锁", + "require_registration_application": "需要申请注册", + "default_theme": "默认主题", + "listing_type": "列表类型", + "websocket_reconnected": "Websocket已重新连线", + "websocket_disconnected": "Websocket断线", + "blocked": "已封锁", + "block_community": "封锁社群", + "unblocked": "解锁", + "reports": "举报", + "reporter": "举报人", + "unresolved_by": "<1>设为未解决", + "resolved_by": "<1>设为已解决", + "show_report_dialog": "显示举报对话框", + "create_report": "举报", + "resolve_report": "举报已解决", + "unresolve_report": "举报未解决", + "report_created": "已举报.", + "answer": "答复", + "verify_email": "验证邮箱", + "verify_email_sent": "验证邮件已发送.", + "registration_application_sent": "注册申请已发送.", + "application_questionnaire": "申请表", + "require_email_verification": "需要验证邮箱", + "private_instance": "私人实例", + "registration_application_pending": "注册等待批准.", + "registration_denied": "申请被拒.", + "email_not_verified": "邮箱未验证.", + "email_required": "需要邮箱.", + "registration_application_answer_required": "需要注册申请.", + "instance_is_private": "此实例是私有的.", + "apply_to_join": "申请加入", + "registration_applications": "注册申请", + "applicant": "申请人", + "deny_reason": "拒绝原因", + "approved_by": "<1>已批准", + "denied_by": "<1>被拒绝", + "approve": "批准", + "deny": "拒绝", + "required": "必填", + "only_mods_can_post_in_community": "只有版主才能在此社区发帖", + "legal_information": "条款" } From cb9fa166922870d64c5b9292863aec27f3acaf2e Mon Sep 17 00:00:00 2001 From: Txopi Date: Thu, 26 May 2022 23:51:43 +0000 Subject: [PATCH 3/5] Translated using Weblate (Basque) Currently translated at 100.0% (379 of 379 strings) Co-authored-by: Txopi Translate-URL: http://weblate.yerbamate.ml/projects/lemmy/lemmy/eu/ Translation: Lemmy/lemmy --- translations/eu.json | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/translations/eu.json b/translations/eu.json index ba4ed71..7671594 100644 --- a/translations/eu.json +++ b/translations/eu.json @@ -164,12 +164,12 @@ "send_notifications_to_email": "Bidali jakinarazpenak epostara", "optional": "Hautazkoa", "browser_default": "Nabigatzaileko lehenetsia", - "downvotes_disabled": "Kontrako bozkak desgaituta", + "downvotes_disabled": "Aurkako bozkak desgaituta", "enable_downvotes": "Gaitu kontrako bozkak", "upvote": "Alde bozkatu", - "downvote": "Kontra bozkatu", - "number_of_downvotes": "Kontrako bozka {{formattedCount}}", - "number_of_downvotes_plural": "{{formattedCount}} kontrako bozka", + "downvote": "Aurka bozkatu", + "number_of_downvotes": "Aurkako bozka {{formattedCount}}", + "number_of_downvotes_plural": "{{formattedCount}} aurkako bozka", "number_of_upvotes": "Aldeko bozka {{formattedCount}}", "number_of_upvotes_plural": "{{formattedCount}} aldeko bozka", "open_registration": "Izen-ematea irekia", @@ -275,11 +275,11 @@ "play_captcha_audio": "Jo soinu-captcha", "invalid_password": "Pasahitz baliogabea. Pasahitzak <= 60 karaktere izan behar ditu.", "join_lemmy": "Batu Lemmy-ra", - "report_reason_required": "Berriematearen arrazoia ezinbestekoa da.", + "report_reason_required": "Salaketaren arrazoia ezinbestekoa da.", "support_lemmy": "Lagundu Lemmyri", - "report_too_long": "Berriemate luzeegia.", - "couldnt_create_report": "Ezin izan da berriematea sortu.", - "couldnt_resolve_report": "Ezin izan da berriematea itxi.", + "report_too_long": "Salaketa luzeegia.", + "couldnt_create_report": "Ezin izan da salaketa sortu.", + "couldnt_resolve_report": "Ezin izan da salaketa argitu.", "top_week": "Asteko onena", "top_year": "Urteko Onena", "top_month": "Hilabeteko Onena", @@ -335,10 +335,10 @@ "person_block": "Erabiltzaile honek blokeatu egin zaitu.", "profile": "Profila", "block_community": "Komunitatea blokeatu", - "resolve_report": "Argitu berriematea", - "unresolve_report": "Argitu gabeko berriematea", - "unread_reports": "Irakurri gabeko berriemate {{formattedCount}}", - "unread_reports_plural": "Irakurri gabeko {{formattedCount}} berriemate", + "resolve_report": "Argitu salaketa", + "unresolve_report": "Ez argitu salaketa", + "unread_reports": "Irakurri gabeko salaketa {{formattedCount}}", + "unread_reports_plural": "Irakurri gabeko {{formattedCount}} salaketa", "weak": "Ahula", "medium": "Ertaina", "strong": "Indartsua", @@ -350,13 +350,13 @@ "active_users_in_the_last_week_plural": "{{formattedCount}} erabiltzaile aktibo azken astean", "active_users_in_the_last_day": "Erabiltzaile aktibo {{formattedCount}} azken egunean", "active_users_in_the_last_day_plural": "{{formattedCount}} erabiltzaile aktibo azken egunean", - "reporter": "Berriemaileak", - "reports": "Berriemateak", - "create_report": "Sortu berriematea", - "report_created": "Berriematea sortuta.", + "reporter": "Salatzailea", + "reports": "Salaketak", + "create_report": "Sortu salaketa", + "report_created": "Salaketa sortuta.", "resolved_by": "<1>(e)k argituta", "unresolved_by": "<1>(e)k argitu gabea", - "show_report_dialog": "Erakutsi berriemate dialogoa", + "show_report_dialog": "Erakutsi salaketa dialogoa", "very_weak": "Oso ahula", "created": "sortuta", "unread_registration_applications": "Irakurri gabeko eskaera {{formattedCount}}", @@ -392,5 +392,7 @@ "leave_admin_team": "Administrazio-taldea utzi", "left_admin_team": "Administrazio-taldea utzi duzu", "default_theme": "Gai lehenetsia", - "only_mods_can_post_in_community": "Moderatzaileek bakarrik argitara dezakete komunitate honetan" + "only_mods_can_post_in_community": "Moderatzaileek bakarrik argitara dezakete komunitate honetan", + "legal_information": "Legala", + "listing_type": "Zerrenda-mota" } From e4e09805d0ab04b0fe3f1e206bf672841241c74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20PAG=C3=88S?= Date: Thu, 26 May 2022 23:51:43 +0000 Subject: [PATCH 4/5] Translated using Weblate (Occitan) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (379 of 379 strings) Co-authored-by: Quentin PAGÈS Translate-URL: http://weblate.yerbamate.ml/projects/lemmy/lemmy/oc/ Translation: Lemmy/lemmy --- translations/oc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/translations/oc.json b/translations/oc.json index e74ca71..b137ac4 100644 --- a/translations/oc.json +++ b/translations/oc.json @@ -389,5 +389,10 @@ "denied_by": "Refusada per <1>", "deny": "Refusar", "required": "Requerit", - "registration_applications": "Candidatura d'inscripcion" + "registration_applications": "Candidatura d'inscripcion", + "lemmy_ml_registration_message": "Abans de vos enregistrar a lemmy.ml, agachat <1>Joinlemmy per veire s’i a una instància qu’es mai adaptada a vòstra situacion geografica, lingüistica o vòstres interèsses. Lemmy es federat, doncas podètz interagir amb totes los que vesètz sus lemmy.ml, encara que siatz marcat endacòm mai.", + "legal_information": "Informacions legalas", + "listing_type": "Tipe de lista", + "only_mods_can_post_in_community": "Sonque los moderators pòdon publicat dins aquesta comunitat", + "apply_to_join": "Demandar a rejónher" } From a40e37d29ab074312d56530fde3c4472daabb866 Mon Sep 17 00:00:00 2001 From: ian ian Date: Thu, 26 May 2022 23:51:43 +0000 Subject: [PATCH 5/5] Translated using Weblate (Chinese (Traditional)) Currently translated at 99.7% (378 of 379 strings) Co-authored-by: ian ian Translate-URL: http://weblate.yerbamate.ml/projects/lemmy/lemmy/zh_Hant/ Translation: Lemmy/lemmy --- translations/zh_Hant.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/zh_Hant.json b/translations/zh_Hant.json index 53b1153..c104ff4 100644 --- a/translations/zh_Hant.json +++ b/translations/zh_Hant.json @@ -374,5 +374,7 @@ "leave_admin_team": "離開站務組", "left_admin_team": "你已離開站務組", "default_theme": "預設樣式", - "cannot_leave_admin": "你無法離開沒有管理員的伺服器" + "cannot_leave_admin": "你無法離開沒有管理員的伺服器", + "legal_information": "條款", + "only_mods_can_post_in_community": "只有版主能在此社群貼文" }