Vernissage/PixelfedKit/Sources/PixelfedKit/Resources/en.lproj/Localizable.strings

12 lines
520 B
Plaintext
Raw Normal View History

2023-03-15 14:27:59 +01:00
// MARK: Network errors.
"global.error.notSuccessResponse" = "Server response: %@.";
"global.error.unknownError" = "Unexpected error.";
2023-04-08 16:34:18 +02:00
// Mark: Report errors.
"report.error.noSelfReports" = "Self-reporting is not allowed.";
"report.error.invalidObjectId" = "Incorrect object Id.";
"report.error.duplicate" = "The report has already been sent.";
"report.error.invalidParameters" = "Invalid report parameters.";
"report.error.invalidType" = "Invalid report type.";
"report.error.invalidObject" = "Invalid object type.";