Last active
April 14, 2020 13:10
-
-
Save martea/903f17e4811a1ecc47848f91ee9cb13b to your computer and use it in GitHub Desktop.
resx import contract, complex type or singlefile type
This file contains hidden or 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
[ { | |
"Key": "InvalidDate", | |
"Text": "Invalid date", | |
"DefaultText": "Invalid date" | |
}] |
This file contains hidden or 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
[ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Ogiltigt datum", | |
"DefaultText": "Invalid date" | |
} | |
] |
This file contains hidden or 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
{ | |
"en-GB": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Invalid date", | |
"DefaultText": "Invalid date" | |
} | |
], | |
"pl-PL": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Nieprawidłowa data", | |
"DefaultText": "Invalid date" | |
} | |
], | |
"sv-SE": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Ogiltigt datum", | |
"DefaultText": "Invalid date" | |
} | |
], | |
"fi-FI": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Väärä päivämäärä", | |
"DefaultText": "Invalid date" | |
} | |
], | |
"et-EE": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Vale kuupäev", | |
"DefaultText": "Invalid date" | |
} | |
], | |
"fr-FR": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Date invalide", | |
"DefaultText": "Invalid date" | |
} | |
], | |
"da-DK": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Ugyldig dato", | |
"DefaultText": "Invalid date" | |
} | |
], | |
"de-DE": [ | |
{ | |
"Key": "InvalidDate", | |
"Text": "Ungültiges Datum", | |
"DefaultText": "Invalid date" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment