-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from microsoft/update_sovereign_manifests
edit file names of localization jsons in app manifests
- Loading branch information
Showing
12 changed files
with
130 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,13 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.Localization.schema.json", | ||
"_$schema.comment": "{locked} - do not translate", | ||
"name.short": "Inspection", | ||
"_name.short.comment": "{maxlength=30}", | ||
"name.full": "Inspection Power App", | ||
"_name.full.comment": "{maxlength=100}", | ||
"description.short": "Digitize inspection process for areas and assets", | ||
"_description.short.comment": "{maxlength=80}", | ||
"description.full": "Create customized checklist style inspections for areas and assets. Perform them digitally with the ability to take notes and pictures. Issues identified can have tasks created right from the app. Review long term trends on inspection results. Relevant in manufacturing, retail, healthcare, government, hospitality, transport etc. App can be easily extended with Microsoft Power Platform to meet your org's need.", | ||
"_description.full.comment": "{maxlength=4000}", | ||
"activities.activityTypes[0].description": "App Requires Parameters Activity", | ||
"_activities.activityTypes[0].description.comment": "{maxlength=128}", | ||
"activities.activityTypes[1].description": "Installation Success Activity", | ||
"_activities.activityTypes[1].description.comment": "{maxlength=128}", | ||
"activities.activityTypes[2].description": "Installation Failure Activity", | ||
"_activities.activityTypes[2].description.comment": "{maxlength=128}", | ||
"activities.activityTypes[0].templateText": "{actor} requires additional information.", | ||
"_activities.activityTypes[0].templateText.comment": "{maxlength=128}", | ||
"activities.activityTypes[1].templateText": "{actor} installed successfully.", | ||
"_activities.activityTypes[1].templateText.comment": "{maxlength=128}", | ||
"activities.activityTypes[2].templateText": "{actor} failed to install.", | ||
"_activities.activityTypes[2].templateText.comment": "{maxlength=128}" | ||
"activities.activityTypes[2].templateText": "{actor} failed to install." | ||
} |
Oops, something went wrong.