[lxc-devel] [lxd/master] Add snapshot expiry to `lxc info`

stgraber on Github lxc-bot at linuxcontainers.org
Wed Mar 6 21:46:22 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190306/26a7ab1f/attachment-0001.bin>
-------------- next part --------------
From 415376f899e7b6e1f1fdb9ed5617d25f3e7fba2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 6 Mar 2019 16:45:33 -0500
Subject: [PATCH 1/2] lxc/info: Show snapshot expiry

---
 lxc/info.go | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lxc/info.go b/lxc/info.go
index 1931c617b8..f7c1658124 100644
--- a/lxc/info.go
+++ b/lxc/info.go
@@ -255,6 +255,10 @@ func (c *cmdInfo) containerInfo(d lxd.ContainerServer, remote config.Remote, nam
 			fmt.Printf(" ("+i18n.G("taken at %s")+")", snap.CreatedAt.UTC().Format(layout))
 		}
 
+		if shared.TimeIsSet(snap.ExpiresAt) {
+			fmt.Printf(" ("+i18n.G("expires at %s")+")", snap.ExpiresAt.UTC().Format(layout))
+		}
+
 		if snap.Stateful {
 			fmt.Printf(" (" + i18n.G("stateful") + ")")
 		} else {

From 8214fe5041a48e1faa4261eacca41b619c042a96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 6 Mar 2019 16:45:46 -0500
Subject: [PATCH 2/2] i18n: Update translation templates
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 po/de.po      | 13 +++++++++----
 po/el.po      | 13 +++++++++----
 po/es.po      | 13 +++++++++----
 po/fa.po      | 13 +++++++++----
 po/fi.po      | 13 +++++++++----
 po/fr.po      | 13 +++++++++----
 po/hi.po      | 13 +++++++++----
 po/id.po      | 13 +++++++++----
 po/it.po      | 13 +++++++++----
 po/ja.po      | 13 +++++++++----
 po/ko.po      | 13 +++++++++----
 po/lxd.pot    | 13 +++++++++----
 po/nb_NO.po   | 13 +++++++++----
 po/nl.po      | 13 +++++++++----
 po/pa.po      | 13 +++++++++----
 po/pl.po      | 13 +++++++++----
 po/pt_BR.po   | 13 +++++++++----
 po/ru.po      | 13 +++++++++----
 po/sr.po      | 13 +++++++++----
 po/sv.po      | 13 +++++++++----
 po/tr.po      | 13 +++++++++----
 po/uk.po      | 13 +++++++++----
 po/zh_Hans.po | 13 +++++++++----
 23 files changed, 207 insertions(+), 92 deletions(-)

diff --git a/po/de.po b/po/de.po
index 5aa99fda65..e37b3a793a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2018-11-30 03:10+0000\n"
 "Last-Translator: ssantos <ssantos at web.de>\n"
 "Language-Team: German <https://hosted.weblate.org/projects/linux-containers/"
@@ -1672,7 +1672,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3337,6 +3337,11 @@ msgstr "Fehler: %v\n"
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 #, fuzzy
 msgid ""
@@ -4010,11 +4015,11 @@ msgstr ""
 "\n"
 "lxd %s <Name>\n"
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/el.po b/po/el.po
index 6d976029a1..5e1044f0d1 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2017-02-14 08:00+0000\n"
 "Last-Translator: Simos Xenitellis <simos.65 at gmail.com>\n"
 "Language-Team: Greek <https://hosted.weblate.org/projects/linux-containers/"
@@ -1477,7 +1477,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3033,6 +3033,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3622,11 +3627,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/es.po b/po/es.po
index 5c3378560d..c767211b0c 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2019-02-26 09:18+0000\n"
 "Last-Translator: Alonso José Lara Plana <alonso.lara.plana at gmail.com>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/linux-containers/"
@@ -1554,7 +1554,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr "Registro:"
 
@@ -3113,6 +3113,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, fuzzy, c-format
+msgid "expires at %s"
+msgstr "Expira: %s"
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3703,11 +3708,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/fa.po b/po/fa.po
index bf55ae55fa..7dd4a81666 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/fi.po b/po/fi.po
index 5e1eba3839..03e5cffd81 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/fr.po b/po/fr.po
index 23e819a983..95d7b3a00e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2019-01-04 18:07+0000\n"
 "Last-Translator: Deleted User <noreply+12102 at weblate.org>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/linux-containers/"
@@ -1743,7 +1743,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr "Journal : "
 
@@ -3448,6 +3448,11 @@ msgstr "erreur : %v"
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, fuzzy, c-format
+msgid "expires at %s"
+msgstr "Expire : %s"
+
 #: lxc/export.go:29
 #, fuzzy
 msgid ""
@@ -4173,11 +4178,11 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr "à suivi d'état"
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr "sans suivi d'état"
 
diff --git a/po/hi.po b/po/hi.po
index 497417ada3..d983e7abc5 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/id.po b/po/id.po
index 854e4df8bc..9f7bacce36 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/it.po b/po/it.po
index 0d3e01c314..5e1f4fc8b9 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2017-08-18 14:22+0000\n"
 "Last-Translator: Alberto Donato <alberto.donato at gmail.com>\n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/linux-containers/"
@@ -1524,7 +1524,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3091,6 +3091,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3681,11 +3686,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr "senza stato"
 
diff --git a/po/ja.po b/po/ja.po
index 8ca7aefdf9..c86c11d94d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2019-02-16 19:26+0000\n"
 "Last-Translator: KATOH Yasufumi <karma at jazz.email.ne.jp>\n"
 "Language-Team: Japanese <https://hosted.weblate.org/projects/linux-"
@@ -1615,7 +1615,7 @@ msgstr "バックグラウンド操作の一覧表示、表示、削除を行い
 msgid "Location: %s"
 msgstr "ロケーション: %s"
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr "ログ:"
 
@@ -3222,6 +3222,11 @@ msgstr "エラー: %v"
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, fuzzy, c-format
+msgid "expires at %s"
+msgstr "失効日時: %s"
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3924,11 +3929,11 @@ msgstr "使用量"
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr "start [<remote>:]<container> [[<remote>:]<container>...]"
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr "ステートフル"
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr "ステートレス"
 
diff --git a/po/ko.po b/po/ko.po
index 0dc14787fe..3f3f88bd54 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/lxd.pot b/po/lxd.pot
index 077eb2e6cc..52bf588244 100644
--- a/po/lxd.pot
+++ b/po/lxd.pot
@@ -7,7 +7,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: lxd\n"
         "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-        "POT-Creation-Date: 2019-03-05 14:06-0500\n"
+        "POT-Creation-Date: 2019-03-06 16:45-0500\n"
         "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
         "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
         "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -1374,7 +1374,7 @@ msgstr  ""
 msgid   "Location: %s"
 msgstr  ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid   "Log:"
 msgstr  ""
 
@@ -2879,6 +2879,11 @@ msgstr  ""
 msgid   "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr  ""
 
+#: lxc/info.go:259
+#, c-format
+msgid   "expires at %s"
+msgstr  ""
+
 #: lxc/export.go:29
 msgid   "export [<remote>:]<container> [target] [--container-only] [--optimized-storage]"
 msgstr  ""
@@ -3420,11 +3425,11 @@ msgstr  ""
 msgid   "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr  ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid   "stateful"
 msgstr  ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid   "stateless"
 msgstr  ""
 
diff --git a/po/nb_NO.po b/po/nb_NO.po
index a098ae090f..2fd7c6beb1 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/nl.po b/po/nl.po
index 621e2d87f2..1c778842f1 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2019-02-26 09:18+0000\n"
 "Last-Translator: Heimen Stoffels <vistausss at outlook.com>\n"
 "Language-Team: Dutch <https://hosted.weblate.org/projects/linux-containers/"
@@ -1521,7 +1521,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3075,6 +3075,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3664,11 +3669,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/pa.po b/po/pa.po
index 89ffa2a723..1658ec85f3 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/pl.po b/po/pl.po
index 1498f83ff1..89fbbadc96 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2018-09-08 19:22+0000\n"
 "Last-Translator: m4sk1n <me at m4sk.in>\n"
 "Language-Team: Polish <https://hosted.weblate.org/projects/linux-containers/"
@@ -1521,7 +1521,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3075,6 +3075,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3664,11 +3669,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 9561c1c10f..cc8614b52c 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2019-02-16 19:26+0000\n"
 "Last-Translator: Renato dos Santos <shazaum at gmail.com>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@@ -1594,7 +1594,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3150,6 +3150,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3739,11 +3744,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/ru.po b/po/ru.po
index fe06a28736..a27f39a8bd 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2018-06-22 15:57+0000\n"
 "Last-Translator: Александр Киль <shorrey at gmail.com>\n"
 "Language-Team: Russian <https://hosted.weblate.org/projects/linux-containers/"
@@ -1606,7 +1606,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3210,6 +3210,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 #, fuzzy
 msgid ""
@@ -3867,11 +3872,11 @@ msgstr ""
 "\n"
 "lxc %s [<remote>:]<container> [[<remote>:]<container>...]%s"
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/sr.po b/po/sr.po
index 2f9309d031..a5919485c0 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/sv.po b/po/sv.po
index d84fbd6d46..e302eba27a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/tr.po b/po/tr.po
index 735dd07387..932004967c 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/uk.po b/po/uk.po
index 734fd993ed..919745218d 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -1472,7 +1472,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3026,6 +3026,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3615,11 +3620,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 
diff --git a/po/zh_Hans.po b/po/zh_Hans.po
index 22857732df..d9c74e16da 100644
--- a/po/zh_Hans.po
+++ b/po/zh_Hans.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-03-05 14:06-0500\n"
+"POT-Creation-Date: 2019-03-06 16:45-0500\n"
 "PO-Revision-Date: 2018-09-11 19:15+0000\n"
 "Last-Translator: 0x0916 <w at laoqinren.net>\n"
 "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
@@ -1475,7 +1475,7 @@ msgstr ""
 msgid "Location: %s"
 msgstr ""
 
-#: lxc/info.go:279
+#: lxc/info.go:283
 msgid "Log:"
 msgstr ""
 
@@ -3029,6 +3029,11 @@ msgstr ""
 msgid "exec [<remote>:]<container> [flags] [--] <command line>"
 msgstr ""
 
+#: lxc/info.go:259
+#, c-format
+msgid "expires at %s"
+msgstr ""
+
 #: lxc/export.go:29
 msgid ""
 "export [<remote>:]<container> [target] [--container-only] [--optimized-"
@@ -3618,11 +3623,11 @@ msgstr ""
 msgid "start [<remote>:]<container> [[<remote>:]<container>...]"
 msgstr ""
 
-#: lxc/info.go:259
+#: lxc/info.go:263
 msgid "stateful"
 msgstr ""
 
-#: lxc/info.go:261
+#: lxc/info.go:265
 msgid "stateless"
 msgstr ""
 


More information about the lxc-devel mailing list