scratch-l10n 3.18.1 → 3.18.3
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 +14 -0
- package/pack/{scratch-l10n-3.18.1.tgz → scratch-l10n-3.18.3.tgz} +0 -0
- package/package.json +4 -4
- package/www/scratch-website.credits-l10njson/be.json +9 -9
- package/www/scratch-website.developers-l10njson/be.json +7 -7
- package/www/scratch-website.general-l10njson/be.json +1 -1
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
|
+
## [3.18.3](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.2...v3.18.3) (2024-01-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update babel monorepo to v7.23.9 ([fa373f0](https://github.com/scratchfoundation/scratch-l10n/commit/fa373f0fce794ffbda53a31421e9d2bc0c11d9d0))
|
|
12
|
+
|
|
13
|
+
## [3.18.2](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.1...v3.18.2) (2024-01-28)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* pull new editor translations from Transifex ([e75188b](https://github.com/scratchfoundation/scratch-l10n/commit/e75188b7d78bb6edf5d54a75cd2d59df402d544e))
|
|
19
|
+
|
|
6
20
|
## [3.18.1](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.0...v3.18.1) (2024-01-25)
|
|
7
21
|
|
|
8
22
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-l10n",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.3",
|
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
|
5
5
|
"main": "./dist/l10n.js",
|
|
6
6
|
"browser": "./src/index.js",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@babel/eslint-parser": "7.18.2",
|
|
59
|
-
"@babel/node": "7.
|
|
59
|
+
"@babel/node": "7.23.9",
|
|
60
60
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
61
61
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
62
62
|
"@babel/plugin-transform-async-to-generator": "^7.1.0",
|
|
63
63
|
"@babel/preset-env": "^7.9.5",
|
|
64
64
|
"@babel/preset-react": "^7.0.0",
|
|
65
|
-
"@commitlint/cli": "18.
|
|
66
|
-
"@commitlint/config-conventional": "18.
|
|
65
|
+
"@commitlint/cli": "18.6.0",
|
|
66
|
+
"@commitlint/config-conventional": "18.6.0",
|
|
67
67
|
"async": "3.2.5",
|
|
68
68
|
"babel-eslint": "^10.0.1",
|
|
69
69
|
"babel-loader": "8.3.0",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"credits.supportersTitle": "Арганізацыі якія падтрымалі",
|
|
29
29
|
"credits.supportersFinancialHeader": "Наступныя арганізацыі аказалі значную фінансавую падтрымку Scratch:",
|
|
30
30
|
"credits.supportersServicesHeader": "Наступныя арганізацыі ахвяруюць свае паслугі, каб падтрымліваць працу праекта Scratch:",
|
|
31
|
-
"credits.supportersOpenHeader": "Scratch
|
|
31
|
+
"credits.supportersOpenHeader": "Scratch быў бы немагчымы без бясплатнага праграмнага забеспячэння з адкрытым зыходным кодам, у тым ліку:",
|
|
32
32
|
"credits.currentSponsors": "Сённяшнія спонсары",
|
|
33
33
|
"credits.currentFinancialSupport": "Наступныя арганізацыі аказваюць сур'ёзную фінансавую падтрымку Scratch:",
|
|
34
|
-
"credits.donorsTitle": "
|
|
35
|
-
"credits.lifelongKindergartenTitle": "Lifelong Kindergarten
|
|
36
|
-
"credits.translationsTitle": "
|
|
34
|
+
"credits.donorsTitle": "Донары",
|
|
35
|
+
"credits.lifelongKindergartenTitle": "Група Lifelong Kindergarten",
|
|
36
|
+
"credits.translationsTitle": "Перакладчыкі",
|
|
37
37
|
"credits.illustrationsTitle": "Ілюстрацыі",
|
|
38
38
|
"credits.acknowledgementsIllustrations": "Вялікі дзякуй наступным мастакам за іх уклад у бібліятэку спрайтаў Scratch:",
|
|
39
39
|
"credits.soundsTitle": "Гукі",
|
|
40
|
-
"credits.pastContributors": "
|
|
41
|
-
"credits.pastContributorsThanks": "
|
|
42
|
-
"credits.acknowledgementsOtherContributors": "
|
|
43
|
-
"credits.otherContributors": "
|
|
40
|
+
"credits.pastContributors": "Былыя сябры каманды Scratch",
|
|
41
|
+
"credits.pastContributorsThanks": "Многія важныя ўклады былі зроблены папярэднімі сябрамі каманды Scratch, у тым ліку:",
|
|
42
|
+
"credits.acknowledgementsOtherContributors": "Былыя ўдзельнікі",
|
|
43
|
+
"credits.otherContributors": "Сярод іншых удзельнікаў:",
|
|
44
44
|
"credits.acknowledgementsSounds": "Бібліятэка гукаў у Scratch карыстаецца бясплатнымі рэсурсамі з Adobe.com, Archive.org, FreeMusicArchive.org, FreeSound.org, і Incompetech.com.",
|
|
45
|
-
"credits.soundsThanks": "
|
|
45
|
+
"credits.soundsThanks": "Дзякуючы Nina Paley з Archive.org; Kellee Maize, Peter Rudenko і Chris Zabriskie з FreeMusicArchive.org; і Кевін Маклауд з Incompetech.com. Дзякуючы наступным выканаўцам freesound.org:"
|
|
46
46
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"developers.hereLinkText": "тут",
|
|
3
|
-
"developers.title": "Scratch
|
|
3
|
+
"developers.title": "Scratch для распрацоўшчыкаў",
|
|
4
4
|
"developers.introLinkText": "Каманда Scratch",
|
|
5
|
-
"developers.intro": "
|
|
5
|
+
"developers.intro": "На гэтай старонцы вы знойдзеце інфармацыю аб праектах з адкрытым зыходным кодам, створаных і падтрымліваемых {introLink}, а таксама нашы меркаванні аб лепшых практыках для распрацоўкі навучальных праграм для дзяцей.",
|
|
6
6
|
"developers.projectsTitle": "Праекты",
|
|
7
|
-
"developers.principlesTitle": "
|
|
8
|
-
"developers.joinTitle": "
|
|
7
|
+
"developers.principlesTitle": "Прынцыпы",
|
|
8
|
+
"developers.joinTitle": "Далучыцца",
|
|
9
9
|
"developers.donateTitle": "Ахвяраваць",
|
|
10
10
|
"developers.partnersTitle": "Партнёры",
|
|
11
11
|
"developers.faqTitle": "Часта задаваныя пытанні (FAQ)",
|
|
12
|
-
"developers.projectsIntro": "
|
|
12
|
+
"developers.projectsIntro": "Наступныя праекты з адкрытым зыходным кодам і даступныя для любых мэтаў.",
|
|
13
13
|
"developers.scratchBlocksTitle": "Scratch блокі",
|
|
14
|
-
"developers.scratchBlocksIntroBlocklyLinkText": "
|
|
15
|
-
"developers.scratchBlocksIntro": "Scratch Blocks
|
|
14
|
+
"developers.scratchBlocksIntroBlocklyLinkText": "Блочная тэхналогія",
|
|
15
|
+
"developers.scratchBlocksIntro": "Scratch Blocks - гэта новы праект па распрацоўцы графічных блокаў праграмавання наступнага пакалення, заснаваны на супрацоўніцтве паміж Google і каманды Scratch Масачусецкага тэхналагічнага інстытута — абапіраючыся на вопыт Google {blocklyLink} і на аснове вопыту каманды Scratch у распрацоўцы творчых інструментаў навучання для моладзі. Scratch Blocks забяспечыць аснову для стварэння блокаў праграмавання ў вертыкальным (на аснове тэксту) і гарызантальным (на аснове значкоў) фарматах. Вы можаце атрымаць доступ да кода (у цяперашні час як папярэдні прагляд распрацоўшчыка) і дакументацыі {githubLink}.",
|
|
16
16
|
"developers.scratchBlocksBody": "This first release includes code for Scratch’s Horizontal Grammar. Looking ahead, we plan to release additional code including but not limited to the Vertical Grammar (currently used by Scratch), a new Rendering Engine to support sprites and graphic effects, and a new Audio Engine to support creation with sound and music.",
|
|
17
17
|
"developers.wwwTitle": "Scratch WWW",
|
|
18
18
|
"developers.wwwIntro": "Scratch-www is a standalone web client for the Scratch Community, built using React and Redux. Access the code and documentation through {wwwIntroLink}.",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"general.country": "Краіна",
|
|
26
26
|
"general.create": "Ствараць",
|
|
27
27
|
"general.credits": "Наша каманда",
|
|
28
|
-
"general.donors": "
|
|
28
|
+
"general.donors": "Донары",
|
|
29
29
|
"general.dmca": "Закон DMCA",
|
|
30
30
|
"general.emailAddress": "Email адрас",
|
|
31
31
|
"general.english": "Англійская",
|