Skip to content

Commit 97d265e

Browse files
Site changes [skip-ci]
1 parent f0f864e commit 97d265e

File tree

5 files changed

+31
-35
lines changed

5 files changed

+31
-35
lines changed

es/faq/faq.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,15 @@ shaders.
5656

5757
A: Las siguientes plataformas tienen soporte para el editor/herramientas y el runtime del motor:
5858

59-
| System | Version | Architectures | Supported |
60-
| ------------------ | ------------------ | ------------------ | -------------------- |
61-
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
62-
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
63-
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
64-
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
65-
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
66-
| iOS | 11.0 | `arm-64` | Engine |
67-
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
68-
| HTML5 | | `asm.js`, `wasm` | Engine |
59+
| System | Version | Architectures | Supported |
60+
| ------------------ | ------------------ | ------------------ | ------------------ |
61+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor and Engine |
62+
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
63+
| Ubuntu (1) | 22.04 LTS | `x86-64` | Editor |
64+
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
65+
| iOS | 15.0 | `arm-64` `x86_64` | Engine |
66+
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
67+
| HTML5 | | `asm.js`, `wasm` | Engine |
6968

7069
(1 El editor fue creado y probad para 64-bit Ubuntu 18.04. Debe funcionar en otras distribuciones pero no damos garantía de ello.)
7170

faq/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,11 @@ A: The following platforms are supported for the editor/tools and the engine run
9898

9999
| System | Version | Architectures | Supported |
100100
| ------------------ | ------------------ | ------------------ | ------------------ |
101-
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
102-
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
101+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor and Engine |
103102
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
104103
| Ubuntu (1) | 22.04 LTS | `x86-64` | Editor |
105104
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
106-
| iOS | 11.0 | `arm-64` | Engine |
105+
| iOS | 15.0 | `arm-64` `x86_64` | Engine |
107106
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
108107
| HTML5 | | `asm.js`, `wasm` | Engine |
109108

it/faq/faq.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,15 @@ R: La logica di gioco nel tuo progetto Defold è scritta principalmente utilizza
5555

5656
R: Le seguenti piattaforme sono supportate per l'editor/strumenti e il runtime del motore:
5757

58-
| Sistema | Versione | Architetture | Supportato |
59-
| ------------------ | ------------------ | ------------------ | -------------------- |
60-
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
61-
| macOS | 10.15 | `x86-64`, `arm-64` | Motore |
62-
| Windows | Vista | `x86-32`, `x86-64` | Editor e Motore |
63-
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
64-
| Linux (2) | Qualsiasi | `x86-64`, `arm-64` | Motore |
65-
| iOS | 11.0 | `arm-64` | Motore |
66-
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Motore |
67-
| HTML5 | | `asm.js`, `wasm` | Motore |
58+
| Sistema | Versione | Architetture | Supportato |
59+
| ------------------ | ------------------ | ------------------ | ------------------ |
60+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor e Motore |
61+
| Windows | Vista | `x86-32`, `x86-64` | Editor e Motore |
62+
| Ubuntu (1) | 22.04 LTS | `x86-64` | Editor |
63+
| Linux (2) | Qualsiasi | `x86-64`, `arm-64` | Motore |
64+
| iOS | 15.0 | `arm-64` `x86_64` | Motore |
65+
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Motore |
66+
| HTML5 | | `asm.js`, `wasm` | Motore |
6867

6968
(1 L'editor è costruito e testato per Ubuntu 18.04 a 64 bit. Dovrebbe funzionare anche su altre distribuzioni ma non diamo garanzie.)
7069

pt/faq/faq.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ R: A Defold foi criada por Ragnar Svensson e Christian Murray. Eles começaram a
4545

4646
R: As seguintes plataformas são suportadas para o editor/ferramentas e o tempo de execução da engine (engine runtime):
4747

48-
| System | Version | Architectures | Supported |
49-
| ------------------ | ------------------ | -------------- | -------------------- |
50-
| macOS | 11 Big Sur | x86-64, arm-64 | Editor and Engine |
51-
| Windows | Vista | x86-32, x86-64 | Editor and Engine |
52-
| Ubuntu (1) | 18.04 | x86-64 | Editor |
53-
| Linux (2) | Any | x86-64 | Engine |
54-
| iOS | 11.0 | arm-64 | Engine |
55-
| Android | 4.4 (API level 19) | arm-32, arm-64 | Engine |
56-
| HTML5 | | asm.js, wasm | Engine |
48+
| System | Version | Architectures | Supported |
49+
| ------------------ | ------------------ | ------------------ | ------------------ |
50+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor and Engine |
51+
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
52+
| Ubuntu (1) | 22.04 LTS | `x86-64` | Editor |
53+
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
54+
| iOS | 15.0 | `arm-64` `x86_64` | Engine |
55+
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
56+
| HTML5 | | `asm.js`, `wasm` | Engine |
5757

5858
(1 O editor é construído e testado para Ubuntu 18.04 64-bit. Deve funcionar em outras distribuições também, mas não damos garantias.)
5959

zh/faq/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,11 @@ Defold 基金会以前一直反对在 Defold 中添加 C# 支持,但由于多
9898

9999
| System | Version | Architectures | Supported |
100100
| ------------------ | ------------------ | ------------------ | ------------------ |
101-
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
102-
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
101+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor and Engine |
103102
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
104103
| Ubuntu (1) | 22.04 LTS | `x86-64` | Editor |
105104
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
106-
| iOS | 11.0 | `arm-64` | Engine |
105+
| iOS | 15.0 | `arm-64` `x86_64` | Engine |
107106
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
108107
| HTML5 | | `asm.js`, `wasm` | Engine |
109108

0 commit comments

Comments
 (0)