Files
neta/docs/self-hosted-redesign/i18n-v2-phase-0/fixtures.json
T

54 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"schemaVersion": 1,
"instance": {
"defaultLocale": "tr",
"locales": [
{ "code": "tr", "status": "active", "fallbackLocale": null, "direction": "ltr" },
{ "code": "en", "status": "active", "fallbackLocale": "tr", "direction": "ltr" },
{ "code": "fr", "status": "draft", "fallbackLocale": "en", "direction": "ltr" },
{ "code": "ar", "status": "test", "fallbackLocale": "en", "direction": "rtl" }
]
},
"actors": {
"freelancerTr": { "role": "freelancer", "preference": "tr" },
"freelancerEn": { "role": "freelancer", "preference": "en" },
"clientAdminDefaultFr": {
"role": "client",
"preference": null,
"clientPortalLocale": "fr",
"expectedLocaleWhileFrIsDraft": "tr"
},
"clientPersonalEn": {
"role": "client",
"preference": "en",
"clientPortalLocale": "tr",
"expectedLocale": "en"
}
},
"content": {
"project": {
"id": "fixture-project",
"legacy": { "name": "Marka sitesi", "description": "Türkçe açıklama" },
"translations": {
"tr": { "name": "Marka sitesi", "description": "Türkçe açıklama" },
"en": { "name": "Brand website", "description": "English description" },
"fr": { "name": "Site de marque" }
}
},
"financeTransaction": {
"id": "fixture-finance",
"amountMinor": 125000,
"currency": "TRY",
"translations": {
"tr": { "category": "Yazılım", "description": "Proje ödemesi" },
"en": { "category": "Software", "description": "Project payment" }
}
}
},
"invitation": {
"locale": "en",
"expectedPublicAuthLocale": "tr",
"expectedInvitationLocale": "en"
}
}