We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa8a87 commit 40339d9Copy full SHA for 40339d9
examples/intents/res/values-ko/strings.xml
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<resources>
3
+ <string name="app_name">ATE Intent 예제</string>
4
+ <string name="open_new_window">새로운 창 열기</string>
5
+ <string name="script_label">스크립트 : </string>
6
+ <string name="run_script">스크립트 실행</string>
7
+ <string name="run_script_save_window">스크립트 실행 및 명령창 상태 저장</string>
8
+ <string name="run_script_existing_window">저장된 명령창에서 스크립트 실행</string>
9
+ <string name="help">이 예제는 터미널 에뮬레이터에서 어떻게 Intent를 전송하는지 보여줍니다.</string>
10
+</resources>
0 commit comments