mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
12 lines
516 B
JavaScript
12 lines
516 B
JavaScript
export default {
|
|
NFC_NOT_SUPPORTED: "Your device doesn't support NFC.",
|
|
NFC_NOT_ENABLED: "NFC is not enabled.",
|
|
NFC_NOT_READABLE: "NFC is not readable.",
|
|
NFC_NOT_WRITABLE: "NFC is not writable.",
|
|
NFC_READ_ERROR: "Cannot read NFC tag. Please try again.",
|
|
NFC_WRITE_ERROR: "Cannot write NFC tag. Please try again.",
|
|
NFC_NOT_OWNER: "This tag is not owned by you.",
|
|
NFC_NOT_REGISTERED: "This tag is not registered.",
|
|
NFC_NOT_MATCH: "This tag is not match with the registered tag.",
|
|
}
|