Skip to content

Commit dd8aa12

Browse files
authored
Improve Polish translation
1 parent 62f3fb3 commit dd8aa12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@
168168
"unable_stop_linux_app_on_macos": "Niemożna zatrzymać aplikacji Linux na macOS.",
169169
"unable_stop_macos_app_on_other_platform": "Niemożna zatrzymać aplikacji macOS na innej platformie.",
170170
"system_name_unsafe": "Nazwa systemu zawiera niedozwolone znaki.",
171-
"quick": "Tryb szybki"
171+
"quick": "Tryb szybki",
172+
"windows_arm64_unsupported": "Kompilacja dla Windows ARM64 jest niewspierana, skompiluj dla x64 i użyj emulatora"
172173
}
173174
};
174175

@@ -1017,4 +1018,3 @@
10171018

10181019
window.addEventListener("DOMContentLoaded", openCompiler);
10191020
})();
1020-

0 commit comments

Comments
 (0)