Merge remote-tracking branch 'mkljczk/develop' into develop

This commit is contained in:
Nicole Mikołajczyk
2025-05-15 17:25:50 +02:00
7 changed files with 30 additions and 11 deletions

View File

@ -187,7 +187,7 @@
"tslib": "^2.8.1",
"type-fest": "^4.30.1",
"typescript": "^5.7.3",
"vite": "^6.3.3",
"vite": "^6.3.5",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-compile-time": "^0.3.2",
"vite-plugin-html": "^3.2.2",

View File

@ -926,6 +926,7 @@
"gdpr.title": "{siteTitle} utilise des cookies",
"generic.logo": "Logo",
"generic.saved": "Enregistré",
"getting_started.footer_notice": "Fièrement conçu en Pologne. {emoji}",
"getting_started.open_source_notice": "{code_name} est un logiciel libre. Vous pouvez contribuer et envoyer vos commentaires et rapports de bogues via {code_link} (v{code_version}).",
"group.cancel_request": "Annuler la demande",
"group.delete.success": "Le groupe a été supprimé avec succès",

View File

@ -888,6 +888,7 @@
"gdpr.title": "{siteTitle} korzysta z ciasteczek",
"generic.logo": "Logo",
"generic.saved": "Zapisano",
"getting_started.footer_notice": "Z dumą tworzone w Polsce. {emoji}",
"getting_started.open_source_notice": "{code_name} jest oprogramowaniem o otwartym źródle. Możesz pomóc w rozwoju lub zgłaszać błędy na GitHubie tutaj: {code_link} (v{code_version}).",
"group.cancel_request": "Anuluj zgłoszenie",
"group.delete.success": "Pomyślnie usunięto grupę",

View File

@ -400,7 +400,7 @@
"column.bubble": "局域时间线",
"column.chats": "聊天",
"column.circle": "互动圈",
"column.circles": "列表",
"column.circles": "圈子",
"column.community": "本站时间轴",
"column.crypto_donate": "加密货币捐款",
"column.developers": "开发者",
@ -731,6 +731,7 @@
"edit_federation.success": "{host} 联邦设定已保存",
"edit_federation.unlisted": "强制帖文为不公开",
"edit_password.header": "修改密码",
"edit_profile.custom_css.remaining_characters": "{remaining, plural, one {# 个字符} other {# 个字符}}剩余",
"edit_profile.error": "个人资料更新失败",
"edit_profile.fields.accepts_email_list_label": "接收邮件列表",
"edit_profile.fields.bio_label": "简介",
@ -932,6 +933,7 @@
"gdpr.title": "{siteTitle} 使用cookies",
"generic.logo": "标志",
"generic.saved": "已保存",
"getting_started.footer_notice": "自豪地在波兰制造。{emoji}",
"getting_started.open_source_notice": "{code_name} 是开源软件。欢迎前往 GitHub{code_link} (v{code_version}))贡献代码或反馈问题。",
"group.banned.message": "您已被 {group} 封禁",
"group.cancel_request": "取消申请",
@ -1146,6 +1148,21 @@
"keyboard_shortcuts.toot": "发帖",
"keyboard_shortcuts.unfocus": "取消输入",
"keyboard_shortcuts.up": "在列表中让光标上移",
"landing.customizable.description": "pl-fe 让您可以在三种主题之间选择,并根据喜好调整强调色。",
"landing.customizable.title": "可定制。",
"landing.description": "pl-fe 是一个功能丰富的 Fediverse 网页客户端。",
"landing.feature_rich.description": "pl-fe 包含许多功能以提升您的体验,如所见即所得文本编辑器、草稿帖文和语言检测。",
"landing.feature_rich.title": "功能丰富。",
"landing.open_source.description": "pl-fe 是自由开源软件。您可以参与开发、为项目贡献或报告错误。",
"landing.open_source.title": "开源。",
"landing.pl_api.description": "pl-fe 实现了标准 Mastodon API 中不存在的功能,如表情回应、聊天或交互策略。",
"landing.pl_api.title": "充分利用您的 Fediverse 实例。",
"landing.private.description": "pl-fe 包含帮助您维护在线隐私的功能。这包括 URL 清理,帮助您移除用于标记在线活动的不需要的 URL 部分。",
"landing.private.title": "保持隐私。",
"landing.sign_in": "登录",
"landing.source_code": "源代码",
"landing.use_with_platform.description": "pl-fe 兼容任何实现 Mastodon API 的后端。",
"landing.use_with_platform.title": "与您喜爱的 Fediverse 平台一起使用。",
"landing_page_modal.download": "下载",
"lightbox.close": "关闭",
"lightbox.expand": "展开",

View File

@ -9002,10 +9002,10 @@ vite@^5.0.0:
optionalDependencies:
fsevents "~2.3.3"
vite@^6.3.3:
version "6.3.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.3.tgz#497392c3f2243194e4dbf09ea83e9a3dddf49b88"
integrity sha512-5nXH+QsELbFKhsEfWLkHrvgRpTdGJzqOZ+utSdmPTvwHmvU6ITTm3xx+mRusihkcI8GeC7lCDyn3kDtiki9scw==
vite@^6.3.5:
version "6.3.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.5.tgz#fec73879013c9c0128c8d284504c6d19410d12a3"
integrity sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==
dependencies:
esbuild "^0.25.0"
fdir "^6.4.4"

View File

@ -29,7 +29,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^5.6.2",
"vite": "^5.4.16",
"vite": "^5.4.19",
"vite-plugin-dts": "^4.2.1"
},
"dependencies": {

View File

@ -2643,10 +2643,10 @@ vite-plugin-dts@^4.2.1:
local-pkg "^0.5.0"
magic-string "^0.30.11"
vite@^5.4.16:
version "5.4.16"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.16.tgz#471983257a890ef33f2700cbbbc2134f2d08abf1"
integrity sha512-Y5gnfp4NemVfgOTDQAunSD4346fal44L9mszGGY/e+qxsRT5y1sMlS/8tiQ8AFAp+MFgYNSINdfEchJiPm41vQ==
vite@^5.4.19:
version "5.4.19"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.19.tgz#20efd060410044b3ed555049418a5e7d1998f959"
integrity sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==
dependencies:
esbuild "^0.21.3"
postcss "^8.4.43"