Skip to content

Commit 92c5231

Browse files
authored
New Crowdin updates (#14022)
1 parent b3c4d83 commit 92c5231

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3756
-18
lines changed

src/Files.App (Package)/Files.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<DisableXbfLineInfo>False</DisableXbfLineInfo>
1515
<GenerateTestArtifacts>True</GenerateTestArtifacts>
1616
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
17-
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;bg;ca;cs-CZ;da;da-DK;de-DE;el;en-GB;es-ES;es-419;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hu-HU;id-ID;it-IT;ja-JP;ka;ko-KR;lt;lv-LV;nb-NO;nl-NL;or-IN;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
17+
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;bg;ca;cs-CZ;da;da-DK;de-DE;el;en-GB;es-ES;es-419;fa-IR;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hu-HU;id-ID;it-IT;ja-JP;ka;ko-KR;lt;lv-LV;nb-NO;nl-NL;or-IN;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
1818
<UapAppxPackageBuildMode>StoreUpload</UapAppxPackageBuildMode>
1919
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
2020
<EntryPointProjectUniqueName>..\Files.App\Files.App.csproj</EntryPointProjectUniqueName>

src/Files.App (Package)/Package.appxmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<Resource Language="en-GB" />
4444
<Resource Language="es-ES" />
4545
<Resource Language="es-419" />
46+
<Resource Language="fa-IR" />
4647
<Resource Language="fi-FI" />
4748
<Resource Language="fil-PH" />
4849
<Resource Language="fr-FR" />

src/Files.App/Files.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyName>Files</AssemblyName>
88
<DefaultLanguage>en-US</DefaultLanguage>
99
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
10-
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;bg;ca;cs-CZ;da;da-DK;de-DE;el;en-GB;es-ES;es-419;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hu-HU;id-ID;it-IT;ja-JP;ka;ko-KR;lt;lv-LV;nb-NO;nl-NL;or-IN;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
10+
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;bg;ca;cs-CZ;da;da-DK;de-DE;el;en-GB;es-ES;es-419;fa-IR;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hu-HU;id-ID;it-IT;ja-JP;ka;ko-KR;lt;lv-LV;nb-NO;nl-NL;or-IN;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
1111
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1212
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
1313
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>

src/Files.App/Strings/af/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,6 +2341,9 @@
23412341
<data name="CalculationError" xml:space="preserve">
23422342
<value>An error occurred during the calculation</value>
23432343
</data>
2344+
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
2345+
<value>Failed to calculate the hash, please close the file and try again.</value>
2346+
</data>
23442347
<data name="CalculationOnlineFileHashError" xml:space="preserve">
23452348
<value>Hashes aren't available for online files</value>
23462349
</data>

src/Files.App/Strings/ar/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,9 @@
23402340
<data name="CalculationError" xml:space="preserve">
23412341
<value>حدث خطأ أثناء الحساب</value>
23422342
</data>
2343+
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
2344+
<value>Failed to calculate the hash, please close the file and try again.</value>
2345+
</data>
23432346
<data name="CalculationOnlineFileHashError" xml:space="preserve">
23442347
<value>Hashes aren't available for online files</value>
23452348
</data>

src/Files.App/Strings/bg/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,9 @@
23402340
<data name="CalculationError" xml:space="preserve">
23412341
<value>Възникна грешка, изчислявайки</value>
23422342
</data>
2343+
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
2344+
<value>Failed to calculate the hash, please close the file and try again.</value>
2345+
</data>
23432346
<data name="CalculationOnlineFileHashError" xml:space="preserve">
23442347
<value>Hashes aren't available for online files</value>
23452348
</data>

src/Files.App/Strings/ca/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,9 @@
23402340
<data name="CalculationError" xml:space="preserve">
23412341
<value>An error occurred during the calculation</value>
23422342
</data>
2343+
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
2344+
<value>Failed to calculate the hash, please close the file and try again.</value>
2345+
</data>
23432346
<data name="CalculationOnlineFileHashError" xml:space="preserve">
23442347
<value>Hashes aren't available for online files</value>
23452348
</data>

src/Files.App/Strings/cs-CZ/Resources.resw

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,9 @@
23402340
<data name="CalculationError" xml:space="preserve">
23412341
<value>Během výpočtu došlo k chybě</value>
23422342
</data>
2343+
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
2344+
<value>Failed to calculate the hash, please close the file and try again.</value>
2345+
</data>
23432346
<data name="CalculationOnlineFileHashError" xml:space="preserve">
23442347
<value>Hashy nejsou k dispozici pro online soubory</value>
23452348
</data>
@@ -3603,7 +3606,7 @@
36033606
<value>Žádné probíhající operace se soubory</value>
36043607
</data>
36053608
<data name="OpenOnStartupDisabled" xml:space="preserve">
3606-
<value>The option to open Files on Windows Startup is not available due to your system settings or group policy. To re-enable, open the startup page in Task Manager.</value>
3609+
<value>Možnost otevřít Files při spuštění systému Windows není dostupná kvůli nastavení systému nebo skupinovým pravidlům. Chcete-li ji umožnit, otevřete úvodní stránku ve Správci úloh.</value>
36073610
</data>
36083611
<data name="FailedToRestore" xml:space="preserve">
36093612
<value>Obnovení položek z koše se nezdařilo</value>

src/Files.App/Strings/da/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,9 @@
23402340
<data name="CalculationError" xml:space="preserve">
23412341
<value>Der opstod en fejl under beregningen</value>
23422342
</data>
2343+
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
2344+
<value>Failed to calculate the hash, please close the file and try again.</value>
2345+
</data>
23432346
<data name="CalculationOnlineFileHashError" xml:space="preserve">
23442347
<value>Hashes aren't available for online files</value>
23452348
</data>

src/Files.App/Strings/de-DE/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,9 @@
23402340
<data name="CalculationError" xml:space="preserve">
23412341
<value>Während der Berechnung ist ein Fehler aufgetreten</value>
23422342
</data>
2343+
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
2344+
<value>Fehler beim Berechnen des Hashs, bitte schließen Sie die Datei und versuchen Sie es erneut.</value>
2345+
</data>
23432346
<data name="CalculationOnlineFileHashError" xml:space="preserve">
23442347
<value>Hashes sind für Online-Dateien nicht verfügbar</value>
23452348
</data>

0 commit comments

Comments
 (0)