Skip to content

Commit

Permalink
New Crowdin updates (files-community#14022)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Nov 22, 2023
1 parent b3c4d83 commit 92c5231
Show file tree
Hide file tree
Showing 44 changed files with 3,756 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Files.App (Package)/Files.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<DisableXbfLineInfo>False</DisableXbfLineInfo>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
<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>
<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>
<UapAppxPackageBuildMode>StoreUpload</UapAppxPackageBuildMode>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<EntryPointProjectUniqueName>..\Files.App\Files.App.csproj</EntryPointProjectUniqueName>
Expand Down
1 change: 1 addition & 0 deletions src/Files.App (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<Resource Language="en-GB" />
<Resource Language="es-ES" />
<Resource Language="es-419" />
<Resource Language="fa-IR" />
<Resource Language="fi-FI" />
<Resource Language="fil-PH" />
<Resource Language="fr-FR" />
Expand Down
2 changes: 1 addition & 1 deletion src/Files.App/Files.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>Files</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
<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>
<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>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/af/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2341,6 +2341,9 @@
<data name="CalculationError" xml:space="preserve">
<value>An error occurred during the calculation</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes aren't available for online files</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/ar/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>حدث خطأ أثناء الحساب</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes aren't available for online files</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/bg/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>Възникна грешка, изчислявайки</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes aren't available for online files</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/ca/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>An error occurred during the calculation</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes aren't available for online files</value>
</data>
Expand Down
5 changes: 4 additions & 1 deletion src/Files.App/Strings/cs-CZ/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>Během výpočtu došlo k chybě</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashy nejsou k dispozici pro online soubory</value>
</data>
Expand Down Expand Up @@ -3603,7 +3606,7 @@
<value>Žádné probíhající operace se soubory</value>
</data>
<data name="OpenOnStartupDisabled" xml:space="preserve">
<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>
<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>
</data>
<data name="FailedToRestore" xml:space="preserve">
<value>Obnovení položek z koše se nezdařilo</value>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/da/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>Der opstod en fejl under beregningen</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes aren't available for online files</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/de-DE/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>Während der Berechnung ist ein Fehler aufgetreten</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Fehler beim Berechnen des Hashs, bitte schließen Sie die Datei und versuchen Sie es erneut.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes sind für Online-Dateien nicht verfügbar</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/el/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>Παρουσιάστηκε σφάλμα κατά τον υπολογισμό</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes aren't available for online files</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/en-GB/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>An error occurred during the calculation</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Hashes aren't available for online files</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/es-419/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>Se ha producido un error en el cálculo</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Los hash no están disponibles para los archivos en línea</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/es-ES/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@
<data name="CalculationError" xml:space="preserve">
<value>Se ha producido un error en el cálculo</value>
</data>
<data name="CalculationErrorFileIsOpen" xml:space="preserve">
<value>Failed to calculate the hash, please close the file and try again.</value>
</data>
<data name="CalculationOnlineFileHashError" xml:space="preserve">
<value>Los códigos 'hash' no están disponibles para archivos en línea</value>
</data>
Expand Down
Loading

0 comments on commit 92c5231

Please sign in to comment.