1
0

more attribution stuffs

This commit is contained in:
Noa Himesaka 2022-12-23 11:43:51 +09:00
parent 8611d9a5ef
commit 495e865c0d
13 changed files with 14 additions and 14 deletions

View File

@ -204,7 +204,7 @@ class About extends React.PureComponent {
<LinkFooter />
<div className='about__footer'>
<p><FormattedMessage id='about.fork_disclaimer' defaultMessage='Glitch-soc is free open source software forked from Mastodon.' /></p>
<p><FormattedMessage id='about.fork_disclaimer' defaultMessage='Glitch-YRYR is free open source software forked from Mastodon.' /></p>
<p><FormattedMessage id='about.disclaimer' defaultMessage='Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.' /></p>
</div>
</div>

View File

@ -94,7 +94,7 @@ const element = document.getElementById('initial-state');
/** @type {InitialState | undefined} */
const initialState = element?.textContent && JSON.parse(element.textContent);
// Glitch-soc-specific “local settings”
// Glitch-YRYR-specific “local settings”
try {
initialState.local_settings = JSON.parse(localStorage.getItem('mastodon-settings'));
} catch (e) {
@ -141,7 +141,7 @@ export const version = getMeta('version');
export const translationEnabled = getMeta('translation_enabled');
export const languages = initialState?.languages;
// Glitch-soc-specific settings
// Glitch-YRYR-specific settings
export const maxChars = (initialState && initialState.max_toot_chars) || 500;
export const favouriteModal = getMeta('favourite_modal');
export const pollLimits = (initialState && initialState.poll_limits);

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc je svobodný software s otevřeným zdrojovým kódem založený na Mastodonu.",
"about.fork_disclaimer": "Glitch-YRYR je svobodný software s otevřeným zdrojovým kódem založený na Mastodonu.",
"advanced_options.icon_title": "Pokročilá nastavení",
"advanced_options.local-only.long": "Neposílat na jiné servery",
"advanced_options.local-only.short": "Lokální příspěvek",

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc ist freie, quelloffene Software geforkt von Mastodon.",
"about.fork_disclaimer": "Glitch-YRYR ist freie, quelloffene Software geforkt von Mastodon.",
"account.add_account_note": "Notiz für @{name} hinzufügen",
"account.disclaimer_full": "Die folgenden Informationen könnten das Profil des Nutzers unvollständig wiedergeben.",
"account.follows": "Folgt",

View File

@ -156,7 +156,7 @@
{
"descriptors": [
{
"defaultMessage": "Glitch-soc is free open source software forked from Mastodon.",
"defaultMessage": "Glitch-YRYR is free open source software forked from Mastodon.",
"id": "about.fork_disclaimer"
}
],

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc is free open source software forked from Mastodon.",
"about.fork_disclaimer": "Glitch-YRYR is free open source software forked from Mastodon.",
"account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows",

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc est un logiciel gratuit et open source, fork de Mastodon.",
"about.fork_disclaimer": "Glitch-YRYR est un logiciel gratuit et open source, fork de Mastodon.",
"account.add_account_note": "Ajouter une note pour @{name}",
"account.disclaimer_full": "Les informations ci-dessous peuvent être incomplètes.",
"account.follows": "Abonnements",

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc est un logiciel gratuit et open source, fork de Mastodon.",
"about.fork_disclaimer": "Glitch-YRYR est un logiciel gratuit et open source, fork de Mastodon.",
"account.add_account_note": "Ajouter une note pour @{name}",
"account.disclaimer_full": "Les informations ci-dessous peuvent être incomplètes.",
"account.follows": "Abonnements",

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc is free open source software forked from Mastodon.",
"about.fork_disclaimer": "Glitch-YRYR is free open source software forked from Mastodon.",
"account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows",

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc is free open source software forked from Mastodon.",
"about.fork_disclaimer": "Glitch-YRYR is free open source software forked from Mastodon.",
"account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows",

View File

@ -1,5 +1,5 @@
{
"about.fork_disclaimer": "Glitch-soc is free open source software forked from Mastodon.",
"about.fork_disclaimer": "Glitch-YRYR is free open source software forked from Mastodon.",
"account.add_account_note": "Add note for @{name}",
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
"account.follows": "Follows",

View File

@ -710,7 +710,7 @@ html {
background: $simple-background-color url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='#{hex-color(lighten($ui-base-color, 8%))}'/></svg>") no-repeat right 8px center / auto 16px;
}
// Glitch-soc-specific changes
// Glitch-YRYR-specific changes
.pillbar-button {
background: $ui-secondary-color;

View File

@ -133,7 +133,7 @@ export const version = getMeta('version');
export const translationEnabled = getMeta('translation_enabled');
export const languages = initialState?.languages;
// Glitch-soc-specific settings
// Glitch-YRYR-specific settings
export const maxChars = (initialState && initialState.max_toot_chars) || 500;
export default initialState;