scratch-l10n 5.0.241 → 5.0.243
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.243](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.242...v5.0.243) (2025-05-17)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **deps:** lock file maintenance ([37db6f2](https://github.com/scratchfoundation/scratch-l10n/commit/37db6f2c6574ec2c78115e1accf50c0fec406f6d))
|
12
|
+
|
13
|
+
## [5.0.242](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.241...v5.0.242) (2025-05-16)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* pull new editor translations from Transifex ([d33140b](https://github.com/scratchfoundation/scratch-l10n/commit/d33140b68a20650b15c350e6755633dfb82ee733))
|
19
|
+
|
6
20
|
## [5.0.241](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.240...v5.0.241) (2025-05-15)
|
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.243",
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
5
5
|
"main": "./dist/l10n.js",
|
6
6
|
"browser": "./src/index.mjs",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"babel-loader": "8.4.1",
|
68
68
|
"babel-plugin-react-intl": "3.5.1",
|
69
69
|
"eslint": "9.26.0",
|
70
|
-
"eslint-config-scratch": "11.0.
|
70
|
+
"eslint-config-scratch": "11.0.7",
|
71
71
|
"format-message-cli": "6.2.4",
|
72
72
|
"format-message-parse": "6.2.4",
|
73
73
|
"glob": "7.2.3",
|
@@ -21,8 +21,8 @@
|
|
21
21
|
"messages.profileOther": "perfil de {username}",
|
22
22
|
"messages.profileSelf": "seu perfil",
|
23
23
|
"messages.projectComment": "{profileLink} comentou no seu projeto {commentLink}",
|
24
|
-
"messages.remixText": "{profileLink}
|
25
|
-
"messages.theRemixLinkText": "
|
24
|
+
"messages.remixText": "{profileLink} remixou seu projeto {remixedProjectLink}. Dê uma olhada {theRemixLink}!",
|
25
|
+
"messages.theRemixLinkText": "no remix",
|
26
26
|
"messages.scratcherInvite": "Você foi convidado a se tornar um Scratcher! {learnMore}!",
|
27
27
|
"messages.scratchTeamTitle": "Mensagens da Equipe Scratch",
|
28
28
|
"messages.studioActivityText": "Hoje tivemos atividade em {studioLink}",
|
@@ -21,8 +21,8 @@
|
|
21
21
|
"messages.profileOther": "perfil de {username}",
|
22
22
|
"messages.profileSelf": "o seu perfil",
|
23
23
|
"messages.projectComment": "{profileLink} comentou o seu projecto {commentLink}",
|
24
|
-
"messages.remixText": "{profileLink}
|
25
|
-
"messages.theRemixLinkText": "
|
24
|
+
"messages.remixText": "{profileLink} remixou seu projeto {remixedProjectLink}. Dê uma olhada {theRemixLink}!",
|
25
|
+
"messages.theRemixLinkText": "no remix",
|
26
26
|
"messages.scratcherInvite": "Está convidado a tornar-se um Scratchador! {learnMore}!",
|
27
27
|
"messages.scratchTeamTitle": "Mensagens da Equipa Scratch",
|
28
28
|
"messages.studioActivityText": "Houve nova actividade hoje no {studioLink}",
|