generated from StanfordBDHG/SwiftPackageTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
266 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
{ | ||
"sourceLanguage" : "en", | ||
"strings" : { | ||
"DEFAULT_ERROR_DESCRIPTION" : { | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Ein unerwarteter Fehler ist aufgetreten!" | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Unexpected error occurred!" | ||
} | ||
} | ||
} | ||
}, | ||
"Enter your first name ..." : { | ||
"comment" : "Given name placeholder", | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Vornamen eingeben ..." | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Enter your first name ..." | ||
} | ||
} | ||
} | ||
}, | ||
"Enter your last name ..." : { | ||
"comment" : "Family name placeholder", | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Familienname eingeben ..." | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Enter your last name ..." | ||
} | ||
} | ||
} | ||
}, | ||
"Error" : { | ||
"comment" : "View State default error title", | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Fehler" | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Error" | ||
} | ||
} | ||
} | ||
}, | ||
"First Name" : { | ||
"comment" : "Given name title", | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Vorname" | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "First Name" | ||
} | ||
} | ||
} | ||
}, | ||
"Last Name" : { | ||
"comment" : "Family name title", | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Familienname" | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Last Name" | ||
} | ||
} | ||
} | ||
}, | ||
"MARKDOWN_LOADING_ERROR" : { | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Das Dokument konnte nicht geladen werden." | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Could not load and parse the document." | ||
} | ||
} | ||
} | ||
}, | ||
"MARKDOWN_LOADING_ERROR_FAILURE_REASON" : { | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Der Inhalt des Dokuments konnte nicht verarbeitet werden. Grund dessen ist ein invaliden Markdown Text." | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "The system wasn't able to parse the given markdown text, indicating an invalid markdown text." | ||
} | ||
} | ||
} | ||
}, | ||
"MARKDOWN_LOADING_ERROR_RECOVERY_SUGGESTION" : { | ||
"localizations" : { | ||
"de" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Bitte prüfen Sie den Inhalt des Markdown Dokuments." | ||
} | ||
}, | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Please check the content of the markdown text." | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"version" : "1.0" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.