Version 3
This commit is contained in:
parent
55ec6cedb4
commit
e0af36f9a6
10 changed files with 377 additions and 294 deletions
56
Sources/KeychainKit/Resources/Localizable.xcstrings
Normal file
56
Sources/KeychainKit/Resources/Localizable.xcstrings
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"sourceLanguage" : "en",
|
||||
"strings" : {
|
||||
"Error.authenticationFailed" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Authentication failed"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Error.duplicateItem" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Item already exists"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Error.invalidData" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Stored item contains invalid or unexpected data"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Error.osStatus %@" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Unexpected Keychain status: %@"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Error.underlying %@" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Unexpected error while working with Keychain: %@"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version" : "1.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue