Add AUTO_OPEN to I18n

This commit is contained in:
Nico Mexis 2024-04-09 11:58:51 +02:00
parent 0d8206ea46
commit 41fea8fb8d
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78

AI 샘플 코드 생성 중입니다

Loading...
2 changed files with 4 additions and 2 deletions

View File

@ -286,5 +286,6 @@
"MATCH_CASE": "Match Case",
"EXACT_PATH": "Exact Path",
"MIN_SDK_VERSION": "Minimum SDK version",
"PRINT_LINE_NUMBERS": "Print Line Numbers"
"PRINT_LINE_NUMBERS": "Print Line Numbers",
"AUTO_OPEN": "Open automatically"
}

View File

@ -286,5 +286,6 @@
"MATCH_CASE": "Groß-/Kleinschreibung beachten",
"EXACT_PATH": "Genauer Pfad",
"MIN_SDK_VERSION": "Minimale SDK-Version",
"PRINT_LINE_NUMBERS": "Zeilennummern einschließen"
"PRINT_LINE_NUMBERS": "Zeilennummern einschließen",
"AUTO_OPEN": "Automatisch öffnen"
}