-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathtranslate.yaml
More file actions
142 lines (138 loc) · 6.94 KB
/
translate.yaml
File metadata and controls
142 lines (138 loc) · 6.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
---
# New params
receive_enabled: true
sync_enabled: true
# if true, no github or transifex api writes will happen.
# instead logs will be created to simulate results.
sync_dry_run_enabled: false
# These files will be ignored or deleted when syncing with Transifex.
ignores:
- "content/en/security/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain_logs.md"
- "content/en/security/sensitive_data_scanner/guide/redact_uuids_in_logs.md"
- "content/en/observability_pipelines/legacy/*.md"
- "content/en/**/faq/*.md"
- "content/en/security/default_rules/*.md"
- "content/en/security/cspm/custom_rules/*.md"
- "content/en/infrastructure/resource_catalog/*.md"
- "content/en/integrations/rapdev_services.md"
- "content/en/service_management/workflows/actions_catalog/*.md"
- "content/en/security/code_security/static_analysis/static_analysis_rules/**/*.md"
- "content/en/security/code_security/iac_security/iac_rules/**/*.md"
- "content/en/api/v1/**/*.md"
- "content/en/api/v2/**/*.md"
- "config/_default/menus/menus.en.yaml"
- "layouts/shortcodes/**/*[!.en].md" # We want to process *.en.md but ignore *.md
- "**/*.mdoc.md"
- "**/*.fr.md"
- "**/*.fr.yaml"
- "**/*.fr.json"
- "**/fr.json"
- "**/*.ja.md"
- "**/*.ja.yaml"
- "**/*.ja.json"
- "**/ja.json"
- "**/*.ko.md"
- "**/*.ko.yaml"
- "**/*.ko.json"
- "**/ko.json"
- "**/*.es.md"
- "**/*.es.yaml"
- "**/*.es.json"
- "**/es.json"
# Phase 1 Phrase files - excluded from Transifex
- "content/en/agent/configuration/secrets-management.md"
- "content/en/containers/kubernetes/control_plane.md"
- "content/en/logs/log_configuration/processors.md"
- "content/en/logs/log_collection/javascript.md"
- "content/en/tracing/trace_pipeline/ingestion_mechanisms.md"
- "content/en/account_management/authn_mapping/_index.md"
- "content/en/metrics/custom_metrics/dogstatsd_metrics_submission.md"
- "content/en/llm_observability/instrumentation/sdk.md"
- "content/en/cloudprem/guides/query_logs_with_mcp.md"
- "content/en/universal_service_monitoring/setup.md"
- "content/en/containers/kubernetes/tag.md"
- "content/en/code_coverage/configuration.md"
- "content/en/continuous_integration/guides/pipeline_data_model.md"
- "content/en/real_user_monitoring/application_monitoring/ios/advanced_configuration.md"
- "content/en/real_user_monitoring/feature_flag_tracking/setup.md"
- "content/en/monitors/guide/clean_up_monitor_clutter.md"
- "content/en/security/application_security/how-it-works/add-user-info.md"
- "content/en/llm_observability/instrumentation/auto_instrumentation.md"
- "content/en/error_tracking/frontend/mobile/android.md"
- "content/en/gpu_monitoring/fleet.md"
# These files will be uploaded to Transifex for translation when syncing.
sources:
- src: "content/en/**/*.md"
dst: "content/{lang}/**/*.md"
- src: "content/en/**/*.ast.json"
dst: "content/{lang}/**/*.ast.json"
- src: "data/api/**/translate_actions.json"
dst: "data/api/**/translate_actions.{lang}.json"
- src: "data/api/**/translate_tags.json"
dst: "data/api/**/translate_tags.{lang}.json"
- src: "data/partials/*.yaml"
dst: "data/partials/*.{lang}.yaml"
- src: "i18n/en.json"
dst: "i18n/{lang}.json"
- src: "layouts/shortcodes/**/*.en.md"
dst: "layouts/shortcodes/**/*.{lang}.md"
- src: "layouts/shortcodes/mdoc/en/**/*.ast.json"
dst: "layouts/shortcodes/mdoc/{lang}/**/*.ast.json"
- src: "config/_default/params.en.yaml"
dst: "config/_default/params.{lang}.yaml"
- src: "config/_default/menus/main.en.yaml"
dst: "config/_default/menus/main.{lang}.yaml"
- src: "config/_default/menus/api.en.yaml"
dst: "config/_default/menus/api.{lang}.yaml"
- src: "customization_config/en/**/*.yaml"
dst: "customization_config/{lang}/**/*.yaml"
- src: "content/en/agent/faq/agent_v6_changes.md"
dst: "content/{lang}/agent/faq/agent_v6_changes.md"
- src: "content/en/agent/faq/certificate_verify_failed-error.md"
dst: "content/{lang}/agent/faq/certificate_verify_failed-error.md"
- src: "content/en/workflows/actions_catalog/_index.md"
dst: "content/{lang}/workflows/actions_catalog/_index.md"
- src: "content/en/workflows/actions_catalog/generic_actions.md"
dst: "content/{lang}/workflows/actions_catalog/generic_actions.md"
phrase:
sources:
- src: "content/en/agent/configuration/secrets-management.md"
dst: "content/{lang}/agent/configuration/secrets-management.md"
- src: "content/en/containers/kubernetes/control_plane.md"
dst: "content/{lang}/containers/kubernetes/control_plane.md"
- src: "content/en/logs/log_configuration/processors.md"
dst: "content/{lang}/logs/log_configuration/processors.md"
- src: "content/en/logs/log_collection/javascript.md"
dst: "content/{lang}/logs/log_collection/javascript.md"
- src: "content/en/tracing/trace_pipeline/ingestion_mechanisms.md"
dst: "content/{lang}/tracing/trace_pipeline/ingestion_mechanisms.md"
- src: "content/en/account_management/authn_mapping/_index.md"
dst: "content/{lang}/account_management/authn_mapping/_index.md"
- src: "content/en/metrics/custom_metrics/dogstatsd_metrics_submission.md"
dst: "content/{lang}/metrics/custom_metrics/dogstatsd_metrics_submission.md"
- src: "content/en/llm_observability/instrumentation/sdk.md"
dst: "content/{lang}/llm_observability/instrumentation/sdk.md"
- src: "content/en/cloudprem/guides/query_logs_with_mcp.md"
dst: "content/{lang}/cloudprem/guides/query_logs_with_mcp.md"
- src: "content/en/universal_service_monitoring/setup.md"
dst: "content/{lang}/universal_service_monitoring/setup.md"
- src: "content/en/containers/kubernetes/tag.md"
dst: "content/{lang}/containers/kubernetes/tag.md"
- src: "content/en/code_coverage/configuration.md"
dst: "content/{lang}/code_coverage/configuration.md"
- src: "content/en/continuous_integration/guides/pipeline_data_model.md"
dst: "content/{lang}/continuous_integration/guides/pipeline_data_model.md"
- src: "content/en/real_user_monitoring/application_monitoring/ios/advanced_configuration.md"
dst: "content/{lang}/real_user_monitoring/application_monitoring/ios/advanced_configuration.md"
- src: "content/en/real_user_monitoring/feature_flag_tracking/setup.md"
dst: "content/{lang}/real_user_monitoring/feature_flag_tracking/setup.md"
- src: "content/en/monitors/guide/clean_up_monitor_clutter.md"
dst: "content/{lang}/monitors/guide/clean_up_monitor_clutter.md"
- src: "content/en/security/application_security/how-it-works/add-user-info.md"
dst: "content/{lang}/security/application_security/how-it-works/add-user-info.md"
- src: "content/en/llm_observability/instrumentation/auto_instrumentation.md"
dst: "content/{lang}/llm_observability/instrumentation/auto_instrumentation.md"
- src: "content/en/error_tracking/frontend/mobile/android.md"
dst: "content/{lang}/error_tracking/frontend/mobile/android.md"
- src: "content/en/gpu_monitoring/fleet.md"
dst: "content/{lang}/gpu_monitoring/fleet.md"