@arcgis/coding-components
Version:
Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.
48 lines (47 loc) • 1.25 kB
TypeScript
/**
* Temporary strings for the Arcade Coding Assistant.
*
* These string were added after the code-freeze and thus are not yet localized.
*/
export declare const temporaryStrings: {
welcome: string;
beforeyougetstarted: string;
maybeincorrect: string;
pleasereadhelp: string;
proceed: string;
exit: string;
promptsuggestions: string;
promptsuggestion: string;
assistantresponses: string;
collapse: string;
thumbsup: string;
thumbsdown: string;
refine: string;
startover: string;
helptopic: string;
agreement: string;
esriprivacystatement: string;
supplement: string;
disclaimerpt2: string;
replaceineditor: string;
keepinmind: string;
beconsise: string;
avoidambiguity: string;
documentation: string;
useexamples: string;
moredetails: string;
seedocumentation: string;
assistantinformation: string;
profilecontextlabel: string;
layercontextlabel: string;
numlayers: string;
numlayersplural: string;
numlayerssingular: string;
responsecontext: string;
error: string;
copytoclipboard: string;
copyprompttoclipboard: string;
copiedsuccessfully: string;
helpful: string;
unhelpful: string;
};