Prepare IDE beta 6 with Turkish native dialogs and map errors
This commit is contained in:
@@ -97,5 +97,13 @@ export const EN_SURFACES = {
|
||||
permanentMemory: 'This memory is removed permanently.',
|
||||
timeline: 'Timeline scrubber',
|
||||
pause: 'Pause',
|
||||
playTimeline: 'Play timeline'
|
||||
playTimeline: 'Play timeline',
|
||||
mapErrors: {
|
||||
invalid: "That doesn't look like a map code.",
|
||||
short: 'Map code is too short to be valid.',
|
||||
corrupted: 'Map code looks corrupted (checksum mismatch).',
|
||||
malformed: 'Map code is malformed.',
|
||||
version: (actual: number, expected: number) => `Map code is version ${actual}; this build reads version ${expected}.`,
|
||||
unknown: 'Could not read that map code.'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user