Skip to content

Commit

Permalink
Loc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Dec 27, 2016
1 parent 3f519c7 commit 7eabb8a
Show file tree
Hide file tree
Showing 243 changed files with 2,242 additions and 1,198 deletions.
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/de-de/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "Der Pfad der Testergebnisdateien. Platzhalter können verwendet werden. Beispiel: \"**/TEST-*.xml\" für alle XML-Dateien, deren Name mit \"TEST-\" beginnt.",
"loc.input.label.testRunTitle": "Testlauftitel",
"loc.input.help.testRunTitle": "Geben Sie einen Namen für den Testlauf an.",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "ANT_HOME-Pfad festlegen",
"loc.input.help.antHomeUserInputPath": "Wenn festgelegt, werden alle vorhandenen ANT_HOME-Umgebungsvariablen mit dem angegebenen Pfad überschrieben.",
"loc.input.label.javaHomeSelection": "JAVA_HOME festlegen durch",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/es-es/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "Ruta de acceso a los archivos de resultados de pruebas. Se pueden usar caracteres comodín. Por ejemplo, \"**/TEST-*.xml\" para todos los archivos XML cuyos nombres empiecen por TEST-.",
"loc.input.label.testRunTitle": "Título de la serie de pruebas",
"loc.input.help.testRunTitle": "Asigne un nombre a la serie de pruebas.",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "Establecer ruta ANT_HOME",
"loc.input.help.antHomeUserInputPath": "Si se establece, reemplaza cualquier variable de entorno ANT_HOME existente por la ruta de acceso dada.",
"loc.input.label.javaHomeSelection": "Establecer JAVA_HOME por",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/fr-fr/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "Chemin des fichiers de résultats des tests. Les caractères génériques sont autorisés. Par exemple, '**/TEST-*.xml' correspond à tous les fichiers XML dont le nom commence par TEST-.",
"loc.input.label.testRunTitle": "Titre de l'exécution du test",
"loc.input.help.testRunTitle": "Indiquez le nom de la série de tests.",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "Définir le chemin de ANT_HOME",
"loc.input.help.antHomeUserInputPath": "Si elle est définie, cette valeur remplace les variables d'environnement ANT_HOME existantes par le chemin spécifié.",
"loc.input.label.javaHomeSelection": "Définir JAVA_HOME par",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/it-IT/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "Percorso dei file dei risultati del test. È possibile usare i caratteri jolly, ad esempio `**/TEST-*.xml` per individuare tutti i file XML il cui nome inizia con TEST-.",
"loc.input.label.testRunTitle": "Titolo esecuzione dei test",
"loc.input.help.testRunTitle": "Consente di specificare un nome per l'esecuzione dei test.",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "Imposta percorso di ANT_HOME",
"loc.input.help.antHomeUserInputPath": "Se è impostato, esegue l'override di eventuali variabili di ambiente ANT_HOME esistenti con il percorso specificato.",
"loc.input.label.javaHomeSelection": "Imposta JAVA_HOME per",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/ja-jp/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "テスト結果ファイルのパス。ワイルドカードを使用できます。たとえば、名前が TEST- で始まるすべての XML ファイルの場合は `**/TEST-*.xml` です。",
"loc.input.label.testRunTitle": "テスト実行のタイトル",
"loc.input.help.testRunTitle": "テストの実行の名前を指定します。",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "ANT_HOME パスの設定",
"loc.input.help.antHomeUserInputPath": "設定されると、指定したパスの既存のあらゆる ANT_HOME 環境変数を上書きします。",
"loc.input.label.javaHomeSelection": "次の条件で JAVA_HOME を設定します",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/ko-KR/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "테스트 결과 파일 경로입니다. 와일드카드를 사용할 수 있습니다. 예를 들어, 이름이 TEST-로 시작하는 모든 XML 파일을 표시하기 위해 `**/TEST-*.xml`을 사용할 수 있습니다.",
"loc.input.label.testRunTitle": "테스트 실행 제목",
"loc.input.help.testRunTitle": "테스트 실행의 이름을 지정하세요.",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "ANT_HOME 경로 설정",
"loc.input.help.antHomeUserInputPath": "설정하는 경우 기존 ANT_HOME 환경 변수를 지정된 경로로 재정의합니다.",
"loc.input.label.javaHomeSelection": "JAVA_HOME 설정 방법",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/ru-RU/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "Путь к файлам результатов тестов. Можно использовать подстановочные знаки. Пример: \"**/TEST-*.xml\" для всех XML-файлов, имена которых начинаются с \"TEST-\".",
"loc.input.label.testRunTitle": "Заголовок тестового запуска",
"loc.input.help.testRunTitle": "Укажите имя для тестового запуска.",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "Задать путь ANT_HOME",
"loc.input.help.antHomeUserInputPath": "Если этот параметр задан, переопределяет любую существующую переменную среды ANT_HOME заданным путем.",
"loc.input.label.javaHomeSelection": "Установка JAVA_HOME с помощью",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/zh-CN/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "测试结果文件路径。可以使用通配符。例如,\"**/TEST-*.xml\" 表示名称以 TEST- 开头的所有 XML 文件。",
"loc.input.label.testRunTitle": "测试运行标题",
"loc.input.help.testRunTitle": "为测试运行提供一个名称。",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "设置 ANT_HOME 路径",
"loc.input.help.antHomeUserInputPath": "如已设置,将用给定路径覆盖任何现有 ANT_HOME 环境变量。",
"loc.input.label.javaHomeSelection": "JAVA_HOME 设置方法",
Expand Down
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/zh-TW/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"loc.input.help.testResultsFiles": "測試結果檔案路徑。可使用萬用字元。例如 `**/TEST-*.xml` 即適用於所有名稱開頭為 TEST- 的 XML 檔案。",
"loc.input.label.testRunTitle": "測試回合標題",
"loc.input.help.testRunTitle": "提供測試回合的名稱。",
"loc.input.label.codeCoverageTool": "Code Coverage Tool",
"loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.",
"loc.input.label.classFilesDirectories": "Class Files Directories",
"loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.",
"loc.input.label.classFilter": "Class Inclusion/Exclusion Filters",
"loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.",
"loc.input.label.srcDirectories": "Source Files Directories",
"loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.",
"loc.input.label.antHomeUserInputPath": "設定 ANT_HOME 路徑",
"loc.input.help.antHomeUserInputPath": "如有設定,將會以指定的路徑覆寫任何現有的 ANT_HOME 環境變數。",
"loc.input.label.javaHomeSelection": "設定 JAVA_HOME 由",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@
"loc.group.displayName.jarsignerOptions": "Jarsigner-Optionen",
"loc.group.displayName.zipalignOptions": "Zipalign-Optionen",
"loc.input.label.files": "APK-Dateien",
"loc.input.help.files": "Der relative Pfad vom Repositorystamm der Dateien. Platzhalter können verwendet werden. Beispiel: \"**\\bin\\*.apk\" für alle APK-Dateien im Unterordner \"bin\".",
"loc.input.help.files": "Relative path from the repo root to the APK(s) you want to sign. You can use wildcards to specify multiple files. For example, `**/bin/*.apk` for all .APK files in the 'bin' subfolder.",
"loc.input.label.jarsign": "APK signieren",
"loc.input.help.jarsign": "Select if you want to sign the APK with a provided keystore file.",
"loc.input.label.keystoreFile": "KeyStore-Datei",
"loc.input.help.keystoreFile": "Vollständiger Pfad zur KeyStore-Datei.",
"loc.input.help.keystoreFile": "The keystore file should be entered as a file path. It can either be checked into source control or placed on the build machine directly by an administrator. It is recommended to encrypt the keystore file in source control and use the 'Decrypt File' task to decrypt the file during the build.",
"loc.input.label.keystorePass": "Schlüsselspeicherkennwort",
"loc.input.help.keystorePass": "Enter the password for the provided keystore file. We recommend that you put this value in a secret variable.",
"loc.input.label.keystoreAlias": "Alias",
"loc.input.help.keystoreAlias": "Enter the alias used for the keystore file.",
"loc.input.label.keyPass": "Schlüsselkennwort",
"loc.input.help.keyPass": "Enter the key password for the alias and keystore file. We recommend that you put this value in a secret variable.",
"loc.input.label.jarsignerArguments": "Jarsigner-Argumente",
"loc.input.help.jarsignerArguments": "Provide any options to pass to the jarsigner command line. Default is: -verbose -sigalg MD5withRSA -digestalg SHA1",
"loc.input.label.zipalign": "Zipalign",
"loc.input.help.zipalign": "Select if you want to zipalign your package. This reduces the amount of RAM consumed by an app.",
"loc.input.label.zipalignLocation": "Zipalign-Speicherort",
"loc.input.help.zipalignLocation": "Geben Sie optional den Pfad zu zipalign.exe an. Standardmäßig wird die im Android SDK-Ordner gefundene zipalign.exe verwendet."
"loc.input.help.zipalignLocation": "Optionally specify the location of the zipalign executable used during signing. This defaults to the zipalign found in the Android SDK version folder that your application builds against."
}
Loading

0 comments on commit 7eabb8a

Please sign in to comment.