scratch-l10n 5.0.254 → 5.0.256
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,20 @@
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [5.0.256](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.255...v5.0.256) (2025-05-30)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* pull new editor translations from Transifex ([8a78305](https://github.com/scratchfoundation/scratch-l10n/commit/8a78305aaa05b72ad5ab871b34b70466904f90b8))
|
12
|
+
|
13
|
+
## [5.0.255](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.254...v5.0.255) (2025-05-29)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* **deps:** lock file maintenance ([1784549](https://github.com/scratchfoundation/scratch-l10n/commit/17845491d1aa946f8c419cc6e8661eb926001330))
|
19
|
+
|
6
20
|
## [5.0.254](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.253...v5.0.254) (2025-05-28)
|
7
21
|
|
8
22
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "scratch-l10n",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.256",
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
5
5
|
"main": "./dist/l10n.js",
|
6
6
|
"browser": "./src/index.mjs",
|
@@ -67,11 +67,11 @@
|
|
67
67
|
"babel-loader": "8.4.1",
|
68
68
|
"babel-plugin-react-intl": "3.5.1",
|
69
69
|
"eslint": "9.27.0",
|
70
|
-
"eslint-config-scratch": "11.0.
|
70
|
+
"eslint-config-scratch": "11.0.11",
|
71
71
|
"format-message-cli": "6.2.4",
|
72
72
|
"format-message-parse": "6.2.4",
|
73
73
|
"glob": "7.2.3",
|
74
|
-
"globals": "16.
|
74
|
+
"globals": "16.2.0",
|
75
75
|
"husky": "8.0.3",
|
76
76
|
"jshint": "2.13.6",
|
77
77
|
"json": "^9.0.6",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"studio.tabNavProjects": "Các chương trình",
|
3
3
|
"studio.tabNavProjectsWithCount": "dự án ở {projectCount}",
|
4
|
-
"studio.tabNavCurators": "
|
4
|
+
"studio.tabNavCurators": "Các phụ trách viên",
|
5
5
|
"studio.tabNavComments": "Bình luận",
|
6
6
|
"studio.tabNavCommentsWithCount": "Bình luận {commentCount}",
|
7
7
|
"studio.tabNavActivity": "Hoạt động",
|
@@ -42,12 +42,12 @@
|
|
42
42
|
"studio.projectErrors.duplicate": "Dự án đó hiện đã có trong studio này.",
|
43
43
|
"studio.creatorRole": "Người tạo studio",
|
44
44
|
"studio.hostRole": "Người chủ trì Studio",
|
45
|
-
"studio.managersHeader": "
|
45
|
+
"studio.managersHeader": "Các quản lý",
|
46
46
|
"studio.unfollowStudio": "Bỏ theo dõi Studio",
|
47
47
|
"studio.followStudio": "Theo dõi Studio",
|
48
48
|
"studio.editThumbnail": "Chỉnh sửa ảnh bìa",
|
49
|
-
"studio.curatorsHeader": "
|
50
|
-
"studio.inviteCuratorsHeader": "Mời
|
49
|
+
"studio.curatorsHeader": "Các phụ trách viên",
|
50
|
+
"studio.inviteCuratorsHeader": "Mời phụ trách viên",
|
51
51
|
"studio.inviteCurator": "Mời",
|
52
52
|
"studio.inviteCuratorPlaceholder": "Tên người dùng Scratch",
|
53
53
|
"studio.curatorInvitationAccepted": "Chúc mừng! Giờ bạn là người quản lý của studio này.",
|