From 852d1ad718ee09dfa517b760fdcd4f2f2e6731c7 Mon Sep 17 00:00:00 2001 From: hanzhang54 Date: Thu, 6 Jun 2024 01:03:15 +0800 Subject: [PATCH] Cherry-pick StoreBroker and localization commits (#2183) * Migrate StoreBroker tasks to SN+I authentication (#2179) * update * reset (cherry picked from commit 7315f364b9412e7a49934b4de20ba78138762c5a) * Update localized strings 2024-06-04 (#2181) (cherry picked from commit f3d8e7588cdefc6d8f84dcb960938a5bdebea69e) --------- Co-authored-by: oneonezhang --- .../templates/package-msixbundle.yaml | 12 ++-- build/pipelines/templates/release-store.yaml | 6 +- src/Calculator/Resources/af-ZA/Resources.resw | 8 +++ src/Calculator/Resources/am-ET/Resources.resw | 8 +++ src/Calculator/Resources/ar-SA/Resources.resw | 8 +++ .../Resources/az-Latn-AZ/Resources.resw | 8 +++ src/Calculator/Resources/bg-BG/Resources.resw | 8 +++ src/Calculator/Resources/ca-ES/Resources.resw | 8 +++ src/Calculator/Resources/cs-CZ/Resources.resw | 8 +++ src/Calculator/Resources/da-DK/Resources.resw | 8 +++ src/Calculator/Resources/de-DE/Resources.resw | 10 ++- src/Calculator/Resources/el-GR/Resources.resw | 8 +++ src/Calculator/Resources/en-GB/Resources.resw | 8 +++ src/Calculator/Resources/es-ES/Resources.resw | 8 +++ src/Calculator/Resources/es-MX/Resources.resw | 8 +++ src/Calculator/Resources/et-EE/Resources.resw | 8 +++ src/Calculator/Resources/eu-ES/Resources.resw | 8 +++ src/Calculator/Resources/fa-IR/Resources.resw | 8 +++ src/Calculator/Resources/fi-FI/Resources.resw | 8 +++ .../Resources/fil-PH/Resources.resw | 8 +++ src/Calculator/Resources/fr-CA/Resources.resw | 8 +++ src/Calculator/Resources/fr-FR/Resources.resw | 8 +++ src/Calculator/Resources/gl-ES/Resources.resw | 8 +++ src/Calculator/Resources/he-IL/Resources.resw | 8 +++ src/Calculator/Resources/hi-IN/Resources.resw | 8 +++ src/Calculator/Resources/hr-HR/Resources.resw | 8 +++ src/Calculator/Resources/hu-HU/Resources.resw | 8 +++ src/Calculator/Resources/id-ID/Resources.resw | 8 +++ src/Calculator/Resources/is-IS/Resources.resw | 8 +++ src/Calculator/Resources/it-IT/Resources.resw | 8 +++ src/Calculator/Resources/ja-JP/Resources.resw | 8 +++ src/Calculator/Resources/kk-KZ/Resources.resw | 8 +++ src/Calculator/Resources/km-KH/Resources.resw | 8 +++ src/Calculator/Resources/kn-IN/Resources.resw | 8 +++ src/Calculator/Resources/ko-KR/Resources.resw | 70 +++++++++++-------- src/Calculator/Resources/lo-LA/Resources.resw | 8 +++ src/Calculator/Resources/lt-LT/Resources.resw | 8 +++ src/Calculator/Resources/lv-LV/Resources.resw | 8 +++ src/Calculator/Resources/mk-MK/Resources.resw | 8 +++ src/Calculator/Resources/ml-IN/Resources.resw | 8 +++ src/Calculator/Resources/ms-MY/Resources.resw | 8 +++ src/Calculator/Resources/nb-NO/Resources.resw | 8 +++ src/Calculator/Resources/nl-NL/Resources.resw | 10 ++- src/Calculator/Resources/pl-PL/Resources.resw | 8 +++ src/Calculator/Resources/pt-BR/Resources.resw | 8 +++ src/Calculator/Resources/pt-PT/Resources.resw | 8 +++ src/Calculator/Resources/ro-RO/Resources.resw | 8 +++ src/Calculator/Resources/ru-RU/Resources.resw | 16 +++-- src/Calculator/Resources/sk-SK/Resources.resw | 8 +++ src/Calculator/Resources/sl-SI/Resources.resw | 8 +++ src/Calculator/Resources/sq-AL/Resources.resw | 8 +++ .../Resources/sr-Latn-RS/Resources.resw | 8 +++ src/Calculator/Resources/sv-SE/Resources.resw | 8 +++ src/Calculator/Resources/ta-IN/Resources.resw | 8 +++ src/Calculator/Resources/te-IN/Resources.resw | 8 +++ src/Calculator/Resources/th-TH/Resources.resw | 8 +++ src/Calculator/Resources/tr-TR/Resources.resw | 8 +++ src/Calculator/Resources/uk-UA/Resources.resw | 8 +++ src/Calculator/Resources/vi-VN/Resources.resw | 8 +++ src/Calculator/Resources/zh-CN/Resources.resw | 8 +++ src/Calculator/Resources/zh-TW/Resources.resw | 8 +++ 61 files changed, 518 insertions(+), 46 deletions(-) diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index 76d3b169..ea371a2a 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -20,7 +20,7 @@ jobs: in(dependencies.Buildx86.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), in(dependencies.BuildARM.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues', 'Skipped') - ) + ) variables: skipComponentGovernanceDetection: true StoreBrokerMediaRootPath: $(TEMP)\SBMedia @@ -41,7 +41,7 @@ jobs: displayName: Publish MsixBundleSigned artifact targetPath: $(Build.ArtifactStagingDirectory)\msixBundle artifactName: msixBundleSigned - - ${{ if eq(parameters.createStoreBrokerPackages, true) }}: + - ${{ if eq(parameters.createStoreBrokerPackages, true) }}: - output: pipelineArtifact displayName: Publish StoreBroker Payload artifact targetPath: $(StoreBrokerPackagePath) @@ -151,7 +151,7 @@ jobs: } ] - - ${{ if eq(parameters.createStoreBrokerPackages, true) }}: + - ${{ if eq(parameters.createStoreBrokerPackages, true) }}: - powershell: | # Just modify this line to indicate where your en-us PDP file is. Leave the other lines alone. $enUSPdpFilePath = "$(Build.SourcesDirectory)\PDP\en-US\PDP.xml" @@ -170,11 +170,11 @@ jobs: vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-pdp-media vstsPackageVersion: $(SBMediaReleaseVersion) - - - task: MS-RDX-MRO.windows-store-publish-dev.package-task.store-package@2 + + - task: MS-RDX-MRO.windows-store-publish-dev.package-task.store-package@3 displayName: Create StoreBroker Payload inputs: - serviceEndpoint: Calculator StoreBroker Connection + ConnectedServiceNameARM: Calculator StoreBroker SNI sbConfigPath: Tools/Build/StoreBroker/SBCalculatorConfig.json sourceFolder: $(Build.ArtifactStagingDirectory)/msixBundle contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle diff --git a/build/pipelines/templates/release-store.yaml b/build/pipelines/templates/release-store.yaml index f8e3e245..491a4d90 100644 --- a/build/pipelines/templates/release-store.yaml +++ b/build/pipelines/templates/release-store.yaml @@ -17,11 +17,11 @@ jobs: displayName: Download storeBrokerPayload artifact artifact: storeBrokerPayload - - task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@2 + - task: MS-RDX-MRO.windows-store-publish-dev.flight-task.store-flight@3 displayName: Flight StoreBroker Payload to team ring name: StoreBrokerFlight inputs: - serviceEndpoint: Calculator StoreBroker Connection + ConnectedServiceNameARM: Calculator StoreBroker SNI appId: $(AppId) flightId: $(FlightId) inputMethod: JsonAndZip @@ -42,4 +42,4 @@ jobs: submissionId: $(StoreBrokerFlight.WS_SubmissionId) submissionDataPath: $(StoreBrokerPackagePath)\SBCalculator.json packagePath: $(StoreBrokerPackagePath)\SBCalculator.zip - serviceEndpoint: AeroUpload-APS-Calculator \ No newline at end of file + serviceEndpoint: AeroUpload-APS-Calculator diff --git a/src/Calculator/Resources/af-ZA/Resources.resw b/src/Calculator/Resources/af-ZA/Resources.resw index 9b2394d0..ce2b9ff8 100644 --- a/src/Calculator/Resources/af-ZA/Resources.resw +++ b/src/Calculator/Resources/af-ZA/Resources.resw @@ -4182,4 +4182,12 @@ Maak die kontekskieslys oop vir beskikbare aksies Screen reader prompt for the context menu of the expression box + + Goed + The text of OK button to dismiss an error dialog. + + + Kon nie hierdie skermskoot teruglaai nie. + The error message to notify user that restoring from snapshot has failed. + \ 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 4ee79c2f..c253941e 100644 --- a/src/Calculator/Resources/am-ET/Resources.resw +++ b/src/Calculator/Resources/am-ET/Resources.resw @@ -4182,4 +4182,12 @@ ላሉት ድርጊቶች የአውድ ምናሌውን ይክፈቱ Screen reader prompt for the context menu of the expression box + + እሺ + The text of OK button to dismiss an error dialog. + + + ይህን ቅጽበታዊ ገጽ እይታ ወደነበረበት መመለስ አልተቻለም። + The error message to notify user that restoring from snapshot has failed. + \ 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 9b1f90d1..699b5104 100644 --- a/src/Calculator/Resources/ar-SA/Resources.resw +++ b/src/Calculator/Resources/ar-SA/Resources.resw @@ -4182,4 +4182,12 @@ فتح قائمة السياق للإجراءات المتوفرة Screen reader prompt for the context menu of the expression box + + موافق + The text of OK button to dismiss an error dialog. + + + تعذرت استعادة هذه اللقطة. + The error message to notify user that restoring from snapshot has failed. + \ 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 73eae51c..a4c54068 100644 --- a/src/Calculator/Resources/az-Latn-AZ/Resources.resw +++ b/src/Calculator/Resources/az-Latn-AZ/Resources.resw @@ -4182,4 +4182,12 @@ Mövcud fəaliyyətlər üçün kontekst menyunu açın Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Bu ani görüntünü bərpa etmək mümkün olmadı. + The error message to notify user that restoring from snapshot has failed. + \ 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 5da4a8c1..b7e8f78a 100644 --- a/src/Calculator/Resources/bg-BG/Resources.resw +++ b/src/Calculator/Resources/bg-BG/Resources.resw @@ -4182,4 +4182,12 @@ Отваряне на контекстното меню за наличните действия Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Неуспешно възстановяване на тази моментна снимка. + The error message to notify user that restoring from snapshot has failed. + \ 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 a13ca373..8be9fe6f 100644 --- a/src/Calculator/Resources/ca-ES/Resources.resw +++ b/src/Calculator/Resources/ca-ES/Resources.resw @@ -4182,4 +4182,12 @@ Obriu el menú contextual per a les accions disponibles Screen reader prompt for the context menu of the expression box + + D'acord + The text of OK button to dismiss an error dialog. + + + No s'ha pogut restaurar aquesta instantània. + The error message to notify user that restoring from snapshot has failed. + \ 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 ae86355a..01e8fa97 100644 --- a/src/Calculator/Resources/cs-CZ/Resources.resw +++ b/src/Calculator/Resources/cs-CZ/Resources.resw @@ -4182,4 +4182,12 @@ Otevřete místní nabídku a podívejte se na dostupné akce Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Tento snímek se nepovedlo obnovit. + The error message to notify user that restoring from snapshot has failed. + \ 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 6334af65..181e7899 100644 --- a/src/Calculator/Resources/da-DK/Resources.resw +++ b/src/Calculator/Resources/da-DK/Resources.resw @@ -4182,4 +4182,12 @@ Åbn genvejsmenuen for tilgængelige handlinger Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Kunne ikke gendanne dette snapshot. + The error message to notify user that restoring from snapshot has failed. + \ 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 a13aa100..5a4b9fac 100644 --- a/src/Calculator/Resources/de-DE/Resources.resw +++ b/src/Calculator/Resources/de-DE/Resources.resw @@ -2334,7 +2334,7 @@ {Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits) - Um zu erfahren, wie Sie dem Windows-Rechner mitwirken können, checken Sie das Projekt auf %HL%GitHub%HL% aus. + Um zu erfahren, wie Sie am Windows-Rechner mitwirken können, checken Sie das Projekt auf %HL%GitHub%HL% aus. {Locked="%HL%GitHub%HL%"}. GitHub link, Displayed on the About panel @@ -4182,4 +4182,12 @@ Öffnen des Kontextmenüs für verfügbare Aktionen Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Diese Momentaufnahme konnte nicht wiederhergestellt werden. + The error message to notify user that restoring from snapshot has failed. + \ 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 2b3b7426..98a1f6b0 100644 --- a/src/Calculator/Resources/el-GR/Resources.resw +++ b/src/Calculator/Resources/el-GR/Resources.resw @@ -4182,4 +4182,12 @@ Άνοιγμα του μενού περιβάλλοντος για διαθέσιμες ενέργειες Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Δεν ήταν δυνατή η επαναφορά του παρόντος στιγμιότυπου. + The error message to notify user that restoring from snapshot has failed. + \ 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 e52851a1..db5b7484 100644 --- a/src/Calculator/Resources/en-GB/Resources.resw +++ b/src/Calculator/Resources/en-GB/Resources.resw @@ -4182,4 +4182,12 @@ Open the context menu for available actions Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Couldn't restore this snapshot. + The error message to notify user that restoring from snapshot has failed. + \ No newline at end of file diff --git a/src/Calculator/Resources/es-ES/Resources.resw b/src/Calculator/Resources/es-ES/Resources.resw index 1fa956b7..44c41059 100644 --- a/src/Calculator/Resources/es-ES/Resources.resw +++ b/src/Calculator/Resources/es-ES/Resources.resw @@ -4182,4 +4182,12 @@ Abrir el menú contextual para ver las acciones disponibles Screen reader prompt for the context menu of the expression box + + Aceptar + The text of OK button to dismiss an error dialog. + + + No se pudo restaurar esta instantánea. + The error message to notify user that restoring from snapshot has failed. + \ 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 50266e56..1a43e1c6 100644 --- a/src/Calculator/Resources/es-MX/Resources.resw +++ b/src/Calculator/Resources/es-MX/Resources.resw @@ -4182,4 +4182,12 @@ Abrir el menú contextual para ver las acciones disponibles Screen reader prompt for the context menu of the expression box + + Aceptar + The text of OK button to dismiss an error dialog. + + + No se pudo restaurar esta instantánea. + The error message to notify user that restoring from snapshot has failed. + \ 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 119ef26e..c149b337 100644 --- a/src/Calculator/Resources/et-EE/Resources.resw +++ b/src/Calculator/Resources/et-EE/Resources.resw @@ -4182,4 +4182,12 @@ Saadaolevate toimingute kontekstimenüü avamine. Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Seda hetktõmmist ei saanud taastada. + The error message to notify user that restoring from snapshot has failed. + \ 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 e11ce605..d037f743 100644 --- a/src/Calculator/Resources/eu-ES/Resources.resw +++ b/src/Calculator/Resources/eu-ES/Resources.resw @@ -4183,4 +4183,12 @@ Ireki laster-menua eskuragarri dauden ekintzak ikusteko Screen reader prompt for the context menu of the expression box + + Ados + The text of OK button to dismiss an error dialog. + + + Ezin izan da leheneratu argazkia. + The error message to notify user that restoring from snapshot has failed. + \ 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 ab8f52a0..75ce43ea 100644 --- a/src/Calculator/Resources/fa-IR/Resources.resw +++ b/src/Calculator/Resources/fa-IR/Resources.resw @@ -4182,4 +4182,12 @@ باز کردن منوی زمینه برای عملکردهای موجود Screen reader prompt for the context menu of the expression box + + تأیید + The text of OK button to dismiss an error dialog. + + + این عکس فوری بازیابی نمی‌شود. + The error message to notify user that restoring from snapshot has failed. + \ 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 aef4695a..bb22ce77 100644 --- a/src/Calculator/Resources/fi-FI/Resources.resw +++ b/src/Calculator/Resources/fi-FI/Resources.resw @@ -4182,4 +4182,12 @@ Avaa käytettävissä olevien toimintojen pikavalikko Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Tätä tilannevedosta ei voitu palauttaa. + The error message to notify user that restoring from snapshot has failed. + \ 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 9abb4544..1ab0ce3e 100644 --- a/src/Calculator/Resources/fil-PH/Resources.resw +++ b/src/Calculator/Resources/fil-PH/Resources.resw @@ -4182,4 +4182,12 @@ Buksan ang menu ng konteksto para sa mga available na pagkilos Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Hindi maipanumbalik ang snapshot na ito. + The error message to notify user that restoring from snapshot has failed. + \ 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 fde57e06..fdba10c6 100644 --- a/src/Calculator/Resources/fr-CA/Resources.resw +++ b/src/Calculator/Resources/fr-CA/Resources.resw @@ -4182,4 +4182,12 @@ Ouvrir le menu contextuel pour les actions disponibles Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Désolé, nous ne pouvons pas restaurer cette capture instantanée. + The error message to notify user that restoring from snapshot has failed. + \ 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 dbb6ddbb..a909b3b9 100644 --- a/src/Calculator/Resources/fr-FR/Resources.resw +++ b/src/Calculator/Resources/fr-FR/Resources.resw @@ -4182,4 +4182,12 @@ Ouvrir le menu contextuel pour les actions disponibles Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Impossible de restaurer cet instantané. + The error message to notify user that restoring from snapshot has failed. + \ 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 c747f09a..0f83bfaf 100644 --- a/src/Calculator/Resources/gl-ES/Resources.resw +++ b/src/Calculator/Resources/gl-ES/Resources.resw @@ -4182,4 +4182,12 @@ Abrir o menú contexto para as accións dispoñibles Screen reader prompt for the context menu of the expression box + + Aceptar + The text of OK button to dismiss an error dialog. + + + Non se puido restaurar esta instantánea. + The error message to notify user that restoring from snapshot has failed. + \ 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 ebed8091..14302a53 100644 --- a/src/Calculator/Resources/he-IL/Resources.resw +++ b/src/Calculator/Resources/he-IL/Resources.resw @@ -4182,4 +4182,12 @@ פתח את התפריט תלוי ההקשר כדי להציג את הפעולות הזמינות Screen reader prompt for the context menu of the expression box + + אישור + The text of OK button to dismiss an error dialog. + + + לא הצלחנו לשחזר צילום זה. + The error message to notify user that restoring from snapshot has failed. + \ 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 54ae5925..cb3bf31b 100644 --- a/src/Calculator/Resources/hi-IN/Resources.resw +++ b/src/Calculator/Resources/hi-IN/Resources.resw @@ -4182,4 +4182,12 @@ उपलब्ध क्रियाओं के लिए प्रसंग मेनू खोलें Screen reader prompt for the context menu of the expression box + + ठीक + The text of OK button to dismiss an error dialog. + + + इस स्नैपशॉट को पुनर्स्थापित नहीं किया जा सका. + The error message to notify user that restoring from snapshot has failed. + \ 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 136abb82..3fa1f7c0 100644 --- a/src/Calculator/Resources/hr-HR/Resources.resw +++ b/src/Calculator/Resources/hr-HR/Resources.resw @@ -4182,4 +4182,12 @@ Otvorite kontekstni izbornik za dostupne akcije Screen reader prompt for the context menu of the expression box + + U redu + The text of OK button to dismiss an error dialog. + + + Nije moguće vratiti ovu snimku stanja. + The error message to notify user that restoring from snapshot has failed. + \ 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 30e3f9e1..a1bc8d80 100644 --- a/src/Calculator/Resources/hu-HU/Resources.resw +++ b/src/Calculator/Resources/hu-HU/Resources.resw @@ -4182,4 +4182,12 @@ Az elérhető műveletek helyi menüjének megnyitása Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Nem sikerült visszaállítani ezt a pillanatképet. + The error message to notify user that restoring from snapshot has failed. + \ 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 2eda888c..5553b2b4 100644 --- a/src/Calculator/Resources/id-ID/Resources.resw +++ b/src/Calculator/Resources/id-ID/Resources.resw @@ -4182,4 +4182,12 @@ Buka menu konteks untuk melihat tindakan yang tersedia Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Tidak dapat memulihkan snapshot ini. + The error message to notify user that restoring from snapshot has failed. + \ 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 1bbf751f..e492ec9a 100644 --- a/src/Calculator/Resources/is-IS/Resources.resw +++ b/src/Calculator/Resources/is-IS/Resources.resw @@ -4182,4 +4182,12 @@ Opnaðu flýtivalmyndina fyrir tiltækar aðgerðir Screen reader prompt for the context menu of the expression box + + Í lagi + The text of OK button to dismiss an error dialog. + + + Ekki tókst að endurheimta þessa skyndimynd. + The error message to notify user that restoring from snapshot has failed. + \ 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 74303211..f301fa86 100644 --- a/src/Calculator/Resources/it-IT/Resources.resw +++ b/src/Calculator/Resources/it-IT/Resources.resw @@ -4182,4 +4182,12 @@ Apri il menu di scelta rapida per le azioni disponibili Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Non è possibile ripristinare questo snapshot. + The error message to notify user that restoring from snapshot has failed. + \ 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 a9209f1e..2e7cf55c 100644 --- a/src/Calculator/Resources/ja-JP/Resources.resw +++ b/src/Calculator/Resources/ja-JP/Resources.resw @@ -4182,4 +4182,12 @@ コンテキスト メニューを開いて使用可能なアクションを表示します Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + このスナップショットを復元できませんでした。 + The error message to notify user that restoring from snapshot has failed. + \ 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 0c337ea4..c294b312 100644 --- a/src/Calculator/Resources/kk-KZ/Resources.resw +++ b/src/Calculator/Resources/kk-KZ/Resources.resw @@ -4182,4 +4182,12 @@ Қолжетімді әрекеттер үшін қалқымалы мәзірді ашу Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Бұл есеп суретін қалпына келтіру мүмкін болмады. + The error message to notify user that restoring from snapshot has failed. + \ 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 4ba37597..7685b95d 100644 --- a/src/Calculator/Resources/km-KH/Resources.resw +++ b/src/Calculator/Resources/km-KH/Resources.resw @@ -4182,4 +4182,12 @@ បើកម៉ឺនុយបរិបទសម្រាប់សកម្មភាពដែលមាន Screen reader prompt for the context menu of the expression box + + យល់ព្រម + The text of OK button to dismiss an error dialog. + + + មិនអាចស្ដាររូបថតរហ័សនេះ​ឡើងវិញបានទេ។ + The error message to notify user that restoring from snapshot has failed. + \ 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 901ce42a..fe262e1a 100644 --- a/src/Calculator/Resources/kn-IN/Resources.resw +++ b/src/Calculator/Resources/kn-IN/Resources.resw @@ -4182,4 +4182,12 @@ ಲಭ್ಯವಿರುವ ಕ್ರಿಯೆಗಳಿಗೆ ಸಂದರ್ಭ ಮೆನು ತೆರೆಯಿರಿ Screen reader prompt for the context menu of the expression box + + ಸರಿ + The text of OK button to dismiss an error dialog. + + + ಈ ಸ್ನ್ಯಾಪ್‌ಶಾಟ್ ಅನ್ನು ಪುನಃಸ್ಥಾಪಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. + The error message to notify user that restoring from snapshot has failed. + \ 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 880c90d3..09eb7719 100644 --- a/src/Calculator/Resources/ko-KR/Resources.resw +++ b/src/Calculator/Resources/ko-KR/Resources.resw @@ -874,7 +874,7 @@ Screen reader prompt for the shift button on the number pad in scientific mode. - 음의 값 + 빼기 Screen reader prompt for the minus button on the number pad @@ -882,7 +882,7 @@ We use this resource to replace "-" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2 - 양의 값 + 더하기 Screen reader prompt for the plus button on the number pad @@ -962,11 +962,11 @@ Screen reader prompt for the Calculator tanh button on the scientific operator keypad - 사각형 + 제곱 Screen reader prompt for the x squared on the scientific operator keypad. - 정육면체 + 세제곱 Screen reader prompt for the x cubed on the scientific operator keypad. @@ -1218,7 +1218,7 @@ A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - 포인트(미국) + 파인트(미국) An abbreviation for a measurement unit of volume @@ -1798,7 +1798,7 @@ A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - 매치 + 마하 A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound) @@ -1854,7 +1854,7 @@ A measurement unit for length. (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) @@ -1934,11 +1934,11 @@ An abbreviation for a measurement unit of Angle - 라드 + 라디안 An abbreviation for a measurement unit of Angle - 그레이드 + 그라디안 An abbreviation for a measurement unit of Angle @@ -1962,7 +1962,7 @@ An abbreviation for a measurement unit of Pressure - 프사이 + 평방 인치당 파운드 An abbreviation for a measurement unit of Pressure @@ -2062,7 +2062,7 @@ A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - Dekagrams + 데카그램 A measurement unit for weight. Note: Dekagram is spelled "decagram" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2150,11 +2150,11 @@ AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - paperclips + 종이 클립 A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - paperclips + 종이 클립 A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2174,11 +2174,11 @@ A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - 목마가 + 홀스 A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - 목마가 + 홀스 A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2254,11 +2254,11 @@ A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - 용지 + A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) - 용지 + A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999) @@ -2334,7 +2334,7 @@ {Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits) - Windows 계산기에 대한 참가 방법을 알아보려면 %HL%GitHub%HL% 프로젝트를 체크 아웃하세요. + Windows 계산기에 기여할 수 있는 방법을 알아보려면 %HL%GitHub%HL% 프로젝트를 확인하세요. {Locked="%HL%GitHub%HL%"}. GitHub link, Displayed on the About panel @@ -2501,7 +2501,7 @@ Add/Subtract Years label - 날짜가 바운드 범위를 벗어남 + 날짜가 범위를 벗어남 Out of bound message shown as result when the date calculation exceeds the bounds @@ -2644,7 +2644,7 @@ Auditory feedback for screen reader users. Users will hear "Display is 7 plus" when the button is pressed. - 의 전원에 + 거듭제곱 Auditory feedback for screen reader users. Users will hear "Display is 7 to the power of" when the button is pressed. @@ -2652,11 +2652,11 @@ Auditory feedback for screen reader users. Users will hear "Display is 7 y root" when the button is pressed. - mod + 모드 Auditory feedback for screen reader users. Users will hear "Display is 7 mod" when the button is pressed. - 왼쪽 Shift + 왼쪽 시프트 Auditory feedback for screen reader users. Users will hear "Display is 7 left shift" when the button is pressed. @@ -2700,7 +2700,7 @@ Status text displayed when currency converter is disconnected from the internet. The text "Notification Settings" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked="%HL%"} - 통화 속도 업데이트 + 환율 업데이트 This string is what is read by Narrator, and other screen readers, when the "Update rates" button in the Currency Converter is clicked. @@ -2992,7 +2992,7 @@ Name for the inverse hyperbolic cotangent function. Used by screen readers. - 큐브 루트 + 세제곱근 Name for the cube root function. Used by screen readers. @@ -3004,7 +3004,7 @@ Name for the absolute value function. Used by screen readers. - 왼쪽 Shift + 왼쪽 시프트 Name for the programmer function that shifts bits to the left. Used by screen readers. @@ -3024,7 +3024,7 @@ Name for the natural log (ln) function. Used by screen readers. - 정사각형 + 제곱 Name for the square function. Used by screen readers. @@ -3152,11 +3152,11 @@ Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad - 바닥 + 내림 Screen reader prompt for the Calculator button floor in the scientific flyout keypad - 천장 + 올림 Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad @@ -3372,7 +3372,7 @@ Message displayed when the graph does not have any inflection points - 함수에 최대점 이 없습니다. + 함수에 최대값이 없습니다. Message displayed when the graph does not have any maxima @@ -3535,7 +3535,7 @@ Error that occurs during graphing when the equation is too complex. - 이 함수를 그래프로 나타내려면도 모드가 필요합니다 + 이 함수를 그래프로 나타내려면 도 모드가 필요합니다. Error that occurs during graphing when degrees is required @@ -3543,7 +3543,7 @@ Error that occurs during graphing when a factorial function has an invalid argument. - 계승 함수의 인수가 너무 커서 그래프에 포함되지 않습니다 + 계승 함수의 인수가 너무 커서 그래프에 포함되지 않습니다. Error that occurs during graphing when a factorial has a large n @@ -4182,4 +4182,12 @@ 바로 가기 메뉴를 열어 사용 가능한 작업 보기 Screen reader prompt for the context menu of the expression box + + 확인 + The text of OK button to dismiss an error dialog. + + + 이 스냅샷을 복원할 수 없습니다. + The error message to notify user that restoring from snapshot has failed. + \ 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 9073e3ef..7c7acef2 100644 --- a/src/Calculator/Resources/lo-LA/Resources.resw +++ b/src/Calculator/Resources/lo-LA/Resources.resw @@ -4182,4 +4182,12 @@ ເປີດລາຍການຄຳສັ່ງສໍາລັບການດໍາເນີນການທີ່ມີຢູ່ Screen reader prompt for the context menu of the expression box + + ຕົກລົງ + The text of OK button to dismiss an error dialog. + + + ພວກເຮົາບໍ່ສາມາດກູ້ສະແນັບຊັອດນີ້ໄດ້. + The error message to notify user that restoring from snapshot has failed. + \ 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 d6009c54..9ed067b4 100644 --- a/src/Calculator/Resources/lt-LT/Resources.resw +++ b/src/Calculator/Resources/lt-LT/Resources.resw @@ -4182,4 +4182,12 @@ Atidaryti galimų veiksmų kontekstinį meniu Screen reader prompt for the context menu of the expression box + + Gerai + The text of OK button to dismiss an error dialog. + + + Mums nepavyko atkurti šios momentinės kopijos. + The error message to notify user that restoring from snapshot has failed. + \ 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 10a6cfcf..7c0f5242 100644 --- a/src/Calculator/Resources/lv-LV/Resources.resw +++ b/src/Calculator/Resources/lv-LV/Resources.resw @@ -4182,4 +4182,12 @@ Atveriet pieejamo darbību kontekstizvēlni Screen reader prompt for the context menu of the expression box + + Labi + The text of OK button to dismiss an error dialog. + + + Nevarēja atjaunot šo momentuzņēmumu. + The error message to notify user that restoring from snapshot has failed. + \ 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 d459a806..4d93d08b 100644 --- a/src/Calculator/Resources/mk-MK/Resources.resw +++ b/src/Calculator/Resources/mk-MK/Resources.resw @@ -4182,4 +4182,12 @@ Отворете го контекстуалното мени за достапни дејства Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Блиц-извештајот не може да се обнови. + The error message to notify user that restoring from snapshot has failed. + \ 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 b3688e33..0b4799c6 100644 --- a/src/Calculator/Resources/ml-IN/Resources.resw +++ b/src/Calculator/Resources/ml-IN/Resources.resw @@ -4182,4 +4182,12 @@ ലഭ്യമായ പ്രവർത്തനങ്ങൾക്കായി സന്ദർഭ മെനു തുറക്കുക Screen reader prompt for the context menu of the expression box + + ശരി + The text of OK button to dismiss an error dialog. + + + ഈ സ്നാപ്പ്ഷോട്ട് പുനഃസ്ഥാപിക്കാനായില്ല. + The error message to notify user that restoring from snapshot has failed. + \ 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 8154b5ee..7ff9022a 100644 --- a/src/Calculator/Resources/ms-MY/Resources.resw +++ b/src/Calculator/Resources/ms-MY/Resources.resw @@ -4182,4 +4182,12 @@ Buka menu konteks untuk tindakan yang tersedia Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Tidak dapat memulihkan petikan ini. + The error message to notify user that restoring from snapshot has failed. + \ 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 18b08a80..73535f1e 100644 --- a/src/Calculator/Resources/nb-NO/Resources.resw +++ b/src/Calculator/Resources/nb-NO/Resources.resw @@ -4182,4 +4182,12 @@ Åpne hurtigmenyen for å se tilgjengelige handlinger Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Kan ikke gjenopprette dette øyeblikksbildet. + The error message to notify user that restoring from snapshot has failed. + \ 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 9547e3ec..e6f05209 100644 --- a/src/Calculator/Resources/nl-NL/Resources.resw +++ b/src/Calculator/Resources/nl-NL/Resources.resw @@ -3264,7 +3264,7 @@ Used to describe the last bit of a binary number. Used in bit flip - In een grafiek weergeven + Grafisch Name of the Graphing mode of the Calculator app. Displayed in the navigation menu. @@ -4182,4 +4182,12 @@ Het contextmenu openen voor beschikbare acties Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Kan deze momentopname niet herstellen. + The error message to notify user that restoring from snapshot has failed. + \ 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 6afcde80..19a521ff 100644 --- a/src/Calculator/Resources/pl-PL/Resources.resw +++ b/src/Calculator/Resources/pl-PL/Resources.resw @@ -4182,4 +4182,12 @@ Otwieranie menu kontekstowego dla dostępnych akcji Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Nie można przywrócić tej migawki. + The error message to notify user that restoring from snapshot has failed. + \ 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 e13d8f2d..5e2f77eb 100644 --- a/src/Calculator/Resources/pt-BR/Resources.resw +++ b/src/Calculator/Resources/pt-BR/Resources.resw @@ -4182,4 +4182,12 @@ Abrir o menu de contexto para ações disponíveis Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Não foi possível restaurar este instantâneo. + The error message to notify user that restoring from snapshot has failed. + \ 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 5fa63370..8b56d8d3 100644 --- a/src/Calculator/Resources/pt-PT/Resources.resw +++ b/src/Calculator/Resources/pt-PT/Resources.resw @@ -4182,4 +4182,12 @@ Abrir o menu de contexto para ações disponíveis Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Não foi possível restaurar este instantâneo. + The error message to notify user that restoring from snapshot has failed. + \ 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 1ff9d2fb..7d7697dd 100644 --- a/src/Calculator/Resources/ro-RO/Resources.resw +++ b/src/Calculator/Resources/ro-RO/Resources.resw @@ -4182,4 +4182,12 @@ Deschideți meniul contextual pentru acțiunile disponibile Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Nu s-a putut restaura acest instantaneu. + The error message to notify user that restoring from snapshot has failed. + \ 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 ffea67bb..758e6ef4 100644 --- a/src/Calculator/Resources/ru-RU/Resources.resw +++ b/src/Calculator/Resources/ru-RU/Resources.resw @@ -3452,7 +3452,7 @@ Message displayed when the graph does not have any y-intercepts - Область определения + Область Title for KeyGraphFeatures Domain Property @@ -3515,7 +3515,7 @@ Не удалось выполнить анализ функции. - Не удается вычислить область значений для этой функции. + Не удается вычислить область для этой функции. Error displayed when Domain is not returned from the analyzer. @@ -3583,7 +3583,7 @@ Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3 - Нет цифр рядом с десятичной запятой + Десятичная запятая не имеет цифр Error that occurs during graphing with a decimal point without digits @@ -3647,7 +3647,7 @@ General error that occurs during graphing. - Цифра не может использоваться с этим основанием + Не удалось определить цифру для заданного основания Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020). @@ -4182,4 +4182,12 @@ Открыть контекстное меню для просмотра доступных действий Screen reader prompt for the context menu of the expression box + + ОК + The text of OK button to dismiss an error dialog. + + + Не удалось восстановить этот моментальный снимок. + The error message to notify user that restoring from snapshot has failed. + \ 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 63f93c9b..0be7f3fc 100644 --- a/src/Calculator/Resources/sk-SK/Resources.resw +++ b/src/Calculator/Resources/sk-SK/Resources.resw @@ -4182,4 +4182,12 @@ Otvoriť kontextovú ponuku pre dostupné akcie Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Túto snímku sa nepodarilo obnoviť. + The error message to notify user that restoring from snapshot has failed. + \ 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 37bd6707..63774f40 100644 --- a/src/Calculator/Resources/sl-SI/Resources.resw +++ b/src/Calculator/Resources/sl-SI/Resources.resw @@ -4182,4 +4182,12 @@ Odpri priročni meni za dejanja, ki so na voljo Screen reader prompt for the context menu of the expression box + + V redu + The text of OK button to dismiss an error dialog. + + + Tega posnetka ni bilo mogoče obnoviti. + The error message to notify user that restoring from snapshot has failed. + \ 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 f4516160..55c7a79d 100644 --- a/src/Calculator/Resources/sq-AL/Resources.resw +++ b/src/Calculator/Resources/sq-AL/Resources.resw @@ -4182,4 +4182,12 @@ Hap menynë e kontekstit për veprimet në dispozicion Screen reader prompt for the context menu of the expression box + + Në rregull + The text of OK button to dismiss an error dialog. + + + Nuk mund të rikthejmë këtë fotografi. + The error message to notify user that restoring from snapshot has failed. + \ 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 1825d4e6..9ef6a75c 100644 --- a/src/Calculator/Resources/sr-Latn-RS/Resources.resw +++ b/src/Calculator/Resources/sr-Latn-RS/Resources.resw @@ -4182,4 +4182,12 @@ Otvorite kontekstualni meni za dostupne radnje Screen reader prompt for the context menu of the expression box + + U redu + The text of OK button to dismiss an error dialog. + + + Nije moguće vratiti ovaj snimak u prethodno stanje. + The error message to notify user that restoring from snapshot has failed. + \ 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 45d7c6c4..b6e6c150 100644 --- a/src/Calculator/Resources/sv-SE/Resources.resw +++ b/src/Calculator/Resources/sv-SE/Resources.resw @@ -4182,4 +4182,12 @@ Öppna snabbmenyn för tillgängliga åtgärder Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Det gick inte att återställa den här ögonblicksbilden. + The error message to notify user that restoring from snapshot has failed. + \ 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 ab5db3f9..aa747069 100644 --- a/src/Calculator/Resources/ta-IN/Resources.resw +++ b/src/Calculator/Resources/ta-IN/Resources.resw @@ -4183,4 +4183,12 @@ கிடைக்கக்கூடிய செயல்களுக்கு சூழல் மெனுவைத் திறக்கவும் Screen reader prompt for the context menu of the expression box + + சரி + The text of OK button to dismiss an error dialog. + + + இந்த நொடிப்புச்சேமிப்பை மீட்டெடுக்க முடியவில்லை. + The error message to notify user that restoring from snapshot has failed. + \ 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 7a47c774..205410f9 100644 --- a/src/Calculator/Resources/te-IN/Resources.resw +++ b/src/Calculator/Resources/te-IN/Resources.resw @@ -4182,4 +4182,12 @@ అందుబాటులో ఉన్న చర్యల కోసం సందర్భ మెనుని తెరవండి Screen reader prompt for the context menu of the expression box + + సరే + The text of OK button to dismiss an error dialog. + + + ఈ స్నాప్‌షాట్‌ని పునరుద్ధరించడం సాధ్యపడలేదు. + The error message to notify user that restoring from snapshot has failed. + \ 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 fca2a0b4..73c5dab2 100644 --- a/src/Calculator/Resources/th-TH/Resources.resw +++ b/src/Calculator/Resources/th-TH/Resources.resw @@ -4182,4 +4182,12 @@ เปิดเมนูบริบทสําหรับการดําเนินการที่พร้อมใช้งาน Screen reader prompt for the context menu of the expression box + + ตกลง + The text of OK button to dismiss an error dialog. + + + ไม่สามารถคืนค่าสแนปช็อตนี้ได้ + The error message to notify user that restoring from snapshot has failed. + \ 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 696df86c..526364a3 100644 --- a/src/Calculator/Resources/tr-TR/Resources.resw +++ b/src/Calculator/Resources/tr-TR/Resources.resw @@ -4182,4 +4182,12 @@ Kullanılabilir eylemler için bağlam menüsünü açın Screen reader prompt for the context menu of the expression box + + Tamam + The text of OK button to dismiss an error dialog. + + + Bu anlık görüntü geri yüklenemedi. + The error message to notify user that restoring from snapshot has failed. + \ 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 fac3d616..c0a84660 100644 --- a/src/Calculator/Resources/uk-UA/Resources.resw +++ b/src/Calculator/Resources/uk-UA/Resources.resw @@ -4182,4 +4182,12 @@ Відкрити контекстне меню для доступних дій Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Не вдалося відновити цей знімок. + The error message to notify user that restoring from snapshot has failed. + \ 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 99ec05aa..d6d78bac 100644 --- a/src/Calculator/Resources/vi-VN/Resources.resw +++ b/src/Calculator/Resources/vi-VN/Resources.resw @@ -4182,4 +4182,12 @@ Mở menu ngữ cảnh cho các hành động có sẵn Screen reader prompt for the context menu of the expression box + + OK + The text of OK button to dismiss an error dialog. + + + Không thể khôi phục ảnh chụp nhanh này. + The error message to notify user that restoring from snapshot has failed. + \ 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 c8e94968..adff78fe 100644 --- a/src/Calculator/Resources/zh-CN/Resources.resw +++ b/src/Calculator/Resources/zh-CN/Resources.resw @@ -4182,4 +4182,12 @@ 打开可用操作的上下文菜单 Screen reader prompt for the context menu of the expression box + + 确定 + The text of OK button to dismiss an error dialog. + + + 无法还原此快照。 + The error message to notify user that restoring from snapshot has failed. + \ 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 369f6306..e905bb0a 100644 --- a/src/Calculator/Resources/zh-TW/Resources.resw +++ b/src/Calculator/Resources/zh-TW/Resources.resw @@ -4182,4 +4182,12 @@ 開啟操作功能表以執行可用的動作 Screen reader prompt for the context menu of the expression box + + 確定 + The text of OK button to dismiss an error dialog. + + + 無法還原此快照。 + The error message to notify user that restoring from snapshot has failed. + \ No newline at end of file