We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f3fb3 commit dd8aa12Copy full SHA for dd8aa12
build.js
@@ -168,7 +168,8 @@
168
"unable_stop_linux_app_on_macos": "Niemożna zatrzymać aplikacji Linux na macOS.",
169
"unable_stop_macos_app_on_other_platform": "Niemożna zatrzymać aplikacji macOS na innej platformie.",
170
"system_name_unsafe": "Nazwa systemu zawiera niedozwolone znaki.",
171
- "quick": "Tryb szybki"
+ "quick": "Tryb szybki",
172
+ "windows_arm64_unsupported": "Kompilacja dla Windows ARM64 jest niewspierana, skompiluj dla x64 i użyj emulatora"
173
}
174
};
175
@@ -1017,4 +1018,3 @@
1017
1018
1019
window.addEventListener("DOMContentLoaded", openCompiler);
1020
})();
-
0 commit comments