+
+
+
+
+
+
{{ app.name }}
+
+
+
+ {{ getApplicationDescription(app) }}
+
+
+ {{
+ core.$t("software_center.instance")
+ }}
+ {{ instanceName }}
+
+
+ {{ core.$t("common.version") }}
+
+
+
+ {{ version }}
+
+
+
+
+ {{
+ core.$tc("software_center.categories", app.categories.length)
+ }}
+ {{ getApplicationCategories(app) }}
+
+
+ {{
+ core.$t("software_center.documentation")
+ }}
+
+
+ {{ app.docs.documentation_url }}
+
+
+
+
+ {{ core.$t("software_center.bugs") }}
+
+
+ {{ app.docs.bug_url }}
+
+
+
+
+ {{
+ core.$t("software_center.source_code")
+ }}
+
+
+ {{ app.docs.code_url }}
+
+
+
+
+ {{
+ core.$t("software_center.source_package")
+ }}
+
+ {{ app.source }}
+
+
+
+
{{
+ core.$tc("software_center.authors", app.authors.length)
+ }}
+
+ {{ app.authors[0].name }}
+
+ {{ app.authors[0].email }}
+
+
+
+ -
+ {{ author.name }}
+
+ {{ author.email }}
+
+
+
+
+
+
+