@inappstory/game-center-api 1.3.25 → 1.3.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/sdkApi/filePicker.js
CHANGED
|
@@ -28,6 +28,10 @@ const messages = {
|
|
|
28
28
|
ios_gallery_permission_warning_manage_button: "Manage",
|
|
29
29
|
ios_gallery_permission_select_other_files_button: "Change the choice...",
|
|
30
30
|
ios_gallery_permission_open_settings_button: "Open settings",
|
|
31
|
+
android_gallery_permission_warning_label: "You did not allow the app to access the entire gallery",
|
|
32
|
+
android_gallery_permission_warning_manage_button: "Manage",
|
|
33
|
+
android_gallery_permission_select_other_files_button: "Change the choice...",
|
|
34
|
+
android_gallery_permission_open_settings_button: "Open settings",
|
|
31
35
|
ios_storage_permission_warning_label: "Allow access to your photos and videos",
|
|
32
36
|
ios_storage_permission_warning_message: "This allows you to share photos and videos from your library. Go to settings and press «Photo».",
|
|
33
37
|
ios_recording_permission_warning_label: "Allow access to your camera and microphone",
|
|
@@ -55,6 +59,10 @@ const messages = {
|
|
|
55
59
|
ios_gallery_permission_warning_manage_button: "Управлять",
|
|
56
60
|
ios_gallery_permission_select_other_files_button: "Изменить выбор...",
|
|
57
61
|
ios_gallery_permission_open_settings_button: "Открыть настройки",
|
|
62
|
+
android_gallery_permission_warning_label: "Вы не разрешили приложению доступ ко всей галерее",
|
|
63
|
+
android_gallery_permission_warning_manage_button: "Управлять",
|
|
64
|
+
android_gallery_permission_select_other_files_button: "Изменить выбор...",
|
|
65
|
+
android_gallery_permission_open_settings_button: "Открыть настройки",
|
|
58
66
|
ios_storage_permission_warning_label: "Разрешить доступ к вашим фотографиям и видео",
|
|
59
67
|
ios_storage_permission_warning_message: "Это позволяет делиться снимками и видео из вашей библиотеки. Зайдите в настройки и нажмите «Фото».",
|
|
60
68
|
ios_recording_permission_warning_label: "Разрешить доступ к камере и микрофону",
|