mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 22:07:48 +02:00
14 lines
456 B
JSON
14 lines
456 B
JSON
{
|
|
"program" : {
|
|
"URLTitle":"Vertaling met resourcestrings - URL API"
|
|
},
|
|
"mystrings": {
|
|
"Button":"Vertaal deze pagina",
|
|
"Header":"Vertaling met resourcestrings",
|
|
"Paragraph":"Deze tekst wordt vertaald.",
|
|
"TranslateDirect":"De directe API wordt gebruikt voor dit voorbeeld.",
|
|
"TranslateJSON":"Een JSON object wordt gebruikt voor dit voorbeeld.",
|
|
"TranslateURL":"Een URL wordt gebruikt voor dit voorbeeld."
|
|
}
|
|
}
|