mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge branch 'main' into Feature/Hindi_localizableFile
This commit is contained in:
commit
755c2656fd
5 changed files with 13 additions and 5 deletions
|
|
@ -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;;}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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" = "Информация о загрузке не найдена";
|
||||
|
|
|
|||
Loading…
Reference in a new issue