Skip to content

Commit

Permalink
string handback
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Feb 20, 2018
1 parent 71bf4f1 commit fc90866
Show file tree
Hide file tree
Showing 125 changed files with 1,456 additions and 1,456 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"loc.input.label.jdkArchitecture": "JDK architecture",
"loc.input.help.jdkArchitecture": "Geben Sie optional die JDK-Architektur an (x86, x64).",
"loc.messages.LocateJVMBasedOnVersionAndArch": "JAVA_HOME für Java %s %s finden",
"loc.messages.FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://docs.microsoft.com/en-us/vsts/build-release/tasks/tool/java-tool-installer) task to install the desired JDK.",
"loc.messages.FailedToLocateSpecifiedJVM": "Fehler bei der Suche nach der angegebenen JDK-Version. Stellen Sie sicher, dass die angegebene JDK-Version auf dem Agent installiert und die Umgebungsvariable \"%s\" vorhanden und auf den Speicherort eines entsprechenden JDK festgelegt ist. Alternativ können Sie mit dem [Java-Toolinstaller](https://docs.microsoft.com/en-us/vsts/build-release/tasks/tool/java-tool-installer) das gewünschte JDK installieren.",
"loc.messages.DiscontinueAntCodeCoverage": "We are discontinuing the support of automated code coverage report generation for Ant projects. Please refer https://github.com/Microsoft/vsts-tasks/blob/master/Tasks/ANT/README.md for more details.",
"loc.messages.NoCodeCoverage": "Keine zu veröffentlichenden Code Coverage-Ergebnisse wurden gefunden."
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"loc.input.label.jdkArchitecture": "JDK architecture",
"loc.input.help.jdkArchitecture": "Дополнительно укажите архитектуру JDK (x86, x64).",
"loc.messages.LocateJVMBasedOnVersionAndArch": "Найдите JAVA_HOME для Java %s %s",
"loc.messages.FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://docs.microsoft.com/en-us/vsts/build-release/tasks/tool/java-tool-installer) task to install the desired JDK.",
"loc.messages.FailedToLocateSpecifiedJVM": "Не удалось найти указанную версию JDK. Убедитесь, что она установлена на агенте, а переменная среды \"%s\" создана и содержит путь к соответствующей версии JDK, или установите необходимую версию JDK с помощью [установщика инструментов Java](https://docs.microsoft.com/ru-ru/vsts/build-release/tasks/tool/java-tool-installer).",
"loc.messages.DiscontinueAntCodeCoverage": "We are discontinuing the support of automated code coverage report generation for Ant projects. Please refer https://github.com/Microsoft/vsts-tasks/blob/master/Tasks/ANT/README.md for more details.",
"loc.messages.NoCodeCoverage": "Нет результатов объема протестированного кода для публикации."
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"loc.input.label.jarsign": "APK signieren",
"loc.input.help.jarsign": "Wählen Sie diese Option aus, wenn Sie die APK-Datei mit einer bereitgestellten KeyStore-Datei signieren möchten. Unsignierte APKs können nur in einem Emulator ausgeführt werden. APKs müssen signiert werden, um auf einem Gerät ausgeführt zu werden. ",
"loc.input.label.keystoreFile": "Keystore file",
"loc.input.help.keystoreFile": "Select the keystore file that was uploaded to `Secure Files` to be used to sign the APK.",
"loc.input.help.keystoreFile": "Wählen Sie die Keystore-Datei aus, die zum Signieren des APK in \"Sichere Dateien\" hochgeladen wurde.",
"loc.input.label.keystorePass": "Keystore password",
"loc.input.help.keystorePass": "Geben Sie das Kennwort die KeyStore-Datei an. Verwenden Sie eine neue Variable, deren Sperre auf der Registerkarte \"Variablen\" aktiviert ist, um den Wert zu verschlüsseln.",
"loc.input.label.keystoreAlias": "Alias",
Expand All @@ -28,5 +28,5 @@
"loc.messages.CouldNotFindZipalignInAndroidHome": "Das Zipalign-Tool wurde nicht gefunden in ANDROID_HOME: %s.",
"loc.messages.JavaHomeNotSet": "Die JAVA_HOME-Umgebungsvariable ist für den ausführenden Benutzer nicht festgelegt.",
"loc.messages.NoMatchingFiles": "Keine mit dem Suchmuster übereinstimmenden Dateien wurden gefunden: %s",
"loc.messages.DeleteKeystoreFileFailed": "Failed to delete keystore file downloaded from the server: %s"
"loc.messages.DeleteKeystoreFileFailed": "Fehler beim Löschen der Keystore-Datei, die vom Server heruntergeladen wurde: %s"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"loc.input.label.jarsign": "Подписать APK",
"loc.input.help.jarsign": "Выберите этот параметр, чтобы подписать APK с помощью предоставленного файла хранилища ключей. Неподписанные APK можно выполнять только в эмуляторе. Для запуска на устройстве APK должны быть подписаны.",
"loc.input.label.keystoreFile": "Keystore file",
"loc.input.help.keystoreFile": "Select the keystore file that was uploaded to `Secure Files` to be used to sign the APK.",
"loc.input.help.keystoreFile": "Выберите файл хранилища ключей, отправленный в разделе \"Безопасные файлы\" для подписывания APK.",
"loc.input.label.keystorePass": "Keystore password",
"loc.input.help.keystorePass": "Введите пароль для предоставленного файла хранилища ключей. Чтобы зашифровать это значение, используйте новую переменную сборки с включенной блокировкой на вкладке \"Переменные\".",
"loc.input.label.keystoreAlias": "Псевдоним",
Expand All @@ -28,5 +28,5 @@
"loc.messages.CouldNotFindZipalignInAndroidHome": "Не удалось найти средство zipalign в ANDROID_HOME: %s",
"loc.messages.JavaHomeNotSet": "Переменная среды JAVA_HOME не задана для текущего пользователя.",
"loc.messages.NoMatchingFiles": "Не найдены файлы, соответствующие шаблону поиска: %s",
"loc.messages.DeleteKeystoreFileFailed": "Failed to delete keystore file downloaded from the server: %s"
"loc.messages.DeleteKeystoreFileFailed": "Не удалось удалить скачанный с сервера файл хранилища ключей: %s"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"loc.description": "Archivieren Sie Dateien mithilfe verschiedener Komprimierungsformate, wie z. B. 7z, RAR, TAR.GZ und ZIP.",
"loc.instanceNameFormat": "Archive $(rootFolderOrFile)",
"loc.group.displayName.archive": "Archiv",
"loc.input.label.rootFolderOrFile": "Root folder or file to archive",
"loc.input.help.rootFolderOrFile": "Enter the root folder or file path to add to the archive. If a folder, everything under the folder will be added to the resulting archive.",
"loc.input.label.includeRootFolder": "Prepend root folder name to archive paths",
"loc.input.help.includeRootFolder": "If selected, the root folder name will be prepended to file paths within the archive. Otherwise, all file paths will start one level lower.<p>For example, suppose the selected root folder is: <b>`/home/user/output/classes/`</b>, and contains: <b>`com/acme/Main.class`</b>. <ul><li>If selected, the resulting archive would contain: <b>`classes/com/acme/Main.class`</b>.</li><li>Otherwise, the resulting archive would contain: <b>`com/acme/Main.class`</b>.</li></ul>",
"loc.input.label.rootFolderOrFile": "Stammordner oder Datei für Archivierung",
"loc.input.help.rootFolderOrFile": "Geben Sie den Stammordner oder den Dateipfad an, der dem Archiv hinzugefügt werden soll. Wenn es sich um einen Ordner handelt, werden alle im Ordner enthaltenen Elemente dem resultierenden Archiv hinzugefügt.",
"loc.input.label.includeRootFolder": "Archivpfaden den Stammordnernamen voranstellen",
"loc.input.help.includeRootFolder": "Bei Auswahl dieser Option wird dem Namen des Stammordners ein Präfix zu Dateipfaden im Archiv vorangestellt. Andernfalls beginnen alle Dateipfade eine Ebene niedriger.<p>Angenommen, der ausgewählte Stammordner lautet <b>\"/home/user/output/classes/\"</b> und enthält <b>\"com/acme/Main.class\"</b>. <ul><li>Wenn diese Option ausgewählt wird, enthält das sich ergebende Archiv <b>\"classes/com/acme/Main.class\"</b>.</li><li>Andernfalls enthält das Archiv <b>\"com/acme/Main.class\"</b>.</li></ul>",
"loc.input.label.archiveType": "Archivtyp",
"loc.input.help.archiveType": "Geben Sie das verwendete Komprimierungsschema an. Wenn Sie z. B. <b>\"foo.jar\"</b> erstellen möchten, wählen Sie <b>\"zip\"</b> als Komprimierungsoption aus und geben <b>\"foo.jar\"</b> als zu erstellende Archivdatei an. Wählen Sie <b>\"tar\"</b> für alle TAR-Dateien (einschließlich komprimierter Dateien) aus.",
"loc.input.label.tarCompression": "TAR-Komprimierung",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"loc.friendlyName": "Файлы архива",
"loc.helpMarkDown": "[Дополнительные сведения](http://go.microsoft.com/fwlink/?LinkId=809083)",
"loc.description": "Архивация файлов с помощью таких форматов сжатия, как 7Z, RAR, TAR.GZ и ZIP.",
"loc.instanceNameFormat": "Archive $(rootFolderOrFile)",
"loc.instanceNameFormat": "Архив $(rootFolderOrFile)",
"loc.group.displayName.archive": "Архив",
"loc.input.label.rootFolderOrFile": "Root folder or file to archive",
"loc.input.help.rootFolderOrFile": "Enter the root folder or file path to add to the archive. If a folder, everything under the folder will be added to the resulting archive.",
"loc.input.label.includeRootFolder": "Prepend root folder name to archive paths",
"loc.input.help.includeRootFolder": "If selected, the root folder name will be prepended to file paths within the archive. Otherwise, all file paths will start one level lower.<p>For example, suppose the selected root folder is: <b>`/home/user/output/classes/`</b>, and contains: <b>`com/acme/Main.class`</b>. <ul><li>If selected, the resulting archive would contain: <b>`classes/com/acme/Main.class`</b>.</li><li>Otherwise, the resulting archive would contain: <b>`com/acme/Main.class`</b>.</li></ul>",
"loc.input.label.rootFolderOrFile": "Корневая папка или файл для архивации",
"loc.input.help.rootFolderOrFile": "Введите корневой путь к файлу или папке для добавления в архив. Если указан путь к папке, в архив будут добавлены все элементы из нее.",
"loc.input.label.includeRootFolder": "Добавлять имя корневой папки в начало путей к архивам",
"loc.input.help.includeRootFolder": "Если этот флажок установлен, имя корневой папки будет добавляться в пути к файлам в архиве в качестве префикса. В противном случае все пути к файлам будут начинаться на один уровень ниже.<p>Предположим, выбрана корневая папка <b>/home/user/output/classes/</b>, которая содержит файл <b>com/acme/Main.class</b>. <ul><li>Если флажок установлен, полученный архив будет содержать файл <b>classes/com/acme/Main.class</b>.</li><li>В противном случае полученный архив будет содержать файл <b>com/acme/Main.class</b>.</li></ul>",
"loc.input.label.archiveType": "Тип архива",
"loc.input.help.archiveType": "Укажите используемую схему сжатия. Например, чтобы создать файл <b>foo.jar</b>, выберите в качестве типа сжатия <b>zip</b> и укажите <b>foo.jar</b> в качестве создаваемого файла архива. Для всех TAR-файлов (включая сжатые) выбирайте <b>tar</b>.",
"loc.input.label.tarCompression": "Сжатие TAR",
Expand Down
Loading

0 comments on commit fc90866

Please sign in to comment.