|
1 | | -{ |
2 | | - "en": { |
3 | | - "temp_category_api": "API & Webhooks", |
4 | | - "temp_category_core": "Core", |
5 | | - "temp_category_dataProcessing": "Data Processing", |
6 | | - "HttpTrigger_description": "A function that will be run whenever it receives an HTTP request, responding based on data in the body or query string", |
7 | | - "BlobTrigger_description": "A function that will be run whenever a blob is added to a specified container", |
8 | | - "CosmosDBTrigger_description": "A function that will be run whenever documents change in a document collection", |
9 | | - "QueueTrigger_description": "A function that will be run whenever a message is added to a specified Azure Storage queue", |
10 | | - "TimerTrigger_description": "A function that will be run on a specified schedule", |
11 | | - "variables_storageConnStringLabel": "Storage account connection", |
12 | | - "variables_appSettingsHelp": "The name of the app setting containing your storage account connection string.", |
13 | | - "variables_selectConnection": "Click select to choose a connection", |
14 | | - "variables_parameterName": "The parameter name must be an alphanumeric string of any number of characters and cannot start with a number.", |
15 | | - "timerTrigger_displayName": "Timer", |
16 | | - "timerTrigger_name_help": "The name used to identify this trigger in your code", |
17 | | - "timerTrigger_name_label": "Timestamp parameter name", |
18 | | - "timerTrigger_schedule_help": "Enter a cron expression of the format '{second} {minute} {hour} {day} {month} {day of week}' to specify the schedule.", |
19 | | - "timerTrigger_schedule_label": "Schedule", |
20 | | - "queueTrigger_displayName": "Azure Queue Storage", |
21 | | - "queueTrigger_queueName_help": "Name of the queue from which the message will be read", |
22 | | - "queueTrigger_name_label": "Message parameter name", |
23 | | - "queueTrigger_queueName_errorText": "Queue name must start and end with a letter or number, and it can contain only lowercase letters, numbers, and the hyphen. The name must be 3 to 63 characters.", |
24 | | - "queueTrigger_name_help": "The name used to identify this trigger in your code", |
25 | | - "queueTrigger_queueName_label": "Queue name", |
26 | | - "blobTrigger_displayName": "Azure Blob Storage", |
27 | | - "blobTrigger_name_label": "Blob parameter name", |
28 | | - "blobTrigger_name_help": "The name used to identify this trigger in your code", |
29 | | - "blobTrigger_path_label": "Path", |
30 | | - "blobTrigger_path_help": "The path within your storage account that the trigger will monitor.", |
31 | | - "blobTrigger_path_errorText": "Your blob path must be a container name of 3 to 63 characters, followed by a blob name of 1 to 1,024 characters. The blob name can be any combination of characters and can contain a maximum of 254 path segments, which are separated by the forward slash (/).", |
32 | | - "httpTrigger_displayName": "HTTP", |
33 | | - "httpTrigger_name_label": "Request parameter name", |
34 | | - "httpTrigger_name_help": "The name used to identify this trigger in your code", |
35 | | - "httpTrigger_authLevel_label": "Authorization level", |
36 | | - "httpTrigger_authLevel_help": "Authorization level controls whether the function requires an API key and which key to use; Function uses a function key; Admin uses your master key. The function and master keys are found in the 'keys' management panel on the portal, when your function is selected. For user-based authentication, go to Function App Settings.", |
37 | | - "httpTrigger_methods_label": "Selected HTTP methods", |
38 | | - "httpTrigger_methods_help": "These are the only methods to which this function will respond.", |
39 | | - "httpTrigger_methodRule_label": "Allowed HTTP methods", |
40 | | - "httpTrigger_route_label": "Route template", |
41 | | - "httpTrigger_route_help": "The route template setting allows you to change the URI that triggers this function. The values should be a relative path. Path segments may be treated as parameters by surrounding them with curly braces. For example: customer/{customerId}", |
42 | | - "httpTrigger_methodRule_help": "HttpTrigger can respond to any HTTP method. If you wish to restrict support to specific methods, choose the 'Selected methods' option.", |
43 | | - "httpTrigger_mode_label": "Mode", |
44 | | - "httpTrigger_mode_help": "The mode of the trigger. \"Standard\" means that the request will be standard HTTP with no additional semantics. \"Webhook\" means that the request will be processed according to a specified webhook type.", |
45 | | - "cosmosDB_trigger_displayName": "Azure Cosmos DB", |
46 | | - "cosmosDBIn_collectionName_help": "Name of the collection to be monitored.", |
47 | | - "cosmosDBIn_collectionName_label": "Collection name", |
48 | | - "cosmosDBIn_connection_help": "The name of the App Setting containing the connection string to the service that contains the collection to be monitored.", |
49 | | - "cosmosDBIn_connection_label": "Cosmos DB account connection", |
50 | | - "cosmosDBIn_databaseName_help": "Name of the Cosmos DB database that includes the collection to be monitored.", |
51 | | - "cosmosDBIn_databaseName_label": "Database name", |
52 | | - "cosmosDBIn_leaseCollectionName_help": "Name of the collection to store the leases.", |
53 | | - "cosmosDBIn_leaseCollectionName_label": "Collection name for leases", |
54 | | - "cosmosDBIn_leaseDatabaseName_help": "Name of the database that includes the collection to store the leases.", |
55 | | - "cosmosDBIn_leaseDatabaseName_label": "Database name for leases", |
56 | | - "cosmosDBIn_name_help": "The name used to identify this binding in your code", |
57 | | - "cosmosDBIn_name_label": "Document collection parameter name", |
58 | | - "cosmosDBIn_createIfNotExists_help": "Checks for existence and automatically creates the leases collection.", |
59 | | - "cosmosDBIn_createIfNotExists_label": "Create lease collection if it does not exist" |
60 | | - } |
61 | | -} |
| 1 | +{"en":{"temp_category_api":"API & Webhooks","temp_category_core":"Core","temp_category_dataProcessing":"Data Processing","HttpTrigger_description":"A function that will be run whenever it receives an HTTP request, responding based on data in the body or query string","BlobTrigger_description":"A function that will be run whenever a blob is added to a specified container","CosmosDBTrigger_description":"A function that will be run whenever documents change in a document collection","QueueTrigger_description":"A function that will be run whenever a message is added to a specified Azure Storage queue","TimerTrigger_description":"A function that will be run on a specified schedule","variables_storageConnStringLabel":"Storage account connection","variables_appSettingsHelp":"The name of the app setting containing your storage account connection string.","variables_selectConnection":"Click select to choose a connection","variables_parameterName":"The parameter name must be an alphanumeric string of any number of characters and cannot start with a number.","timerTrigger_displayName":"Timer","timerTrigger_name_help":"The name used to identify this trigger in your code","timerTrigger_name_label":"Timestamp parameter name","timerTrigger_schedule_help":"Enter a cron expression of the format '{second} {minute} {hour} {day} {month} {day of week}' to specify the schedule.","timerTrigger_schedule_label":"Schedule","queueTrigger_displayName":"Azure Queue Storage","queueTrigger_queueName_help":"Name of the queue from which the message will be read","queueTrigger_name_label":"Message parameter name","queueTrigger_queueName_errorText":"Queue name must start and end with a letter or number, and it can contain only lowercase letters, numbers, and the hyphen. The name must be 3 to 63 characters.","queueTrigger_name_help":"The name used to identify this trigger in your code","queueTrigger_queueName_label":"Queue name","blobTrigger_displayName":"Azure Blob Storage","blobTrigger_name_label":"Blob parameter name","blobTrigger_name_help":"The name used to identify this trigger in your code","blobTrigger_path_label":"Path","blobTrigger_path_help":"The path within your storage account that the trigger will monitor.","blobTrigger_path_errorText":"Your blob path must be a container name of 3 to 63 characters, followed by a blob name of 1 to 1,024 characters. The blob name can be any combination of characters and can contain a maximum of 254 path segments, which are separated by the forward slash (/).","httpTrigger_displayName":"HTTP","httpTrigger_name_label":"Request parameter name","httpTrigger_name_help":"The name used to identify this trigger in your code","httpTrigger_authLevel_label":"Authorization level","httpTrigger_authLevel_help":"Authorization level controls whether the function requires an API key and which key to use; Function uses a function key; Admin uses your master key. The function and master keys are found in the 'keys' management panel on the portal, when your function is selected. For user-based authentication, go to Function App Settings.","httpTrigger_methods_label":"Selected HTTP methods","httpTrigger_methods_help":"These are the only methods to which this function will respond.","httpTrigger_methodRule_label":"Allowed HTTP methods","httpTrigger_route_label":"Route template","httpTrigger_route_help":"The route template setting allows you to change the URI that triggers this function. The values should be a relative path. Path segments may be treated as parameters by surrounding them with curly braces. For example: customer/{customerId}","httpTrigger_methodRule_help":"HttpTrigger can respond to any HTTP method. If you wish to restrict support to specific methods, choose the 'Selected methods' option.","httpTrigger_mode_label":"Mode","httpTrigger_mode_help":"The mode of the trigger. \"Standard\" means that the request will be standard HTTP with no additional semantics. \"Webhook\" means that the request will be processed according to a specified webhook type.","cosmosDB_trigger_displayName":"Azure Cosmos DB","cosmosDBIn_collectionName_help":"Name of the collection to be monitored.","cosmosDBIn_collectionName_label":"Collection name","cosmosDBIn_connection_help":"The name of the App Setting containing the connection string to the service that contains the collection to be monitored.","cosmosDBIn_connection_label":"Cosmos DB account connection","cosmosDBIn_databaseName_help":"Name of the Cosmos DB database that includes the collection to be monitored.","cosmosDBIn_databaseName_label":"Database name","cosmosDBIn_leaseCollectionName_help":"Name of the collection to store the leases.","cosmosDBIn_leaseCollectionName_label":"Collection name for leases","cosmosDBIn_leaseDatabaseName_help":"Name of the database that includes the collection to store the leases.","cosmosDBIn_leaseDatabaseName_label":"Database name for leases","cosmosDBIn_name_help":"The name used to identify this binding in your code","cosmosDBIn_name_label":"Document collection parameter name","cosmosDBIn_createIfNotExists_help":"Checks for existence and automatically creates the leases collection.","cosmosDBIn_createIfNotExists_label":"Create lease collection if it does not exist"}} |
0 commit comments