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-rc6.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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouleA 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)
+
KelvinAn 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 @@
MinuteA 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)
+
NanometerA 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 @@
VoorkomsSubtitle of appearance setting on Settings page
-
+
ToepassingtemaTitle of App theme expander
-
+
Kies watter toepassingtema om te vertoonDescription of App theme expander
@@ -4162,8 +4178,4 @@
InstellingsbladsyAnnouncement 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 @@
JAn 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 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
MiBAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kVs
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
CoulA 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)
+
KelvinAn 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)
+
NanometrA 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övzusuTitle of App theme expander
-
+
Göstəriləcək proqramın mövzusunu seçinDescription of App theme expander
@@ -4162,8 +4178,4 @@
Parametrlər səhifəsiAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutsA 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òmetresA 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çaSubtitle 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
Pí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 @@
minutA 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 @@
VzhledSubtitle of appearance setting on Settings page
-
+
Motiv aplikaceTitle 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouleA 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)
+
KelvinAn 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 @@
MinutterA 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)
+
NanometerA 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 @@
UdseendeSubtitle of appearance setting on Settings page
-
+
App temaTitle of App theme expander
-
+
Vælg, hvilket apptema der skal visesDescription of App theme expander
@@ -4162,8 +4178,4 @@
Siden IndstillingerAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ Nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouleA 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)
+
KelvinAn 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 @@
MinutenA 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)
+
NanometerA 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 @@
DarstellungSubtitle of appearance setting on Settings page
-
+
App-DesignTitle of App theme expander
-
+
Auswählen des anzuzeigenden App-DesignsDescription 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutesA 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)
+
NanometresA 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 @@
AppearanceSubtitle of appearance setting on Settings page
-
+
App themeTitle of App theme expander
-
+
Select which app theme to displayDescription of App theme expander
@@ -4162,8 +4178,4 @@
Settings pageAnnouncement 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 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -2229,6 +2233,10 @@
MinutesA 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)
+
NanometersA 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 pageAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JuliosA 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)
+
KelvinAn 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 @@
MinutosA 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ómetrosA 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 @@
AparienciaSubtitle of appearance setting on Settings page
-
+
Tema de la aplicaciónTitle of App theme expander
-
+
Seleccionar el tema de la aplicación que se va a mostrarDescription of App theme expander
@@ -4162,8 +4178,4 @@
Página de configuraciónAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutosA 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ómetrosA 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 variablesError 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ónGraph settings option to set graph to match the app theme
@@ -4134,11 +4150,11 @@
AparienciaSubtitle of appearance setting on Settings page
-
+
Tema de la aplicaciónTitle of App theme expander
-
+
Seleccionar el tema de la aplicación para mostrarDescription of App theme expander
@@ -4162,8 +4178,4 @@
Página de configuraciónAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
džauliA 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)
+
kelvinitAn 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 @@
minutitA 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)
+
nanomeetritA 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älimusSubtitle of appearance setting on Settings page
-
+
Rakenduse kujundusTitle of App theme expander
-
+
Valige kuvatav rakenduse kujundusDescription of App theme expander
@@ -4162,8 +4178,4 @@
Sätete lehtAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1574,6 +1578,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1750,6 +1758,10 @@
jouleA 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)
+
KelvinAn 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 @@
minutuA 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)
+
nanometroA 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 @@
ItxuraSubtitle of appearance setting on Settings page
-
+
Aplikazioaren gaiaTitle of App theme expander
-
+
Hautatu bistaratu beharreko aplikazioaren gaiaDescription of App theme expander
@@ -4163,8 +4179,4 @@
Ezarpenen orriaAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
jouleaA 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)
+
KelvinAn 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 @@
minuuttiaA 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)
+
NanometritA 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 @@
UlkoasuSubtitle of appearance setting on Settings page
-
+
Sovelluksen teemaTitle of App theme expander
-
+
Valitse näytettävä sovelluksen teemaDescription of App theme expander
@@ -4162,8 +4178,4 @@
AsetussivuAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
(na) JouleA 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)
+
KelvinAn 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 @@
MinutoA 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)
+
NanometerA 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 @@
AppearanceSubtitle of appearance setting on Settings page
-
+
Tema ng appTitle of App theme expander
-
+
Piliin kung aling tema ng app ang ipapakitaDescription of App theme expander
@@ -4162,8 +4178,4 @@
Pahina ng nga settingAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MioAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutesA 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ètresA 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 @@
ApparenceSubtitle of appearance setting on Settings page
-
+
Thème d’applicationTitle of App theme expander
-
- Sélectionner le thème d’application à afficher
+
+ Sélectionner le thème de l’appliDescription of App theme expander
@@ -4162,8 +4178,4 @@
Page ParamètresAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MioAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutesA 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ètresA 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 @@
ApparenceSubtitle of appearance setting on Settings page
-
+
Thème d’applicationTitle of App theme expander
-
- Sélectionner le thème d’application à afficher
+
+ Sélectionner le thème de l’applicationDescription of App theme expander
@@ -4162,8 +4178,4 @@
Page ParamètresAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutosA 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ómetrosA 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 @@
AspectoSubtitle of appearance setting on Settings page
-
+
Tema da aplicaciónTitle of App theme expander
-
+
Seleccionar que tema da aplicación se vai mostrarDescription of App theme expander
@@ -4162,8 +4178,4 @@
Páxina de configuraciónAnnouncement 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 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
DžulaA 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)
+
KelvinAn 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 @@
MinutaA 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)
+
NanometaraA 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 @@
IzgledSubtitle of appearance setting on Settings page
-
+
Tema aplikacijeTitle of App theme expander
-
+
Odaberite temu aplikacije koja će se prikazatiDescription of App theme expander
@@ -4162,8 +4178,4 @@
Stranica postavkiAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ falat
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
jouleA 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)
+
KelvinAn 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 @@
percA 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éterA 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ásTitle for KeyGraphFeatures Monotonicity Property
@@ -4134,11 +4150,11 @@
MegjelenésSubtitle of appearance setting on Settings page
-
+
AlkalmazástémaTitle of App theme expander
-
+
Válassza ki a megjelenítendő alkalmazástémátDescription of App theme expander
@@ -4162,8 +4178,4 @@
Beállítások lapAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouleA 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)
+
KelvinAn 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 @@
MenitA 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)
+
NanometerA 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 @@
TampilanSubtitle of appearance setting on Settings page
-
+
Tema aplikasiTitle of App theme expander
-
+
Pilih tema aplikasi yang akan ditampilkanDescription of App theme expander
@@ -4162,8 +4178,4 @@
Halaman pengaturanAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JúlA 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)
+
KelvinAn 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úturA 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ómetrarA 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 @@
ÚtlitSubtitle of appearance setting on Settings page
-
+
Þema forritsTitle of App theme expander
-
+
Velja hvaða forritaþema á að birtaDescription of App theme expander
@@ -4162,8 +4178,4 @@
StillingarsíðaAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
Pi grecoAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouleA 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)
+
KelvinAn 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 @@
MinutiA 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)
+
NanometriA 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 @@
AspettoSubtitle of appearance setting on Settings page
-
+
Tema dell'appTitle of App theme expander
-
+
Seleziona il tema dell'app da mostrareDescription of App theme expander
@@ -4162,8 +4178,4 @@
Pagina ImpostazioniAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn 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
+
KAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ គីឡូវ៉ាត់ក្នុងមួយម៉ោង
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ kąsn.
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
DžauliaiA 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)
+
KelvinasAn 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ėsA 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)
+
NanometraiA 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švaizdaSubtitle of appearance setting on Settings page
-
+
Programėlės temaTitle of App theme expander
-
+
Pasirinkite, kurią programėlės temą rodytiDescription of App theme expander
@@ -4162,8 +4178,4 @@
Parametrų puslapisAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl (Jaunbl)
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
DžouliA 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)
+
KelviniAn 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ūtesA 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)
+
NanometriA 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 @@
IzskatsSubtitle of appearance setting on Settings page
-
+
Programmas dizainsTitle of App theme expander
-
+
Atlasiet, kuru programmas dizainu rādītDescription of App theme expander
@@ -4162,8 +4178,4 @@
Iestatījumu lapaAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWj
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouleA 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)
+
KelvinAn 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 @@
MinitA 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)
+
NanometerA 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 @@
PenampilanSubtitle of appearance setting on Settings page
-
+
Tema aplikasiTitle of App theme expander
-
+
Pilih tema aplikasi untuk dipaparkanDescription of App theme expander
@@ -4162,8 +4178,4 @@
Halaman tetapanAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
jouleA 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)
+
kelvinAn 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 @@
minutterA 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)
+
nanometerA 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
+ atmAn abbreviation for a measurement unit of Pressure
@@ -4134,11 +4150,11 @@
UtseendeSubtitle of appearance setting on Settings page
-
+
App-temaTitle of App theme expander
-
+
Velg hvilket app-tema som skal visesDescription of App theme expander
@@ -4162,8 +4178,4 @@
InnstillingssidenAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutenA 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)
+
NanometerA 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 @@
UiterlijkSubtitle of appearance setting on Settings page
-
+
App-themaTitle of App theme expander
-
+
Selecteer welk app-thema moet worden weergegevenDescription of App theme expander
@@ -4162,8 +4178,4 @@
InstellingenpaginaAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
DżuleA 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)
+
KelwinyAn 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 @@
MinutyA 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)
+
NanometryA 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ądSubtitle of appearance setting on Settings page
-
+
Motyw aplikacjiTitle of App theme expander
-
+
Wybierz motyw aplikacji do wyświetleniaDescription 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutosA 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ômetrosA 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ênciaSubtitle of appearance setting on Settings page
-
+
Tema do aplicativoTitle of App theme expander
-
+
Selecionar o tema do aplicativo a ser exibidoDescription of App theme expander
@@ -4162,8 +4178,4 @@
Página de configuraçõesAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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 @@
MinutosA 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ómetrosA 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 @@
AspetoSubtitle of appearance setting on Settings page
-
+
Tema da aplicaçãoTitle of App theme expander
-
+
Selecionar o tema da aplicação a apresentarDescription of App theme expander
@@ -4162,8 +4178,4 @@
Página DefiniçõesAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouliA 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)
+
KelvinAn 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 @@
MinuteA 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)
+
NanometriA 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 @@
AspectSubtitle of appearance setting on Settings page
-
+
Temă aplicațieTitle of App theme expander
-
+
Selectați ce temă de aplicație să afișațiDescription of App theme expander
@@ -4162,8 +4178,4 @@
Pagina de setăriAnnouncement 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
+
KAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulyA 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 KelvinaAn 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útyA 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)
+
NanometreA 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ľadSubtitle of appearance setting on Settings page
-
+
Motív aplikácieTitle of App theme expander
-
+
Vyberte, ktorý motív aplikácie sa má zobraziťDescription of App theme expander
@@ -4162,8 +4178,4 @@
Stránka NastaveniaAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ polbajt
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
DžuliA 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)
+
KelvinAn 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 @@
MinuteA 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)
+
NanometriA 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 @@
VidezSubtitle of appearance setting on Settings page
-
+
Tema aplikacijeTitle of App theme expander
-
+
Izberite temo aplikacije za prikazDescription of App theme expander
@@ -4162,8 +4178,4 @@
Stran z nastavitvamiAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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)
+
KelvinAn 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 @@
MinutaA 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)
+
NanometraA 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 @@
PamjaSubtitle of appearance setting on Settings page
-
+
Tema e aplikacionitTitle of App theme expander
-
+
Zgjidh temën e aplikacionit për t'u shfaqurDescription of App theme expander
@@ -4162,8 +4178,4 @@
Faqja e konfigurimeveAnnouncement 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đuspremnikScreen reader prompt for the Calculator display copy button, when the button is invoked.
@@ -1385,6 +1385,10 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
DžulaA 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)
+
KelvinAn 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 @@
MinutaA 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)
+
NanometaraA 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 @@
IzgledSubtitle of appearance setting on Settings page
-
+
Tema aplikacijeTitle of App theme expander
-
+
Izaberite temu aplikacije koju želite da prikažeteDescription of App theme expander
@@ -4162,8 +4178,4 @@
Stranica sa postavkamaAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JouleA 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)
+
KelvinAn 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 @@
MinuterA 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)
+
NanometerA 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 funktionThis is the tooltip for the analyze function button
- Analysfunktion
+ Analysera funktionThis is the automation name for the analyze function button
- Analysfunktion
+ Analysera funktionThis is the text for the for the analyze function context menu command
@@ -4134,11 +4150,11 @@
UtseendeSubtitle of appearance setting on Settings page
-
+
ApptemaTitle of App theme expander
-
+
Välj vilket apptema som ska visasDescription of App theme expander
@@ -4162,8 +4178,4 @@
Sidan InställningarAnnouncement 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ Dört B
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JulA 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)
+
KelvinAn 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 @@
DakikaA 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)
+
NanometreA 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ünay
@@ -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ılamazError that occurs during graphing when i or I is used.
@@ -4134,11 +4150,11 @@
GörünümSubtitle of appearance setting on Settings page
-
+
Uygulama temasıTitle of App theme expander
-
+
Görüntülenecek uygulama temasını seçinDescription 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 @@
JAn abbreviation for a measurement unit of energy
+
+ kWh
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn abbreviation for a measurement unit of data
@@ -1749,6 +1757,10 @@
JoulesA 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)
+
KelvinAn 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útA 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étA 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ệnSubtitle of appearance setting on Settings page
-
+
Chủ đề ứng dụngTitle 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 đặtAnnouncement 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
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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 @@
JAn abbreviation for a measurement unit of energy
+
+ 千瓦小時
+ An abbreviation for a measurement unit of electricity consumption
+
KAn abbreviation for the temperature system "Kelvin" (eg. 0 degrees Celsius = 273 Kelvin)
@@ -1573,6 +1577,10 @@
MiBAn abbreviation for a measurement unit of data
+
+ nybl
+ An abbreviation for a measurement unit of data
+
PiAn 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.0false
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)Level4true
+ Guard
@@ -163,6 +164,7 @@
$(SolutionDir);$(SolutionDir)CalcManager;$(SolutionDir)CalcViewModel;%(AdditionalIncludeDirectories)Level4true
+ Guard
@@ -181,6 +183,7 @@
$(SolutionDir);$(SolutionDir)CalcManager;$(SolutionDir)CalcViewModel;%(AdditionalIncludeDirectories)Level4true
+ Guard
@@ -199,6 +202,7 @@
$(SolutionDir);$(SolutionDir)CalcManager;$(SolutionDir)CalcViewModel;%(AdditionalIncludeDirectories)Level4true
+ 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)
+ GuardConsole
@@ -176,6 +177,7 @@
stdcpp17/DGRAPHING_ENGINE_IMPL %(AdditionalOptions)$(ProjectDir);$(ProjectDir)\..\;$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)
+ GuardConsole
@@ -204,6 +206,7 @@
stdcpp17/DGRAPHING_ENGINE_IMPL %(AdditionalOptions)$(ProjectDir);$(ProjectDir)\..\;$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)
+ GuardConsole
@@ -232,6 +235,7 @@
stdcpp17/DGRAPHING_ENGINE_IMPL %(AdditionalOptions)$(ProjectDir);$(ProjectDir)\..\;$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)
+ GuardConsole