sforkowany z mirror/soapbox
Update source code link in footer
rodzic
8efc9c700e
commit
02cd99632a
|
@ -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 }) => (
|
||||
<div className='getting-started__footer'>
|
||||
<ul>
|
||||
{(invitesEnabled && account) && <li><a href='/invites'><FormattedMessage id='getting_started.invite' defaultMessage='Invite people' /></a> · </li>}
|
||||
|
@ -42,8 +49,12 @@ const LinkFooter = ({ onOpenHotkeys, account, siteTitle, onClickLogOut }) => (
|
|||
<p>
|
||||
<FormattedMessage
|
||||
id='getting_started.open_source_notice'
|
||||
defaultMessage='{site_title} is open source software. You can contribute or report issues on GitLab at {gitlab}.'
|
||||
values={{site_title: siteTitle, gitlab: <span><a href={source_url} rel='noopener' target='_blank'>{repository}</a> (v{version})</span> }}
|
||||
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: <a href={sourceCode.url} rel='noopener' target='_blank'>{sourceCode.repository}</a>,
|
||||
code_version: sourceCode.version,
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -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": "شروط الخدمة",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": "ব্যবহারের নিয়মাবলী",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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í",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -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": "Όροι χρήσης",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": "شرایط استفاده",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": "プライバシーポリシー",
|
||||
|
|
|
@ -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": "მომსახურების პირობები",
|
||||
|
|
|
@ -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": "Қызмет көрсету шарттары",
|
||||
|
|
|
@ -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": "이용 약관",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": "Условия использования",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": "Услови коришћења",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": "சேவை விதிமுறைகள்",
|
||||
|
|
|
@ -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": "సేవా నిబంధనలు",
|
||||
|
|
|
@ -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": "เงื่อนไขการให้บริการ",
|
||||
|
|
|
@ -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ı",
|
||||
|
|
|
@ -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": "Умови використання",
|
||||
|
|
|
@ -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": "使用条款",
|
||||
|
|
|
@ -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": "服務條款",
|
||||
|
|
|
@ -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": "服務條款",
|
||||
|
|
Ładowanie…
Reference in New Issue