refactor(i18n): translate polish variable names and keys to english
All checks were successful
Update Wiki Documentation / generate-docs (push) Successful in 2m13s

This commit is contained in:
Krzysztof Cieślik
2026-06-14 06:24:30 +02:00
parent 3d207912cb
commit 5467792b5a
7 changed files with 32 additions and 16 deletions

View File

@@ -34,6 +34,10 @@ enum class StringKey {
CONFIRM_DELETE_ALL,
CONFIRM_CHANGE_CONN,
DIALOG_BRIGHTNESS,
DIALOG_USTAW,
DIALOG_ANULUJ
DIALOG_SET,
DIALOG_CANCEL,
DIALOG_WARNING,
DIALOG_YES_CHANGE,
DIALOG_YES_DELETE,
TOAST_CLEARED
}