summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-ko/strings.xml
blob: c2a607dd7756e8c9af67b334036a46a1adaa7e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Title of a dialog for a notification permission request. -->
    <string name="mozac_feature_sitepermissions_notification_title">%1$s가 알림을 보내도록 허용하시겠습니까?</string>
    <!-- Title of a dialog for a camera permission request. -->
    <string name="mozac_feature_sitepermissions_camera_title">%1$s가 카메라를 사용하도록 허용하시겠습니까?</string>
    <!-- Title of a dialog for a microphone permission request. -->
    <string name="mozac_feature_sitepermissions_microfone_title">%1$s가 마이크를 사용하도록 허용하시겠습니까?</string>
    <!-- Title of a dialog for a location permission request. -->
    <string name="mozac_feature_sitepermissions_location_title">%1$s가 사용자 위치를 사용하도록 허용하시겠습니까?</string>
    <!-- Title of a dialog for a camera and microphone permission request. -->
    <string name="mozac_feature_sitepermissions_camera_and_microphone">%1$s가 카메라와 마이크를 사용하도록 허용하시겠습니까?</string>
    <!-- Option in a dialog for requesting a microphone permission, this option will give access to
         the first microphone-->
    <string name="mozac_feature_sitepermissions_option_microphone_one">마이크 1</string>
    <!-- Option in a dialog for requesting a camera permission, this option will give access to
         back facing camera-->
    <string name="mozac_feature_sitepermissions_back_facing_camera2">후면 카메라</string>
    <!-- Option in a dialog for requesting a camera permission, this option will give access to
     front facing camera-->
    <string name="mozac_feature_sitepermissions_selfie_camera2">전면 카메라</string>
    <!-- Text for a positive button in a permission request dialog, this button will give
        access to this permission-->
    <string name="mozac_feature_sitepermissions_allow">허용</string>
    <!-- Text for a negative button in a permission request dialog, this button will do not give
    access to this permission-->
    <string name="mozac_feature_sitepermissions_not_allow">허용  </string>
    <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt-->
    <string name="mozac_feature_sitepermissions_do_not_ask_again_on_this_site2"> 사이트에 대한 결정을 기억하기</string>
    <!-- Text for a positive button in a permission request dialog. This will always allow and remember the decision of the user, this is the special case of the notification permission, that is only ask one time-->
    <string name="mozac_feature_sitepermissions_always_allow">항상</string>
    <!-- Text for a negative button in a permission request dialog. This will never allow and remember the decision of the user, this is the special case of the notification permission, that is only ask one time-->
    <string name="mozac_feature_sitepermissions_never_allow"> </string>
    <!-- Title of a dialog to require to save data in persistent storage. %1$s will be replaced with the URL of the current page -->
    <string name="mozac_feature_sitepermissions_persistent_storage_title">%1$s 페이지가 데이터를 영구 저장소에 저장하도록 허용하시겠습니까?</string>
    <!-- Title of a dialog to use EME. %1$s will be replaced with the URL of the current page -->
    <string name="mozac_feature_sitepermissions_media_key_system_access_title">%1$s에서 DRM 제어 콘텐츠를 재생하도록 허용하시겠습니까?</string>
    <!-- Title of a dialog to use cross origin storage permission. %1$s is the name of the site URL (www.site1.example) trying to track the user's activity.
     %2$s is the name of the site URL (www.site2.example) that the user is visiting.  This is the same domain name displayed in the address bar -->
    <string name="mozac_feature_sitepermissions_storage_access_title">%1$s 사이트가 %2$s 사이트에서 쿠키를 사용하도록 허용하시겠습니까?</string>
    <!-- Message of a dialog offering more context about the cross origin storage permission.
    %s is the name of the site URL (www.site1.example) trying to track the user's activity. -->
    <string name="mozac_feature_sitepermissions_storage_access_message">%s에  데이터가 필요한 이유가 명확하지 않은 경우 액세스를 차단할  있습니다.</string>
    <!-- Text for a negative button in the storage access permission request dialog. This button will not give access to this permission. -->
    <string name="mozac_feature_sitepermissions_storage_access_not_allow">차단</string>
    <!-- Clickable text that will open a new tab navigating the user to online documentation about specific features. -->
    <string name="mozac_feature_sitepermissions_learn_more_title"> 알아보기</string>
</resources>