Merge branch 'main' into Feature/Hindi_localizableFile

This commit is contained in:
Matt Kiazyk 2022-05-09 20:59:39 -05:00
commit 755c2656fd
No known key found for this signature in database
GPG key ID: 850581D2373E4A99
5 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf2580
{\rtf1\ansi\ansicpg1252\cocoartf2638
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 .SFNS-Regular;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}

View file

@ -40,7 +40,9 @@
"NoXcodeSelected" = "No Xcode Selected";
// Installation Steps
"InstallationStepDescription" = "Step %d of %d: %@";
// When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading"
// So if changing order, make sure the positional specficier is retained. ex: "%3$@: Step %1$d of %2$d"
"InstallationStepDescription" = "Step %1$d of %2$d: %3$@";
"DownloadingPercentDescription" = "Downloading: %d%% complete";
"StopInstallation" = "Stop installation";
"DownloadingError" = "No download information found";

View file

@ -40,7 +40,9 @@
"NoXcodeSelected" = "No se ha seleccionado un Xcode";
// Installation Steps
"InstallationStepDescription" = "Paso %d de %d: %@";
// When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading"
// So if changing order, make sure the positional specficier is retained. ex: "%3$@: Step %1$d of %2$d"
"InstallationStepDescription" = "Paso %1$d de %2$d: %3$@";
"DownloadingPercentDescription" = "Descargando: %d%% completado";
"StopInstallation" = "Detener Instalación";
"DownloadingError" = "No se encontró información de descarga";

View file

@ -40,7 +40,9 @@
"NoXcodeSelected" = "Aucun XCode Sélectionné";
// Installation Steps
"InstallationStepDescription" = "Étape %d de %d : %@";
// When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading"
// So if changing order, make sure the positional specficier is retained. ex: "%3$@: Step %1$d of %2$d"
"InstallationStepDescription" = "Étape %1$d de %2$d: %3$@";
"DownloadingPercentDescription" = "Téléchargement: %d%% téléchargé";
"StopInstallation" = "Arrêter l'installation";
"DownloadingError" = "Aucune information de téléchargement trouvée";

View file

@ -39,7 +39,9 @@
"NoXcodeSelected" = "Xcode не выбран";
// Installation Steps
"InstallationStepDescription" = "Шаг %d из %d: %@";
// When localizing. Items will be replaced in order. ie "Step 1 of 6: Downloading"
// So if changing order, make sure the positional specficier is retained. ex: "%3$@: Step %1$d of %2$d"
"InstallationStepDescription" = "Шаг %1$d из %2$d: %3$@";
"DownloadingPercentDescription" = "Скачивание: %d% завершено";
"StopInstallation" = "Остановить установку";
"DownloadingError" = "Информация о загрузке не найдена";