diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 16:34:27 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 16:34:27 +0200 |
| commit | 1355c69b3c5746fd34aa9d33ed52d8739cc2da5f (patch) | |
| tree | 9994b672ee57ab4822347b4b779ac27b3f08f6fe /i18n | |
| parent | 94d02d50ba9f84f7dfbb15c2743b493fd3a30334 (diff) | |
| parent | 0f01917b1bf52a98680352569c7d07fcce0182a6 (diff) | |
| download | danixxyz-1355c69b3c5746fd34aa9d33ed52d8739cc2da5f.tar.gz danixxyz-1355c69b3c5746fd34aa9d33ed52d8739cc2da5f.zip | |
Merge branch 'master' into productionrelease_29042026-1634
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 dcad3d2..3875a14 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -181,3 +181,11 @@ repo_example_1_desc: # other: "Various SlackBuild scripts, following SlackBuilds.org conventions wherever is possible." # repo_example_3_desc: # other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." + +# Callout shortcode titles +callout_note: "Note" +callout_tip: "Tip" +callout_info: "Info" +callout_warning: "Warning" +callout_danger: "Danger" +callout_success: "Success" diff --git a/i18n/it.yaml b/i18n/it.yaml index e0e7733..d8cee81 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -183,3 +183,11 @@ repo_example_1_desc: # other: "Vari script SlackBuild, seguo gli standard di SlackBuilds.org ovunque possibile." # repo_example_3_desc: # other: "Script SlackBuild per Pacchetto Esempio 3. Pacchetto di utilità per amministrazione di sistema e configurazione." + +# Titoli shortcode callout +callout_note: "Nota" +callout_tip: "Suggerimento" +callout_info: "Informazione" +callout_warning: "Attenzione" +callout_danger: "Pericolo" +callout_success: "Successo" |
