diff --git a/app/gabsocial/features/ui/components/link_footer.js b/app/gabsocial/features/ui/components/link_footer.js
index 36ac48552..291314f76 100644
--- a/app/gabsocial/features/ui/components/link_footer.js
+++ b/app/gabsocial/features/ui/components/link_footer.js
@@ -2,16 +2,23 @@ import React from 'react';
import PropTypes from 'prop-types';
import { FormattedMessage, injectIntl } from 'react-intl';
import { Link } from 'react-router-dom';
-import { invitesEnabled, version, repository, source_url } from 'gabsocial/initial_state';
+import { invitesEnabled } from 'gabsocial/initial_state';
import { connect } from 'react-redux';
import { openModal } from '../../../actions/modal';
import { logOut } from 'gabsocial/actions/auth';
+// FIXME: Let this be configured
+const sourceCode = {
+ name: 'soapbox-fe',
+ url: 'https://gitlab.com/soapbox-pub/soapbox-fe',
+ repository: 'soapox-pub/soapbox-fe',
+ version: '0.0.0',
+}
+
const mapStateToProps = state => {
const me = state.get('me');
return {
account: state.getIn(['accounts', me]),
- siteTitle: state.getIn(['instance', 'title']),
}
};
@@ -25,7 +32,7 @@ const mapDispatchToProps = (dispatch) => ({
},
});
-const LinkFooter = ({ onOpenHotkeys, account, siteTitle, onClickLogOut }) => (
+const LinkFooter = ({ onOpenHotkeys, account, onClickLogOut }) => (
{(invitesEnabled && account) && - ·
}
@@ -42,8 +49,12 @@ const LinkFooter = ({ onOpenHotkeys, account, siteTitle, onClickLogOut }) => (
{repository} (v{version}) }}
+ defaultMessage='{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).'
+ values={{
+ code_name: sourceCode.name,
+ code_link: {sourceCode.repository},
+ code_version: sourceCode.version,
+ }}
/>
diff --git a/app/gabsocial/locales/ar.json b/app/gabsocial/locales/ar.json
index e7c185a6c..1e03a0fbc 100644
--- a/app/gabsocial/locales/ar.json
+++ b/app/gabsocial/locales/ar.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "استعدّ للبدء",
"getting_started.invite": "دعوة أشخاص",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "الأمان",
"getting_started.terms": "شروط الخدمة",
diff --git a/app/gabsocial/locales/ast.json b/app/gabsocial/locales/ast.json
index 0287c357a..3f260830e 100644
--- a/app/gabsocial/locales/ast.json
+++ b/app/gabsocial/locales/ast.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Entamu",
"getting_started.invite": "Convidar xente",
- "getting_started.open_source_notice": "{site_title} ye software de códigu abiertu. Pues collaborar o informar de fallos en {gitlab} (GitLab).",
+ "getting_started.open_source_notice": "{code_name} ye software de códigu abiertu. Pues collaborar o informar de fallos en {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Seguranza",
"getting_started.terms": "Términos del serviciu",
diff --git a/app/gabsocial/locales/bg.json b/app/gabsocial/locales/bg.json
index 3f27e5bf6..2716a3214 100644
--- a/app/gabsocial/locales/bg.json
+++ b/app/gabsocial/locales/bg.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Първи стъпки",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} е софтуер с отворен код. Можеш да помогнеш или да докладваш за проблеми в GitLab: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} е софтуер с отворен код. Можеш да помогнеш или да докладваш за проблеми в GitLab: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/bn.json b/app/gabsocial/locales/bn.json
index 6e6ae567d..de731b976 100644
--- a/app/gabsocial/locales/bn.json
+++ b/app/gabsocial/locales/bn.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "শুরু করা",
"getting_started.invite": "অন্যদের আমন্ত্রণ করুন",
- "getting_started.open_source_notice": "{site_title} একটি মুক্ত সফটওয়্যার। তৈরিতে সাহায্য করতে বা কোনো সমস্যা সম্পর্কে জানাতে আমাদের গিটহাবে যেতে পারেন {gitlab}।",
+ "getting_started.open_source_notice": "{code_name} একটি মুক্ত সফটওয়্যার। তৈরিতে সাহায্য করতে বা কোনো সমস্যা সম্পর্কে জানাতে আমাদের গিটহাবে যেতে পারেন {code_link} (v{code_version})।",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "নিরাপত্তা",
"getting_started.terms": "ব্যবহারের নিয়মাবলী",
diff --git a/app/gabsocial/locales/br.json b/app/gabsocial/locales/br.json
index 0ea058107..cb2ec570b 100644
--- a/app/gabsocial/locales/br.json
+++ b/app/gabsocial/locales/br.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/ca.json b/app/gabsocial/locales/ca.json
index a25b09a97..a7e09eba9 100644
--- a/app/gabsocial/locales/ca.json
+++ b/app/gabsocial/locales/ca.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Començant",
"getting_started.invite": "Convida gent",
- "getting_started.open_source_notice": "{site_title} és un programari de codi obert. Pots contribuir o informar de problemes a GitLab a {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} és un programari de codi obert. Pots contribuir o informar de problemes a {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Seguretat",
"getting_started.terms": "Termes del servei",
diff --git a/app/gabsocial/locales/co.json b/app/gabsocial/locales/co.json
index 497a9b2bb..de1bf6343 100644
--- a/app/gabsocial/locales/co.json
+++ b/app/gabsocial/locales/co.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Per principià",
"getting_started.invite": "Invità ghjente",
- "getting_started.open_source_notice": "{site_title} ghjè un lugiziale liberu. Pudete cuntribuisce à u codice o a traduzione, o palisà un bug, nant'à GitLab: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} ghjè un lugiziale liberu. Pudete cuntribuisce à u codice o a traduzione, o palisà un bug, nant'à GitLab: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Sicurità",
"getting_started.terms": "Cundizione di u serviziu",
diff --git a/app/gabsocial/locales/cs.json b/app/gabsocial/locales/cs.json
index f5e86ff9b..54f9a2617 100644
--- a/app/gabsocial/locales/cs.json
+++ b/app/gabsocial/locales/cs.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Začínáme",
"getting_started.invite": "Pozvat lidi",
- "getting_started.open_source_notice": "{site_title} je otevřený software. Na GitLabu k němu můžete přispět nebo nahlásit chyby: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} je otevřený software. Na GitLabu k němu můžete přispět nebo nahlásit chyby: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Nastavení účtu",
"getting_started.terms": "Podmínky používání",
diff --git a/app/gabsocial/locales/cy.json b/app/gabsocial/locales/cy.json
index c837b825b..c1765f7d8 100644
--- a/app/gabsocial/locales/cy.json
+++ b/app/gabsocial/locales/cy.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Dechrau",
"getting_started.invite": "Gwahodd pobl",
- "getting_started.open_source_notice": "Mae {site_title} yn feddalwedd côd agored. Mae modd cyfrannu neu adrodd materion ar GitLab ar {gitlab}.",
+ "getting_started.open_source_notice": "Mae {site_title} yn feddalwedd côd agored. Mae modd cyfrannu neu adrodd materion ar GitLab ar {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Diogelwch",
"getting_started.terms": "Telerau Gwasanaeth",
diff --git a/app/gabsocial/locales/da.json b/app/gabsocial/locales/da.json
index 3b4ad626d..6b7cf78ad 100644
--- a/app/gabsocial/locales/da.json
+++ b/app/gabsocial/locales/da.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Kom igang",
"getting_started.invite": "Inviter folk",
- "getting_started.open_source_notice": "{site_title} er et open source software. Du kan bidrage eller rapporterer fejl på GitLab {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} er et open source software. Du kan bidrage eller rapporterer fejl på GitLab {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Sikkerhed",
"getting_started.terms": "Vilkår",
diff --git a/app/gabsocial/locales/de.json b/app/gabsocial/locales/de.json
index 0c5272396..89c661780 100644
--- a/app/gabsocial/locales/de.json
+++ b/app/gabsocial/locales/de.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Erste Schritte",
"getting_started.invite": "Leute einladen",
- "getting_started.open_source_notice": "{site_title} ist quelloffene Software. Du kannst auf GitLab unter {gitlab} dazu beitragen oder Probleme melden.",
+ "getting_started.open_source_notice": "{code_name} ist quelloffene Software. Du kannst auf GitLab unter {code_link} (v{code_version}) dazu beitragen oder Probleme melden.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Sicherheit",
"getting_started.terms": "Nutzungsbedingungen",
diff --git a/app/gabsocial/locales/defaultMessages.json b/app/gabsocial/locales/defaultMessages.json
index c7d2d5639..e07aa3167 100644
--- a/app/gabsocial/locales/defaultMessages.json
+++ b/app/gabsocial/locales/defaultMessages.json
@@ -2602,7 +2602,7 @@
"id": "navigation_bar.logout"
},
{
- "defaultMessage": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "defaultMessage": "{site_title} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"id": "getting_started.open_source_notice"
}
],
@@ -2894,4 +2894,4 @@
],
"path": "app/gabsocial/features/video/index.json"
}
-]
\ No newline at end of file
+]
diff --git a/app/gabsocial/locales/el.json b/app/gabsocial/locales/el.json
index 95ab78649..dc0ecbe43 100644
--- a/app/gabsocial/locales/el.json
+++ b/app/gabsocial/locales/el.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Αφετηρία",
"getting_started.invite": "Προσκάλεσε κόσμο",
- "getting_started.open_source_notice": "Το {site_title} είναι ελεύθερο λογισμικό. Μπορείς να συνεισφέρεις ή να αναφέρεις ζητήματα στο GitLab στο {gitlab}.",
+ "getting_started.open_source_notice": "Το {site_title} είναι ελεύθερο λογισμικό. Μπορείς να συνεισφέρεις ή να αναφέρεις ζητήματα στο GitLab στο {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Ασφάλεια",
"getting_started.terms": "Όροι χρήσης",
diff --git a/app/gabsocial/locales/en.json b/app/gabsocial/locales/en.json
index 573c4024d..e5547b3da 100644
--- a/app/gabsocial/locales/en.json
+++ b/app/gabsocial/locales/en.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/eo.json b/app/gabsocial/locales/eo.json
index 8fd84f38d..73856b57d 100644
--- a/app/gabsocial/locales/eo.json
+++ b/app/gabsocial/locales/eo.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Por komenci",
"getting_started.invite": "Inviti homojn",
- "getting_started.open_source_notice": "{site_title} estas malfermitkoda programo. Vi povas kontribui aŭ raporti problemojn en GitLab je {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} estas malfermitkoda programo. Vi povas kontribui aŭ raporti problemojn en GitLab je {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Sekureco",
"getting_started.terms": "Uzkondiĉoj",
diff --git a/app/gabsocial/locales/es-AR.json b/app/gabsocial/locales/es-AR.json
index 629f5ffea..ea5ff8c49 100644
--- a/app/gabsocial/locales/es-AR.json
+++ b/app/gabsocial/locales/es-AR.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Introducción",
"getting_started.invite": "Invitar usuarios",
- "getting_started.open_source_notice": "{site_title} es software libre. Podés contribuir o informar errores en {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} es software libre. Podés contribuir o informar errores en {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Seguridad",
"getting_started.terms": "Términos del servicio",
diff --git a/app/gabsocial/locales/es.json b/app/gabsocial/locales/es.json
index c293a9785..6a3cb2796 100644
--- a/app/gabsocial/locales/es.json
+++ b/app/gabsocial/locales/es.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Primeros pasos",
"getting_started.invite": "Invitar usuarios",
- "getting_started.open_source_notice": "{site_title} es software libre. Puedes contribuir o reportar errores en {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} es software libre. Puedes contribuir o reportar errores en {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Seguridad",
"getting_started.terms": "Términos de servicio",
diff --git a/app/gabsocial/locales/et.json b/app/gabsocial/locales/et.json
index ff027887c..bf2e8a6c5 100644
--- a/app/gabsocial/locales/et.json
+++ b/app/gabsocial/locales/et.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Alustamine",
"getting_started.invite": "Kutsu inimesi",
- "getting_started.open_source_notice": "{site_title} on avatud lähtekoodiga tarkvara. Saad panustada või teatada probleemidest GitLabis {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} on avatud lähtekoodiga tarkvara. Saad panustada või teatada probleemidest GitLabis {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Turvalisus",
"getting_started.terms": "Kasutustingimused",
diff --git a/app/gabsocial/locales/eu.json b/app/gabsocial/locales/eu.json
index 250db9c5d..24a1221e9 100644
--- a/app/gabsocial/locales/eu.json
+++ b/app/gabsocial/locales/eu.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Menua",
"getting_started.invite": "Gonbidatu jendea",
- "getting_started.open_source_notice": "{site_title} software librea da. Ekarpenak egin ditzakezu edo akatsen berri eman GitLab bidez: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} software librea da. Ekarpenak egin ditzakezu edo akatsen berri eman GitLab bidez: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Segurtasuna",
"getting_started.terms": "Erabilera baldintzak",
diff --git a/app/gabsocial/locales/fa.json b/app/gabsocial/locales/fa.json
index a210e4d6b..053862705 100644
--- a/app/gabsocial/locales/fa.json
+++ b/app/gabsocial/locales/fa.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "آغاز کنید",
"getting_started.invite": "دعوت از دوستان",
- "getting_started.open_source_notice": "ماستدون یک نرمافزار آزاد است. میتوانید در ساخت آن مشارکت کنید یا مشکلاتش را در {gitlab} گزارش دهید.",
+ "getting_started.open_source_notice": "ماستدون یک نرمافزار آزاد است. میتوانید در ساخت آن مشارکت کنید یا مشکلاتش را در {code_link} (v{code_version}) گزارش دهید.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "امنیت",
"getting_started.terms": "شرایط استفاده",
diff --git a/app/gabsocial/locales/fi.json b/app/gabsocial/locales/fi.json
index 2e2a5c71d..857c2fde3 100644
--- a/app/gabsocial/locales/fi.json
+++ b/app/gabsocial/locales/fi.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Aloitus",
"getting_started.invite": "Kutsu ihmisiä",
- "getting_started.open_source_notice": "{site_title} on avoimen lähdekoodin ohjelma. Voit avustaa tai raportoida ongelmia GitLabissa: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} on avoimen lähdekoodin ohjelma. Voit avustaa tai raportoida ongelmia GitLabissa: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Tunnukset",
"getting_started.terms": "Käyttöehdot",
diff --git a/app/gabsocial/locales/fr.json b/app/gabsocial/locales/fr.json
index b2f6eea0c..e490c5b44 100644
--- a/app/gabsocial/locales/fr.json
+++ b/app/gabsocial/locales/fr.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Pour commencer",
"getting_started.invite": "Inviter des gens",
- "getting_started.open_source_notice": "{site_title} est un logiciel libre. Vous pouvez contribuer et envoyer vos commentaires et rapports de bogues via {gitlab} sur GitLab.",
+ "getting_started.open_source_notice": "{code_name} est un logiciel libre. Vous pouvez contribuer et envoyer vos commentaires et rapports de bogues via {code_link} (v{code_version}) sur GitLab.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Sécurité",
"getting_started.terms": "Conditions d’utilisation",
diff --git a/app/gabsocial/locales/ga.json b/app/gabsocial/locales/ga.json
index 9c3add617..b9ae59a8f 100644
--- a/app/gabsocial/locales/ga.json
+++ b/app/gabsocial/locales/ga.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/gl.json b/app/gabsocial/locales/gl.json
index a0314ec99..7e9100912 100644
--- a/app/gabsocial/locales/gl.json
+++ b/app/gabsocial/locales/gl.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Comezando",
"getting_started.invite": "Convide a xente",
- "getting_started.open_source_notice": "{site_title} é software de código aberto. Pode contribuír ou informar de fallos en GitLab en {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} é software de código aberto. Pode contribuír ou informar de fallos en {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Seguridade",
"getting_started.terms": "Termos do servizo",
diff --git a/app/gabsocial/locales/he.json b/app/gabsocial/locales/he.json
index 8b2f3dcf6..95a044869 100644
--- a/app/gabsocial/locales/he.json
+++ b/app/gabsocial/locales/he.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "בואו נתחיל",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "מסטודון היא תוכנה חופשית (בקוד פתוח). ניתן לתרום או לדווח על בעיות בגיטהאב: {gitlab}.",
+ "getting_started.open_source_notice": "מסטודון היא תוכנה חופשית (בקוד פתוח). ניתן לתרום או לדווח על בעיות בגיטהאב: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/hi.json b/app/gabsocial/locales/hi.json
index 1e7e5b834..4699c8668 100644
--- a/app/gabsocial/locales/hi.json
+++ b/app/gabsocial/locales/hi.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/hr.json b/app/gabsocial/locales/hr.json
index c307ff5c3..3421feb19 100644
--- a/app/gabsocial/locales/hr.json
+++ b/app/gabsocial/locales/hr.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Počnimo",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} je softver otvorenog koda. Možeš pridonijeti ili prijaviti probleme na GitLabu {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} je softver otvorenog koda. Možeš pridonijeti ili prijaviti probleme na GitLabu {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/hu.json b/app/gabsocial/locales/hu.json
index 248328780..d35aa171b 100644
--- a/app/gabsocial/locales/hu.json
+++ b/app/gabsocial/locales/hu.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Első lépések",
"getting_started.invite": "Mások meghívása",
- "getting_started.open_source_notice": "A {site_title} nyílt forráskódú szoftver. Csatlakozhatsz a fejlesztéshez vagy jelenthetsz problémákat GitLab-on {gitlab}.",
+ "getting_started.open_source_notice": "A {site_title} nyílt forráskódú szoftver. Csatlakozhatsz a fejlesztéshez vagy jelenthetsz problémákat GitLab-on {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Biztonság",
"getting_started.terms": "Felhasználási feltételek",
diff --git a/app/gabsocial/locales/hy.json b/app/gabsocial/locales/hy.json
index 9b06e5491..f268193a9 100644
--- a/app/gabsocial/locales/hy.json
+++ b/app/gabsocial/locales/hy.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Ինչպես սկսել",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "Մաստոդոնը բաց ելատեքստով ծրագրակազմ է։ Կարող ես ներդրում անել կամ վրեպներ զեկուցել ԳիթՀաբում՝ {gitlab}։",
+ "getting_started.open_source_notice": "Մաստոդոնը բաց ելատեքստով ծրագրակազմ է։ Կարող ես ներդրում անել կամ վրեպներ զեկուցել ԳիթՀաբում՝ {code_link} (v{code_version})։",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/id.json b/app/gabsocial/locales/id.json
index fe27b0ac5..0c20664fb 100644
--- a/app/gabsocial/locales/id.json
+++ b/app/gabsocial/locales/id.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Mulai",
"getting_started.invite": "Undang orang",
- "getting_started.open_source_notice": "{site_title} adalah perangkat lunak yang bersifat terbuka. Anda dapat berkontribusi atau melaporkan permasalahan/bug di Gitlab {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} adalah perangkat lunak yang bersifat terbuka. Anda dapat berkontribusi atau melaporkan permasalahan/bug di Gitlab {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Keamanan",
"getting_started.terms": "Ketentuan layanan",
diff --git a/app/gabsocial/locales/io.json b/app/gabsocial/locales/io.json
index 61f1b8b76..b7668a63b 100644
--- a/app/gabsocial/locales/io.json
+++ b/app/gabsocial/locales/io.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Debuto",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} esas programaro kun apertita kodexo. Tu povas kontributar o signalar problemi en GitLab ye {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} esas programaro kun apertita kodexo. Tu povas kontributar o signalar problemi en GitLab ye {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/it.json b/app/gabsocial/locales/it.json
index dafe14679..bf21d4418 100644
--- a/app/gabsocial/locales/it.json
+++ b/app/gabsocial/locales/it.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Come iniziare",
"getting_started.invite": "Invita qualcuno",
- "getting_started.open_source_notice": "{site_title} è un software open source. Puoi contribuire o segnalare errori su GitLab all'indirizzo {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} è un software open source. Puoi contribuire o segnalare errori su GitLab all'indirizzo {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Sicurezza",
"getting_started.terms": "Condizioni del servizio",
diff --git a/app/gabsocial/locales/ja.json b/app/gabsocial/locales/ja.json
index 52d85921e..696b03680 100644
--- a/app/gabsocial/locales/ja.json
+++ b/app/gabsocial/locales/ja.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "スタート",
"getting_started.invite": "招待",
- "getting_started.open_source_notice": "{site_title}はオープンソースソフトウェアです。誰でもGitLab ( {gitlab} ) から開発に参加したり、問題を報告したりできます。",
+ "getting_started.open_source_notice": "{site_title}はオープンソースソフトウェアです。誰でもGitLab ( {code_link} (v{code_version}) ) から開発に参加したり、問題を報告したりできます。",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "アカウント設定",
"getting_started.terms": "プライバシーポリシー",
diff --git a/app/gabsocial/locales/ka.json b/app/gabsocial/locales/ka.json
index a3f17d1da..1796d34f6 100644
--- a/app/gabsocial/locales/ka.json
+++ b/app/gabsocial/locales/ka.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "დაწყება",
"getting_started.invite": "ხალხის მოწვევა",
- "getting_started.open_source_notice": "მასტოდონი ღია პროგრამაა. შეგიძლიათ შეუწყოთ ხელი ან შექმნათ პრობემის რეპორტი {gitlab}-ზე.",
+ "getting_started.open_source_notice": "მასტოდონი ღია პროგრამაა. შეგიძლიათ შეუწყოთ ხელი ან შექმნათ პრობემის რეპორტი {code_link} (v{code_version})-ზე.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "უსაფრთხოება",
"getting_started.terms": "მომსახურების პირობები",
diff --git a/app/gabsocial/locales/kk.json b/app/gabsocial/locales/kk.json
index 6ef20c32b..1ba7b657b 100644
--- a/app/gabsocial/locales/kk.json
+++ b/app/gabsocial/locales/kk.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Желіде",
"getting_started.invite": "Адам шақыру",
- "getting_started.open_source_notice": "{site_title} - ашық кодты құрылым. Түзету енгізу немесе ұсыныстарды GitLab арқылы жасаңыз {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} - ашық кодты құрылым. Түзету енгізу немесе ұсыныстарды GitLab арқылы жасаңыз {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Қауіпсіздік",
"getting_started.terms": "Қызмет көрсету шарттары",
diff --git a/app/gabsocial/locales/ko.json b/app/gabsocial/locales/ko.json
index 48f8a4446..d45587beb 100644
--- a/app/gabsocial/locales/ko.json
+++ b/app/gabsocial/locales/ko.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "시작",
"getting_started.invite": "초대",
- "getting_started.open_source_notice": "{site_title}은 오픈 소스 소프트웨어입니다. 누구나 GitLab({gitlab})에서 개발에 참여하거나, 문제를 보고할 수 있습니다.",
+ "getting_started.open_source_notice": "{site_title}은 오픈 소스 소프트웨어입니다. 누구나 GitLab({code_link} (v{code_version}))에서 개발에 참여하거나, 문제를 보고할 수 있습니다.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "보안",
"getting_started.terms": "이용 약관",
diff --git a/app/gabsocial/locales/lt.json b/app/gabsocial/locales/lt.json
index 573c4024d..e5547b3da 100644
--- a/app/gabsocial/locales/lt.json
+++ b/app/gabsocial/locales/lt.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/lv.json b/app/gabsocial/locales/lv.json
index 053d19f16..454b97589 100644
--- a/app/gabsocial/locales/lv.json
+++ b/app/gabsocial/locales/lv.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/mk.json b/app/gabsocial/locales/mk.json
index 58297bd16..6d5362679 100644
--- a/app/gabsocial/locales/mk.json
+++ b/app/gabsocial/locales/mk.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/ms.json b/app/gabsocial/locales/ms.json
index ca67c88b9..6d1aa2469 100644
--- a/app/gabsocial/locales/ms.json
+++ b/app/gabsocial/locales/ms.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is open source software. You can contribute or report issues at {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/nl.json b/app/gabsocial/locales/nl.json
index c1e62b98d..e091aaa15 100644
--- a/app/gabsocial/locales/nl.json
+++ b/app/gabsocial/locales/nl.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Aan de slag",
"getting_started.invite": "Mensen uitnodigen",
- "getting_started.open_source_notice": "{site_title} is vrije software. Je kunt bijdragen of problemen melden op GitLab via {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} is vrije software. Je kunt bijdragen of problemen melden op GitLab via {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Beveiliging",
"getting_started.terms": "Voorwaarden",
diff --git a/app/gabsocial/locales/nn.json b/app/gabsocial/locales/nn.json
index 9e1723508..0473dee29 100644
--- a/app/gabsocial/locales/nn.json
+++ b/app/gabsocial/locales/nn.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Komme i gong",
"getting_started.invite": "Inviter folk",
- "getting_started.open_source_notice": "{site_title} har åpen kilde kode. Du kan hjelpe til med problemar på GitLab gjennom {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} har åpen kilde kode. Du kan hjelpe til med problemar på GitLab gjennom {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Brukar instillingar",
"getting_started.terms": "Brukarvillkår",
diff --git a/app/gabsocial/locales/no.json b/app/gabsocial/locales/no.json
index 44fe0cdd4..7ad9b0617 100644
--- a/app/gabsocial/locales/no.json
+++ b/app/gabsocial/locales/no.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Kom i gang",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} er fri programvare. Du kan bidra eller rapportere problemer på GitLab på {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} er fri programvare. Du kan bidra eller rapportere problemer på GitLab på {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/oc.json b/app/gabsocial/locales/oc.json
index 47ac80119..635dc64f6 100644
--- a/app/gabsocial/locales/oc.json
+++ b/app/gabsocial/locales/oc.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Per començar",
"getting_started.invite": "Convidar de monde",
- "getting_started.open_source_notice": "{site_title} es un logicial liure. Podètz contribuir e mandar vòstres comentaris e rapòrt de bug via {gitlab} sus GitLab.",
+ "getting_started.open_source_notice": "{code_name} es un logicial liure. Podètz contribuir e mandar vòstres comentaris e rapòrt de bug via {code_link} (v{code_version}) sus GitLab.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Seguretat",
"getting_started.terms": "Condicions d’utilizacion",
diff --git a/app/gabsocial/locales/pl.json b/app/gabsocial/locales/pl.json
index 9999b2f12..a2a64eb4a 100644
--- a/app/gabsocial/locales/pl.json
+++ b/app/gabsocial/locales/pl.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Rozpocznij",
"getting_started.invite": "Zaproś znajomych",
- "getting_started.open_source_notice": "{site_title} jest oprogramowaniem o otwartym źródle. Możesz pomóc w rozwoju lub zgłaszać błędy na GitLabie tutaj: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} jest oprogramowaniem o otwartym źródle. Możesz pomóc w rozwoju lub zgłaszać błędy na GitLabie tutaj: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Bezpieczeństwo",
"getting_started.terms": "Zasady użytkowania",
diff --git a/app/gabsocial/locales/pt-BR.json b/app/gabsocial/locales/pt-BR.json
index 1e7723e5e..826daf472 100644
--- a/app/gabsocial/locales/pt-BR.json
+++ b/app/gabsocial/locales/pt-BR.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Primeiros passos",
"getting_started.invite": "Convide pessoas",
- "getting_started.open_source_notice": "{site_title} é um software de código aberto. Você pode contribuir ou reportar problemas na página do GitLab do projeto: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} é um software de código aberto. Você pode contribuir ou reportar problemas na página do GitLab do projeto: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Segurança",
"getting_started.terms": "Termos de serviço",
diff --git a/app/gabsocial/locales/pt.json b/app/gabsocial/locales/pt.json
index 29fe7d64a..f434c8003 100644
--- a/app/gabsocial/locales/pt.json
+++ b/app/gabsocial/locales/pt.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Primeiros passos",
"getting_started.invite": "Convidar pessoas",
- "getting_started.open_source_notice": "{site_title} é software de código aberto (open source). Podes contribuir ou reportar problemas no GitLab do projecto: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} é software de código aberto (open source). Podes contribuir ou reportar problemas no GitLab do projecto: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Segurança",
"getting_started.terms": "Termos de serviço",
diff --git a/app/gabsocial/locales/ro.json b/app/gabsocial/locales/ro.json
index 61701f2b8..73eb627c9 100644
--- a/app/gabsocial/locales/ro.json
+++ b/app/gabsocial/locales/ro.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Începe",
"getting_started.invite": "Invită prieteni",
- "getting_started.open_source_notice": "{site_title} este o rețea de socializare de tip open source. Puteți contribuii la dezvoltarea ei sau să semnalați erorile pe GitLab la {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} este o rețea de socializare de tip open source. Puteți contribuii la dezvoltarea ei sau să semnalați erorile pe GitLab la {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Securitate",
"getting_started.terms": "Termeni de Utilizare",
diff --git a/app/gabsocial/locales/ru.json b/app/gabsocial/locales/ru.json
index c9d92c2a3..e27519692 100644
--- a/app/gabsocial/locales/ru.json
+++ b/app/gabsocial/locales/ru.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Добро пожаловать",
"getting_started.invite": "Пригласить людей",
- "getting_started.open_source_notice": "{site_title} — сервис с открытым исходным кодом. Вы можете внести вклад или сообщить о проблемах на GitLab: {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} — сервис с открытым исходным кодом. Вы можете внести вклад или сообщить о проблемах на GitLab: {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Безопасность",
"getting_started.terms": "Условия использования",
diff --git a/app/gabsocial/locales/sk.json b/app/gabsocial/locales/sk.json
index 7232af462..e3fbeaba4 100644
--- a/app/gabsocial/locales/sk.json
+++ b/app/gabsocial/locales/sk.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Začni tu",
"getting_started.invite": "Pozvi ľudí",
- "getting_started.open_source_notice": "{site_title} je softvér s otvoreným kódom. Nahlásiť chyby, alebo prispievať môžeš na GitLabe v {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} je softvér s otvoreným kódom. Nahlásiť chyby, alebo prispievať môžeš na GitLabe v {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Zabezpečenie",
"getting_started.terms": "Podmienky prevozu",
diff --git a/app/gabsocial/locales/sl.json b/app/gabsocial/locales/sl.json
index 2c4bfcd8b..39a2ffea7 100644
--- a/app/gabsocial/locales/sl.json
+++ b/app/gabsocial/locales/sl.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Kako začeti",
"getting_started.invite": "Povabite osebe",
- "getting_started.open_source_notice": "{site_title} je odprtokodna programska oprema. Na GitLabu na {gitlab} lahko prispevate ali poročate o napakah.",
+ "getting_started.open_source_notice": "{code_name} je odprtokodna programska oprema. Na GitLabu na {code_link} (v{code_version}) lahko prispevate ali poročate o napakah.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Varnost",
"getting_started.terms": "Pogoji uporabe",
diff --git a/app/gabsocial/locales/sq.json b/app/gabsocial/locales/sq.json
index 2b27e4f5a..176f28af6 100644
--- a/app/gabsocial/locales/sq.json
+++ b/app/gabsocial/locales/sq.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Si t’ia fillohet",
"getting_started.invite": "Ftoni njerëz",
- "getting_started.open_source_notice": "{site_title}-i është software me burim të hapur. Mund të jepni ndihmesë ose të njoftoni probleme në GitLab, te {gitlab}.",
+ "getting_started.open_source_notice": "{site_title}-i është software me burim të hapur. Mund të jepni ndihmesë ose të njoftoni probleme në GitLab, te {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Siguri",
"getting_started.terms": "Kushte shërbimi",
diff --git a/app/gabsocial/locales/sr-Latn.json b/app/gabsocial/locales/sr-Latn.json
index 11d8a8347..9c115ab8d 100644
--- a/app/gabsocial/locales/sr-Latn.json
+++ b/app/gabsocial/locales/sr-Latn.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Da počnete",
"getting_started.invite": "Invite people",
- "getting_started.open_source_notice": "{site_title} je softver otvorenog koda. Možete mu doprineti ili prijaviti probleme preko GitLab-a na {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} je softver otvorenog koda. Možete mu doprineti ili prijaviti probleme preko GitLab-a na {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Security",
"getting_started.terms": "Terms of Service",
diff --git a/app/gabsocial/locales/sr.json b/app/gabsocial/locales/sr.json
index c3c01f916..6226fb0bd 100644
--- a/app/gabsocial/locales/sr.json
+++ b/app/gabsocial/locales/sr.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Да почнете",
"getting_started.invite": "Позовите људе",
- "getting_started.open_source_notice": "{site_title} је софтвер отвореног кода. Можете му допринети или пријавити проблеме преко ГитХаба на {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} је софтвер отвореног кода. Можете му допринети или пријавити проблеме преко ГитХаба на {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Безбедност",
"getting_started.terms": "Услови коришћења",
diff --git a/app/gabsocial/locales/sv.json b/app/gabsocial/locales/sv.json
index 372be158c..3061801ca 100644
--- a/app/gabsocial/locales/sv.json
+++ b/app/gabsocial/locales/sv.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Kom igång",
"getting_started.invite": "Skicka inbjudningar",
- "getting_started.open_source_notice": "{site_title} är programvara med öppen källkod. Du kan bidra eller rapportera problem via GitLab på {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} är programvara med öppen källkod. Du kan bidra eller rapportera problem via GitLab på {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Säkerhet",
"getting_started.terms": "Användarvillkor",
diff --git a/app/gabsocial/locales/ta.json b/app/gabsocial/locales/ta.json
index 489a5a41b..c849d64e9 100644
--- a/app/gabsocial/locales/ta.json
+++ b/app/gabsocial/locales/ta.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "தொடங்குதல்",
"getting_started.invite": "நபர்களை அழைக்கவும்",
- "getting_started.open_source_notice": "{site_title} திறந்த மூல மென்பொருள். GitLab இல் நீங்கள் பங்களிக்கவோ அல்லது புகார் அளிக்கவோ முடியும் {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} திறந்த மூல மென்பொருள். GitLab இல் நீங்கள் பங்களிக்கவோ அல்லது புகார் அளிக்கவோ முடியும் {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "பத்திரம்",
"getting_started.terms": "சேவை விதிமுறைகள்",
diff --git a/app/gabsocial/locales/te.json b/app/gabsocial/locales/te.json
index 7374df7e4..29731f543 100644
--- a/app/gabsocial/locales/te.json
+++ b/app/gabsocial/locales/te.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "మొదలుపెడదాం",
"getting_started.invite": "వ్యక్తులను ఆహ్వానించండి",
- "getting_started.open_source_notice": "మాస్టొడొన్ ఓపెన్ సోర్స్ సాఫ్ట్వేర్. మీరు {gitlab} వద్ద GitLab పై సమస్యలను నివేదించవచ్చు లేదా తోడ్పడచ్చు.",
+ "getting_started.open_source_notice": "మాస్టొడొన్ ఓపెన్ సోర్స్ సాఫ్ట్వేర్. మీరు {code_link} (v{code_version}) వద్ద GitLab పై సమస్యలను నివేదించవచ్చు లేదా తోడ్పడచ్చు.",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "భద్రత",
"getting_started.terms": "సేవా నిబంధనలు",
diff --git a/app/gabsocial/locales/th.json b/app/gabsocial/locales/th.json
index 6baa6026a..5640940cd 100644
--- a/app/gabsocial/locales/th.json
+++ b/app/gabsocial/locales/th.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "เริ่มต้นใช้งาน",
"getting_started.invite": "เชิญผู้คน",
- "getting_started.open_source_notice": "{site_title} เป็นซอฟต์แวร์เปิดต้นฉบับ คุณสามารถมีส่วนร่วมหรือรายงานปัญหาที่ GitLab ที่ {gitlab}",
+ "getting_started.open_source_notice": "{code_name} เป็นซอฟต์แวร์เปิดต้นฉบับ คุณสามารถมีส่วนร่วมหรือรายงานปัญหาที่ GitLab ที่ {code_link} (v{code_version})",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "ความปลอดภัย",
"getting_started.terms": "เงื่อนไขการให้บริการ",
diff --git a/app/gabsocial/locales/tr.json b/app/gabsocial/locales/tr.json
index 35f1da25f..bb172baad 100644
--- a/app/gabsocial/locales/tr.json
+++ b/app/gabsocial/locales/tr.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Başlangıç",
"getting_started.invite": "İnsanları davet edin",
- "getting_started.open_source_notice": "{site_title} açık kaynaklı bir yazılımdır. Gitlab {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} açık kaynaklı bir yazılımdır. Gitlab {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Güvenlik",
"getting_started.terms": "Hizmet koşulları",
diff --git a/app/gabsocial/locales/uk.json b/app/gabsocial/locales/uk.json
index a1a6ca38e..fac8a7b66 100644
--- a/app/gabsocial/locales/uk.json
+++ b/app/gabsocial/locales/uk.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "Ласкаво просимо",
"getting_started.invite": "Запросіть людей",
- "getting_started.open_source_notice": "{site_title} — програма з відкритим сирцевим кодом. Ви можете допомогти проекту, або повідомити про проблеми на GitLab за адресою {gitlab}.",
+ "getting_started.open_source_notice": "{code_name} — програма з відкритим сирцевим кодом. Ви можете допомогти проекту, або повідомити про проблеми на GitLab за адресою {code_link} (v{code_version}).",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "Безпека",
"getting_started.terms": "Умови використання",
diff --git a/app/gabsocial/locales/zh-CN.json b/app/gabsocial/locales/zh-CN.json
index 5c51e6e22..af054f4bc 100644
--- a/app/gabsocial/locales/zh-CN.json
+++ b/app/gabsocial/locales/zh-CN.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "开始使用",
"getting_started.invite": "邀请用户",
- "getting_started.open_source_notice": "{site_title} 是开源软件。欢迎前往 GitLab({gitlab})贡献代码或反馈问题。",
+ "getting_started.open_source_notice": "{code_name} 是开源软件。欢迎前往 GitLab({code_link} (v{code_version}))贡献代码或反馈问题。",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "帐户安全",
"getting_started.terms": "使用条款",
diff --git a/app/gabsocial/locales/zh-HK.json b/app/gabsocial/locales/zh-HK.json
index 99228e547..cb0e82a34 100644
--- a/app/gabsocial/locales/zh-HK.json
+++ b/app/gabsocial/locales/zh-HK.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "開始使用",
"getting_started.invite": "邀請使用者",
- "getting_started.open_source_notice": "{site_title}(萬象)是一個開放源碼的軟件。你可以在官方 GitLab ({gitlab}) 貢獻或者回報問題。",
+ "getting_started.open_source_notice": "{site_title}(萬象)是一個開放源碼的軟件。你可以在官方 GitLab ({code_link} (v{code_version})) 貢獻或者回報問題。",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "帳戶安全",
"getting_started.terms": "服務條款",
diff --git a/app/gabsocial/locales/zh-TW.json b/app/gabsocial/locales/zh-TW.json
index 3a605a632..e27198714 100644
--- a/app/gabsocial/locales/zh-TW.json
+++ b/app/gabsocial/locales/zh-TW.json
@@ -146,7 +146,7 @@
"getting_started.dmca": "DMCA",
"getting_started.heading": "開始使用",
"getting_started.invite": "邀請使用者",
- "getting_started.open_source_notice": "{site_title} 是開源軟體。你可以在 GitLab {gitlab} 上貢獻或是回報問題。",
+ "getting_started.open_source_notice": "{code_name} 是開源軟體。你可以在 GitLab {code_link} (v{code_version}) 上貢獻或是回報問題。",
"getting_started.privacy": "Privacy Policy",
"getting_started.security": "安全性",
"getting_started.terms": "服務條款",