You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/i18n/translations.en.json
+22-3
Original file line number
Diff line number
Diff line change
@@ -83,16 +83,35 @@
83
83
"language": "Language",
84
84
"api-description": "The {{api}} is the underlying virtual machine itself and the language concepts that it understands, like variables and classes and how they all interact together.",
85
85
"api": "API",
86
-
"avm1": "AVM 1: ActionScript 1 & 2",
86
+
"avm1-title": "AVM 1: ActionScript 1 & 2",
87
87
"avm1-description": "AVM 1 is the original ActionScript Virtual Machine. All movies made before Flash Player 9 (June 2006) will be made with AVM 1, and it remained supported & available to authors until the release of Flash Professional CC (2013), after which point content started moving to AVM 2.",
88
88
"avm1-support": "We believe that most AVM 1 content will work, but we are aware of some graphical inaccuracies and smaller bugs here and there. Please feel free to report any issues you find that are not present in the original Flash Player!",
89
-
"avm2": "AVM 2: ActionScript 3",
89
+
"avm2-title": "AVM 2: ActionScript 3",
90
90
"avm2-description": "AVM 2 was introduced with Flash Player 9 (June 2006), to replace the earlier AVM 1. After the release of Flash Professional CC (2013), authors are required to use ActionScript 3 - making any movie made after that date very likely to fall under this category.",
91
91
"avm2-support": "Ruffle now has decent support for AVM 2, and it's our experience that most games will work well enough to be played. We're still rapidly improving in this area though, so bug reports about any broken content are always welcome!",
92
92
"weekly-contributions": "Weekly Contributions",
93
93
"done": "done",
94
94
"partial": "partially done",
95
95
"more": "More Info",
96
-
"commits-description": "{{commitNumber}} commits on the week of {{week}}"
96
+
"commits-description": "{{commitNumber}} commits on the week of {{week}}",
97
+
"avm2": {
98
+
"title": "ActionScript 3 API Progress",
99
+
"description": "ActionScript 3 contains many different methods and classes - not all of which is ultimately useful to every application. The majority of content only uses a small portion of the available API, so even if we aren't 100% \"complete\" across the entirely of AVM 2, we may have enough for that content to run completely fine.",
100
+
"classification": "On this page, we list every single ActionScript 3 API that exists but Ruffle does not yet 100% implement. We classify items into three different stages:",
101
+
"implemented": "Implemented",
102
+
"implemented-description": "{{implemented}} items are marked as \"Done\", and we believe they are fully functional. For brevity, we do not list completed items on this page.",
103
+
"partial": "Partial",
104
+
"partial-description": "{{partial}} items exist and are enough for most content to work, but are incomplete. A partial class may be missing items, or a method may just simply return a value without performing its intended function.",
105
+
"missing": "Missing",
106
+
"missing-description": "{{missing}} items do not exist at all in Ruffle yet, and trying to use them will give an error.",
107
+
"tree": "You can also visualize the progress {{link}}.",
0 commit comments