| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <string name="no_euicc">No removable eUICC card accessible by this app is detected on this device. Insert a compatible card or a USB reader.</string>
- <string name="no_profile">No profiles (yet) on this eSIM.</string>
- <string name="unknown">Unknown</string>
- <string name="help">Help</string>
- <string name="reload">Reload Slots</string>
- <string name="channel_name_format">Logical Slot %d</string>
- <string name="usb">USB</string>
- <string name="enabled">Enabled</string>
- <string name="disabled">Disabled</string>
- <string name="provider">Provider:</string>
- <string name="iccid">ICCID:</string>
- <string name="enable">Enable</string>
- <string name="disable">Disable</string>
- <string name="delete">Delete</string>
- <string name="rename">Rename</string>
- <string name="enable_disable_timeout">Timed out waiting for the eSIM chip to switch profiles. This may be a bug in your phone\'s modem firmware. Try toggling airplane mode, restarting the application, or rebooting the phone.</string>
- <string name="switch_did_not_refresh">The operation was successful, but your phone\'s modem refused to refresh. You might need to toggle airplane mode or reboot in order to use the new profile.</string>
- <string name="toast_profile_enable_failed">Cannot switch to new eSIM profile.</string>
- <string name="toast_profile_name_too_long">Nickname cannot be longer than 64 characters</string>
- <string name="toast_iccid_copied">ICCID copied to clipboard</string>
- <string name="slot_select">Select Slot</string>
- <string name="slot_select_select">Select</string>
- <string name="usb_permission">Grant USB permission</string>
- <string name="usb_permission_needed">Permission is needed to access the USB smart card reader.</string>
- <string name="usb_failed">Cannot connect to eSIM via a USB smart card reader.</string>
- <string name="profile_download">New eSIM</string>
- <string name="profile_download_server">Server (RSP / SM-DP+)</string>
- <string name="profile_download_code">Activation Code</string>
- <string name="profile_download_confirmation_code">Confirmation Code (Optional)</string>
- <string name="profile_download_imei">IMEI (Optional)</string>
- <string name="profile_download_free_space">Space remaining: %s</string>
- <string name="profile_download_scan">Scan QR Code</string>
- <string name="profile_download_scan_from_gallery">Scan QR Code from Gallery</string>
- <string name="profile_download_ok">Download</string>
- <string name="profile_download_failed">Failed to download eSIM. Check your activation / QR code.</string>
- <string name="profile_rename_new_name">New nickname</string>
- <string name="profile_delete_confirm">Are you sure you want to delete the profile %s? This operation is irreversible.</string>
- <string name="profile_delete_confirm_input">Type \'%s\' here to confirm deletion</string>
- <string name="profile_notifications">Notifications</string>
- <string name="profile_notifications_detailed_format">Notifications (%s)</string>
- <string name="profile_notifications_show">Manage Notifications</string>
- <string name="profile_notifications_help">eSIM profiles can send notifications to the carrier when they are downloaded, deleted, enabled, or disabled. The queue of these notifications to be sent is listed here.\n\nIn Settings, you can specify whether to send each type of notification automatically. Note that even if a notification has been sent, it will not be deleted automatically from the record, unless the queue runs out of space.\n\nHere, you can manually send or delete each pending notification.</string>
- <string name="profile_notification_operation_download">Downloaded</string>
- <string name="profile_notification_operation_delete">Deleted</string>
- <string name="profile_notification_operation_enable">Enabled</string>
- <string name="profile_notification_operation_disable">Disabled</string>
- <string name="profile_notification_name_format"><b>%1$s</b> %2$s (%3$s)</string>
- <string name="profile_notification_process">Process</string>
- <string name="profile_notification_delete">Delete</string>
- <string name="logs_save">Save</string>
- <string name="logs_filename_template">Logs at %s</string>
- <string name="pref_settings">Settings</string>
- <string name="pref_notifications">Notifications</string>
- <string name="pref_notifications_desc">eSIM profile operations send notifications to the carrier. Fine-tune this behavior as needed here.</string>
- <string name="pref_notifications_download">Downloads</string>
- <string name="pref_notifications_download_desc">Send notifications for <i>downloading</i> profiles</string>
- <string name="pref_notifications_delete">Deletion</string>
- <string name="pref_notifications_delete_desc">Send notifications for <i>deleting</i> profiles</string>
- <string name="pref_notifications_switch">Switching</string>
- <string name="pref_notifications_switch_desc">Send notifications for <i>switching</i> profiles\nNote that this type of notification is unreliable.</string>
- <string name="pref_advanced">Advanced</string>
- <string name="pref_advanced_disable_safeguard_removable_esim">Disable Safeguards for Removable eSIMs</string>
- <string name="pref_advanced_disable_safeguard_removable_esim_desc">By default, this app prevents you from disabling the active profile on a removable eSIM inserted in the device, because doing so may <i>sometimes</i> render it inaccessible.\nCheck this box to <i>remove</i> this safeguard.</string>
- <string name="pref_advanced_logs">Logs</string>
- <string name="pref_advanced_logs_desc">View recent debug logs of the application</string>
- <string name="pref_info">Info</string>
- <string name="pref_info_app_version">App Version</string>
- <string name="pref_info_source_code">Source Code</string>
- <string name="pref_info_source_code_url" translatable="false">https://gitea.angry.im/PeterCxy/OpenEUICC</string>
- </resources>
|