From 6983bf230b93e4a4fe962a01ef840f46a95c2e14 Mon Sep 17 00:00:00 2001 From: Maksim Petrov <47208721+vmapetr@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:10:54 +0200 Subject: [PATCH] Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28724274 (#4865) --- src/Misc/layoutbin/de-DE/strings.json | 1 + src/Misc/layoutbin/es-ES/strings.json | 1 + src/Misc/layoutbin/fr-FR/strings.json | 1 + src/Misc/layoutbin/it-IT/strings.json | 1 + src/Misc/layoutbin/ja-JP/strings.json | 1 + src/Misc/layoutbin/ko-KR/strings.json | 1 + src/Misc/layoutbin/ru-RU/strings.json | 1 + src/Misc/layoutbin/zh-CN/strings.json | 1 + src/Misc/layoutbin/zh-TW/strings.json | 1 + 9 files changed, 9 insertions(+) diff --git a/src/Misc/layoutbin/de-DE/strings.json b/src/Misc/layoutbin/de-DE/strings.json index afaed38b3d..5f4bc3449f 100644 --- a/src/Misc/layoutbin/de-DE/strings.json +++ b/src/Misc/layoutbin/de-DE/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "Der Pool {0} enthält bereits einen Agenten mit der Bezeichnung {1}.", "AllowContainerUserRunDocker": "Der Benutzer „{0}“ kann einen beliebigen Docker-Befehl ohne SUDO ausführen.", "AlreadyConfiguredError": "Der Agent kann nicht konfiguriert werden, da er bereits konfiguriert ist. Um den Agent neu zu konfigurieren, führen Sie zuerst „config.cmd remove“ oder „./config.sh remove“ aus.", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "„{0}“ muss angegeben werden.", "ArtifactCustomPropertiesNotJson": "Die benutzerdefinierten Artefakteigenschaften sind kein gültiger JSON-Code: „{0}“", "ArtifactCustomPropertyInvalid": "Benutzerdefinierten Artefakteigenschaften muss das Präfix „user-“ vorangestellt werden. Ungültige Eigenschaft: „{0}“", diff --git a/src/Misc/layoutbin/es-ES/strings.json b/src/Misc/layoutbin/es-ES/strings.json index 65100de312..5920f18ab3 100644 --- a/src/Misc/layoutbin/es-ES/strings.json +++ b/src/Misc/layoutbin/es-ES/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "El grupo {0} ya contiene un agente con el nombre {1}.", "AllowContainerUserRunDocker": "Permitir al usuario '{0}' ejecutar cualquier comando de Docker sin SUDO.", "AlreadyConfiguredError": "No se puede configurar el agente porque ya está configurado. Para volver a configurar el agente, ejecute primero 'config.cmd remove' o './config.sh remove'.", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "'{0}' debe especificarse.", "ArtifactCustomPropertiesNotJson": "Las propiedades personalizadas del artefacto no son JSON válidas: '{0}'", "ArtifactCustomPropertyInvalid": "Las propiedades personalizadas del artefacto deben tener el prefijo 'user-'. Propiedad no válida: '{0}'", diff --git a/src/Misc/layoutbin/fr-FR/strings.json b/src/Misc/layoutbin/fr-FR/strings.json index 88dc24a0d9..6d4bcedd9b 100644 --- a/src/Misc/layoutbin/fr-FR/strings.json +++ b/src/Misc/layoutbin/fr-FR/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "Le pool {0} contient déjà un agent nommé {1}.", "AllowContainerUserRunDocker": "Autorisez l’utilisateur «{0}» à exécuter une commande Docker sans SUDO.", "AlreadyConfiguredError": "Impossible de configurer l’agent, car il est déjà configuré. Pour reconfigurer l’agent, exécutez d’abord 'config.cmd remove' ou './config.sh remove'.", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "'{0}' doit être spécifié.", "ArtifactCustomPropertiesNotJson": "Les propriétés personnalisées de l’artefact ne sont pas valides au format JSON : '{0}'", "ArtifactCustomPropertyInvalid": "Les propriétés personnalisées de l’artefact doivent être précédées du préfixe « user- ». Propriété non valide : '{0}'", diff --git a/src/Misc/layoutbin/it-IT/strings.json b/src/Misc/layoutbin/it-IT/strings.json index 9f6774b3fc..e0ed8b7df7 100644 --- a/src/Misc/layoutbin/it-IT/strings.json +++ b/src/Misc/layoutbin/it-IT/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "Il pool {0} contiene già un agente denominato {1}.", "AllowContainerUserRunDocker": "Consente all'utente '{0}' di eseguire qualsiasi comando Docker senza SUDO.", "AlreadyConfiguredError": "Non è possibile configurare l'agente perché è già configurato. Per riconfigurare l'agente, eseguire prima 'config.cmd remove' o './config.sh remove'.", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "È necessario specificare '{0}'.", "ArtifactCustomPropertiesNotJson": "Le proprietà personalizzate dell'artefatto non sono JSON validi: '{0}'", "ArtifactCustomPropertyInvalid": "Le proprietà personalizzate dell'artefatto devono essere precedute da 'user-'. Proprietà non valida: '{0}'", diff --git a/src/Misc/layoutbin/ja-JP/strings.json b/src/Misc/layoutbin/ja-JP/strings.json index 7755caaf54..cd988d3a43 100644 --- a/src/Misc/layoutbin/ja-JP/strings.json +++ b/src/Misc/layoutbin/ja-JP/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "プール {0} には、{1} という名前のエージェントが既に含まれています。", "AllowContainerUserRunDocker": "ユーザー '{0}' が SUDO なしで Docker コマンドを実行することを許可します。", "AlreadyConfiguredError": "エージェントは既に構成されているため、構成できません。エージェントを再構成するには、最初に 'config.cmd remove' または './config.sh remove' を実行します。", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "'{0}' を指定する必要があります。", "ArtifactCustomPropertiesNotJson": "成果物のカスタム プロパティが有効な JSON ではありません: '{0}'", "ArtifactCustomPropertyInvalid": "成果物のカスタム プロパティの前に 'user-' を付ける必要があります。無効なプロパティ: '{0}'", diff --git a/src/Misc/layoutbin/ko-KR/strings.json b/src/Misc/layoutbin/ko-KR/strings.json index 8938d1ce05..19dfde5774 100644 --- a/src/Misc/layoutbin/ko-KR/strings.json +++ b/src/Misc/layoutbin/ko-KR/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "{0} 풀에 {1} 이름을 가진 에이전트가 이미 포함되어 있습니다.", "AllowContainerUserRunDocker": "사용자 '{0}'이(가) SUDO 없이 모든 Docker 명령을 실행할 수 있도록 허용합니다.", "AlreadyConfiguredError": "에이전트가 이미 구성되어 있으므로 구성할 수 없습니다. 에이전트를 다시 구성하려면 먼저 'config.cmd remove' 또는 './config.sh remove'를 실행합니다.", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "'{0}'을(를) 지정해야 합니다.", "ArtifactCustomPropertiesNotJson": "아티팩트 사용자 지정 속성이 유효한 JSON이 아닙니다: '{0}'", "ArtifactCustomPropertyInvalid": "아티팩트 사용자 지정 속성에는 'user-' 접두사가 있어야 합니다. 잘못된 속성: '{0}'", diff --git a/src/Misc/layoutbin/ru-RU/strings.json b/src/Misc/layoutbin/ru-RU/strings.json index 8767356e35..dc81041083 100644 --- a/src/Misc/layoutbin/ru-RU/strings.json +++ b/src/Misc/layoutbin/ru-RU/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "Пул {0} уже содержит агент с именем {1}.", "AllowContainerUserRunDocker": "Разрешить пользователю ''{0}'' запускать любую команду Docker без SUDO.", "AlreadyConfiguredError": "Не удалось настроить агент, так как он уже настроен. Чтобы перенастроить агент, сначала запустите команду ''config.cmd remove'' или ''./config.sh remove''.", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "Следует указать ''{0}''.", "ArtifactCustomPropertiesNotJson": "Настраиваемые свойства артефакта не имеют допустимого формата JSON: ''{0}''", "ArtifactCustomPropertyInvalid": "Настраиваемые свойства артефакта должны иметь префикс \"user-\". Недопустимое свойство: ''{0}''", diff --git a/src/Misc/layoutbin/zh-CN/strings.json b/src/Misc/layoutbin/zh-CN/strings.json index cc6102ab7e..ca0da64861 100644 --- a/src/Misc/layoutbin/zh-CN/strings.json +++ b/src/Misc/layoutbin/zh-CN/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "池 {0} 已包含一个名为 {1} 的代理。", "AllowContainerUserRunDocker": "允许用户“{0}”在没有 SUDO 的情况下运行任何 docker 命令。", "AlreadyConfiguredError": "无法配置代理,因为它已配置。若要重新配置代理,请先运行“config.cmd remove”或“./config.sh remove”。", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "必须指定 “{0}”。", "ArtifactCustomPropertiesNotJson": "项目自定义属性不是有效的 JSON:“{0}”", "ArtifactCustomPropertyInvalid": "项目自定义属性必须以“user-”作为前缀。无效属性:“{0}”", diff --git a/src/Misc/layoutbin/zh-TW/strings.json b/src/Misc/layoutbin/zh-TW/strings.json index 013b33a68f..2f9c71042a 100644 --- a/src/Misc/layoutbin/zh-TW/strings.json +++ b/src/Misc/layoutbin/zh-TW/strings.json @@ -27,6 +27,7 @@ "AgentWithSameNameAlreadyExistInPool": "集區 {0} 已經包含名為 {1} 的代理程式。", "AllowContainerUserRunDocker": "允許使用者 '{0}' 執行所有 Docker 命令,而不需使用 SUDO。", "AlreadyConfiguredError": "無法設定代理程式,因為它已設定。若要重新設定代理程式,請先執行 'config.cmd remove' 或 './config.sh remove'。", + "ApkAddShadowFailed": "The user ID is outside the range of the 'adduser' command. The alternative command 'useradd' cannot be used because the 'shadow' package is not preinstalled and the attempt to install this package failed. Check network availability or use a docker image with the 'shadow' package preinstalled.", "ArgumentNeeded": "必須指定 '{0}'。", "ArtifactCustomPropertiesNotJson": "成品自訂屬性不是有效的 JSON: '{0}'", "ArtifactCustomPropertyInvalid": "成品自訂屬性的首碼必須是 'user-'。不正確屬性: '{0}'",