scratch-l10n 3.18.298 → 3.18.300
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 +15 -0
- package/editor/paint-editor/da.json +4 -4
- package/locales/editor-msgs.js +4 -4
- package/locales/paint-editor-msgs.js +4 -4
- package/package.json +2 -2
- package/www/scratch-website.cookies-l10njson/he.json +7 -7
- package/www/scratch-website.cookies-l10njson/sv.json +1 -1
- package/www/scratch-website.faq-l10njson/he.json +19 -19
- package/www/scratch-website.general-l10njson/sv.json +1 -1
- package/www/scratch-website.ideas-l10njson/he.json +1 -1
- package/www/scratch-website.parents-l10njson/he.json +1 -1
- package/www/scratch-website.splash-l10njson/he.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,21 @@
|
|
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.300](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.299...v3.18.300) (2024-09-11)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **deps:** lock file maintenance ([335e21a](https://github.com/scratchfoundation/scratch-l10n/commit/335e21acab26b5f1be99e8d7d3e058cce170a4c0))
|
12
|
+
* **deps:** update dependency scratch-semantic-release-config to v1.0.16 ([9a4b2b2](https://github.com/scratchfoundation/scratch-l10n/commit/9a4b2b2e4d9bc3f941c37202733e72518fe4c06f))
|
13
|
+
|
14
|
+
## [3.18.299](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.298...v3.18.299) (2024-09-11)
|
15
|
+
|
16
|
+
|
17
|
+
### Bug Fixes
|
18
|
+
|
19
|
+
* pull new editor translations from Transifex ([2ba9015](https://github.com/scratchfoundation/scratch-l10n/commit/2ba9015afc6f1892844d02a5d09416e716524f55))
|
20
|
+
|
6
21
|
## [3.18.298](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.297...v3.18.298) (2024-09-11)
|
7
22
|
|
8
23
|
|
@@ -10,10 +10,10 @@
|
|
10
10
|
"paint.paintEditor.ungroup": "Opdel",
|
11
11
|
"paint.paintEditor.undo": "Fortryd",
|
12
12
|
"paint.paintEditor.redo": "Gør om",
|
13
|
-
"paint.paintEditor.forward": "
|
14
|
-
"paint.paintEditor.backward": "
|
15
|
-
"paint.paintEditor.front": "
|
16
|
-
"paint.paintEditor.back": "
|
13
|
+
"paint.paintEditor.forward": "Frem",
|
14
|
+
"paint.paintEditor.backward": "Tilbage",
|
15
|
+
"paint.paintEditor.front": "Forrest",
|
16
|
+
"paint.paintEditor.back": "Bagerst",
|
17
17
|
"paint.paintEditor.more": "Mere",
|
18
18
|
"paint.modeTools.brushSize": "Størrelse",
|
19
19
|
"paint.modeTools.eraserSize": "Viskelæderets størrelse",
|
package/locales/editor-msgs.js
CHANGED
@@ -11667,10 +11667,10 @@ export default {
|
|
11667
11667
|
"paint.paintEditor.ungroup": "Opdel",
|
11668
11668
|
"paint.paintEditor.undo": "Fortryd",
|
11669
11669
|
"paint.paintEditor.redo": "Gør om",
|
11670
|
-
"paint.paintEditor.forward": "
|
11671
|
-
"paint.paintEditor.backward": "
|
11672
|
-
"paint.paintEditor.front": "
|
11673
|
-
"paint.paintEditor.back": "
|
11670
|
+
"paint.paintEditor.forward": "Frem",
|
11671
|
+
"paint.paintEditor.backward": "Tilbage",
|
11672
|
+
"paint.paintEditor.front": "Forrest",
|
11673
|
+
"paint.paintEditor.back": "Bagerst",
|
11674
11674
|
"paint.paintEditor.more": "Mere",
|
11675
11675
|
"paint.modeTools.brushSize": "Størrelse",
|
11676
11676
|
"paint.modeTools.eraserSize": "Viskelæderets størrelse",
|
@@ -642,10 +642,10 @@ export default {
|
|
642
642
|
"paint.paintEditor.ungroup": "Opdel",
|
643
643
|
"paint.paintEditor.undo": "Fortryd",
|
644
644
|
"paint.paintEditor.redo": "Gør om",
|
645
|
-
"paint.paintEditor.forward": "
|
646
|
-
"paint.paintEditor.backward": "
|
647
|
-
"paint.paintEditor.front": "
|
648
|
-
"paint.paintEditor.back": "
|
645
|
+
"paint.paintEditor.forward": "Frem",
|
646
|
+
"paint.paintEditor.backward": "Tilbage",
|
647
|
+
"paint.paintEditor.front": "Forrest",
|
648
|
+
"paint.paintEditor.back": "Bagerst",
|
649
649
|
"paint.paintEditor.more": "Mere",
|
650
650
|
"paint.modeTools.brushSize": "Størrelse",
|
651
651
|
"paint.modeTools.eraserSize": "Viskelæderets størrelse",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "scratch-l10n",
|
3
|
-
"version": "3.18.
|
3
|
+
"version": "3.18.300",
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
5
5
|
"main": "./dist/l10n.js",
|
6
6
|
"browser": "./src/index.js",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"p-limit": "2.3.0",
|
82
82
|
"p-queue": "3.2.0",
|
83
83
|
"rimraf": "2.7.1",
|
84
|
-
"scratch-semantic-release-config": "1.0.
|
84
|
+
"scratch-semantic-release-config": "1.0.16",
|
85
85
|
"semantic-release": "19.0.5",
|
86
86
|
"transifex": "1.6.6",
|
87
87
|
"webpack": "4.47.0",
|
@@ -12,13 +12,13 @@
|
|
12
12
|
"cookies.table.expiration": "Expiration",
|
13
13
|
"cookies.table.session": "Session",
|
14
14
|
"cookies.table.persistent": "Persistent",
|
15
|
-
"cookies.table.days.1": "
|
16
|
-
"cookies.table.days.180": "180
|
17
|
-
"cookies.table.weeks.2": "
|
18
|
-
"cookies.table.weeks.3": "3
|
19
|
-
"cookies.table.months.6": "
|
20
|
-
"cookies.table.years.1": "
|
21
|
-
"cookies.table.years.2": "
|
15
|
+
"cookies.table.days.1": "יום אחד",
|
16
|
+
"cookies.table.days.180": "180 יום",
|
17
|
+
"cookies.table.weeks.2": "שבועיים",
|
18
|
+
"cookies.table.weeks.3": "3 שבועות",
|
19
|
+
"cookies.table.months.6": "חצי שנה",
|
20
|
+
"cookies.table.years.1": "שנה",
|
21
|
+
"cookies.table.years.2": "שנתיים",
|
22
22
|
"cookies.types.title": "What types of Cookies are used on the Scratch Website?",
|
23
23
|
"cookies.types.essentialTitle": "Essential Cookies",
|
24
24
|
"cookies.types.essentialIntro": "These are Cookies that are necessary to make the Scratch Website available to the user or ensure security. We use this Personal Information, for example, to ensure that the Scratch Website functions properly, or to prevent fraud. We use the following essential Cookies:",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"cookies.nav.types": "Typer av cookies",
|
4
4
|
"cookies.nav.manage": "Hantera cookies",
|
5
5
|
"cookies.nav.contact": "Kontakta oss",
|
6
|
-
"cookies.lastUpdatedFormat": "
|
6
|
+
"cookies.lastUpdatedFormat": "Scratch Cookie Policyn var senast uppdaterad{updated, date, long}",
|
7
7
|
"cookies.intro1": "This Cookie Policy (the <b>“Cookie Policy”</b>) is provided by Scratch Foundation (<b>“Scratch”</b>, <b>“we”</b> or <b>“us”</b>). It supplements the information and disclosures included in our <privacy>Privacy Policy</privacy>, and explains how Scratch uses Cookies on its website scratch.mit.edu (the <b>“Scratch Website”</b>) to its visitors (<b>“you”</b>, <b>“user”</b>). For the purpose of this Cookie Policy, <b>“Personal Information”</b> means any information relating to an identified or identifiable individual.",
|
8
8
|
"cookies.intro2": "When you use the Scratch Website, we use cookies, beacons, invisible tags, unique IDs and similar technologies (collectively <b>“Cookies”</b>) to automatically record certain Personal Information from your browser or device.",
|
9
9
|
"cookies.table.name": "Namn",
|
@@ -1,21 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"faq.title": "שאלות נפוצות",
|
3
|
-
"faq.intro": "
|
3
|
+
"faq.intro": "בעמוד זה ניתן למצוא תשובות לשאלות נפוצות על סקראץ׳.",
|
4
4
|
"faq.aboutTitle": "שאלות כלליות",
|
5
|
-
"faq.scratch3Title": "
|
6
|
-
"faq.remixTitle": "
|
5
|
+
"faq.scratch3Title": "סקראץ׳ 3.0",
|
6
|
+
"faq.remixTitle": "ערבוב והעתקה",
|
7
7
|
"faq.accountsTitle": "חשבונות",
|
8
8
|
"faq.permissionsTitle": "רישוי והרשאות",
|
9
9
|
"faq.inappropriateContentTitle": "תוכן בלתי הולם",
|
10
|
-
"faq.scratchExtensionsTitle": "הרחבות
|
10
|
+
"faq.scratchExtensionsTitle": "הרחבות לסקראץ׳",
|
11
11
|
"faq.cloudDataTitle": "משתני ענן",
|
12
|
-
"faq.aboutScratchTitle": "מה זה
|
12
|
+
"faq.aboutScratchTitle": "מה זה סקראץ׳, ומה היכולות שלו?",
|
13
13
|
"faq.aboutScratchBody": "With the Scratch programming language and online community, you can create your own interactive stories, games, and animations -- and share your creations with others around the world. As young people create and share Scratch projects, they learn to think creatively, reason systematically, and work collaboratively. To learn more about Scratch, see the {aboutScratchLink} page.",
|
14
14
|
"faq.aboutScratchLinkText": "על אודות סקראץ׳",
|
15
|
-
"faq.makeGameTitle": "איך
|
15
|
+
"faq.makeGameTitle": "איך יוצרים משחק או הנפשה בסקראץ'?",
|
16
16
|
"faq.makeGameBody": "Check out the {ideasLink} to see lots of ways to get started with Scratch",
|
17
17
|
"faq.ideasLinkText": "Ideas page",
|
18
|
-
"faq.whoUsesScratchTitle": "מי
|
18
|
+
"faq.whoUsesScratchTitle": "מי משתמשים בסקראץ׳?",
|
19
19
|
"faq.whoUsesScratchBody": "Scratch is used by people from all backgrounds, in all countries around the world, in all types of settings -- homes, schools, libraries, museums, and more. Scratch is designed especially for young people ages 8 to 16, but people of all ages create and share with Scratch. Younger children may want to try {scratchJrLink}, a simplified version of Scratch designed for ages 5 to 7.",
|
20
20
|
"faq.requirementsTitle": "מה הם דרישות המערכת של סקראץ'?",
|
21
21
|
"faq.requirementsBody": "Scratch will run in most current web browsers on desktops, laptops and tablets. You can view projects on mobile phones, but currently you are not able to create or edit projects on phones. Below is the list of officially supported browsers.",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"faq.requirementsTabletSafari": "Mobile Safari (11+)",
|
31
31
|
"faq.requirementsNote": "Note:",
|
32
32
|
"faq.requirementsNoteDesktop": "If your computer doesn’t meet these requirements, you can try the {downloadLink} editor (see next item in FAQ). ",
|
33
|
-
"faq.scratchApp": "
|
33
|
+
"faq.scratchApp": "האפליקציה של סקראץ׳",
|
34
34
|
"faq.requirementsNoteWebGL": "If you encounter a WebGL error, try a different browser.",
|
35
35
|
"faq.requirementsNoteTablets": "On tablets, there is currently not a way to use \"key pressed\" blocks or right-click context menus.",
|
36
36
|
"faq.offlineTitle": "יש לכם גרסה להורדה כך שאוכל ליצור ולצפות בפרויקטים במצב לא מקוון?",
|
@@ -38,9 +38,9 @@
|
|
38
38
|
"faq.uploadOldTitle": "האם עדיין אפשר להעלות פרויקטים שיצרתי בגרסאות ישנות של סקראץ' לאתר האינטרנט?",
|
39
39
|
"faq.uploadOldBody": "Yes: You can share or upload projects made with earlier versions of Scratch, and they will be visible and playable. (However, you can’t download projects made with or edited in later versions of Scratch and open them in earlier versions. For example, you can’t open a Scratch 3.0 project in the desktop version of {scratch2Link}, because Scratch 2.0 doesn’t know how to read the .sb3 project file format.)",
|
40
40
|
"faq.scratch2": "סקראץ׳ 2.0",
|
41
|
-
"faq.scratchCostTitle": "כמה
|
41
|
+
"faq.scratchCostTitle": "כמה עולה להשתמש בסקראץ'? האם יש צורך ברישיון?",
|
42
42
|
"faq.scratchCostBody": "Scratch is and always will be free. You don’t need a license to use Scratch in your school, home, or anywhere else. The development and maintenance of Scratch is paid for by grants and donations. If you’d like to contribute to Scratch, check out our {donateLink}.",
|
43
|
-
"faq.donateLinkText": "עמוד
|
43
|
+
"faq.donateLinkText": "עמוד תרומות",
|
44
44
|
"faq.mediaLabTitle": "מי יצר את סקראץ׳?",
|
45
45
|
"faq.mediaLabBody": "Scratch is developed and maintained by the Scratch Team at the {llkLink} at {mediaLabLink}.",
|
46
46
|
"faq.llkLinkText": "Lifelong Kindergarten group",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"faq.biggerBlocksScratch3Body": "In order to make Scratch 3.0 work well on touch devices (like many Chromebooks, Windows Surface laptops, and tablets), we needed to make the blocks bigger, so that it’s easier to drag and tap the blocks. In addition, blocks are slightly bigger in Scratch 3.0 to help address issues we observed with new users having trouble clicking and dragging small interface elements.",
|
68
68
|
"faq.extensionsScratch3Title": "Where did the Pen blocks go? Where did the Music blocks go? Where did the Video Sensing blocks go?",
|
69
69
|
"faq.extensionsScratch3Body": "The Pen, Music, and Video Sensing blocks have been moved into extensions. Extensions can be added by clicking the button on the bottom left of the screen (see the \"Extensions\" section below).",
|
70
|
-
"faq.paintEditorScratch3Title": "
|
70
|
+
"faq.paintEditorScratch3Title": "מה היכולות החדשות של עורך השרטוטים?",
|
71
71
|
"faq.paintEditorScratch3Body": "The Paint Editor has been redesigned to provide powerful new features while also making it easier to use. Changes and new features include:",
|
72
72
|
"faq.paintEditorLayout": "New layout that makes available tools and options more visible",
|
73
73
|
"faq.paintEditorTools": "כלים חדשים כמו \"מחק\" שעובד במצב וקטור",
|
@@ -106,10 +106,10 @@
|
|
106
106
|
"faq.forgotPasswordTitle": "אני שכחתי את שם המשתמש או את הסיסמה שלי. איך אני יכול לאפס אותם?",
|
107
107
|
"faq.forgotPasswordBody": "Enter your username or email address on the {resetLink} page. The website will send an email to the address associated with your username and a link you can use to reset your password.",
|
108
108
|
"faq.resetLinkText": "Password Reset",
|
109
|
-
"faq.changePasswordTitle": "איך
|
109
|
+
"faq.changePasswordTitle": "איך לשנות את הסיסמה שלי?",
|
110
110
|
"faq.changePasswordBody": "Login to your Scratch account, then visit our {changeLink} page where you can change your password.",
|
111
111
|
"faq.changeLinkText": "Password Settings",
|
112
|
-
"faq.changeEmailTitle": "איך
|
112
|
+
"faq.changeEmailTitle": "איך לשנות את כתובת הדוא״ל שלי?",
|
113
113
|
"faq.changeEmailBody": "Login to your Scratch account, then visit our {changeEmailLink} page where you can change your email address.",
|
114
114
|
"faq.newScratcherTitle": "איך אני הופך מ\"סקראצ'ר חדש\" ל\"סקראצ'ר\"?",
|
115
115
|
"faq.newScratcherBody": "When you create an account, you’ll be labelled as a “New Scratcher.” To make the transition to \"Scratcher\", you should make and share projects, comment helpfully on other Scratchers’ projects, and be patient! After you’ve met the requirements, a link will appear on your profile page inviting you to become a Scratcher, and you’ll have some additional capabilities on the Scratch website. (Note that we don't promote New Scratchers to Scratcher on request )",
|
@@ -123,9 +123,9 @@
|
|
123
123
|
"faq.shareInfoBody": "Please don’t share personal contact information, such as your physical address, email, phone number, or anything else that can be used to make contact outside of the Scratch website. Please report projects, comments, or forum posts that contain this kind of information, so the Scratch Team can remove the information, and remind the author of our policy against sharing personal contact information.",
|
124
124
|
"faq.deleteAccountTitle": "כיצד אני יכול למחוק את החשבון שלי?",
|
125
125
|
"faq.deleteAccountBody": "Login to Scratch, and then click your username in the top right-hand corner. Select \"Account Settings\", then click the \"I want to delete my account\" link at the bottom of the page. But you should only do this if you are absolutely sure that you want to delete your account.",
|
126
|
-
"faq.scratchFreeTitle": "האם
|
126
|
+
"faq.scratchFreeTitle": "האם סקראץ׳ בחינם? אפשר להשתמש בו מאיפה שרוצים?",
|
127
127
|
"faq.scratchFreeBody": "Yes! Scratch is available free of charge. You can use it in your school, and you can teach a course about it (even a course that costs money). You don't need to buy a license: it's free!",
|
128
|
-
"faq.scratchScreenshotTitle": "
|
128
|
+
"faq.scratchScreenshotTitle": "האם מותר להשתמש בצילומי מסך מסקראץ׳ בתוך ספר או מצגת?",
|
129
129
|
"faq.scratchScreenshotBody": "Yes, you can use screenshots / images of the Scratch application and website in a book or presentation, and consider them to be licensed under the {licenseLink} license. We ask that you include a note somewhere in your materials saying: \"Scratch is a project of the Scratch Foundation, in collaboration with the Lifelong Kindergarten Group at the MIT Media Lab. It is available for free at https://scratch.mit.edu\".",
|
130
130
|
"faq.licenseLinkText": "Creative Commons Attribution-ShareAlike",
|
131
131
|
"faq.scratchDescriptionTitle": "Can I include a description of Scratch in brochures or other materials?",
|
@@ -149,9 +149,9 @@
|
|
149
149
|
"faq.reviewContentBody": "The Scratch Team reviews reported comments and projects every day. If something breaks the Scratch {cgLink}, we will remove it and send a warning to the account. We may also block the accounts or networks that were used to share it, depending on what was shared and if the person has been sent warnings before",
|
150
150
|
"faq.blockedAccountTitle": "מה קורה כאשר חשבון נחסם?",
|
151
151
|
"faq.blockedAccountBody": "When an account is blocked, the owner can no longer access their account, use it to create projects, or post new comments. When they login, they see a page that explains why the account was blocked, along with a web form they can use to request to be unblocked. If the owner can show that they understand why their account was blocked, and promises to follow the Scratch {cgLink} in the future, they will be unblocked.",
|
152
|
-
"faq.stolenAccountTitle": "
|
152
|
+
"faq.stolenAccountTitle": "מישהו קיבל גישה לחשבון שלי וגרם לו להיחסם. מה אפשר לעשות?",
|
153
153
|
"faq.stolenAccountBody": "You are responsible for keeping your password secure. If someone you know took control of your account and did bad things, tell the adults in charge of the computer they used. If you think someone you don’t know has access to your account, change the password and / or use the {contactLink} link to explain the situation. If your account was blocked for doing something that you did which broke the Scratch {cgLink}, please don’t tell us that someone else did it. When people tell us someone else used their account to do something bad, we then need to try and talk to that person before we can restore the account. This means your account will just stay blocked for a lot longer than if you are honest with us about what happened.",
|
154
|
-
"faq.aboutExtensionsTitle": "
|
154
|
+
"faq.aboutExtensionsTitle": "מהן הרחבות?",
|
155
155
|
"faq.aboutExtensionsBody": "In the Scratch editor, you can add collections of extra blocks called \"extensions.\" For example, there are extensions that enable you to program physical devices (such as micro:bit and LEGO robotics kits) and to translate text within your Scratch projects. We will continue to add new extensions over time, so what you can do with Scratch will continue to grow over time. ",
|
156
156
|
"faq.howToAddExtensionsTitle": "How do I add an extension to a project?",
|
157
157
|
"faq.howToAddExtensionsBody": "If you click on the \"Extensions\" button in the bottom left corner of the Scratch programming editor, you will see a listing of all Scratch Extensions. When you select one of the extensions, a new category of blocks will be added to your project. The extension will be automatically loaded each time your project is opened. You can add multiple extensions to the same project.",
|
@@ -177,7 +177,7 @@
|
|
177
177
|
"faq.newScratcherCloudBody": "If you are still a \"New Scratcher\" on the website, you will not be able to use projects with cloud variables. You need to become a \"Scratcher\" to have access to cloud variables. See the Accounts section (above) for more information about the transition from “New Scratcher” to \"Scratcher\".",
|
178
178
|
"faq.multiplayerTitle": "האם זה אפשרי להכין משחק רב־משתתפים עם משתני ענן?",
|
179
179
|
"faq.multiplayerBody": "Multiplayer games may be difficult to create, due to network speed and synchronization issues. However, some Scratchers are coming up with creative ways to use the cloud variables for turn-by-turn and other types of games.",
|
180
|
-
"faq.schoolsTitle": "
|
180
|
+
"faq.schoolsTitle": "סקראץ׳ בבתי ספר",
|
181
181
|
"faq.howTitle": "How is Scratch used in schools?",
|
182
182
|
"faq.howBody": "Scratch is used in hundreds of thousands of schools around the world, in many different subject areas (including language arts, science, history, math, and computer science). You can learn more about strategies and resources for using Scratch in schools and other learning environments (such as museums, libraries, and community centers) on our {educatorsLink}.",
|
183
183
|
"faq.educatorsLinkText": "Educators Page",
|
@@ -188,7 +188,7 @@
|
|
188
188
|
"faq.teacherAccountTitle": "What is a Scratch Teacher Account?",
|
189
189
|
"faq.teacherAccountBody": "A Scratch Teacher Account provides teachers and other educators with additional features to manage student participation on Scratch, including the ability to create student accounts, organize student projects into studios, and monitor student comments. For more information on Scratch Teacher Accounts, see the {eduFaqLink}.",
|
190
190
|
"faq.eduFaqLinkText": "שאלות נפוצות על חשבון מורה בסקראץ׳",
|
191
|
-
"faq.requestTitle": "איך
|
191
|
+
"faq.requestTitle": "איך מגישים בקשה לחשבון מורה בסקראץ׳?",
|
192
192
|
"faq.requestBody": "You may request a Scratch Teacher Account from the {educatorsLink} on Scratch. We ask for additional information during the registration process in order to verify your role as an educator.",
|
193
193
|
"faq.dataTitle": "אילו נתונים סקראץ' אוסף על התלמידים?",
|
194
194
|
"faq.dataBody": "When a student first signs up on Scratch, we ask for basic demographic data including gender, age (birth month and year), country, and an email address for verification. This data is used (in aggregated form) in research studies intended to improve our understanding of how people learn with Scratch. When an educator uses a Scratch Teacher Account to create student accounts in bulk, students are not required to provide an email address for account setup.",
|
@@ -456,5 +456,5 @@
|
|
456
456
|
"renameAccount.scratchsCommunityGuidelines": "Scratch:s användarvillkor",
|
457
457
|
"renameAccount.change": "Ändra",
|
458
458
|
"renameAccount.goToProfile": "Gå till din profil",
|
459
|
-
"renameAccount.pastNotifications": "
|
459
|
+
"renameAccount.pastNotifications": "Här är dina föregående admin notifieringar"
|
460
460
|
}
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"ideas.animateANameTitle": "הנפשת שם",
|
12
12
|
"ideas.animateANameDescription": "Animate the letters of your name, initials, or favorite word.",
|
13
13
|
"ideas.animateANameImageDescription": "The name ANYA in all caps and blocked letters is poised to wiggle",
|
14
|
-
"ideas.animateACharacterTitle": "
|
14
|
+
"ideas.animateACharacterTitle": "הנפשת דמויות",
|
15
15
|
"ideas.animateACharacterDescription": "Bring characters to life with animation.",
|
16
16
|
"ideas.animateACharacterImageDescription": "An taco with a wand, wizard cap and flowing white beard floats enchantingly in low-Earth orbit.",
|
17
17
|
"ideas.makeMusicTitle": "צרו מוזיקה",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"parents.faqFAQLinkText": "frequently asked questions page",
|
36
36
|
"parents.faqOfflineTitle": "Is there a way to use Scratch without participating online?",
|
37
37
|
"parents.faqOfflineBody": "Yes, the Scratch app allows you to create Scratch projects without an internet connection. You can download the {scratchApp} from the Scratch website or the app store on your device.",
|
38
|
-
"parents.faqScratchApp": "
|
38
|
+
"parents.faqScratchApp": "האפליקציה של סקראץ׳",
|
39
39
|
"parents.faqOffline2LinkText": "Scratch 2.0 offline editor",
|
40
40
|
"parents.faqOffline14LinkText": "Scratch 1.4 offline editor"
|
41
41
|
}
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"hocbanner.makeMusic": "צרו מוזיקה",
|
44
44
|
"hocbanner.chaseGame": "בנו משחק תופסת",
|
45
45
|
"hocbanner.createAStory": "צור סיפור",
|
46
|
-
"hocbanner.animateACharacter": "
|
46
|
+
"hocbanner.animateACharacter": "הנפשת דמויות",
|
47
47
|
"welcome.welcomeToScratch": "ברוכים הבאים לסקראץ'!",
|
48
48
|
"welcome.learn": "למדו כיצד להכין פרויקט בסקראץ'",
|
49
49
|
"welcome.tryOut": "נסו פרויקטים התחלתיים",
|