diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 00000000..07a6e763 --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -0,0 +1,13 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file": "\\src\\Calculator\\WindowsDev_TemporaryKey.pfx", + "_justification": "This is an untrusted, self-signed certificate which is used only during development. Its private key is not intended to be secret." + }, + { + "file": "\\src\\CalculatorUnitTests\\WindowsDev_TemporaryKey.pfx", + "_justification": "This is an untrusted, self-signed certificate which is used only during development. Its private key is not intended to be secret." + } + ] +} diff --git a/.github/fabricbot.json b/.github/fabricbot.json deleted file mode 100644 index 20db2533..00000000 --- a/.github/fabricbot.json +++ /dev/null @@ -1,1550 +0,0 @@ -{ - "version": "1.0", - "tasks": [ - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "90dqm0PD7", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isInProject", - "parameters": { - "projectName": "Feature Tracking" - } - } - ] - }, - { - "operator": "or", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Enhancement" - } - }, - { - "name": "labelAdded", - "parameters": { - "label": "Enhancement" - } - } - ] - }, - { - "name": "isOpen", - "parameters": {} - } - ] - }, - "actions": [ - { - "name": "addToProject", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Pitch" - } - }, - { - "name": "addReactionToIssue", - "parameters": { - "reaction": "+1" - } - } - ], - "taskName": "Feature Request: new pitch created" - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "DEo03OM0n", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Enhancement" - } - }, - { - "name": "isInProject", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Pitch" - } - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "needs pitch review" - } - } - ] - }, - "taskName": "Feature Request: \"needs pitch review\" label added to pitch in \"Feature Tracking\" board", - "actions": [ - { - "name": "moveToProjectColumn", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Pitch (Needs Review)" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs more info" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "This pitch looks like it has everything it needs for review. In the meantime, we'll keep this idea open for discussion so the community has the chance to provide feedback. Check out our [New Feedback Process](https://github.com/Microsoft/calculator/blob/master/docs/NewFeatureProcess.md) for more info on the user-centered process we follow for new feature development." - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "J1uYC69hr", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Enhancement" - } - }, - { - "name": "isInProject", - "parameters": { - "projectName": "Feature Tracking" - } - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "needs more info" - } - } - ] - }, - "taskName": "Feature Pitch: \"needs more info\" label added to pitch in \"Feature Tracking\" board", - "actions": [ - { - "name": "moveToProjectColumn", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Pitch" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs pitch review" - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "EQ-12A2cG", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Enhancement" - } - }, - { - "name": "isInProject", - "parameters": { - "projectName": "Feature Tracking" - } - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "needs spec" - } - } - ] - }, - "taskName": "Feature Request: \"needs spec\" label added to pitch in \"Feature Tracking\" board", - "actions": [ - { - "name": "moveToProjectColumn", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Planning" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs pitch review" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "We reviewed the pitch and would love to explore this idea further! The pitch is a great start, but there are still some open questions. I am moving this issue into [planning](https://github.com/Microsoft/calculator/blob/master/docs/NewFeatureProcess.md#step-2-planning) to iron out some of those details and I created [calculator-specs/TBD](https://github.com/microsoft/calculator-specs/tree/TBD) to track progress. A human will follow up with some feedback on your pitch shortly. Keep in mind that not all ideas that make it into the planning phase are guaranteed to make it to release. For more information on next steps, check out our [spec workflow](https://github.com/Microsoft/calculator-specs#workflow)." - } - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "9xOafGaWd", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Enhancement" - } - }, - { - "name": "labelAdded", - "parameters": { - "label": "pitch declined" - } - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "operator": "or", - "operands": [ - { - "name": "isInProjectColumn", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Pitch (Needs Review)" - } - }, - { - "name": "isInProjectColumn", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Pitch" - } - } - ] - }, - { - "name": "isInProject", - "parameters": { - "projectName": "Feature Tracking" - } - } - ] - }, - "taskName": "Feature Request: \"pitch declined\" label added to pitch in \"Feature Tracking\" board", - "actions": [ - { - "name": "addReply", - "parameters": { - "comment": "Thanks again for submitting your idea! However, after reviewing this pitch more closely, we do not believe it is a great fit for the product at this time. Thank you for your contribution to Calculator!" - } - }, - { - "name": "removeFromProject", - "parameters": { - "projectName": "Feature Tracking", - "isOrgProject": false - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs pitch review" - } - }, - { - "name": "closeIssue", - "parameters": {} - } - ] - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "oZOHQYqIH", - "config": { - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "Enhancement" - } - }, - { - "name": "isInProjectColumn", - "parameters": { - "projectName": "Feature Tracking", - "columnName": "Planning" - } - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "labelAdded", - "parameters": { - "label": "needs spec review" - } - } - ] - }, - "taskName": "Feature Request: \"needs spec review\" label added to pitch in \"Feature Tracking\" board", - "actions": [ - { - "name": "moveToProjectColumn", - "parameters": { - "columnName": "Planning (Needs Review)", - "projectName": "Feature Tracking" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs spec" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "This feature is ready for spec review! We will leave Microsoft/calculator-specs# open for a little while to give the community the chance to review and provide feedback. Keep in mind that not all ideas that make it into spec review are guaranteed to make it to release. For more information on next steps, check out our [new feature process](https://github.com/Microsoft/calculator/blob/master/docs/NewFeatureProcess.md) and [spec workflow](https://github.com/Microsoft/calculator-specs#workflow)." - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "id": "tu0JwvC3X", - "config": { - "taskName": "Issues: Add \"no recent activity\" to non-approved issues that are not feature requests", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 1, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 2, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 3, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 4, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 5, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 6, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - } - ], - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "noLabel", - "parameters": { - "label": "approved" - } - }, - { - "name": "noLabel", - "parameters": { - "label": "triage approved" - } - }, - { - "name": "noLabel", - "parameters": { - "label": "Enhancement" - } - }, - { - "name": "noLabel", - "parameters": { - "label": "needs attention" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - } - ], - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "no recent activity" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "This issue has been automatically marked as stale because it has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**. Thank you for your contributions to Windows Calculator!" - } - } - ] - }, - "disabled": true - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssueCommentResponder", - "version": "1.0", - "id": "TsBGagZo7", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "no recent activity" - } - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issue_comment" - ], - "taskName": "Issues: Remove \"no recent activity\" when an issue is commented on", - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "no recent activity" - } - } - ] - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "id": "0e0TMuQWL", - "config": { - "frequency": [ - { - "weekDay": 0, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 1, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 2, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 3, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 4, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 5, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 6, - "hours": [ - 1, - 4, - 7, - 10, - 13, - 16, - 19, - 22 - ], - "timezoneOffset": -8 - } - ], - "taskName": "Issues: Close stale issues", - "searchTerms": [ - { - "name": "isIssue", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "no recent activity" - } - }, - { - "name": "noLabel", - "parameters": { - "label": "triage needed" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - }, - { - "name": "noLabel", - "parameters": { - "label": "investigate" - } - } - ], - "actions": [ - { - "name": "closeIssue", - "parameters": {} - } - ] - }, - "disabled": true - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "IssuesOnlyResponder", - "version": "1.0", - "id": "ybTVd5Fwj", - "config": { - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "closed" - } - } - ] - }, - "eventType": "issue", - "eventNames": [ - "issues", - "project_card" - ], - "taskName": "Issues: Clean up labels on closed issues", - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "needs pitch review" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs more info" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs spec" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "no recent activity" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "help wanted" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs spec review" - } - }, - { - "name": "removeLabel", - "parameters": { - "label": "needs spec" - } - } - ], - "dangerZone": { - "respondToBotActions": true, - "acceptRespondToBotActions": true - } - } - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestReviewResponder", - "version": "1.0", - "config": { - "taskName": "PR: Add \"needs author feedback\" label to PRs when changes are requested", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "submitted" - } - }, - { - "name": "isReviewState", - "parameters": { - "state": "changes_requested" - } - } - ] - }, - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "needs author feedback" - } - } - ], - "eventType": "pull_request", - "eventNames": [ - "pull_request_review" - ] - }, - "id": "nx2_P90Rj1", - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestResponder", - "version": "1.0", - "config": { - "taskName": "PR: Remove \"needs author feedback\" label when author responds to a PR", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "operator": "not", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "closed" - } - } - ] - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs author feedback" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "needs author feedback" - } - } - ], - "eventType": "pull_request", - "eventNames": [ - "pull_request", - "issues", - "project_card" - ] - }, - "id": "gZuiBhKkyR", - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestCommentResponder", - "version": "1.0", - "config": { - "taskName": "PR: Remove \"needs author feedback\" label when author comments on PR", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs author feedback" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "needs author feedback" - } - } - ], - "eventType": "pull_request", - "eventNames": [ - "issue_comment" - ] - }, - "id": "Glp85WqHJ5", - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestReviewResponder", - "version": "1.0", - "config": { - "taskName": "PR: Remove \"needs author feedback\" label when author responds to a PR review comment", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "isActivitySender", - "parameters": { - "user": { - "type": "author" - } - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs author feedback" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "needs author feedback" - } - } - ], - "eventType": "pull_request", - "eventNames": [ - "pull_request_review" - ] - }, - "id": "UUCiOR514E", - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestResponder", - "version": "1.0", - "config": { - "taskName": "PR: Remove \"no recent activity\" label from pull requests", - "conditions": { - "operator": "and", - "operands": [ - { - "operator": "not", - "operands": [ - { - "name": "isAction", - "parameters": { - "action": "closed" - } - } - ] - }, - { - "name": "hasLabel", - "parameters": { - "label": "no recent activity" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "no recent activity" - } - } - ], - "eventType": "pull_request", - "eventNames": [ - "pull_request", - "issues", - "project_card" - ] - }, - "id": "_YRyPxcA1h", - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestCommentResponder", - "version": "1.0", - "config": { - "taskName": "PR: Remove \"no recent activity\" label when a PR is commented on", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "no recent activity" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "no recent activity" - } - } - ], - "eventType": "pull_request", - "eventNames": [ - "issue_comment" - ] - }, - "id": "rEvX0VIqw9", - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "IssueResponder", - "subCapability": "PullRequestReviewResponder", - "version": "1.0", - "config": { - "taskName": "PR: Remove \"no recent activity\" label when a PR is reviewed", - "conditions": { - "operator": "and", - "operands": [ - { - "name": "hasLabel", - "parameters": { - "label": "no recent activity" - } - } - ] - }, - "actions": [ - { - "name": "removeLabel", - "parameters": { - "label": "no recent activity" - } - } - ], - "eventType": "pull_request", - "eventNames": [ - "pull_request_review" - ] - }, - "id": "hOTo334CMP", - "disabled": false - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "taskName": "PR: Close stale PRs", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 1, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 2, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 3, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 4, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 5, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 6, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - } - ], - "searchTerms": [ - { - "name": "isPr", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs author feedback" - } - }, - { - "name": "hasLabel", - "parameters": { - "label": "no recent activity" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - } - ], - "actions": [ - { - "name": "closeIssue", - "parameters": {} - } - ] - }, - "id": "ki5HqIKb5w", - "disabled": true - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "taskName": "PR: Add \"no recent activity\" label to PRs", - "frequency": [ - { - "weekDay": 0, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 1, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 2, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 3, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 4, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 5, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - }, - { - "weekDay": 6, - "hours": [ - 2, - 5, - 8, - 11, - 14, - 17, - 20, - 23 - ], - "timezoneOffset": -8 - } - ], - "searchTerms": [ - { - "name": "isPr", - "parameters": {} - }, - { - "name": "isOpen", - "parameters": {} - }, - { - "name": "hasLabel", - "parameters": { - "label": "needs author feedback" - } - }, - { - "name": "noActivitySince", - "parameters": { - "days": 7 - } - }, - { - "name": "noLabel", - "parameters": { - "label": "no recent activity" - } - } - ], - "actions": [ - { - "name": "addLabel", - "parameters": { - "label": "no recent activity" - } - }, - { - "name": "addReply", - "parameters": { - "comment": "This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. Thank you for your contributions to Windows Calculator!" - } - } - ] - }, - "id": "NuVE9uOkcA", - "disabled": false - }, - { - "taskType": "trigger", - "capabilityId": "AutoMerge", - "subCapability": "AutoMerge", - "version": "1.0", - "config": { - "taskName": "PR: Automatically merge PRs", - "label": "AutoMerge", - "silentMode": false, - "minMinutesOpen": 480, - "mergeType": "squash" - }, - "id": "6EONuAShR1", - "disabled": true - }, - { - "taskType": "trigger", - "capabilityId": "EmailCleanser", - "subCapability": "EmailCleanser", - "version": "1.0", - "id": "4XBi1jeNi", - "config": { - "taskName": "Email Reply Cleaner" - } - }, - { - "taskType": "scheduled", - "capabilityId": "ScheduledSearch", - "subCapability": "ScheduledSearch", - "version": "1.1", - "config": { - "frequency": [ - { - "weekDay": 0, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 1, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 2, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 3, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 4, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 5, - "hours": [ - 0, - 6, - 12, - 18 - ] - }, - { - "weekDay": 6, - "hours": [ - 0, - 6, - 12, - 18 - ] - } - ], - "searchTerms": [ - { - "name": "isClosed", - "parameters": {} - }, - { - "name": "noActivitySince", - "parameters": { - "days": 30 - } - }, - { - "name": "isUnlocked", - "parameters": {} - }, - { - "name": "isIssue", - "parameters": {} - } - ], - "taskName": "Lock issues closed without activity for over 30 days", - "actions": [ - { - "name": "lockIssue", - "parameters": { - "reason": "resolved" - } - } - ] - }, - "id": "53dIr53Wxp" - } - ], - "userGroups": [] -} diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml new file mode 100644 index 00000000..6704b646 --- /dev/null +++ b/.github/policies/resourceManagement.yml @@ -0,0 +1,135 @@ +id: +name: GitOps.PullRequestIssueManagement +description: GitOps.PullRequestIssueManagement primitive +owner: +resource: repository +disabled: false +where: +configuration: + resourceManagementConfiguration: + scheduledSearches: + - description: + frequencies: + - hourly: + hour: 3 + filters: + - isPullRequest + - isOpen + - hasLabel: + label: needs author feedback + - noActivitySince: + days: 7 + - isNotLabeledWith: + label: no recent activity + actions: + - addLabel: + label: no recent activity + - addReply: + reply: This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. Thank you for your contributions to Windows Calculator! + eventResponderTasks: + - if: + - payloadType: Issue_Comment + - hasLabel: + label: no recent activity + then: + - removeLabel: + label: no recent activity + description: + - if: + - payloadType: Issues + - isAction: + action: Closed + then: + - removeLabel: + label: needs pitch review + - removeLabel: + label: needs more info + - removeLabel: + label: needs spec + - removeLabel: + label: no recent activity + - removeLabel: + label: help wanted + - removeLabel: + label: needs spec review + - removeLabel: + label: needs spec + description: + triggerOnOwnActions: true + - if: + - payloadType: Pull_Request_Review + - isAction: + action: Submitted + - isReviewState: + reviewState: Changes_requested + then: + - addLabel: + label: needs author feedback + description: + - if: + - payloadType: Pull_Request + - isActivitySender: + issueAuthor: True + - not: + isAction: + action: Closed + - hasLabel: + label: needs author feedback + then: + - removeLabel: + label: needs author feedback + description: + - if: + - payloadType: Issue_Comment + - isActivitySender: + issueAuthor: True + - hasLabel: + label: needs author feedback + then: + - removeLabel: + label: needs author feedback + description: + - if: + - payloadType: Pull_Request_Review + - isActivitySender: + issueAuthor: True + - hasLabel: + label: needs author feedback + then: + - removeLabel: + label: needs author feedback + description: + - if: + - payloadType: Pull_Request + - not: + isAction: + action: Closed + - hasLabel: + label: no recent activity + then: + - removeLabel: + label: no recent activity + description: + - if: + - payloadType: Issue_Comment + - hasLabel: + label: no recent activity + then: + - removeLabel: + label: no recent activity + description: + - if: + - payloadType: Pull_Request_Review + - hasLabel: + label: no recent activity + then: + - removeLabel: + label: no recent activity + description: + - if: + - payloadType: Issue_Comment + then: + - cleanEmailReply + description: +onFailure: +onSuccess: diff --git a/build/pipelines/azure-pipelines.ci-internal.yaml b/build/pipelines/azure-pipelines.ci-internal.yaml index dcfbadaa..049ea488 100644 --- a/build/pipelines/azure-pipelines.ci-internal.yaml +++ b/build/pipelines/azure-pipelines.ci-internal.yaml @@ -12,47 +12,64 @@ pr: none name: 0.$(Date:yyMM).$(DayOfMonth)$(Rev:rr).0 -jobs: -- template: ./templates/build-single-architecture.yaml - parameters: - isReleaseBuild: true - useReleaseAppxManifest: false - platform: x64 +resources: + repositories: + - repository: 1esPipelines + type: git + name: 1ESPipelineTemplates/1ESPipelineTemplates + ref: refs/tags/release -- template: ./templates/build-single-architecture.yaml +extends: + template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines parameters: - isReleaseBuild: true - useReleaseAppxManifest: false - platform: x86 + pool: + name: EssentialExperiences-windows-2022 + image: MMSWindows2022-Secure + os: windows -- template: ./templates/build-single-architecture.yaml - parameters: - isReleaseBuild: true - useReleaseAppxManifest: false - platform: ARM + stages: + - stage: + jobs: + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + isReleaseBuild: true + useReleaseAppxManifest: false + platform: x64 -- template: ./templates/build-single-architecture.yaml - parameters: - isReleaseBuild: true - useReleaseAppxManifest: false - platform: ARM64 + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + isReleaseBuild: true + useReleaseAppxManifest: false + platform: x86 -- template: ./templates/run-ui-tests.yaml - parameters: - platform: x64 - runsettingsFileName: CalculatorUITests.ci-internal.runsettings + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + isReleaseBuild: true + useReleaseAppxManifest: false + platform: ARM -- template: ./templates/run-ui-tests.yaml - parameters: - platform: x86 - runsettingsFileName: CalculatorUITests.ci-internal.runsettings + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + isReleaseBuild: true + useReleaseAppxManifest: false + platform: ARM64 -- template: ./templates/run-unit-tests.yaml - parameters: - platform: x64 + - template: /build/pipelines/templates/run-ui-tests.yaml@self + parameters: + platform: x64 + runsettingsFileName: CalculatorUITests.ci-internal.runsettings -- template: ./templates/run-unit-tests.yaml - parameters: - platform: x86 + - template: /build/pipelines/templates/run-ui-tests.yaml@self + parameters: + platform: x86 + runsettingsFileName: CalculatorUITests.ci-internal.runsettings -- template: ./templates/package-msixbundle.yaml + - template: /build/pipelines/templates/run-unit-tests.yaml@self + parameters: + platform: x64 + + - template: /build/pipelines/templates/run-unit-tests.yaml@self + parameters: + platform: x86 + + - template: /build/pipelines/templates/package-msixbundle.yaml@self diff --git a/build/pipelines/azure-pipelines.ci.yaml b/build/pipelines/azure-pipelines.ci.yaml index db8d1849..542ab397 100644 --- a/build/pipelines/azure-pipelines.ci.yaml +++ b/build/pipelines/azure-pipelines.ci.yaml @@ -15,46 +15,63 @@ pr: name: 0.$(Date:yyMM).$(DayOfMonth)$(Rev:rr).0 -jobs: -- template: ./templates/build-single-architecture.yaml - parameters: - platform: x64 - isOSSBuild: true +resources: + repositories: + - repository: 1esPipelines + type: git + name: 1ESPipelineTemplates/1ESPipelineTemplates + ref: refs/tags/release -- template: ./templates/build-single-architecture.yaml +extends: + template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines parameters: - platform: x86 - isOSSBuild: true - condition: not(eq(variables['Build.Reason'], 'PullRequest')) + pool: + name: EssentialExperiencesOpenSource-windows-2022 + image: MMSWindows2022-Secure + os: windows -- template: ./templates/build-single-architecture.yaml - parameters: - platform: ARM - isOSSBuild: true - condition: not(eq(variables['Build.Reason'], 'PullRequest')) + sdl: + binskim: + enabled: false -- template: ./templates/build-single-architecture.yaml - parameters: - platform: ARM64 - isOSSBuild: true - condition: not(eq(variables['Build.Reason'], 'PullRequest')) + stages: + - stage: Calculator + jobs: + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: x64 + isOSSBuild: true -- template: ./templates/run-ui-tests.yaml - parameters: - platform: x64 - isOSSBuild: true - runsettingsFileName: CalculatorUITests.ci.runsettings + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: x86 + condition: not(eq(variables['Build.Reason'], 'PullRequest')) + isOSSBuild: true -- template: ./templates/run-unit-tests.yaml - parameters: - platform: x64 - isOSSBuild: true + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: ARM + condition: not(eq(variables['Build.Reason'], 'PullRequest')) + isOSSBuild: true -- template: ./templates/run-unit-tests.yaml - parameters: - platform: x86 - isOSSBuild: true + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: ARM64 + condition: not(eq(variables['Build.Reason'], 'PullRequest')) + isOSSBuild: true -- template: ./templates/package-msixbundle.yaml - parameters: - isOSSBuild: true + - template: /build/pipelines/templates/run-ui-tests.yaml@self + parameters: + platform: x64 + isOSSBuild: true + runsettingsFileName: CalculatorUITests.ci.runsettings + + - template: /build/pipelines/templates/run-unit-tests.yaml@self + parameters: + platform: x64 + + - template: /build/pipelines/templates/run-unit-tests.yaml@self + parameters: + platform: x86 + + - template: /build/pipelines/templates/package-msixbundle.yaml@self diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 54121b18..b1627bb3 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -9,62 +9,79 @@ pr: none variables: versionMajor: 11 - versionMinor: 2305 + versionMinor: 2311 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)' -jobs: -- template: ./templates/build-single-architecture.yaml - parameters: - platform: x64 - isReleaseBuild: true - useReleaseAppxmanifest: true +resources: + repositories: + - repository: 1esPipelines + type: git + name: 1ESPipelineTemplates/1ESPipelineTemplates + ref: refs/tags/release -- template: ./templates/build-single-architecture.yaml +extends: + template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines parameters: - platform: x86 - isReleaseBuild: true - useReleaseAppxmanifest: true - condition: not(eq(variables['Build.Reason'], 'PullRequest')) + pool: + name: EssentialExperiences-windows-2022 + image: MMSWindows2022-Secure + os: windows -- template: ./templates/build-single-architecture.yaml - parameters: - platform: ARM - isReleaseBuild: true - useReleaseAppxmanifest: true - condition: not(eq(variables['Build.Reason'], 'PullRequest')) + stages: + - stage: Calculator + jobs: + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: x64 + isReleaseBuild: true + useReleaseAppxmanifest: true -- template: ./templates/build-single-architecture.yaml - parameters: - platform: ARM64 - isReleaseBuild: true - useReleaseAppxmanifest: true - condition: not(eq(variables['Build.Reason'], 'PullRequest')) + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: x86 + isReleaseBuild: true + useReleaseAppxmanifest: true + condition: not(eq(variables['Build.Reason'], 'PullRequest')) -- template: ./templates/run-ui-tests.yaml - parameters: - platform: x64 - runsettingsFileName: CalculatorUITests.release.runsettings + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: ARM + isReleaseBuild: true + useReleaseAppxmanifest: true + condition: not(eq(variables['Build.Reason'], 'PullRequest')) -- template: ./templates/run-ui-tests.yaml - parameters: - platform: x86 - runsettingsFileName: CalculatorUITests.release.runsettings + - template: /build/pipelines/templates/build-single-architecture.yaml@self + parameters: + platform: ARM64 + isReleaseBuild: true + useReleaseAppxmanifest: true + condition: not(eq(variables['Build.Reason'], 'PullRequest')) -- template: ./templates/run-unit-tests.yaml - parameters: - platform: x64 + - template: /build/pipelines/templates/run-ui-tests.yaml@self + parameters: + platform: x64 + runsettingsFileName: CalculatorUITests.release.runsettings -- template: ./templates/run-unit-tests.yaml - parameters: - platform: x86 + - template: /build/pipelines/templates/run-ui-tests.yaml@self + parameters: + platform: x86 + runsettingsFileName: CalculatorUITests.release.runsettings -- template: ./templates/package-msixbundle.yaml - parameters: - signBundle: true - createStoreBrokerPackages: true + - template: /build/pipelines/templates/run-unit-tests.yaml@self + parameters: + platform: x64 -- template: ./templates/release-store.yaml -- template: ./templates/release-vpack.yaml + - template: /build/pipelines/templates/run-unit-tests.yaml@self + parameters: + platform: x86 + + - template: /build/pipelines/templates/package-msixbundle.yaml@self + parameters: + signBundle: true + createStoreBrokerPackages: true + + - template: /build/pipelines/templates/release-store.yaml@self + - template: /build/pipelines/templates/release-vpack.yaml@self diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index faddea26..e425000a 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -11,11 +11,6 @@ jobs: - job: Build${{ parameters.platform }} displayName: Build ${{ parameters.platform }} condition: ${{ parameters.condition }} - pool: - ${{ if eq(parameters.isOSSBuild, true) }}: - name: EssentialExperiencesOpenSource-windows-2022 - ${{ if eq(parameters.isOSSBuild, false) }}: - name: EssentialExperiences-windows-2022 variables: BuildConfiguration: Release BuildPlatform: ${{ parameters.platform }} @@ -33,10 +28,25 @@ jobs: ManifestFileName: 'Package.appxmanifest' ${{ if eq(parameters.useReleaseAppxManifest, true) }}: ManifestFileName: 'Package.Release.appxmanifest' + templateContext: + sdl: + binskim: + analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\binskim\**\* + + outputs: + - output: pipelineArtifact + displayName: Publish drop artifact + targetPath: $(Build.BinariesDirectory)\$(BuildConfiguration)\${{ parameters.platform }} + artifactName: drop-${{ parameters.platform }} + steps: - checkout: self fetchDepth: 1 + - ${{ if eq(parameters.isOSSBuild, true) }}: + - task: nuget-security-analysis@0 + displayName: Secure Supply Chain Analysis + - ${{ if eq(parameters.isReleaseBuild, true) }}: - task: UniversalPackages@0 displayName: Download internals package @@ -75,30 +85,6 @@ jobs: maximumCpuCount: true - ${{ if eq(parameters.isReleaseBuild, true) }}: - - task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0 - displayName: 'Generate Software Bill of Material(SBoM)' - inputs: - BuildDropPath: $(Build.BinariesDirectory)\$(BuildConfiguration)\$(BuildPlatform)\Calculator - PackageName: 'Microsoft.WindowsCalculator' - PackageVersion: $(Build.BuildNumber) - - - task: PublishBuildArtifacts@1 - displayName: Publish drop artifact - inputs: - artifactName: drop - pathToPublish: $(Build.BinariesDirectory) - parallel: true - - - ${{ if eq(parameters.isReleaseBuild, true) }}: - - task: PublishSymbols@2 - displayName: Publish symbols - inputs: - symbolsFolder: $(Build.BinariesDirectory)\$(BuildConfiguration)\$(BuildPlatform) - searchPattern: '**/*.pdb' - symbolServerType: teamServices - treatNotIndexedAsWarning: true - symbolsArtifactName: $(System.teamProject)/$(Build.BuildNumber)_$(BuildPlatform)$(BuildConfiguration) - - task: CopyFiles@2 displayName: Copy Files for BinSkim analysis inputs: @@ -110,7 +96,8 @@ jobs: # - WebView2Loader.dll # - Microsoft.Web.WebView2.Core.dll Contents: | - **\* + **\*.dll + **\*.exe !**\clrcompression.dll !**\WebView2Loader.dll !**\Microsoft.Web.WebView2.Core.dll @@ -120,24 +107,15 @@ jobs: flattenFolders: false analyzeTarget: '$(Agent.BuildDirectory)\binskim\*' - - task: securedevelopmentteam.vss-secure-development-tools.build-task-binskim.BinSkim@3 - displayName: Run BinSkim + - task: PublishSymbols@2 + displayName: Publish symbols inputs: - inputType: Basic - analyzeTarget: '$(Agent.BuildDirectory)\binskim\*' - analyzeVerbose: true - analyzeHashes: true - continueOnError: true + symbolsFolder: $(Build.BinariesDirectory)\$(BuildConfiguration)\$(BuildPlatform) + searchPattern: '**/*.pdb' + symbolServerType: teamServices + treatNotIndexedAsWarning: true - task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1 displayName: Run PoliCheck inputs: targetType: F - - - task: securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@2 - displayName: Publish security analysis logs - - - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 - displayName: Detect open source components - inputs: - sourceScanPath: $(Agent.BuildDirectory) diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index 0ca7509e..4bc2fe30 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -3,7 +3,6 @@ # this job also signs the bundle and creates StoreBroker packages. parameters: - isOSSBuild: false signBundle: false createStoreBrokerPackages: false @@ -22,24 +21,67 @@ jobs: in(dependencies.BuildARM.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues', 'Skipped') ) - pool: - ${{ if eq(parameters.isOSSBuild, true) }}: - name: EssentialExperiencesOpenSource-windows-2022 - ${{ if eq(parameters.isOSSBuild, false) }}: - name: EssentialExperiences-windows-2022 variables: skipComponentGovernanceDetection: true StoreBrokerMediaRootPath: $(TEMP)\SBMedia StoreBrokerPackagePath: $(Build.ArtifactStagingDirectory)\storeBrokerPayload + PackageX86: $[in(dependencies.Buildx86.result, 'Succeeded', 'SucceededWithIssues')] + PackageX64: $[in(dependencies.Buildx64.result, 'Succeeded', 'SucceededWithIssues')] + PackageARM: $[in(dependencies.BuildARM.result, 'Succeeded', 'SucceededWithIssues')] + PackageARM64: $[in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues')] + templateContext: + outputs: + - ${{ if eq(parameters.signBundle, false) }}: + - output: pipelineArtifact + displayName: Publish MsixBundle artifact + targetPath: $(Build.ArtifactStagingDirectory)\msixBundle + artifactName: msixBundle + - ${{ else }}: + - output: pipelineArtifact + displayName: Publish MsixBundleSigned artifact + targetPath: $(Build.ArtifactStagingDirectory)\msixBundle + artifactName: msixBundleSigned + - ${{ if eq(parameters.createStoreBrokerPackages, true) }}: + - output: pipelineArtifact + displayName: Publish StoreBroker Payload artifact + targetPath: $(StoreBrokerPackagePath) + artifactName: storeBrokerPayload + steps: - checkout: self fetchDepth: 1 - - task: DownloadBuildArtifacts@0 - displayName: Download all .msix artifacts + - task: DownloadPipelineArtifact@2 + displayName: Download all .msix artifacts (x86) + condition: and(succeeded(), eq(variables.PackageX86, 'true')) inputs: - artifactName: drop + artifactName: drop-x86 itemPattern: '**/*.msix' + targetPath: $(Build.ArtifactStagingDirectory)\drop\x86 + + - task: DownloadPipelineArtifact@2 + displayName: Download all .msix artifacts (x64) + condition: and(succeeded(), eq(variables.PackageX64, 'true')) + inputs: + artifactName: drop-x64 + itemPattern: '**/*.msix' + targetPath: $(Build.ArtifactStagingDirectory)\drop\x64 + + - task: DownloadPipelineArtifact@2 + displayName: Download all .msix artifacts (ARM) + condition: and(succeeded(), eq(variables.PackageARM, 'true')) + inputs: + artifactName: drop-ARM + itemPattern: '**/*.msix' + targetPath: $(Build.ArtifactStagingDirectory)\drop\ARM + + - task: DownloadPipelineArtifact@2 + displayName: Download all .msix artifacts (ARM64) + condition: and(succeeded(), eq(variables.PackageARM64, 'true')) + inputs: + artifactName: drop-ARM64 + itemPattern: '**/*.msix' + targetPath: $(Build.ArtifactStagingDirectory)\drop\ARM64 - ${{ if eq(parameters.createStoreBrokerPackages, true) }}: - task: UniversalPackages@0 @@ -55,7 +97,7 @@ jobs: displayName: Generate MsixBundle mapping inputs: filePath: $(Build.SourcesDirectory)\build\scripts\CreateMsixBundleMapping.ps1 - arguments: '-InputPath $(Build.ArtifactStagingDirectory)\drop\Release -ProjectName Calculator -OutputFile $(Build.BinariesDirectory)\MsixBundleMapping.txt' + arguments: '-InputPath $(Build.ArtifactStagingDirectory)\drop -ProjectName Calculator -OutputFile $(Build.BinariesDirectory)\MsixBundleMapping.txt' - powershell: | $buildVersion = [version]$Env:BUILDVERSION @@ -74,12 +116,6 @@ jobs: contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle targetFolder: $(Build.ArtifactStagingDirectory)\msixBundle - - task: PublishBuildArtifacts@1 - displayName: Publish MsixBundle artifact - inputs: - artifactName: msixBundle - pathToPublish: $(Build.ArtifactStagingDirectory)\msixBundle - - ${{ if eq(parameters.signBundle, true) }}: - task: EsrpCodeSigning@2 displayName: Send msixbundle to code signing service @@ -114,11 +150,6 @@ jobs: "ToolVersion": "1.0" } ] - - task: PublishBuildArtifacts@1 - displayName: Publish MsixBundleSigned artifact - inputs: - pathtoPublish: $(Build.ArtifactStagingDirectory)\msixBundle - artifactName: msixBundleSigned - ${{ if eq(parameters.createStoreBrokerPackages, true) }}: - powershell: | @@ -152,9 +183,3 @@ jobs: pdpMediaPath: $(StoreBrokerMediaRootPath) outSBPackagePath: $(StoreBrokerPackagePath) outSBName: SBCalculator - - - task: PublishBuildArtifacts@1 - displayName: Publish StoreBroker Payload artifact - inputs: - pathtoPublish: $(StoreBrokerPackagePath) - artifactName: storeBrokerPayload diff --git a/build/pipelines/templates/release-store.yaml b/build/pipelines/templates/release-store.yaml index 551662ca..f8e3e245 100644 --- a/build/pipelines/templates/release-store.yaml +++ b/build/pipelines/templates/release-store.yaml @@ -3,11 +3,9 @@ jobs: - job: ReleaseStore dependsOn: Package - pool: - name: EssentialExperiences-windows-2022 variables: skipComponentGovernanceDetection: true - StoreBrokerPackagePath: $(Build.ArtifactStagingDirectory)\storeBrokerPayload + StoreBrokerPackagePath: $(Pipeline.Workspace)\storeBrokerPayload StoreBrokerLogPath: $(StoreBrokerPackagePath)\StoreBroker.log FlightId: 161f0975-cb5f-475b-8ef6-26383c37621f AppId: 9WZDNCRFHVN5 @@ -15,10 +13,9 @@ jobs: steps: - checkout: none - - task: DownloadBuildArtifacts@0 + - download: current displayName: Download storeBrokerPayload artifact - inputs: - artifactName: storeBrokerPayload + artifact: storeBrokerPayload - task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@2 displayName: Flight StoreBroker Payload to team ring diff --git a/build/pipelines/templates/release-vpack.yaml b/build/pipelines/templates/release-vpack.yaml index 2de88a81..d5ed3b83 100644 --- a/build/pipelines/templates/release-vpack.yaml +++ b/build/pipelines/templates/release-vpack.yaml @@ -4,39 +4,38 @@ jobs: - job: ReleaseVPack dependsOn: Package - pool: - name: EssentialExperiences-windows-2022 variables: skipComponentGovernanceDetection: true + templateContext: + outputs: + - output: pipelineArtifact + displayName: Publish vpack\app artifact with vpack manifest + targetPath: $(XES_VPACKMANIFESTDIRECTORY)\$(XES_VPACKMANIFESTNAME) + artifactName: vpackManifest + sbomEnabled: false + steps: - checkout: none - - task: DownloadBuildArtifacts@0 + - download: current displayName: Download msixBundleSigned artifact - inputs: - artifactName: msixBundleSigned + artifact: msixBundleSigned - task: CopyFiles@2 displayName: Copy signed MsixBundle to vpack staging folder inputs: - sourceFolder: $(Build.ArtifactStagingDirectory)\msixBundleSigned + sourceFolder: $(Pipeline.Workspace)\msixBundleSigned contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle - targetFolder: $(Build.ArtifactStagingDirectory)\vpack\msixBundle + targetFolder: $(Pipeline.Workspace)\vpack\msixBundle - task: PkgESVPack@12 displayName: Create and push vpack for app env: SYSTEM_ACCESSTOKEN: $(System.AccessToken) inputs: - sourceDirectory: $(Build.ArtifactStagingDirectory)\vpack\msixBundle + sourceDirectory: $(Pipeline.Workspace)\vpack\msixBundle description: VPack for the Calculator Application pushPkgName: calculator.app version: $(versionMajor).$(versionMinor).$(versionBuild) owner: paxeeapps provData: true - - - task: PublishBuildArtifacts@1 - displayName: Publish vpack\app artifact with vpack manifest - inputs: - pathtoPublish: $(XES_VPACKMANIFESTDIRECTORY)\$(XES_VPACKMANIFESTNAME) - artifactName: vpackManifest diff --git a/build/pipelines/templates/run-ui-tests.yaml b/build/pipelines/templates/run-ui-tests.yaml index 960fb134..231eaef4 100644 --- a/build/pipelines/templates/run-ui-tests.yaml +++ b/build/pipelines/templates/run-ui-tests.yaml @@ -17,6 +17,8 @@ jobs: name: EssentialExperiences-Win11 variables: skipComponentGovernanceDetection: true + DropName: drop-${{ parameters.platform }} + steps: - checkout: self fetchDepth: 1 @@ -33,32 +35,29 @@ jobs: width: 1920 height: 1080 - - task: DownloadBuildArtifacts@0 + - download: current displayName: Download MsixBundle and CalculatorUITests - inputs: - artifactName: drop - itemPattern: | - drop/Release/${{ parameters.platform }}/Calculator/AppPackages/** - drop/Release/${{ parameters.platform }}/publish/** + artifact: $(DropName) + patterns: | + Calculator/AppPackages/** + publish/** - task: PowerShell@2 displayName: Install certificate inputs: - filePath: $(Build.ArtifactStagingDirectory)/drop/Release/${{ parameters.platform }}/Calculator/AppPackages/Calculator_$(Build.BuildNumber)_Test/Add-AppDevPackage.ps1 - arguments: -CertificatePath $(Build.ArtifactStagingDirectory)/drop/Release/${{ parameters.platform }}/Calculator/AppPackages/Calculator_$(Build.BuildNumber)_Test/Calculator_$(Build.BuildNumber)_${{ parameters.platform }}.cer -Force + filePath: $(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_$(Build.BuildNumber)_Test/Add-AppDevPackage.ps1 + arguments: -CertificatePath $(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_$(Build.BuildNumber)_Test/Calculator_$(Build.BuildNumber)_${{ parameters.platform }}.cer -Force - task: PowerShell@2 displayName: Install app inputs: - filePath: $(Build.ArtifactStagingDirectory)/drop/Release/${{ parameters.platform }}/Calculator/AppPackages/Calculator_$(Build.BuildNumber)_Test/Add-AppDevPackage.ps1 + filePath: $(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_$(Build.BuildNumber)_Test/Add-AppDevPackage.ps1 arguments: -Force - task: VSTest@2 displayName: Run CalculatorUITests inputs: - testAssemblyVer2: $(Build.ArtifactStagingDirectory)/drop/Release/${{ parameters.platform }}/publish/CalculatorUITests.dll - runSettingsFile: $(Build.ArtifactStagingDirectory)/drop/Release/${{ parameters.platform }}/publish/${{ parameters.runsettingsFileName }} + testAssemblyVer2: $(Pipeline.Workspace)/$(DropName)/publish/CalculatorUITests.dll + runSettingsFile: $(Pipeline.Workspace)/$(DropName)/publish/${{ parameters.runsettingsFileName }} platform: ${{ parameters.platform }} configuration: Release - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - testFiltercriteria: Priority=0 diff --git a/build/pipelines/templates/run-unit-tests.yaml b/build/pipelines/templates/run-unit-tests.yaml index 6411e243..a6503f9c 100644 --- a/build/pipelines/templates/run-unit-tests.yaml +++ b/build/pipelines/templates/run-unit-tests.yaml @@ -1,7 +1,6 @@ # This template contains jobs to run unit tests. parameters: - isOSSBuild: false platform: '' runsettingsFileName: '' @@ -10,30 +9,25 @@ jobs: displayName: UnitTests ${{ parameters.platform }} dependsOn: Build${{ parameters.platform }} condition: succeeded() - pool: - ${{ if eq(parameters.isOSSBuild, true) }}: - name: EssentialExperiencesOpenSource-windows-2022 - ${{ if eq(parameters.isOSSBuild, false) }}: - name: EssentialExperiences-windows-2022 variables: skipComponentGovernanceDetection: true + UnitTestsDir: $(Pipeline.Workspace)\drop-${{ parameters.platform }}\CalculatorUnitTests\AppPackages\CalculatorUnitTests_Test steps: - checkout: none - - task: DownloadBuildArtifacts@0 + - download: current displayName: Download CalculatorUnitTests - inputs: - artifactName: drop - itemPattern: drop/Release/${{ parameters.platform }}/CalculatorUnitTests/AppPackages/CalculatorUnitTests_Test/** + artifact: drop-${{ parameters.platform }} + patterns: '**/CalculatorUnitTests_Test/**' - task: PowerShell@2 displayName: Install Certificate inputs: - filePath: $(Build.ArtifactStagingDirectory)\drop\Release\${{ parameters.platform }}\CalculatorUnitTests\AppPackages\CalculatorUnitTests_Test\Add-AppDevPackage.ps1 - arguments: -CertificatePath $(Build.ArtifactStagingDirectory)\drop\Release\${{ parameters.platform }}\CalculatorUnitTests\AppPackages\CalculatorUnitTests_Test\CalculatorUnitTests.cer -Force + filePath: $(UnitTestsDir)\Add-AppDevPackage.ps1 + arguments: -CertificatePath $(UnitTestsDir)\CalculatorUnitTests.cer -Force - task: VSTest@2 displayName: Run CalculatorUnitTests inputs: - testAssemblyVer2: $(Build.ArtifactStagingDirectory)\drop\Release\${{ parameters.platform }}\CalculatorUnitTests\AppPackages\CalculatorUnitTests_Test\CalculatorUnitTests.msix - otherConsoleOptions: /Platform:${{ parameters.platform }} \ No newline at end of file + testAssemblyVer2: $(UnitTestsDir)\CalculatorUnitTests.msix + otherConsoleOptions: /Platform:${{ parameters.platform }} diff --git a/nuget.config b/nuget.config index 0b8604f4..ca8e03c6 100644 --- a/nuget.config +++ b/nuget.config @@ -3,7 +3,6 @@ - diff --git a/src/CalcManager/CalcManager.vcxproj b/src/CalcManager/CalcManager.vcxproj index 42df6f7d..21505fea 100644 --- a/src/CalcManager/CalcManager.vcxproj +++ b/src/CalcManager/CalcManager.vcxproj @@ -344,6 +344,9 @@ + + + \ No newline at end of file diff --git a/src/CalcManager/CalcManager.vcxproj.filters b/src/CalcManager/CalcManager.vcxproj.filters index ad7670a0..c49c36ab 100644 --- a/src/CalcManager/CalcManager.vcxproj.filters +++ b/src/CalcManager/CalcManager.vcxproj.filters @@ -162,4 +162,9 @@ + + + RatPack + + \ No newline at end of file diff --git a/src/CalcManager/ratpak.natvis b/src/CalcManager/ratpak.natvis new file mode 100644 index 00000000..50145d5c --- /dev/null +++ b/src/CalcManager/ratpak.natvis @@ -0,0 +1,16 @@ + + + + + sign + exp + + cdigit + mant + + + + + {*pp}/{*pq} + + diff --git a/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp b/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp index c0b3690a..9a9787c2 100644 --- a/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp +++ b/src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp @@ -107,6 +107,14 @@ CurrencyDataLoader::CurrencyDataLoader(_In_ unique_ptr clie if (GlobalizationPreferences::Languages->Size > 0) { m_responseLanguage = GlobalizationPreferences::Languages->GetAt(0); + + // Workaround for Simplified Chinese localization issue of currency API. + std::wstring_view responseLanguage(m_responseLanguage->Data(), m_responseLanguage->Length()); + std::match_results match; + if (std::regex_match(responseLanguage.cbegin(), responseLanguage.cend(), match, std::wregex(L"zh-hans-[a-z]+", std::regex_constants::icase))) + { + m_responseLanguage = L"zh-CN"; + } } else { diff --git a/src/CalcViewModel/DataLoaders/UnitConverterDataConstants.h b/src/CalcViewModel/DataLoaders/UnitConverterDataConstants.h index 33c94d62..057b6da0 100644 --- a/src/CalcViewModel/DataLoaders/UnitConverterDataConstants.h +++ b/src/CalcViewModel/DataLoaders/UnitConverterDataConstants.h @@ -165,7 +165,8 @@ namespace CalculatorApp Data_Zetabytes = UnitStart + 164, Area_Pyeong = UnitStart + 165, Energy_Kilowatthour = UnitStart + 166, - UnitEnd = Energy_Kilowatthour + Data_Nibble = UnitStart + 167, + UnitEnd = Data_Nibble }; } } diff --git a/src/CalcViewModel/DataLoaders/UnitConverterDataLoader.cpp b/src/CalcViewModel/DataLoaders/UnitConverterDataLoader.cpp index 9cb0e811..844dd3fe 100644 --- a/src/CalcViewModel/DataLoaders/UnitConverterDataLoader.cpp +++ b/src/CalcViewModel/DataLoaders/UnitConverterDataLoader.cpp @@ -250,81 +250,83 @@ void UnitConverterDataLoader::GetUnits(_In_ unordered_map - - 0.0.16 + + 8.0.230823-rc 6.2.14 diff --git a/src/Calculator/Resources/af-ZA/Resources.resw b/src/Calculator/Resources/af-ZA/Resources.resw index 70a34f82..470ece3f 100644 --- a/src/Calculator/Resources/af-ZA/Resources.resw +++ b/src/Calculator/Resources/af-ZA/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-ure + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minute A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Voorkoms Subtitle of appearance setting on Settings page - + Toepassingtema Title of App theme expander - + Kies watter toepassingtema om te vertoon Description of App theme expander @@ -4162,8 +4178,4 @@ Instellingsbladsy Announcement used when Settings page is opened - - Toepassingtema-instelling - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/am-ET/Resources.resw b/src/Calculator/Resources/am-ET/Resources.resw index 98b4f369..5e5bf5da 100644 --- a/src/Calculator/Resources/am-ET/Resources.resw +++ b/src/Calculator/Resources/am-ET/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + ኪዋሰ + An abbreviation for a measurement unit of electricity consumption + An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ጁውል A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + ኪሎዋት-ሰዓቶች + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ኬልቪን An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ ደቂቃዎች A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + ኒብል + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ናኖሜትር A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ ገጽታ Subtitle of appearance setting on Settings page - + የመተግበሪያ ፈትለ ነገር Title of App theme expander - + የትኛው የመተግበሪያ ፈትለ ነገር ለእይታ እንደሚቀርብ ይምረጡ Description of App theme expander @@ -4162,8 +4178,4 @@ የክንውን አውዶች ገጽ Announcement used when Settings page is opened - - የመተግበሪያ ገጽታ ቅንብር - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ar-SA/Resources.resw b/src/Calculator/Resources/ar-SA/Resources.resw index b08f731c..0e918ff4 100644 --- a/src/Calculator/Resources/ar-SA/Resources.resw +++ b/src/Calculator/Resources/ar-SA/Resources.resw @@ -1385,6 +1385,10 @@ جول An abbreviation for a measurement unit of energy + + كيلوواط ساعة + An abbreviation for a measurement unit of electricity consumption + كلفن An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + نايبل + An abbreviation for a measurement unit of data + باي An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ جول A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + كيلو واط/ساعة + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + كلفن An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ دقيقة A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + نايبل + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + نانومتر A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ المظهر Subtitle of appearance setting on Settings page - + نسق التطبيق Title of App theme expander - + تحديد نسق التطبيق المطلوب عرضه Description of App theme expander @@ -4162,8 +4178,4 @@ صفحة الإعدادات Announcement used when Settings page is opened - - إعداد نسق التطبيق - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/az-Latn-AZ/Resources.resw b/src/Calculator/Resources/az-Latn-AZ/Resources.resw index b71efb9f..1ba2e6da 100644 --- a/src/Calculator/Resources/az-Latn-AZ/Resources.resw +++ b/src/Calculator/Resources/az-Latn-AZ/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kVs + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Coul A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovat-saat + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Dəqiqə A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometr A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Görünüş Subtitle of appearance setting on Settings page - + Proqramın mövzusu Title of App theme expander - + Göstəriləcək proqramın mövzusunu seçin Description of App theme expander @@ -4162,8 +4178,4 @@ Parametrlər səhifəsi Announcement used when Settings page is opened - - Proqram mövzusu parametri - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/bg-BG/Resources.resw b/src/Calculator/Resources/bg-BG/Resources.resw index 8554ffc4..43d6717c 100644 --- a/src/Calculator/Resources/bg-BG/Resources.resw +++ b/src/Calculator/Resources/bg-BG/Resources.resw @@ -1385,6 +1385,10 @@ джаула An abbreviation for a measurement unit of energy + + КВт/ч + An abbreviation for a measurement unit of electricity consumption + келвина An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ МиБ An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Пи An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ джаула A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Киловат-часа + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Келвина An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ минути A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + гризане + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Нанометра A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Облик Subtitle of appearance setting on Settings page - + Тема на приложението Title of App theme expander - + Изберете коя тема на приложение да се показва Description of App theme expander @@ -4162,8 +4178,4 @@ Страница с настройки Announcement used when Settings page is opened - - Настройка на тема на приложение - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ca-ES/Resources.resw b/src/Calculator/Resources/ca-ES/Resources.resw index 3a2dd527..c5d3fc0c 100644 --- a/src/Calculator/Resources/ca-ES/Resources.resw +++ b/src/Calculator/Resources/ca-ES/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Quilowatts-hora + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuts A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanòmetres A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Aparença Subtitle of appearance setting on Settings page - + Tema de l'aplicació Title of App theme expander - + Selecciona el tema de l'aplicació vols que es mostri. Description of App theme expander @@ -4162,8 +4178,4 @@ Pàgina de configuració Announcement used when Settings page is opened - - Configuració del tema de l'aplicació - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/cs-CZ/Resources.resw b/src/Calculator/Resources/cs-CZ/Resources.resw index 2b1d1648..f6fb03ac 100644 --- a/src/Calculator/Resources/cs-CZ/Resources.resw +++ b/src/Calculator/Resources/cs-CZ/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ joulů A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatthodiny + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + kelvinů An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ minut A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + nanometrů A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Vzhled Subtitle of appearance setting on Settings page - + Motiv aplikace Title of App theme expander - + Vyberte motiv aplikace, který se má zobrazit. Description of App theme expander @@ -4162,8 +4178,4 @@ Stránka Nastavení Announcement used when Settings page is opened - - Nastavení motivu aplikace - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/da-DK/Resources.resw b/src/Calculator/Resources/da-DK/Resources.resw index cc516988..37a9727a 100644 --- a/src/Calculator/Resources/da-DK/Resources.resw +++ b/src/Calculator/Resources/da-DK/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatttimer + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutter A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Udseende Subtitle of appearance setting on Settings page - + App tema Title of App theme expander - + Vælg, hvilket apptema der skal vises Description of App theme expander @@ -4162,8 +4178,4 @@ Siden Indstillinger Announcement used when Settings page is opened - - Indstilling for apptema - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/de-DE/Resources.resw b/src/Calculator/Resources/de-DE/Resources.resw index 6793db0c..b24e5102 100644 --- a/src/Calculator/Resources/de-DE/Resources.resw +++ b/src/Calculator/Resources/de-DE/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + Nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowattstunden + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuten A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Darstellung Subtitle of appearance setting on Settings page - + App-Design Title of App theme expander - + Auswählen des anzuzeigenden App-Designs Description of App theme expander @@ -4162,8 +4178,4 @@ Seite „Einstellungen“ Announcement used when Settings page is opened - - App-Designeinstellung - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/el-GR/Resources.resw b/src/Calculator/Resources/el-GR/Resources.resw index 9f4801ea..d986908e 100644 --- a/src/Calculator/Resources/el-GR/Resources.resw +++ b/src/Calculator/Resources/el-GR/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Τζάουλ A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Κιλοβατώρες + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Κέλβιν An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Λεπτά A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Νανόμετρα A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Εμφάνιση Subtitle of appearance setting on Settings page - + Θέμα εφαρμογής Title of App theme expander - + Επιλέξτε το θέμα εφαρμογής που θα εμφανίζεται Description of App theme expander @@ -4162,8 +4178,4 @@ Σελίδα ρυθμίσεων Announcement used when Settings page is opened - - Ρύθμιση θέματος εφαρμογής - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/en-GB/Resources.resw b/src/Calculator/Resources/en-GB/Resources.resw index 7584a041..92751816 100644 --- a/src/Calculator/Resources/en-GB/Resources.resw +++ b/src/Calculator/Resources/en-GB/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-hours + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutes A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometres A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Appearance Subtitle of appearance setting on Settings page - + App theme Title of App theme expander - + Select which app theme to display Description of App theme expander @@ -4162,8 +4178,4 @@ Settings page Announcement used when Settings page is opened - - App theme setting - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/en-US/Resources.resw b/src/Calculator/Resources/en-US/Resources.resw index 5b994de9..5dbd92b0 100644 --- a/src/Calculator/Resources/en-US/Resources.resw +++ b/src/Calculator/Resources/en-US/Resources.resw @@ -1965,6 +1965,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -2229,6 +2233,10 @@ Minutes A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometers A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4742,8 +4750,4 @@ Settings page Announcement used when Settings page is opened - - App theme setting - Screen reader prompt for the App theme Setting radio buttons group - diff --git a/src/Calculator/Resources/es-ES/Resources.resw b/src/Calculator/Resources/es-ES/Resources.resw index 78f59601..31008739 100644 --- a/src/Calculator/Resources/es-ES/Resources.resw +++ b/src/Calculator/Resources/es-ES/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Julios A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilobyte-horas + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutos A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Cuarteto + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanómetros A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Apariencia Subtitle of appearance setting on Settings page - + Tema de la aplicación Title of App theme expander - + Seleccionar el tema de la aplicación que se va a mostrar Description of App theme expander @@ -4162,8 +4178,4 @@ Página de configuración Announcement used when Settings page is opened - - Configuración del tema de la aplicación - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/es-MX/Resources.resw b/src/Calculator/Resources/es-MX/Resources.resw index b0713270..50fdcf0f 100644 --- a/src/Calculator/Resources/es-MX/Resources.resw +++ b/src/Calculator/Resources/es-MX/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilobyte-horas + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutos A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Cuarteto + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanómetros A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -3623,7 +3639,7 @@ Error that occurs during graphing when a } is missing. - "i" e "I" no se pueden usar como nombres de variables + Tanto "i", como "I", no se pueden usar como nombres de variables Error that occurs during graphing when i or I is used. @@ -4023,7 +4039,7 @@ Graph settings option to set graph to light theme - Hacer coincidir con el tema de la aplicación + Coincidir con el tema de la aplicación Graph settings option to set graph to match the app theme @@ -4134,11 +4150,11 @@ Apariencia Subtitle of appearance setting on Settings page - + Tema de la aplicación Title of App theme expander - + Seleccionar el tema de la aplicación para mostrar Description of App theme expander @@ -4162,8 +4178,4 @@ Página de configuración Announcement used when Settings page is opened - - Configuración del tema de la aplicación - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/et-EE/Resources.resw b/src/Calculator/Resources/et-EE/Resources.resw index 52d2a06c..86de9bfc 100644 --- a/src/Calculator/Resources/et-EE/Resources.resw +++ b/src/Calculator/Resources/et-EE/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pii An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ džauli A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovatt-tunnid + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + kelvinit An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ minutit A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Näks(i) + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + nanomeetrit A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Välimus Subtitle of appearance setting on Settings page - + Rakenduse kujundus Title of App theme expander - + Valige kuvatav rakenduse kujundus Description of App theme expander @@ -4162,8 +4178,4 @@ Sätete leht Announcement used when Settings page is opened - - Rakenduse kujunduse säte - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/eu-ES/Resources.resw b/src/Calculator/Resources/eu-ES/Resources.resw index a2fe3239..763bd136 100644 --- a/src/Calculator/Resources/eu-ES/Resources.resw +++ b/src/Calculator/Resources/eu-ES/Resources.resw @@ -1386,6 +1386,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1574,6 +1578,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1750,6 +1758,10 @@ joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-orduak + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1834,6 +1846,10 @@ minutu A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + nanometro A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4135,11 +4151,11 @@ Itxura Subtitle of appearance setting on Settings page - + Aplikazioaren gaia Title of App theme expander - + Hautatu bistaratu beharreko aplikazioaren gaia Description of App theme expander @@ -4163,8 +4179,4 @@ Ezarpenen orria Announcement used when Settings page is opened - - Aplikazio-gaiaren ezarpenak - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/fa-IR/Resources.resw b/src/Calculator/Resources/fa-IR/Resources.resw index 9adcc072..a94aab96 100644 --- a/src/Calculator/Resources/fa-IR/Resources.resw +++ b/src/Calculator/Resources/fa-IR/Resources.resw @@ -1385,6 +1385,10 @@ ژول An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + کلوین An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ مبی‌بایت An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + پبی‌بیت An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ژول A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + کیلووات ساعت + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + کلوین An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ دقیقه A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + نیبل + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + نانومتر A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ ظاهر Subtitle of appearance setting on Settings page - + طرح زمینه برنامه Title of App theme expander - + انتخاب کنید کدام طرح زمینه برنامه نمایش داده شود Description of App theme expander @@ -4162,8 +4178,4 @@ صفحه تنظیمات Announcement used when Settings page is opened - - تنظیمات طرح زمینه برنامه - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/fi-FI/Resources.resw b/src/Calculator/Resources/fi-FI/Resources.resw index f14a3f5d..52632c54 100644 --- a/src/Calculator/Resources/fi-FI/Resources.resw +++ b/src/Calculator/Resources/fi-FI/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pii An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ joulea A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + kilowattituntia + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ minuuttia A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Puolitavu + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometrit A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Ulkoasu Subtitle of appearance setting on Settings page - + Sovelluksen teema Title of App theme expander - + Valitse näytettävä sovelluksen teema Description of App theme expander @@ -4162,8 +4178,4 @@ Asetussivu Announcement used when Settings page is opened - - Sovelluksen teeman asetus - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/fil-PH/Resources.resw b/src/Calculator/Resources/fil-PH/Resources.resw index dfd67941..244d2e92 100644 --- a/src/Calculator/Resources/fil-PH/Resources.resw +++ b/src/Calculator/Resources/fil-PH/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ (na) Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-hours + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuto A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Appearance Subtitle of appearance setting on Settings page - + Tema ng app Title of App theme expander - + Piliin kung aling tema ng app ang ipapakita Description of App theme expander @@ -4162,8 +4178,4 @@ Pahina ng nga setting Announcement used when Settings page is opened - - Setting ng tema ng app - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/fr-CA/Resources.resw b/src/Calculator/Resources/fr-CA/Resources.resw index 7e1d951b..62f91dd4 100644 --- a/src/Calculator/Resources/fr-CA/Resources.resw +++ b/src/Calculator/Resources/fr-CA/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ Mio An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowattheures + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutes A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Quartet + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanomètres A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,12 +4150,12 @@ Apparence Subtitle of appearance setting on Settings page - + Thème d’application Title of App theme expander - - Sélectionner le thème d’application à afficher + + Sélectionner le thème de l’appli Description of App theme expander @@ -4162,8 +4178,4 @@ Page Paramètres Announcement used when Settings page is opened - - Paramètre du thème d’application - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/fr-FR/Resources.resw b/src/Calculator/Resources/fr-FR/Resources.resw index 827dd3d2..9fea7cfc 100644 --- a/src/Calculator/Resources/fr-FR/Resources.resw +++ b/src/Calculator/Resources/fr-FR/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ Mio An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-hours + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutes A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Quartet + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanomètres A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,12 +4150,12 @@ Apparence Subtitle of appearance setting on Settings page - + Thème d’application Title of App theme expander - - Sélectionner le thème d’application à afficher + + Sélectionner le thème de l’application Description of App theme expander @@ -4162,8 +4178,4 @@ Page Paramètres Announcement used when Settings page is opened - - Paramètre du thème d’application - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/gl-ES/Resources.resw b/src/Calculator/Resources/gl-ES/Resources.resw index f54e051c..d6958d99 100644 --- a/src/Calculator/Resources/gl-ES/Resources.resw +++ b/src/Calculator/Resources/gl-ES/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Quilowatt-hora + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutos A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Mordida + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanómetros A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Aspecto Subtitle of appearance setting on Settings page - + Tema da aplicación Title of App theme expander - + Seleccionar que tema da aplicación se vai mostrar Description of App theme expander @@ -4162,8 +4178,4 @@ Páxina de configuración Announcement used when Settings page is opened - - Configuración de tema da aplicación - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/he-IL/Resources.resw b/src/Calculator/Resources/he-IL/Resources.resw index f620aa98..7e05b40c 100644 --- a/src/Calculator/Resources/he-IL/Resources.resw +++ b/src/Calculator/Resources/he-IL/Resources.resw @@ -1385,6 +1385,10 @@ ג'אול An abbreviation for a measurement unit of energy + + קוט"ש + An abbreviation for a measurement unit of electricity consumption + קלווין An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ג'אולים A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + קילו-ואט לשעה + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + קלווין An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ דקות A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + חצי בייט + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ננומטרים A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ מראה Subtitle of appearance setting on Settings page - + ערכת הנושא של האפליקציה Title of App theme expander - + בחר איזו ערכת נושא של אפליקציה תוצג Description of App theme expander @@ -4162,8 +4178,4 @@ דף ההגדרות Announcement used when Settings page is opened - - הגדרת ערכת נושא של אפליקציה - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/hi-IN/Resources.resw b/src/Calculator/Resources/hi-IN/Resources.resw index 9a432b1b..ba0d1269 100644 --- a/src/Calculator/Resources/hi-IN/Resources.resw +++ b/src/Calculator/Resources/hi-IN/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + पाई An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ जूल A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + किलोवाट-घंटे + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + केल्विन An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ मिनट A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + कुतरना / कुतरें + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + नैनोमीटर A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ प्रकटन Subtitle of appearance setting on Settings page - + ऐप थीम Title of App theme expander - + जो ऐप थीम प्रदर्शित करनी है, वह चुनें Description of App theme expander @@ -4162,8 +4178,4 @@ सेटिंग्स पृष्ठ Announcement used when Settings page is opened - - ऐप थीम सेटिंग - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/hr-HR/Resources.resw b/src/Calculator/Resources/hr-HR/Resources.resw index f461a35d..012c61c7 100644 --- a/src/Calculator/Resources/hr-HR/Resources.resw +++ b/src/Calculator/Resources/hr-HR/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Džula A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovatsati + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuta A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometara A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Izgled Subtitle of appearance setting on Settings page - + Tema aplikacije Title of App theme expander - + Odaberite temu aplikacije koja će se prikazati Description of App theme expander @@ -4162,8 +4178,4 @@ Stranica postavki Announcement used when Settings page is opened - - Postavka teme aplikacije - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/hu-HU/Resources.resw b/src/Calculator/Resources/hu-HU/Resources.resw index 774eea15..c46e92a3 100644 --- a/src/Calculator/Resources/hu-HU/Resources.resw +++ b/src/Calculator/Resources/hu-HU/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + falat + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowattóra + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ perc A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Falat + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + nanométer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2318,7 +2334,7 @@ {Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits) - Ha tudni szeretné, hogy miként működhet a Windows Számológép számára, nézze meg a projektet %HL%GitHub%HL%. + Ha tudni szeretné, hogy miként működhet közre a Windows Számológép számára, nézze meg a projektet a %HL%GitHub%HL% szolgáltatásban. {Locked="%HL%GitHub%HL%"}. GitHub link, Displayed on the About panel @@ -3464,7 +3480,7 @@ Title for KeyGraphFeatures Minima Property - Monotonicitás + Monotonitás Title for KeyGraphFeatures Monotonicity Property @@ -4134,11 +4150,11 @@ Megjelenés Subtitle of appearance setting on Settings page - + Alkalmazástéma Title of App theme expander - + Válassza ki a megjelenítendő alkalmazástémát Description of App theme expander @@ -4162,8 +4178,4 @@ Beállítások lap Announcement used when Settings page is opened - - Alkalmazástéma beállítása - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/id-ID/Resources.resw b/src/Calculator/Resources/id-ID/Resources.resw index 12833152..cda7b648 100644 --- a/src/Calculator/Resources/id-ID/Resources.resw +++ b/src/Calculator/Resources/id-ID/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-jam + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Menit A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Tampilan Subtitle of appearance setting on Settings page - + Tema aplikasi Title of App theme expander - + Pilih tema aplikasi yang akan ditampilkan Description of App theme expander @@ -4162,8 +4178,4 @@ Halaman pengaturan Announcement used when Settings page is opened - - Pengaturan tema aplikasi - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/is-IS/Resources.resw b/src/Calculator/Resources/is-IS/Resources.resw index 49fb9ee3..3b62eed3 100644 --- a/src/Calculator/Resources/is-IS/Resources.resw +++ b/src/Calculator/Resources/is-IS/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Júl A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kílóvatt-klukkustundir + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Mínútur A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nart + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanómetrar A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Útlit Subtitle of appearance setting on Settings page - + Þema forrits Title of App theme expander - + Velja hvaða forritaþema á að birta Description of App theme expander @@ -4162,8 +4178,4 @@ Stillingarsíða Announcement used when Settings page is opened - - Þemastilling forrits - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/it-IT/Resources.resw b/src/Calculator/Resources/it-IT/Resources.resw index cc488c2a..de6488e3 100644 --- a/src/Calculator/Resources/it-IT/Resources.resw +++ b/src/Calculator/Resources/it-IT/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi greco An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Chilowattora + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuti A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometri A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Aspetto Subtitle of appearance setting on Settings page - + Tema dell'app Title of App theme expander - + Seleziona il tema dell'app da mostrare Description of App theme expander @@ -4162,8 +4178,4 @@ Pagina Impostazioni Announcement used when Settings page is opened - - Impostazione tema app - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ja-JP/Resources.resw b/src/Calculator/Resources/ja-JP/Resources.resw index d676ce13..8323a5ae 100644 --- a/src/Calculator/Resources/ja-JP/Resources.resw +++ b/src/Calculator/Resources/ja-JP/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + パイ An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ジュール A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + キロワット時間 + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ケルビン An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + ひとかじり + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ナノメートル A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ 外観 Subtitle of appearance setting on Settings page - + アプリ テーマ Title of App theme expander - + 表示するアプリ テーマを選択します Description of App theme expander @@ -4162,8 +4178,4 @@ 設定ページ Announcement used when Settings page is opened - - アプリのテーマの設定 - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/kk-KZ/Resources.resw b/src/Calculator/Resources/kk-KZ/Resources.resw index a333b6c6..79b4d702 100644 --- a/src/Calculator/Resources/kk-KZ/Resources.resw +++ b/src/Calculator/Resources/kk-KZ/Resources.resw @@ -1385,6 +1385,10 @@ Дж An abbreviation for a measurement unit of energy + + кВтсағ + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ МиБ An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Пи An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Джоуль A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Киловатт-сағат + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Кельвин An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Минут A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Жарты байт + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Нанометр A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Көрініс Subtitle of appearance setting on Settings page - + Бағдарлама тақырыбы Title of App theme expander - + Көрсетілетін бағдарлама тақырыбын таңдау Description of App theme expander @@ -4162,8 +4178,4 @@ Параметрлер беті Announcement used when Settings page is opened - - Бағдарлама тақырыбының параметрі - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/km-KH/Resources.resw b/src/Calculator/Resources/km-KH/Resources.resw index 15df42fb..0d5d1efa 100644 --- a/src/Calculator/Resources/km-KH/Resources.resw +++ b/src/Calculator/Resources/km-KH/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + គីឡូវ៉ាត់ក្នុងមួយម៉ោង + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ស៊ូល A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + គីឡូវ៉ាត់ម៉ោង + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + កាវវិន An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ នាទី A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + នីបប៊ល + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ណាណូម៉ែត្រ A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ រូបរាង Subtitle of appearance setting on Settings page - + គំរូរចនាកម្មវិធី Title of App theme expander - + ជ្រើសរើសគំរូរចនាកម្មវិធីណាមួយ ដើម្បីបង្ហាញ Description of App theme expander @@ -4162,8 +4178,4 @@ ទំព័រការកំណត់ Announcement used when Settings page is opened - - ការកំណត់រចនាប័ទ្មកម្មវិធី - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/kn-IN/Resources.resw b/src/Calculator/Resources/kn-IN/Resources.resw index e8f5eb49..b7a14460 100644 --- a/src/Calculator/Resources/kn-IN/Resources.resw +++ b/src/Calculator/Resources/kn-IN/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ಜೌಲ್‍ಗಳು A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + ಕಿಲೋವ್ಯಾಟ್-ಸಮಯ + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ಕೆಲ್ವಿನ್ An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ ನಿಮಿಷಗಳು A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + ನಿಬ್ಬಲ್ + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ನ್ಯಾನೋಮೀಟರ್‌‍ಗಳು A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ ನೋಟ Subtitle of appearance setting on Settings page - + ಅಪ್ಲಿ ಥೀಮ್ Title of App theme expander - + ಯಾವ ಅಪ್ಲಿ ಥೀಮ್ ಪ್ರದರ್ಶಿಸಬೇಕೆಂದು ಆಯ್ಕೆಮಾಡಿ Description of App theme expander @@ -4162,8 +4178,4 @@ ಸೆಟ್ಟಿಂಗ್‌ಗಳ ಪುಟ Announcement used when Settings page is opened - - ಅಪ್ಲಿ ಥೀಮ್ ಸೆಟ್ಟಿಂಗ್ - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ko-KR/Resources.resw b/src/Calculator/Resources/ko-KR/Resources.resw index ad0e5e3b..43690b9f 100644 --- a/src/Calculator/Resources/ko-KR/Resources.resw +++ b/src/Calculator/Resources/ko-KR/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + 파이 An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + 킬로와트시 + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + 절대 온도 An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + 니블 + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + 나노미터 A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2198,11 +2214,11 @@ A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - + 제트 A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - + 제트 A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ 모양 Subtitle of appearance setting on Settings page - + 앱 테마 Title of App theme expander - + 표시할 앱 테마 선택 Description of App theme expander @@ -4162,8 +4178,4 @@ 설정 페이지 Announcement used when Settings page is opened - - 앱 테마 설정 - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/lo-LA/Resources.resw b/src/Calculator/Resources/lo-LA/Resources.resw index f0dbf234..96d1a6b8 100644 --- a/src/Calculator/Resources/lo-LA/Resources.resw +++ b/src/Calculator/Resources/lo-LA/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ຈູນ A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + ກິໂລວັດ-ຊົ່ວໂມງ + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ເຄລວິນ An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ ນາທີ A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + ເລັມ + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + ນາໂນແມັດ A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ ຮູບພາຍນອກ Subtitle of appearance setting on Settings page - + ຮູບແບບສີສັນແອັບ Title of App theme expander - + ເລືອກເທມຂອງແອັບເພື່ອສະແດງຜົນ Description of App theme expander @@ -4162,8 +4178,4 @@ ຕັ້ງຄ່າໜ້າ Announcement used when Settings page is opened - - ການຕັ້ງຄ່າຊຸດຮູບແບບແອັບ - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/lt-LT/Resources.resw b/src/Calculator/Resources/lt-LT/Resources.resw index 732edd0d..04062026 100644 --- a/src/Calculator/Resources/lt-LT/Resources.resw +++ b/src/Calculator/Resources/lt-LT/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + kąsn. + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Džauliai A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovatvalandės + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvinas An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutės A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kąsnelis + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometrai A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Išvaizda Subtitle of appearance setting on Settings page - + Programėlės tema Title of App theme expander - + Pasirinkite, kurią programėlės temą rodyti Description of App theme expander @@ -4162,8 +4178,4 @@ Parametrų puslapis Announcement used when Settings page is opened - - Programos temos parametras - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/lv-LV/Resources.resw b/src/Calculator/Resources/lv-LV/Resources.resw index 548e2422..93833563 100644 --- a/src/Calculator/Resources/lv-LV/Resources.resw +++ b/src/Calculator/Resources/lv-LV/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl (Jaunbl) + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Džouli A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovatstundas + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvini An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minūtes A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Pusbaits + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometri A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Izskats Subtitle of appearance setting on Settings page - + Programmas dizains Title of App theme expander - + Atlasiet, kuru programmas dizainu rādīt Description of App theme expander @@ -4162,8 +4178,4 @@ Iestatījumu lapa Announcement used when Settings page is opened - - Programmu dizaina iestatījums - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/mk-MK/Resources.resw b/src/Calculator/Resources/mk-MK/Resources.resw index 848e0c37..43a386cc 100644 --- a/src/Calculator/Resources/mk-MK/Resources.resw +++ b/src/Calculator/Resources/mk-MK/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ МиБ An abbreviation for a measurement unit of data + + нибли + An abbreviation for a measurement unit of data + Пи An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Џули A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Киловат-часови + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Келвин An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Минути A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Нибли + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Нанометри A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Изглед Subtitle of appearance setting on Settings page - + Тема на апликацијата Title of App theme expander - + Изберете која тема на апликацијата да се прикажува Description of App theme expander @@ -4162,8 +4178,4 @@ Страницата со параметри Announcement used when Settings page is opened - - Параметри за темата на апликацијата - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ml-IN/Resources.resw b/src/Calculator/Resources/ml-IN/Resources.resw index a354f649..a54d47b7 100644 --- a/src/Calculator/Resources/ml-IN/Resources.resw +++ b/src/Calculator/Resources/ml-IN/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ജൂൾസ് A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + കിലോവാട്ട്-മണിക്കൂർ + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + താപമാത്ര An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ മിനിറ്റ് A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + നിബിൾ + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + നാനോമീറ്ററുകൾ A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ പ്രത്യക്ഷത Subtitle of appearance setting on Settings page - + ആപ്പ് തീം Title of App theme expander - + ഏത് ആപ്പ് തീം പ്രദർശിപ്പിക്കണമെന്ന് തിരഞ്ഞെടുക്കുക Description of App theme expander @@ -4162,8 +4178,4 @@ സജ്ജീകരണ പേജ് Announcement used when Settings page is opened - - ആപ് തീം ക്രമീകരണം - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ms-MY/Resources.resw b/src/Calculator/Resources/ms-MY/Resources.resw index 1a30f7f5..98f601ea 100644 --- a/src/Calculator/Resources/ms-MY/Resources.resw +++ b/src/Calculator/Resources/ms-MY/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWj + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-jam + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minit A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Menggigit + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Penampilan Subtitle of appearance setting on Settings page - + Tema aplikasi Title of App theme expander - + Pilih tema aplikasi untuk dipaparkan Description of App theme expander @@ -4162,8 +4178,4 @@ Halaman tetapan Announcement used when Settings page is opened - - Tetapan tema aplikasi - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/nb-NO/Resources.resw b/src/Calculator/Resources/nb-NO/Resources.resw index b2609ac5..0bfd1254 100644 --- a/src/Calculator/Resources/nb-NO/Resources.resw +++ b/src/Calculator/Resources/nb-NO/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-hours + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ minutter A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibbel + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -1926,7 +1942,7 @@ An abbreviation for a measurement unit of Angle - Minibank + atm An abbreviation for a measurement unit of Pressure @@ -4134,11 +4150,11 @@ Utseende Subtitle of appearance setting on Settings page - + App-tema Title of App theme expander - + Velg hvilket app-tema som skal vises Description of App theme expander @@ -4162,8 +4178,4 @@ Innstillingssiden Announcement used when Settings page is opened - - Innstilling for apptema - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/nl-NL/Resources.resw b/src/Calculator/Resources/nl-NL/Resources.resw index 23a7ef64..83bdcd7f 100644 --- a/src/Calculator/Resources/nl-NL/Resources.resw +++ b/src/Calculator/Resources/nl-NL/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-uren + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuten A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Uiterlijk Subtitle of appearance setting on Settings page - + App-thema Title of App theme expander - + Selecteer welk app-thema moet worden weergegeven Description of App theme expander @@ -4162,8 +4178,4 @@ Instellingenpagina Announcement used when Settings page is opened - - Instelling voor app-thema - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/pl-PL/Resources.resw b/src/Calculator/Resources/pl-PL/Resources.resw index a54d8976..26374b80 100644 --- a/src/Calculator/Resources/pl-PL/Resources.resw +++ b/src/Calculator/Resources/pl-PL/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Dżule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatogodzin + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelwiny An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuty A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Półbajt + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometry A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Wygląd Subtitle of appearance setting on Settings page - + Motyw aplikacji Title of App theme expander - + Wybierz motyw aplikacji do wyświetlenia Description of App theme expander @@ -4162,8 +4178,4 @@ Strona ustawień Announcement used when Settings page is opened - - Ustawienie motywu aplikacji - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/pt-BR/Resources.resw b/src/Calculator/Resources/pt-BR/Resources.resw index dbec647e..7f3d092f 100644 --- a/src/Calculator/Resources/pt-BR/Resources.resw +++ b/src/Calculator/Resources/pt-BR/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Quilowatt por hora + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutos A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanômetros A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Aparência Subtitle of appearance setting on Settings page - + Tema do aplicativo Title of App theme expander - + Selecionar o tema do aplicativo a ser exibido Description of App theme expander @@ -4162,8 +4178,4 @@ Página de configurações Announcement used when Settings page is opened - - Configuração do tema do aplicativo - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/pt-PT/Resources.resw b/src/Calculator/Resources/pt-PT/Resources.resw index b7f6c61d..49b3a6df 100644 --- a/src/Calculator/Resources/pt-PT/Resources.resw +++ b/src/Calculator/Resources/pt-PT/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-horas + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minutos A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanómetros A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Aspeto Subtitle of appearance setting on Settings page - + Tema da aplicação Title of App theme expander - + Selecionar o tema da aplicação a apresentar Description of App theme expander @@ -4162,8 +4178,4 @@ Página Definições Announcement used when Settings page is opened - - Definição do tema da Aplicação - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ro-RO/Resources.resw b/src/Calculator/Resources/ro-RO/Resources.resw index c3e2698f..d4e183fc 100644 --- a/src/Calculator/Resources/ro-RO/Resources.resw +++ b/src/Calculator/Resources/ro-RO/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Jouli A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-ore + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minute A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometri A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Aspect Subtitle of appearance setting on Settings page - + Temă aplicație Title of App theme expander - + Selectați ce temă de aplicație să afișați Description of App theme expander @@ -4162,8 +4178,4 @@ Pagina de setări Announcement used when Settings page is opened - - Setare temă aplicație - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ru-RU/Resources.resw b/src/Calculator/Resources/ru-RU/Resources.resw index 298129b7..cf4113fa 100644 --- a/src/Calculator/Resources/ru-RU/Resources.resw +++ b/src/Calculator/Resources/ru-RU/Resources.resw @@ -1385,6 +1385,10 @@ Дж An abbreviation for a measurement unit of energy + + кВтч + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ МиБ An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Пи An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ джоулей A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Киловатт-часы + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + шкала Кельвина An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ минут A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Полубайт + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Нанометры A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Внешний вид Subtitle of appearance setting on Settings page - + Тема приложения Title of App theme expander - + Выберите тему приложения для отображения Description of App theme expander @@ -4162,8 +4178,4 @@ Страница параметров Announcement used when Settings page is opened - - Параметр темы приложения - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/sk-SK/Resources.resw b/src/Calculator/Resources/sk-SK/Resources.resw index f066bbe6..ba167eb0 100644 --- a/src/Calculator/Resources/sk-SK/Resources.resw +++ b/src/Calculator/Resources/sk-SK/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Jouly A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatthodiny + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Stupne Kelvina An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minúty A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometre A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Vzhľad Subtitle of appearance setting on Settings page - + Motív aplikácie Title of App theme expander - + Vyberte, ktorý motív aplikácie sa má zobraziť Description of App theme expander @@ -4162,8 +4178,4 @@ Stránka Nastavenia Announcement used when Settings page is opened - - Nastavenie motívu aplikácie - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/sl-SI/Resources.resw b/src/Calculator/Resources/sl-SI/Resources.resw index 7e3e39fd..ecef954b 100644 --- a/src/Calculator/Resources/sl-SI/Resources.resw +++ b/src/Calculator/Resources/sl-SI/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + polbajt + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Džuli A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovatne ure + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minute A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Polbajt + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometri A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Videz Subtitle of appearance setting on Settings page - + Tema aplikacije Title of App theme expander - + Izberite temo aplikacije za prikaz Description of App theme expander @@ -4162,8 +4178,4 @@ Stran z nastavitvami Announcement used when Settings page is opened - - Nastavitev teme aplikacije - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/sq-AL/Resources.resw b/src/Calculator/Resources/sq-AL/Resources.resw index afb6cfd7..de7050af 100644 --- a/src/Calculator/Resources/sq-AL/Resources.resw +++ b/src/Calculator/Resources/sq-AL/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Xhaulë A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovat për orë + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuta A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + çukis + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometra A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Pamja Subtitle of appearance setting on Settings page - + Tema e aplikacionit Title of App theme expander - + Zgjidh temën e aplikacionit për t'u shfaqur Description of App theme expander @@ -4162,8 +4178,4 @@ Faqja e konfigurimeve Announcement used when Settings page is opened - - Konfigurimet e temës së aplikacionit - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/sr-Latn-RS/Resources.resw b/src/Calculator/Resources/sr-Latn-RS/Resources.resw index e6bd83d2..e7e26ef3 100644 --- a/src/Calculator/Resources/sr-Latn-RS/Resources.resw +++ b/src/Calculator/Resources/sr-Latn-RS/Resources.resw @@ -558,7 +558,7 @@ {Locked="%1"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. "50 + 2 - 60 +". - Prikaži vrednost kopiranu u ostavu + Prikaži vrednost kopiranu u međuspremnik Screen reader prompt for the Calculator display copy button, when the button is invoked. @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Džula A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilovat-sati + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuta A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibl + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometara A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Izgled Subtitle of appearance setting on Settings page - + Tema aplikacije Title of App theme expander - + Izaberite temu aplikacije koju želite da prikažete Description of App theme expander @@ -4162,8 +4178,4 @@ Stranica sa postavkama Announcement used when Settings page is opened - - Postavka teme aplikacija - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/sv-SE/Resources.resw b/src/Calculator/Resources/sv-SE/Resources.resw index f7d24da0..f9a10fcc 100644 --- a/src/Calculator/Resources/sv-SE/Resources.resw +++ b/src/Calculator/Resources/sv-SE/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joule A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-hours + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Minuter A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometer A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -3671,15 +3687,15 @@ This is the automation name for the back button in the equation analysis page in the graphing calculator - Analysfunktion + Analysera funktion This is the tooltip for the analyze function button - Analysfunktion + Analysera funktion This is the automation name for the analyze function button - Analysfunktion + Analysera funktion This is the text for the for the analyze function context menu command @@ -4134,11 +4150,11 @@ Utseende Subtitle of appearance setting on Settings page - + Apptema Title of App theme expander - + Välj vilket apptema som ska visas Description of App theme expander @@ -4162,8 +4178,4 @@ Sidan Inställningar Announcement used when Settings page is opened - - Inställning för apptema - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/ta-IN/Resources.resw b/src/Calculator/Resources/ta-IN/Resources.resw index 1a1ddbe3..1649c4cb 100644 --- a/src/Calculator/Resources/ta-IN/Resources.resw +++ b/src/Calculator/Resources/ta-IN/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ ஜூல்கள் A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + கிலோவாட்-மணிநேரங்கள் + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + கெல்வின் An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ நிமிடங்கள் A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + நிபில் + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + நானோமீட்டர்கள் A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2330,7 +2346,7 @@ The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app - அங்கு இதுவரை வரலாறு ஏதுமில்லை + இங்கு இதுவரை வரலாறு ஏதுமில்லை The text that shows as the header for the history list @@ -4135,16 +4151,16 @@ தோற்றம் Subtitle of appearance setting on Settings page - - பயன்பாட்டு தீம் + + பயன்பாட்டுக் கருப்பொருள் Title of App theme expander - + எந்தப் பயன்பாட்டு கருப்பொருளைக் காண்பிக்க வேண்டும் என்பதைத் தேர்ந்தெடுக்கவும் Description of App theme expander - லைட் + வெளிச்சம் Lable for light theme option @@ -4163,8 +4179,4 @@ அமைப்புகள் பக்கம் Announcement used when Settings page is opened - - பயன்பாட்டின் கருப்பொருள் அமைப்பு - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/te-IN/Resources.resw b/src/Calculator/Resources/te-IN/Resources.resw index e5d223c0..b031042b 100644 --- a/src/Calculator/Resources/te-IN/Resources.resw +++ b/src/Calculator/Resources/te-IN/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ జౌల్స్ A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + కిలోవాట్-గంటలు + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + కెల్విన్ An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ నిమిషాలు A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + నిబుల్ + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + నానోమీటర్లు A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ కనిపించే తీరు Subtitle of appearance setting on Settings page - + అనువర్తనం థీమ్ Title of App theme expander - + ప్రదర్శించాలనుకునే అనువర్తనం థీమ్‌ను ఎంచుకోండి Description of App theme expander @@ -4162,8 +4178,4 @@ సెట్టింగ్‌ల పేజీ Announcement used when Settings page is opened - - అప్లికేషన్ థీమ్ సెట్టింగ్ - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/th-TH/Resources.resw b/src/Calculator/Resources/th-TH/Resources.resw index b7f595fd..2895fa6c 100644 --- a/src/Calculator/Resources/th-TH/Resources.resw +++ b/src/Calculator/Resources/th-TH/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ จูล A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + กิโลวัตต์-ชั่วโมง + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + เคลวิน An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ นาที A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + สี่บิต + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + นาโนเมตร A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ ลักษณะที่ปรากฏ Subtitle of appearance setting on Settings page - + ธีมแอป Title of App theme expander - + เลือกธีมแอปที่จะแสดง Description of App theme expander @@ -4162,8 +4178,4 @@ เพจการตั้งค่า Announcement used when Settings page is opened - - การตั้งค่าธีมแอป - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/tr-TR/Resources.resw b/src/Calculator/Resources/tr-TR/Resources.resw index 6b868e3e..cba84709 100644 --- a/src/Calculator/Resources/tr-TR/Resources.resw +++ b/src/Calculator/Resources/tr-TR/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + Dört B + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Jul A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowattsaat + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Dakika A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Dört bit + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nanometre A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2492,7 +2508,7 @@ gün - günler + gün ay @@ -3623,7 +3639,7 @@ Error that occurs during graphing when a } is missing. - "i" ve "ı" değişken adı olarak kullanılamaz + "i" ve "I" değişken adı olarak kullanılamaz Error that occurs during graphing when i or I is used. @@ -4134,11 +4150,11 @@ Görünüm Subtitle of appearance setting on Settings page - + Uygulama teması Title of App theme expander - + Görüntülenecek uygulama temasını seçin Description of App theme expander @@ -4162,8 +4178,4 @@ Ayarlar sayfası Announcement used when Settings page is opened - - Uygulama teması ayarları - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/uk-UA/Resources.resw b/src/Calculator/Resources/uk-UA/Resources.resw index 5f98c7e2..1c885684 100644 --- a/src/Calculator/Resources/uk-UA/Resources.resw +++ b/src/Calculator/Resources/uk-UA/Resources.resw @@ -1385,6 +1385,10 @@ Дж An abbreviation for a measurement unit of energy + + кВт⋅год + An abbreviation for a measurement unit of electricity consumption + К An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ МіБ An abbreviation for a measurement unit of data + + нібл + An abbreviation for a measurement unit of data + Пі An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Джоулі A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Кіловат-години + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Кельвін An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Хвилини A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Шматочок + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Нанометр. A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Вигляд Subtitle of appearance setting on Settings page - + Тема програми Title of App theme expander - + Виберіть тему програми для відображення Description of App theme expander @@ -4162,8 +4178,4 @@ Сторінка параметрів Announcement used when Settings page is opened - - Параметр теми програми - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/vi-VN/Resources.resw b/src/Calculator/Resources/vi-VN/Resources.resw index cb5f7771..38e3584b 100644 --- a/src/Calculator/Resources/vi-VN/Resources.resw +++ b/src/Calculator/Resources/vi-VN/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + kWh + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ Joules A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Kilowatt-giờ + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Kelvin An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ Phút A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + Nibble + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + Nano mét A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ Giao diện Subtitle of appearance setting on Settings page - + Chủ đề ứng dụng Title of App theme expander - + Chọn chủ đề ứng dụng để hiển thị Description of App theme expander @@ -4162,8 +4178,4 @@ Trang cài đặt Announcement used when Settings page is opened - - Cài đặt Chủ đề ứng dụng - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/zh-CN/Resources.resw b/src/Calculator/Resources/zh-CN/Resources.resw index d7dcd924..d2fee295 100644 --- a/src/Calculator/Resources/zh-CN/Resources.resw +++ b/src/Calculator/Resources/zh-CN/Resources.resw @@ -1385,6 +1385,10 @@ 焦耳 An abbreviation for a measurement unit of energy + + 千瓦时 + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ 焦耳 A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + 千瓦时 + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + 开尔文 An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ 分钟 A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + 半字节 + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + 纳米 A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -4134,11 +4150,11 @@ 外观 Subtitle of appearance setting on Settings page - + 应用程序主题 Title of App theme expander - + 选择要显示的应用主题 Description of App theme expander @@ -4162,8 +4178,4 @@ “设置”页面 Announcement used when Settings page is opened - - 应用主题设置 - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Resources/zh-TW/Resources.resw b/src/Calculator/Resources/zh-TW/Resources.resw index de445315..8b283fcd 100644 --- a/src/Calculator/Resources/zh-TW/Resources.resw +++ b/src/Calculator/Resources/zh-TW/Resources.resw @@ -1385,6 +1385,10 @@ J An abbreviation for a measurement unit of energy + + 千瓦小時 + An abbreviation for a measurement unit of electricity consumption + K An abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin) @@ -1573,6 +1577,10 @@ MiB An abbreviation for a measurement unit of data + + nybl + An abbreviation for a measurement unit of data + Pi An abbreviation for a measurement unit of data @@ -1749,6 +1757,10 @@ 焦耳 A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + 千瓦時數 + A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + 開氏 An option in the unit converter to select the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use "degrees". A measurement is just stated as "273 Kelvin". @@ -1833,6 +1845,10 @@ 分鐘 A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + + 半位元組 + A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) + 奈米 A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -3436,7 +3452,7 @@ Message displayed when the graph does not have any y-intercepts - 網域 + 領域 Title for KeyGraphFeatures Domain Property @@ -4134,11 +4150,11 @@ 外觀 Subtitle of appearance setting on Settings page - + 應用程式佈景主題 Title of App theme expander - + 選取要顯示的應用程式佈景主題 Description of App theme expander @@ -4162,8 +4178,4 @@ 設定頁面 Announcement used when Settings page is opened - - 應用程式佈景主題設定 - Screen reader prompt for the App theme Setting radio buttons group - \ No newline at end of file diff --git a/src/Calculator/Views/NumberPad.xaml b/src/Calculator/Views/NumberPad.xaml index fb875386..62b604e1 100644 --- a/src/Calculator/Views/NumberPad.xaml +++ b/src/Calculator/Views/NumberPad.xaml @@ -110,10 +110,12 @@ AutomationProperties.AutomationId="num9Button" AutomationProperties.Name="{utils:ResourceString Name=num9Button/[using:Windows.UI.Xaml.Automation]AutomationProperties/Name}" ButtonId="Nine"/> + - - - 3 + 4 + @@ -76,8 +71,7 @@ Text="{utils:ResourceString Name=SettingsHeader/Text}"/> - @@ -86,17 +80,18 @@ - - - + + - - - + + + @@ -110,23 +105,26 @@ Content="{utils:ResourceString Name=SystemThemeRadioButton/Content}" Tag="Default"/> - - - + + + - - - - + + + + - - + + @@ -158,9 +156,9 @@ TextWrapping="Wrap"/> - - - + + + - net6.0 + net8.0 false diff --git a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj index 8dbdef12..371a686a 100644 --- a/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj +++ b/src/CalculatorUnitTests/CalculatorUnitTests.vcxproj @@ -145,6 +145,7 @@ $(SolutionDir);$(SolutionDir)CalcManager;$(SolutionDir)CalcViewModel;%(AdditionalIncludeDirectories) Level4 true + Guard @@ -163,6 +164,7 @@ $(SolutionDir);$(SolutionDir)CalcManager;$(SolutionDir)CalcViewModel;%(AdditionalIncludeDirectories) Level4 true + Guard @@ -181,6 +183,7 @@ $(SolutionDir);$(SolutionDir)CalcManager;$(SolutionDir)CalcViewModel;%(AdditionalIncludeDirectories) Level4 true + Guard @@ -199,6 +202,7 @@ $(SolutionDir);$(SolutionDir)CalcManager;$(SolutionDir)CalcViewModel;%(AdditionalIncludeDirectories) Level4 true + Guard diff --git a/src/CalculatorUnitTests/Test.resw b/src/CalculatorUnitTests/Test.resw index 5adc7e62..bc8b6f69 100644 --- a/src/CalculatorUnitTests/Test.resw +++ b/src/CalculatorUnitTests/Test.resw @@ -162,6 +162,9 @@ 0.000000125 + + 0.0000005 + 0.000001 diff --git a/src/GraphingImpl/GraphingImpl.vcxproj b/src/GraphingImpl/GraphingImpl.vcxproj index 3eca1119..07b750f1 100644 --- a/src/GraphingImpl/GraphingImpl.vcxproj +++ b/src/GraphingImpl/GraphingImpl.vcxproj @@ -148,6 +148,7 @@ stdcpp17 /DGRAPHING_ENGINE_IMPL %(AdditionalOptions) $(ProjectDir);$(ProjectDir)\..\;$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories) + Guard Console @@ -176,6 +177,7 @@ stdcpp17 /DGRAPHING_ENGINE_IMPL %(AdditionalOptions) $(ProjectDir);$(ProjectDir)\..\;$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories) + Guard Console @@ -204,6 +206,7 @@ stdcpp17 /DGRAPHING_ENGINE_IMPL %(AdditionalOptions) $(ProjectDir);$(ProjectDir)\..\;$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories) + Guard Console @@ -232,6 +235,7 @@ stdcpp17 /DGRAPHING_ENGINE_IMPL %(AdditionalOptions) $(ProjectDir);$(ProjectDir)\..\;$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories) + Guard Console