diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-30 12:18:27 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-30 12:18:27 +0200 |
| commit | 73cf1dd4886954be0cf0d565d0397c02b6e4e6a5 (patch) | |
| tree | 633305f2879ee560631ab5beb67f698b51ced018 | |
| parent | 440e0361b64c6f010e8d581ea1ed95c85b578e48 (diff) | |
| download | danixxyz-73cf1dd4886954be0cf0d565d0397c02b6e4e6a5.tar.gz danixxyz-73cf1dd4886954be0cf0d565d0397c02b6e4e6a5.zip | |
translate: fixed translation for "responsibility"
| -rw-r--r-- | content/en/articles/responsibility/index.md | 9 | ||||
| -rw-r--r-- | content/it/articles/responsibility/index.md | 15 |
2 files changed, 14 insertions, 10 deletions
diff --git a/content/en/articles/responsibility/index.md b/content/en/articles/responsibility/index.md index 9b9aed3..347fdaf 100644 --- a/content/en/articles/responsibility/index.md +++ b/content/en/articles/responsibility/index.md @@ -1,11 +1,14 @@ +++ title = "responsibility" author = "Danilo M." -type = "life" +type = "quote" date = "2011-09-26T14:24:45+00:00" -excerpt = "Accept responsibility for your life. Know that it is you who will get you where you want to go, no one else." +excerpt = "Who's responsible for your life?" categories = [ "Blogging", "Self Reflection"] tags = [ "life", "responsibility"] + +++ -> Accept responsibility for your life. Know that it is you who will get you where you want to go, no one else.
\ No newline at end of file +{{< quote source="Les Brown" src="https://en.wikipedia.org/wiki/Les_Brown_(politician)" >}} +Accept responsibility for your life. Know that it is you who will get you where you want to go, no one else. +{{< /quote >}}
\ No newline at end of file diff --git a/content/it/articles/responsibility/index.md b/content/it/articles/responsibility/index.md index 1dfd1c9..2ea1abe 100644 --- a/content/it/articles/responsibility/index.md +++ b/content/it/articles/responsibility/index.md @@ -1,12 +1,13 @@ +++ -title = "responsibility" +title = "responsabilità" +author = "Danilo M." +type = "quote" date = "2011-09-26T14:24:45+00:00" - -type = "life" +excerpt = "Chi è responsabile della tua vita?" +categories = [ "Blogging", "Self Reflection"] tags = ["life", "responsibility"] - -author = "Danilo M." - +++ -TODO: Tradurre questo articolo dall'inglese all'italiano. +{{< quote source="Les Brown" src="https://en.wikipedia.org/wiki/Les_Brown_(politician)" >}} +Assumiti la responsabilità della tua vita. Ricorda che sei tu a determinare il tuo futuro e a portarti dove desideri, non qualcun altro. +{{< /quote >}}
\ No newline at end of file |
