Skip to content

Commit c19f8ef

Browse files
committed
feat(i18n): add provenance section to english
1 parent c9cc109 commit c19f8ef

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

i18n/locales/en.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,16 @@
170170
"no_readme": "No README available.",
171171
"view_on_github": "View on GitHub"
172172
},
173+
"provenance_section": {
174+
"title": "Provenance",
175+
"built_and_signed_on": "Built and signed on {provider}",
176+
"view_build_summary": "View build summary",
177+
"source_commit": "Source Commit",
178+
"build_file": "Build File",
179+
"public_ledger": "Public Ledger",
180+
"transparency_log_entry": "Transparency log entry",
181+
"view_more_details": "View more details"
182+
},
173183
"keywords_title": "Keywords",
174184
"compatibility": "Compatibility",
175185
"card": {
@@ -561,7 +571,8 @@
561571
"provenance": {
562572
"verified": "verified",
563573
"verified_title": "Verified provenance",
564-
"verified_via": "Verified: published via {provider}"
574+
"verified_via": "Verified: published via {provider}",
575+
"view_more_details": "View more details"
565576
},
566577
"jsr": {
567578
"title": "also available on JSR",

0 commit comments

Comments
 (0)