diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-14 20:25:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-14 20:25:56 +0200 |
| commit | 3c99e487fca922a3eccd8d101f10bacc72d7679f (patch) | |
| tree | 33ba11905c9040a0e4caa079b42007b3b24dfc7a /i18n | |
| parent | 47d7da6227e8354c1f48289e14970c531e7ebc56 (diff) | |
| download | danixxyz-theme-3c99e487fca922a3eccd8d101f10bacc72d7679f.tar.gz danixxyz-theme-3c99e487fca922a3eccd8d101f10bacc72d7679f.zip | |
feat: add i18n keys for pkg-list and pkg-changelog shortcodes
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 8 | ||||
| -rw-r--r-- | i18n/it.yaml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 5c67437..9bf3574 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -189,3 +189,11 @@ callout_success: "Success" # Contribution Graph Widget contrib_widget_label: "Contribution activity for the last year" contrib_heading: "contributions" + +# Package repository shortcodes +pkg_list_loading: "Loading packages..." +pkg_list_error: "Could not load packages. Visit the repository directly." +pkg_list_filter: "Filter packages..." +pkg_list_link_label: "View" +pkg_changelog_loading: "Loading changelog..." +pkg_changelog_error: "Could not load changelog. Visit the repository directly." diff --git a/i18n/it.yaml b/i18n/it.yaml index 1e31ffc..ba04bce 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -191,3 +191,11 @@ callout_success: "Successo" # Widget Grafico Contribuzioni contrib_widget_label: "Attività di contribuzione nell'ultimo anno" contrib_heading: "contribuzioni" + +# Shortcode repository pacchetti +pkg_list_loading: "Caricamento pacchetti..." +pkg_list_error: "Impossibile caricare i pacchetti. Visita il repository direttamente." +pkg_list_filter: "Filtra pacchetti..." +pkg_list_link_label: "Visualizza" +pkg_changelog_loading: "Caricamento changelog..." +pkg_changelog_error: "Impossibile caricare il changelog. Visita il repository direttamente." |
