Skip to content

Commit aa50c95

Browse files
Add translation for noting JSON repo file source (#2707)
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
1 parent dd3b3ee commit aa50c95

File tree

16 files changed

+32
-0
lines changed

16 files changed

+32
-0
lines changed

config/machine_translations/de.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,5 @@ de:
396396
some_contents_found: Einige %{description}-Dateiinhalte gefunden.
397397
test_forced:
398398
test_automation: Testautomatisierung (Vertrauen %{confidence})
399+
repo_json:
400+
field_from_file: Wert aus der bestpractices JSON-Datei des Projekts

config/machine_translations/es.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,3 +1383,5 @@ es:
13831383
some_contents_found: Se encontraron algunos contenidos de archivos de %{description}.
13841384
test_forced:
13851385
test_automation: Automatización de pruebas (confianza %{confidence})
1386+
repo_json:
1387+
field_from_file: Valor del archivo JSON de bestpractices del proyecto

config/machine_translations/fr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,5 @@ fr:
325325
some_contents_found: Certains contenus de fichier %{description} trouvés.
326326
test_forced:
327327
test_automation: Automatisation des tests (confiance %{confidence})
328+
repo_json:
329+
field_from_file: Valeur provenant du fichier JSON bestpractices du projet

config/machine_translations/ja.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,5 @@ ja:
325325
some_contents_found: いくつかの %{description} ファイルの内容が見つかりました。
326326
test_forced:
327327
test_automation: テスト自動化(確信度 %{confidence})
328+
repo_json:
329+
field_from_file: プロジェクトのbestpractices JSONファイルからの値

config/machine_translations/pt-BR.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,3 +1443,5 @@ pt-BR:
14431443
some_contents_found: Alguns conteúdos de arquivo de %{description} encontrados.
14441444
test_forced:
14451445
test_automation: Automação de testes (confiança %{confidence})
1446+
repo_json:
1447+
field_from_file: Valor do arquivo JSON bestpractices do projeto

config/machine_translations/ru.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,5 @@ ru:
404404
some_contents_found: Найдено некоторое содержимое файлов %{description}.
405405
test_forced:
406406
test_automation: Автоматизация тестирования (уверенность %{confidence})
407+
repo_json:
408+
field_from_file: Значение из JSON-файла bestpractices проекта

config/machine_translations/src_en_de.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,5 @@ en:
398398
some_contents_found: Some %{description} file contents found.
399399
test_forced:
400400
test_automation: Test automation (confidence %{confidence})
401+
repo_json:
402+
field_from_file: Value from project's bestpractices JSON file

config/machine_translations/src_en_es.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,3 +1424,5 @@ en:
14241424
some_contents_found: Some %{description} file contents found.
14251425
test_forced:
14261426
test_automation: Test automation (confidence %{confidence})
1427+
repo_json:
1428+
field_from_file: Value from project's bestpractices JSON file

config/machine_translations/src_en_fr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,5 @@ en:
327327
some_contents_found: Some %{description} file contents found.
328328
test_forced:
329329
test_automation: Test automation (confidence %{confidence})
330+
repo_json:
331+
field_from_file: Value from project's bestpractices JSON file

config/machine_translations/src_en_ja.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,5 @@ en:
327327
some_contents_found: Some %{description} file contents found.
328328
test_forced:
329329
test_automation: Test automation (confidence %{confidence})
330+
repo_json:
331+
field_from_file: Value from project's bestpractices JSON file

0 commit comments

Comments
 (0)