diff --git a/.env.captcha b/.env.captcha new file mode 100644 index 000000000..8e504f6dc --- /dev/null +++ b/.env.captcha @@ -0,0 +1,38 @@ +####################################### +# Captcha +####################################### +# Master switch. Must be true for any captcha to appear. +CAPTCHA_ENABLED=false +# Active provider: hcaptcha (default), turnstile, or cap. +CAPTCHA_DRIVER=hcaptcha + +# Per-surface toggles (each also requires CAPTCHA_ENABLED=true) +CAPTCHA_ENABLED_ON_LOGIN=true +CAPTCHA_ENABLED_ON_REGISTER=true +CAPTCHA_ENABLED_ON_CURATED_REGISTER=true +CAPTCHA_ENABLED_ON_FORGOT_EMAIL=true +CAPTCHA_ENABLED_ON_FORGOT_PASSWORD=true +CAPTCHA_ENABLED_ON_PASSWORD_RESET=true + +# --- hCaptcha (driver: hcaptcha) --- +CAPTCHA_H_SITEKEY= +CAPTCHA_H_SECRET= +CAPTCHA_H_TIMEOUT=5 +CAPTCHA_H_FAIL_OPEN=false + +# --- Cloudflare Turnstile (driver: turnstile) --- +CAPTCHA_TURNSTILE_SITEKEY= +CAPTCHA_TURNSTILE_SECRET= +CAPTCHA_TURNSTILE_TIMEOUT=5 +CAPTCHA_TURNSTILE_FAIL_OPEN=false + +# --- Cap (driver: cap) --- +# Base URL WITHOUT the site key +CAPTCHA_CAP_ENDPOINT=https://example.com +CAPTCHA_CAP_SITEKEY= +CAPTCHA_CAP_SECRET= +CAPTCHA_CAP_TIMEOUT=5 +CAPTCHA_CAP_FAIL_OPEN=false +CAPTCHA_CAP_TOKEN_FIELD=cap-captcha-response +# @cap.js/widget version from jsDelivr; leave "latest" to track newest stable +CAPTCHA_CAP_WIDGET_VERSION=latest diff --git a/.env.docker.example b/.env.docker.example index 34adca7a0..805606779 100644 --- a/.env.docker.example +++ b/.env.docker.example @@ -6,6 +6,7 @@ APP_NAME="Pixelfed" APP_ENV="production" APP_KEY= APP_DEBUG="false" +APP_LOCALE="en-US" # Instance Configuration OPEN_REGISTRATION="false" diff --git a/.env.example b/.env.example index 0c3ce2156..427f84781 100644 --- a/.env.example +++ b/.env.example @@ -2,6 +2,7 @@ APP_NAME="Pixelfed" APP_ENV="production" APP_KEY= APP_DEBUG="false" +APP_LOCALE="en-US" # Instance Configuration OPEN_REGISTRATION="false" diff --git a/.env.testing b/.env.testing index a9d417e48..48e0440f8 100644 --- a/.env.testing +++ b/.env.testing @@ -2,6 +2,7 @@ APP_NAME="Pixelfed Test" APP_ENV=testing APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E= APP_DEBUG=true +APP_LOCALE="en-US" APP_URL=https://pixelfed.test APP_DOMAIN="pixelfed.test" diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..fcfc0a8f8 --- /dev/null +++ b/.npmrc @@ -0,0 +1,5 @@ +; vue-blurhash@0.1.4 declares a peer dependency on blurhash@^1.1.3, but the +; project uses blurhash@^2.x. The two are compatible in practice, so allow +; npm (v7+) to install despite the peer mismatch instead of failing. +; TODO - Remove after the new WebUI is release. +legacy-peer-deps=true diff --git a/app/Console/Commands/Admin/CaptchaEnableCommand.php b/app/Console/Commands/Admin/CaptchaEnableCommand.php new file mode 100644 index 000000000..9108bce15 --- /dev/null +++ b/app/Console/Commands/Admin/CaptchaEnableCommand.php @@ -0,0 +1,65 @@ +driver($driver)->isConfigured()) { + warning("The active captcha driver [{$driver}] is not fully configured."); + warning('Set its credentials in the admin panel or .env before enabling, or the widget will not verify.'); + } + + ConfigCacheService::put('captcha.enabled', true); + info('captcha.enabled => true'); + + $requested = (array) $this->option('surfaces'); + $surfaces = empty($requested) ? self::SURFACES : $requested; + + foreach ($surfaces as $surface) { + if (! in_array($surface, self::SURFACES, true)) { + warning("Skipping unknown surface: {$surface}"); + + continue; + } + ConfigCacheService::put('captcha.active.'.$surface, true); + info("captcha.active.{$surface} => true"); + } + + info('Done. Active driver: '.$driver); + + return self::SUCCESS; + } +} diff --git a/app/Console/Commands/Dev/ExportLanguages.php b/app/Console/Commands/Dev/ExportLanguages.php index 189e067ff..453b15ccc 100644 --- a/app/Console/Commands/Dev/ExportLanguages.php +++ b/app/Console/Commands/Dev/ExportLanguages.php @@ -61,8 +61,14 @@ class ExportLanguages extends Command $exportDir = resource_path('assets/js/i18n/'); $exportDirAlt = public_path('_lang/'); + // Remove orphaned exports whose locale no longer maps to a lang/ + // folder (e.g. left over after a language folder is deleted/renamed). + $this->purgeOrphanedJsonFiles($exportDir, $langs); + $this->purgeOrphanedJsonFiles($exportDirAlt, $langs); + foreach ($langs as $lang) { $strings = \Lang::get('web', [], $lang); + $strings = $this->stripEmptyStrings($strings); $json = json_encode($strings, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); $path = "{$exportDir}{$lang}.json"; file_put_contents($path, $json); @@ -70,6 +76,116 @@ class ExportLanguages extends Command file_put_contents($pathAlt, $json); } + $this->writeLocalesManifest($langs); + return Command::SUCCESS; } + + /** + * Write a static locales manifest (lang/locales.json) that is the single + * source of truth for the available UI languages. Generated here so it is + * always regenerated alongside the exported strings, avoiding a runtime + * cache that can go stale (see Localization::languages()). + * + * Sorted by English display name so consumers render an alphabetical list. + * + * @param array $langs Valid locale codes (lang/ folders). + */ + /** + * Display-name overrides for locale codes that ICU cannot resolve + * correctly. Crowdin uses some non-standard codes (e.g. custom + * languages) that would otherwise render as the wrong language or as + * the raw code via locale_get_display_name(). + * + * @var array + */ + protected const LOCALE_OVERRIDES = [ + // Crowdin custom "Pirate English". Uses the BCP-47 private-use form + // en-x-pirate (the old en-PT code collided with English (Portugal)). + 'en-x-pirate' => ['name' => 'Pirate (English)', 'nativeName' => 'Pirate (English)'], + + // Klingon. 'tlh' is valid BCP-47 (ICU renders "Klingon"), but ICU has + // no native-name form, so pin both for a consistent label. Mapped from + // Crowdin's tlh-AA (AA is a fake region) via crowdin.yml. + 'tlh' => ['name' => 'Klingon', 'nativeName' => 'tlhIngan Hol'], + ]; + + protected function writeLocalesManifest(array $langs): void + { + $locales = array_map(function ($code) { + if (isset(self::LOCALE_OVERRIDES[$code])) { + return array_merge(['code' => $code], self::LOCALE_OVERRIDES[$code]); + } + + return [ + 'code' => $code, + 'name' => locale_get_display_name($code, 'en'), + 'nativeName' => locale_get_display_name($code, $code), + ]; + }, $langs); + + usort($locales, function ($a, $b) { + return strcasecmp($a['name'], $b['name']); + }); + + $json = json_encode($locales, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); + + // Server-side source of truth (used by Localization::languages()). + file_put_contents(lang_path('locales.json'), $json); + + // Public copy so the SPA can fetch the same ordered list. + $publicManifest = public_path('_lang/locales.json'); + file_put_contents($publicManifest, $json); + @chmod($publicManifest, 0644); + } + + /** + * Delete .json exports in the given directory that don't correspond to + * a current language folder, leaving valid locale files untouched. + * + * @param array $langs Valid locale names (lang/ folders). + */ + protected function purgeOrphanedJsonFiles(string $dir, array $langs): void + { + if (! is_dir($dir)) { + return; + } + + $valid = array_flip($langs); + // Not a locale export, but written by writeLocalesManifest(). + $keep = ['locales' => true]; + + foreach (glob(rtrim($dir, '/').'/*.json') as $file) { + $locale = basename($file, '.json'); + if (! isset($valid[$locale]) && ! isset($keep[$locale])) { + @unlink($file); + } + } + } + + /** + * Recursively remove empty string values so untranslated Crowdin + * placeholders don't override the UI's fallback (English) strings. + */ + protected function stripEmptyStrings(array $strings): array + { + $result = []; + + foreach ($strings as $key => $value) { + if (is_array($value)) { + $filtered = $this->stripEmptyStrings($value); + if (! empty($filtered)) { + $result[$key] = $filtered; + } + } elseif (is_string($value)) { + if (trim($value) !== '') { + $result[$key] = $value; + } + } else { + $result[$key] = $value; + } + } + + return $result; + } } diff --git a/app/Contracts/CaptchaDriver.php b/app/Contracts/CaptchaDriver.php new file mode 100644 index 000000000..21c2b6ce6 --- /dev/null +++ b/app/Contracts/CaptchaDriver.php @@ -0,0 +1,47 @@ + 'dark']) may be passed through to the widget. + */ + public function render(array $attributes = []): string; + + /** + * Any '; + } +} diff --git a/app/Services/Captcha/CaptchaManager.php b/app/Services/Captcha/CaptchaManager.php new file mode 100644 index 000000000..3bc6892e9 --- /dev/null +++ b/app/Services/Captcha/CaptchaManager.php @@ -0,0 +1,103 @@ +driver(); + } + + /** + * Whether captcha is globally enabled for this instance. + */ + public function enabled(): bool + { + return (bool) config_cache('captcha.enabled'); + } + + /** + * Whether captcha should be enforced on a given surface. + * + * Requires the global toggle plus the per-surface "active" flag. Supported + * surfaces: login, register, forgot_password, password_reset, + * forgot_email, curated_register. + */ + public function activeOn(string $surface): bool + { + if (! $this->enabled()) { + return false; + } + + return (bool) config_cache('captcha.active.'.$surface); + } + + /** + * List of supported driver machine names. + * + * @return array + */ + public function available(): array + { + return ['hcaptcha', 'turnstile', 'cap']; + } + + /** + * Validation rules for the active driver, keyed by its response field. + * + * Merge the result into a controller's rule set to enforce captcha with + * whatever provider is currently selected. + * + * @return array + */ + public function rules(): array + { + return [ + $this->active()->responseField() => 'required|captcha_verify', + ]; + } +} diff --git a/app/Services/Captcha/HCaptchaDriver.php b/app/Services/Captcha/HCaptchaDriver.php new file mode 100644 index 000000000..aadf06174 --- /dev/null +++ b/app/Services/Captcha/HCaptchaDriver.php @@ -0,0 +1,96 @@ +responseField()] ?? null; + + if (empty($token)) { + return false; + } + + try { + $response = Http::asForm() + ->timeout((int) config('captcha.hcaptcha.timeout', 5)) + ->post(self::VERIFY_URL, [ + 'secret' => config_cache('captcha.hcaptcha.secret'), + 'response' => $token, + ]); + } catch (\Throwable $e) { + Log::warning('[captcha:hcaptcha] verify request failed: '.$e->getMessage()); + + return (bool) config('captcha.hcaptcha.fail_open', false); + } + + if ($response->failed()) { + return (bool) config('captcha.hcaptcha.fail_open', false); + } + + return (bool) $response->json('success', false); + } + + public function render(array $attributes = []): string + { + $sitekey = e((string) config_cache('captcha.hcaptcha.sitekey')); + + $attrs = ''; + foreach ($attributes as $key => $value) { + $attrs .= ' '.e($key).'="'.e($value).'"'; + } + + return '
'; + } + + public function scripts(): string + { + $src = self::SCRIPT_URL; + + // Localize the widget when a locale is configured. + $lang = config('captcha.hcaptcha.lang'); + if (! empty($lang)) { + $src .= '?hl='.urlencode((string) $lang); + } + + return ''; + } +} diff --git a/app/Services/Captcha/TurnstileDriver.php b/app/Services/Captcha/TurnstileDriver.php new file mode 100644 index 000000000..4e38dfe26 --- /dev/null +++ b/app/Services/Captcha/TurnstileDriver.php @@ -0,0 +1,81 @@ +responseField()] ?? null; + + if (empty($token)) { + return false; + } + + try { + $response = Http::asForm() + ->timeout((int) config('captcha.turnstile.timeout', 5)) + ->post(self::VERIFY_URL, [ + 'secret' => config_cache('captcha.turnstile.secret'), + 'response' => $token, + ]); + } catch (\Throwable $e) { + Log::warning('[captcha:turnstile] verify request failed: '.$e->getMessage()); + + return (bool) config('captcha.turnstile.fail_open', false); + } + + if ($response->failed()) { + return (bool) config('captcha.turnstile.fail_open', false); + } + + return (bool) $response->json('success', false); + } + + public function render(array $attributes = []): string + { + $sitekey = e((string) config_cache('captcha.turnstile.sitekey')); + + $attrs = ''; + foreach ($attributes as $key => $value) { + $attrs .= ' '.e($key).'="'.e($value).'"'; + } + + return '
'; + } + + public function scripts(): string + { + return '' + .''; + } +} diff --git a/app/Services/ConfigCacheService.php b/app/Services/ConfigCacheService.php index 69eaaf614..42ac2f41f 100644 --- a/app/Services/ConfigCacheService.php +++ b/app/Services/ConfigCacheService.php @@ -16,8 +16,9 @@ class ConfigCacheService 'filesystems.disks.s3.secret', 'filesystems.disks.spaces.key', 'filesystems.disks.spaces.secret', - 'captcha.secret', - 'captcha.sitekey', + 'captcha.hcaptcha.secret', + 'captcha.turnstile.secret', + 'captcha.cap.secret', ]; public static function get($key) @@ -103,12 +104,20 @@ class ConfigCacheService 'instance.embed.post', 'captcha.enabled', - 'captcha.secret', - 'captcha.sitekey', + 'captcha.driver', + 'captcha.hcaptcha.secret', + 'captcha.hcaptcha.sitekey', + 'captcha.turnstile.secret', + 'captcha.turnstile.sitekey', + 'captcha.cap.endpoint', + 'captcha.cap.sitekey', + 'captcha.cap.secret', 'captcha.active.login', 'captcha.active.register', - 'captcha.triggers.login.enabled', - 'captcha.triggers.login.attempts', + 'captcha.active.forgot_password', + 'captcha.active.password_reset', + 'captcha.active.forgot_email', + 'captcha.active.curated_register', 'federation.custom_emoji.enabled', 'pixelfed.optimize_image', diff --git a/app/Services/SnowflakeService.php b/app/Services/SnowflakeService.php index 725da4b72..06f7e6e75 100644 --- a/app/Services/SnowflakeService.php +++ b/app/Services/SnowflakeService.php @@ -26,13 +26,20 @@ class SnowflakeService public static function next() { - $seq = Cache::get('snowflake:seq'); - - if (! $seq) { + /* + * Atomically obtain the next sequence value. Cache::increment() + * returns the post-increment value, so each call gets a distinct seq. + * A previous version read the value with Cache::get() and only + * incremented the store, leaving the local $seq stale — the first two + * calls both used seq=1, so two IDs generated in the same millisecond + * with the same datacenter/worker collided (UNIQUE violation). + */ + $seq = Cache::increment('snowflake:seq'); + + if (! is_int($seq)) { + // Cache miss or non-numeric store value: (re)seed the counter. Cache::put('snowflake:seq', 1); $seq = 1; - } else { - Cache::increment('snowflake:seq'); } if ($seq >= 4095) { diff --git a/app/Util/Lexer/Regex.php b/app/Util/Lexer/Regex.php index 04697fd00..e22c8f863 100755 --- a/app/Util/Lexer/Regex.php +++ b/app/Util/Lexer/Regex.php @@ -162,9 +162,18 @@ abstract class Regex // look-ahead capture here and don't append $after when we return. $tmp['valid_mention_preceding_chars'] = '([^a-zA-Z0-9_!#\$%&*@@\/]|^|(?:^|[^a-z0-9_+~.-])RT:?)'; - $re['valid_mentions_or_lists'] = '/'.$tmp['valid_mention_preceding_chars'].'(['.$tmp['at_signs'].'])([\p{L}0-9_\-.]{1,20})((\/[a-z][a-z0-9_\-]{0,24})?(?=(.*|$))(?:@[a-z0-9\.\-]+[a-z0-9]+)?)/iu'; - - $re['valid_reply'] = '/^(?:['.$tmp['spaces'].'])*['.$tmp['at_signs'].']([a-z0-9_\-.]{1,20})(?=(.*|$))/iu'; + // Local part (the username before any @domain) capped at 64. Local + // Pixelfed usernames max at 30 (RegisterController: max:30), but a + // REMOTE handle's username comes from other software and can be longer; + // the profiles.username column stores the full "@user@domain" as a + // VARCHAR(255). A cap that is too small does not fail cleanly, it + // matches the first N chars and drops the "@domain" suffix, turning a + // remote mention into a broken local one (#7204). 64 comfortably covers + // remote usernames while still bounding the pattern. The trailing + // "@domain" group below is matched separately and is not length-capped. + $re['valid_mentions_or_lists'] = '/'.$tmp['valid_mention_preceding_chars'].'(['.$tmp['at_signs'].'])([\p{L}0-9_\-.]{1,64})((\/[a-z][a-z0-9_\-]{0,24})?(?=(.*|$))(?:@[a-z0-9\.\-]+[a-z0-9]+)?)/iu'; + + $re['valid_reply'] = '/^(?:['.$tmp['spaces'].'])*['.$tmp['at_signs'].']([a-z0-9_\-.]{1,64})(?=(.*|$))/iu'; $re['end_mention_match'] = '/\A(?:['.$tmp['at_signs'].']|['.$tmp['latin_accents'].']|:\/\/)/iu'; // URL related hash regex collection diff --git a/app/Util/Localization/EmptyStrippingFileLoader.php b/app/Util/Localization/EmptyStrippingFileLoader.php new file mode 100644 index 000000000..753ede44f --- /dev/null +++ b/app/Util/Localization/EmptyStrippingFileLoader.php @@ -0,0 +1,56 @@ +stripEmptyStrings($messages); + } + + /** + * Recursively remove empty (or whitespace-only) string values. + */ + protected function stripEmptyStrings(array $messages): array + { + $result = []; + + foreach ($messages as $key => $value) { + if (is_array($value)) { + $result[$key] = $this->stripEmptyStrings($value); + } elseif (is_string($value)) { + if (trim($value) !== '') { + $result[$key] = $value; + } + } else { + $result[$key] = $value; + } + } + + return $result; + } +} diff --git a/app/Util/Localization/Localization.php b/app/Util/Localization/Localization.php index 6375ba073..6f211ef92 100644 --- a/app/Util/Localization/Localization.php +++ b/app/Util/Localization/Localization.php @@ -3,16 +3,142 @@ namespace App\Util\Localization; use Illuminate\Support\Arr; -use Illuminate\Support\Facades\Cache; class Localization { + /** + * Legacy two-letter (and legacy region) language codes mapped to the + * current locale-coded folder names under lang/. + * Added September 2026 - DELETE AFTER COMMUNICATION WITH ADMINS + * + * @var array + */ + const LEGACY_LOCALE_MAP = [ + 'af' => 'af-ZA', + 'ar' => 'ar-SA', + 'bn' => 'bn-BD', + 'bs' => 'bs-BA', + 'ca' => 'ca-ES', + 'cs' => 'cs-CZ', + 'cy' => 'cy-GB', + 'da' => 'da-DK', + 'de' => 'de-DE', + 'el' => 'el-GR', + 'en' => 'en-US', + 'eo' => 'eo-UY', + 'es' => 'es-ES', + 'eu' => 'eu-ES', + 'fa' => 'fa-IR', + 'fi' => 'fi-FI', + 'fr' => 'fr-FR', + 'gd' => 'gd-GB', + 'gl' => 'gl-ES', + 'he' => 'he-IL', + 'hi' => 'hi-IN', + 'hr' => 'hr-HR', + 'hu' => 'hu-HU', + 'id' => 'id-ID', + 'it' => 'it-IT', + 'ja' => 'ja-JP', + 'ko' => 'ko-KR', + 'me' => 'me-ME', + 'mk' => 'mk-MK', + 'ms' => 'ms-MY', + 'nl' => 'nl-NL', + 'no' => 'no-NO', + 'oc' => 'oc-FR', + 'pl' => 'pl-PL', + 'pt' => 'pt-PT', + 'ro' => 'ro-RO', + 'ru' => 'ru-RU', + 'sk' => 'sk-SK', + 'sr' => 'sr-CS', + 'sv' => 'sv-SE', + 'th' => 'th-TH', + 'tr' => 'tr-TR', + 'uk' => 'uk-UA', + 'vi' => 'vi-VN', + 'zh-cn' => 'zh-CN', + 'zh-tw' => 'zh-TW', + ]; + + /** + * Normalize a configured locale to a current locale-coded value. + * + * Empty input returns "en-US"; a known legacy short code is mapped; + * anything else (already-current or custom codes) is returned unchanged so + * the framework's own fallback_locale still applies. Always returns a + * plain string, so it is safe to use in config values that get cached. + */ + public static function normalizeLocale(?string $locale): string + { + $locale = is_string($locale) ? trim($locale) : ''; + + if ($locale === '') { + return 'en-US'; + } + + return self::LEGACY_LOCALE_MAP[strtolower($locale)] ?? $locale; + } + + /** + * List of available UI language codes. + * + * Reads the static manifest generated by `php artisan i18n:export` + * (lang/locales.json) so the list is deterministic and never served from + * a runtime cache that can go stale. Falls back to scanning the lang/ + * directory if the manifest is missing. + * + * @return array + */ public static function languages() { - return Cache::remember('core:localization:languages', now()->addDays(1), function () { - $dir = lang_path(); + return static::localesFromManifest() ?? static::localesFromScan(); + } + + /** + * Full locale metadata (code, name, nativeName) from the manifest, + * sorted by display name. Empty array if the manifest is missing. + * + * @return array + */ + public static function locales(): array + { + $path = lang_path('locales.json'); + + if (! is_file($path)) { + return []; + } + + $data = json_decode((string) file_get_contents($path), true); + + return is_array($data) ? $data : []; + } + + /** + * @return array|null + */ + protected static function localesFromManifest(): ?array + { + $locales = static::locales(); + + if (empty($locales)) { + return null; + } + + return array_values(array_filter(array_map( + fn ($l) => $l['code'] ?? null, + $locales + ))); + } + + /** + * @return array + */ + protected static function localesFromScan(): array + { + $dir = lang_path(); - return Arr::flatten(array_diff(scandir($dir), ['..', '.', 'vendor', '.DS_Store'])); - }); + return Arr::flatten(array_diff(scandir($dir), ['..', '.', 'vendor', '.DS_Store', 'locales.json'])); } } diff --git a/bootstrap/providers.php b/bootstrap/providers.php index 55339d1c6..c16056cc4 100644 --- a/bootstrap/providers.php +++ b/bootstrap/providers.php @@ -1,11 +1,13 @@ =5.4.0" - }, - "type": "library", - "extra": { - "laravel": { - "aliases": { - "Captcha": "Buzz\\LaravelHCaptcha\\CaptchaFacade" - }, - "providers": [ - "Buzz\\LaravelHCaptcha\\CaptchaServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Buzz\\LaravelHCaptcha\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "ThinhBuzz", - "email": "mr.thinhbuzz@gmail.com", - "homepage": "https://www.facebook.com/thinh.buzz" - } - ], - "description": "hCaptcha for Laravel", - "homepage": "https://github.com/thinhbuzz/laravel-h-captcha", - "keywords": [ - "captcha", - "h-captcha", - "hcaptcha", - "laravel" - ], - "support": { - "issues": "https://github.com/thinhbuzz/laravel-h-captcha/issues", - "source": "https://github.com/thinhbuzz/laravel-h-captcha/tree/v1.0.7" - }, - "time": "2026-08-06T14:58:56+00:00" - }, { "name": "carbonphp/carbon-doctrine-types", "version": "3.2.1", diff --git a/config/app.php b/config/app.php index 42c0cc558..f134d348c 100644 --- a/config/app.php +++ b/config/app.php @@ -1,6 +1,7 @@ env('APP_LOCALE', 'en'), + 'locale' => Localization::normalizeLocale(env('APP_LOCALE', 'en-US')), /* |-------------------------------------------------------------------------- @@ -87,7 +88,7 @@ return [ | */ - 'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'), + 'fallback_locale' => Localization::normalizeLocale(env('APP_FALLBACK_LOCALE', 'en-US')), /* |-------------------------------------------------------------------------- @@ -162,3 +163,73 @@ return [ ])->toArray(), ]; + +/* +| Legacy two-letter language codes mapped to the current +| locale-coded folder names under lang/. Replace 'de' with 'de-DE'. +| +| Added Sep 2026 - DELETE AFTER COMMUNICATION WITH ADMINS +*/ +$pixelfedLegacyLocaleMap = [ + 'af' => 'af-ZA', + 'ar' => 'ar-SA', + 'bn' => 'bn-BD', + 'bs' => 'bs-BA', + 'ca' => 'ca-ES', + 'cs' => 'cs-CZ', + 'cy' => 'cy-GB', + 'da' => 'da-DK', + 'de' => 'de-DE', + 'el' => 'el-GR', + 'en' => 'en-US', + 'eo' => 'eo-UY', + 'es' => 'es-ES', + 'eu' => 'eu-ES', + 'fa' => 'fa-IR', + 'fi' => 'fi-FI', + 'fr' => 'fr-FR', + 'gd' => 'gd-GB', + 'gl' => 'gl-ES', + 'he' => 'he-IL', + 'hi' => 'hi-IN', + 'hr' => 'hr-HR', + 'hu' => 'hu-HU', + 'id' => 'id-ID', + 'it' => 'it-IT', + 'ja' => 'ja-JP', + 'ko' => 'ko-KR', + 'me' => 'me-ME', + 'mk' => 'mk-MK', + 'ms' => 'ms-MY', + 'nl' => 'nl-NL', + 'no' => 'no-NO', + 'oc' => 'oc-FR', + 'pl' => 'pl-PL', + 'pt' => 'pt-PT', + 'ro' => 'ro-RO', + 'ru' => 'ru-RU', + 'sk' => 'sk-SK', + 'sr' => 'sr-CS', + 'sv' => 'sv-SE', + 'th' => 'th-TH', + 'tr' => 'tr-TR', + 'uk' => 'uk-UA', + 'vi' => 'vi-VN', + 'zh-cn' => 'zh-CN', + 'zh-tw' => 'zh-TW', +]; + +if (! function_exists('pixelfed_normalize_locale')) { + function pixelfed_normalize_locale(array $map, ?string $locale): string + { + $locale = is_string($locale) ? trim($locale) : ''; + + if ($locale === '') { + return 'en-US'; + } + + $lower = strtolower($locale); + + return $map[$lower] ?? $locale; + } +} diff --git a/config/captcha.php b/config/captcha.php index ef552a175..d8c4ef17d 100644 --- a/config/captcha.php +++ b/config/captcha.php @@ -1,29 +1,77 @@ env('CAPTCHA_ENABLED', false), - 'secret' => env('CAPTCHA_SECRET', 'default_secret'), - 'sitekey' => env('CAPTCHA_SITEKEY', 'default_sitekey'), - 'http_client' => HttpClient::class, - 'options' => [ - 'multiple' => false, - 'lang' => app()->getLocale(), + + /* + |-------------------------------------------------------------------------- + | Active driver + |-------------------------------------------------------------------------- + | Which provider to use: "hcaptcha", "turnstile", or "cap". Admin-selectable. + | Defaults to hcaptcha so existing instances keep their current behavior. + */ + 'driver' => env('CAPTCHA_DRIVER', 'hcaptcha'), + + /* + |-------------------------------------------------------------------------- + | hCaptcha + |-------------------------------------------------------------------------- + */ + 'hcaptcha' => [ + 'secret' => env('CAPTCHA_H_SECRET', 'default_secret'), + 'sitekey' => env('CAPTCHA_H_SITEKEY', 'default_sitekey'), + 'timeout' => (int) env('CAPTCHA_H_TIMEOUT', 5), + 'fail_open' => (bool) env('CAPTCHA_H_FAIL_OPEN', false), + 'lang' => env('CAPTCHA_H_LANG'), // Optional widget locale (e.g. "fr"). Null uses hCaptcha auto-detection. ], - 'attributes' => [ - 'theme' => 'light', + + /* + |-------------------------------------------------------------------------- + | Cloudflare Turnstile + |-------------------------------------------------------------------------- + */ + 'turnstile' => [ + 'sitekey' => env('CAPTCHA_TURNSTILE_SITEKEY'), + 'secret' => env('CAPTCHA_TURNSTILE_SECRET'), + 'timeout' => (int) env('CAPTCHA_TURNSTILE_TIMEOUT', 5), + 'fail_open' => (bool) env('CAPTCHA_TURNSTILE_FAIL_OPEN', false), ], - 'active' => [ - 'login' => env('CAPTCHA_ENABLED_ON_LOGIN', false), - 'register' => env('CAPTCHA_ENABLED_ON_REGISTER', false), + /* + |-------------------------------------------------------------------------- + | Cap + |-------------------------------------------------------------------------- + | The endpoint is the instance base URL WITHOUT the site key, e.g. + | https://cap.example.com. The site key/secret are separate values; + */ + 'cap' => [ + 'endpoint' => env('CAPTCHA_CAP_ENDPOINT'), + 'sitekey' => env('CAPTCHA_CAP_SITEKEY'), + 'secret' => env('CAPTCHA_CAP_SECRET'), + 'token_field' => env('CAPTCHA_CAP_TOKEN_FIELD', 'cap-token'), + 'timeout' => (int) env('CAPTCHA_CAP_TIMEOUT', 5), + 'fail_open' => (bool) env('CAPTCHA_CAP_FAIL_OPEN', false), + 'widget_version' => env('CAPTCHA_CAP_WIDGET_VERSION') ?: 'latest', ], - 'triggers' => [ - 'login' => [ - 'enabled' => env('CAPTCHA_TRIGGERS_LOGIN_ENABLED', false), - 'attempts' => env('CAPTCHA_TRIGGERS_LOGIN_ATTEMPTS', 2), - ], + /* + |-------------------------------------------------------------------------- + | Where captcha is active + |-------------------------------------------------------------------------- + | Per-surface toggles. Each requires the global "enabled" flag to also be on. + */ + 'active' => [ + 'login' => env('CAPTCHA_ENABLED_ON_LOGIN', true), + 'register' => env('CAPTCHA_ENABLED_ON_REGISTER', true), + 'curated_register' => env('CAPTCHA_ENABLED_ON_CURATED_REGISTER', true), + 'forgot_email' => env('CAPTCHA_ENABLED_ON_FORGOT_EMAIL', true), + 'forgot_password' => env('CAPTCHA_ENABLED_ON_FORGOT_PASSWORD', true), + 'password_reset' => env('CAPTCHA_ENABLED_ON_PASSWORD_RESET', true), ], ]; diff --git a/config/instance.php b/config/instance.php index 0657efb9c..3d679169f 100644 --- a/config/instance.php +++ b/config/instance.php @@ -151,8 +151,6 @@ return [ 'resend_confirmation_limit' => env('INSTANCE_CUR_REG_RESEND_LIMIT', 5), - 'captcha_enabled' => env('INSTANCE_CUR_REG_CAPTCHA', env('CAPTCHA_ENABLED', false)), - 'state' => [ 'fallback_on_closed_reg' => true, 'only_enabled_on_closed_reg' => env('INSTANCE_CUR_REG_STATE_ONLY_ON_CLOSED', true), diff --git a/crowdin.yml b/crowdin.yml index d226c935f..57b631467 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -3,96 +3,77 @@ api_token_env: CROWDIN_PERSONAL_TOKEN base_path: '.' preserve_hierarchy: true -commit_message: '[ci skip]' +# Map Crowdin's non-standard locale codes to clean folder names. Avoids the +# en-PT ↔ English (Portugal) BCP-47 collision and the fake tlh-AA region. +# Applied per file entry below via the *locale_mapping anchor. +# en-PT (Pirate English) -> en-x-pirate (BCP-47 private-use subtag) +# tlh-AA (Klingon) -> tlh (tlh is valid BCP-47; AA is a fake region) files: - - source: /lang/en/auth.php - translation: /lang/%two_letters_code%/auth.php + - source: /lang/en-US/auth.php + translation: /lang/%locale%/auth.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/exception.php - translation: /lang/%two_letters_code%/exception.php + languages_mapping: &locale_mapping + locale: + en-PT: en-x-pirate + tlh-AA: tlh + + - source: /lang/en-US/exception.php + translation: /lang/%locale%/exception.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/helpcenter.php - translation: /lang/%two_letters_code%/helpcenter.php + languages_mapping: *locale_mapping + + - source: /lang/en-US/helpcenter.php + translation: /lang/%locale%/helpcenter.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/navmenu.php - translation: /lang/%two_letters_code%/navmenu.php + languages_mapping: *locale_mapping + + - source: /lang/en-US/navmenu.php + translation: /lang/%locale%/navmenu.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/notification.php - translation: /lang/%two_letters_code%/notification.php + languages_mapping: *locale_mapping + + - source: /lang/en-US/notification.php + translation: /lang/%locale%/notification.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - # - source: /lang/en/pagination.php - # translation: /lang/%two_letters_code%/pagination.php - # languages_mapping: - # two_letters_code: - # zh-CN: zh-cn - # zh-TW: zh-tw - - source: /lang/en/passwords.php - translation: /lang/%two_letters_code%/passwords.php + languages_mapping: *locale_mapping + + # - source: /lang/en-US/pagination.php + # translation: /lang/%locale%/pagination.php + # skip_untranslated_strings: true + # languages_mapping: *locale_mapping + + - source: /lang/en-US/passwords.php + translation: /lang/%locale%/passwords.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/profile.php - translation: /lang/%two_letters_code%/profile.php + languages_mapping: *locale_mapping + + - source: /lang/en-US/profile.php + translation: /lang/%locale%/profile.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/settings.php - translation: /lang/%two_letters_code%/settings.php + languages_mapping: *locale_mapping + + - source: /lang/en-US/settings.php + translation: /lang/%locale%/settings.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/site.php - translation: /lang/%two_letters_code%/site.php + languages_mapping: *locale_mapping + + - source: /lang/en-US/site.php + translation: /lang/%locale%/site.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - - source: /lang/en/timeline.php - translation: /lang/%two_letters_code%/timeline.php + languages_mapping: *locale_mapping + + - source: /lang/en-US/timeline.php + translation: /lang/%locale%/timeline.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw - # - source: /lang/en/validation.php - # translation: /lang/%two_letters_code%/validation.php + languages_mapping: *locale_mapping + + # - source: /lang/en-US/validation.php + # translation: /lang/%locale%/validation.php # skip_untranslated_strings: true - # languages_mapping: - # two_letters_code: - # zh-CN: zh-cn - # zh-TW: zh-tw - - source: /lang/en/web.php - translation: /lang/%two_letters_code%/web.php + # languages_mapping: *locale_mapping + + - source: /lang/en-US/web.php + translation: /lang/%locale%/web.php skip_untranslated_strings: true - languages_mapping: - two_letters_code: - zh-CN: zh-cn - zh-TW: zh-tw + languages_mapping: *locale_mapping diff --git a/lang/af/auth.php b/lang/af-ZA/auth.php similarity index 100% rename from lang/af/auth.php rename to lang/af-ZA/auth.php diff --git a/lang/af/exception.php b/lang/af-ZA/exception.php similarity index 100% rename from lang/af/exception.php rename to lang/af-ZA/exception.php diff --git a/lang/af/helpcenter.php b/lang/af-ZA/helpcenter.php similarity index 100% rename from lang/af/helpcenter.php rename to lang/af-ZA/helpcenter.php diff --git a/lang/af/navmenu.php b/lang/af-ZA/navmenu.php similarity index 100% rename from lang/af/navmenu.php rename to lang/af-ZA/navmenu.php diff --git a/lang/af/notification.php b/lang/af-ZA/notification.php similarity index 100% rename from lang/af/notification.php rename to lang/af-ZA/notification.php diff --git a/lang/af/passwords.php b/lang/af-ZA/passwords.php similarity index 100% rename from lang/af/passwords.php rename to lang/af-ZA/passwords.php diff --git a/lang/af/profile.php b/lang/af-ZA/profile.php similarity index 100% rename from lang/af/profile.php rename to lang/af-ZA/profile.php diff --git a/lang/af/settings.php b/lang/af-ZA/settings.php similarity index 100% rename from lang/af/settings.php rename to lang/af-ZA/settings.php diff --git a/lang/af/site.php b/lang/af-ZA/site.php similarity index 100% rename from lang/af/site.php rename to lang/af-ZA/site.php diff --git a/lang/af/timeline.php b/lang/af-ZA/timeline.php similarity index 100% rename from lang/af/timeline.php rename to lang/af-ZA/timeline.php diff --git a/lang/af/web.php b/lang/af-ZA/web.php similarity index 100% rename from lang/af/web.php rename to lang/af-ZA/web.php diff --git a/lang/ar/auth.php b/lang/ar-SA/auth.php similarity index 100% rename from lang/ar/auth.php rename to lang/ar-SA/auth.php diff --git a/lang/ar/exception.php b/lang/ar-SA/exception.php similarity index 100% rename from lang/ar/exception.php rename to lang/ar-SA/exception.php diff --git a/lang/ar/helpcenter.php b/lang/ar-SA/helpcenter.php similarity index 100% rename from lang/ar/helpcenter.php rename to lang/ar-SA/helpcenter.php diff --git a/lang/ar/navmenu.php b/lang/ar-SA/navmenu.php similarity index 100% rename from lang/ar/navmenu.php rename to lang/ar-SA/navmenu.php diff --git a/lang/ar/notification.php b/lang/ar-SA/notification.php similarity index 100% rename from lang/ar/notification.php rename to lang/ar-SA/notification.php diff --git a/lang/ar/pagination.php b/lang/ar-SA/pagination.php similarity index 100% rename from lang/ar/pagination.php rename to lang/ar-SA/pagination.php diff --git a/lang/ar/passwords.php b/lang/ar-SA/passwords.php similarity index 100% rename from lang/ar/passwords.php rename to lang/ar-SA/passwords.php diff --git a/lang/ar/profile.php b/lang/ar-SA/profile.php similarity index 100% rename from lang/ar/profile.php rename to lang/ar-SA/profile.php diff --git a/lang/ar/settings.php b/lang/ar-SA/settings.php similarity index 100% rename from lang/ar/settings.php rename to lang/ar-SA/settings.php diff --git a/lang/ar/site.php b/lang/ar-SA/site.php similarity index 100% rename from lang/ar/site.php rename to lang/ar-SA/site.php diff --git a/lang/ar/timeline.php b/lang/ar-SA/timeline.php similarity index 100% rename from lang/ar/timeline.php rename to lang/ar-SA/timeline.php diff --git a/lang/ar/validation.php b/lang/ar-SA/validation.php similarity index 100% rename from lang/ar/validation.php rename to lang/ar-SA/validation.php diff --git a/lang/ar/web.php b/lang/ar-SA/web.php similarity index 100% rename from lang/ar/web.php rename to lang/ar-SA/web.php diff --git a/lang/bn/auth.php b/lang/bg-BG/auth.php similarity index 100% rename from lang/bn/auth.php rename to lang/bg-BG/auth.php diff --git a/lang/bn/exception.php b/lang/bg-BG/exception.php similarity index 100% rename from lang/bn/exception.php rename to lang/bg-BG/exception.php diff --git a/lang/bn/helpcenter.php b/lang/bg-BG/helpcenter.php similarity index 100% rename from lang/bn/helpcenter.php rename to lang/bg-BG/helpcenter.php diff --git a/lang/bn/navmenu.php b/lang/bg-BG/navmenu.php similarity index 100% rename from lang/bn/navmenu.php rename to lang/bg-BG/navmenu.php diff --git a/lang/bn/notification.php b/lang/bg-BG/notification.php similarity index 100% rename from lang/bn/notification.php rename to lang/bg-BG/notification.php diff --git a/lang/bn/passwords.php b/lang/bg-BG/passwords.php similarity index 100% rename from lang/bn/passwords.php rename to lang/bg-BG/passwords.php diff --git a/lang/bn/profile.php b/lang/bg-BG/profile.php similarity index 100% rename from lang/bn/profile.php rename to lang/bg-BG/profile.php diff --git a/lang/bn/settings.php b/lang/bg-BG/settings.php similarity index 100% rename from lang/bn/settings.php rename to lang/bg-BG/settings.php diff --git a/lang/bn/site.php b/lang/bg-BG/site.php similarity index 100% rename from lang/bn/site.php rename to lang/bg-BG/site.php diff --git a/lang/bn/timeline.php b/lang/bg-BG/timeline.php similarity index 100% rename from lang/bn/timeline.php rename to lang/bg-BG/timeline.php diff --git a/lang/me/web.php b/lang/bg-BG/web.php similarity index 100% rename from lang/me/web.php rename to lang/bg-BG/web.php diff --git a/lang/bs/auth.php b/lang/bn-BD/auth.php similarity index 100% rename from lang/bs/auth.php rename to lang/bn-BD/auth.php diff --git a/lang/bs/exception.php b/lang/bn-BD/exception.php similarity index 100% rename from lang/bs/exception.php rename to lang/bn-BD/exception.php diff --git a/lang/bs/helpcenter.php b/lang/bn-BD/helpcenter.php similarity index 100% rename from lang/bs/helpcenter.php rename to lang/bn-BD/helpcenter.php diff --git a/lang/bs/navmenu.php b/lang/bn-BD/navmenu.php similarity index 100% rename from lang/bs/navmenu.php rename to lang/bn-BD/navmenu.php diff --git a/lang/bs/notification.php b/lang/bn-BD/notification.php similarity index 100% rename from lang/bs/notification.php rename to lang/bn-BD/notification.php diff --git a/lang/bs/passwords.php b/lang/bn-BD/passwords.php similarity index 100% rename from lang/bs/passwords.php rename to lang/bn-BD/passwords.php diff --git a/lang/bs/profile.php b/lang/bn-BD/profile.php similarity index 100% rename from lang/bs/profile.php rename to lang/bn-BD/profile.php diff --git a/lang/bs/settings.php b/lang/bn-BD/settings.php similarity index 100% rename from lang/bs/settings.php rename to lang/bn-BD/settings.php diff --git a/lang/bs/site.php b/lang/bn-BD/site.php similarity index 100% rename from lang/bs/site.php rename to lang/bn-BD/site.php diff --git a/lang/bs/timeline.php b/lang/bn-BD/timeline.php similarity index 100% rename from lang/bs/timeline.php rename to lang/bn-BD/timeline.php diff --git a/lang/bn/web.php b/lang/bn-BD/web.php similarity index 100% rename from lang/bn/web.php rename to lang/bn-BD/web.php diff --git a/lang/gd/auth.php b/lang/bo-BT/auth.php similarity index 100% rename from lang/gd/auth.php rename to lang/bo-BT/auth.php diff --git a/lang/cy/exception.php b/lang/bo-BT/exception.php similarity index 100% rename from lang/cy/exception.php rename to lang/bo-BT/exception.php diff --git a/lang/da/helpcenter.php b/lang/bo-BT/helpcenter.php similarity index 100% rename from lang/da/helpcenter.php rename to lang/bo-BT/helpcenter.php diff --git a/lang/el/navmenu.php b/lang/bo-BT/navmenu.php similarity index 100% rename from lang/el/navmenu.php rename to lang/bo-BT/navmenu.php diff --git a/lang/gd/notification.php b/lang/bo-BT/notification.php similarity index 100% rename from lang/gd/notification.php rename to lang/bo-BT/notification.php diff --git a/lang/gd/passwords.php b/lang/bo-BT/passwords.php similarity index 100% rename from lang/gd/passwords.php rename to lang/bo-BT/passwords.php diff --git a/lang/gd/profile.php b/lang/bo-BT/profile.php similarity index 100% rename from lang/gd/profile.php rename to lang/bo-BT/profile.php diff --git a/lang/ca/settings.php b/lang/bo-BT/settings.php similarity index 100% rename from lang/ca/settings.php rename to lang/bo-BT/settings.php diff --git a/lang/da/site.php b/lang/bo-BT/site.php similarity index 100% rename from lang/da/site.php rename to lang/bo-BT/site.php diff --git a/lang/da/timeline.php b/lang/bo-BT/timeline.php similarity index 100% rename from lang/da/timeline.php rename to lang/bo-BT/timeline.php diff --git a/lang/bo-BT/web.php b/lang/bo-BT/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/bo-BT/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/hi/auth.php b/lang/bs-BA/auth.php similarity index 100% rename from lang/hi/auth.php rename to lang/bs-BA/auth.php diff --git a/lang/da/exception.php b/lang/bs-BA/exception.php similarity index 100% rename from lang/da/exception.php rename to lang/bs-BA/exception.php diff --git a/lang/el/helpcenter.php b/lang/bs-BA/helpcenter.php similarity index 100% rename from lang/el/helpcenter.php rename to lang/bs-BA/helpcenter.php diff --git a/lang/fi/navmenu.php b/lang/bs-BA/navmenu.php similarity index 100% rename from lang/fi/navmenu.php rename to lang/bs-BA/navmenu.php diff --git a/lang/hi/notification.php b/lang/bs-BA/notification.php similarity index 100% rename from lang/hi/notification.php rename to lang/bs-BA/notification.php diff --git a/lang/hi/passwords.php b/lang/bs-BA/passwords.php similarity index 100% rename from lang/hi/passwords.php rename to lang/bs-BA/passwords.php diff --git a/lang/hi/profile.php b/lang/bs-BA/profile.php similarity index 100% rename from lang/hi/profile.php rename to lang/bs-BA/profile.php diff --git a/lang/cs/settings.php b/lang/bs-BA/settings.php similarity index 100% rename from lang/cs/settings.php rename to lang/bs-BA/settings.php diff --git a/lang/el/site.php b/lang/bs-BA/site.php similarity index 100% rename from lang/el/site.php rename to lang/bs-BA/site.php diff --git a/lang/el/timeline.php b/lang/bs-BA/timeline.php similarity index 100% rename from lang/el/timeline.php rename to lang/bs-BA/timeline.php diff --git a/lang/bs/web.php b/lang/bs-BA/web.php similarity index 100% rename from lang/bs/web.php rename to lang/bs-BA/web.php diff --git a/lang/ca/auth.php b/lang/ca-ES/auth.php similarity index 100% rename from lang/ca/auth.php rename to lang/ca-ES/auth.php diff --git a/lang/ca/exception.php b/lang/ca-ES/exception.php similarity index 100% rename from lang/ca/exception.php rename to lang/ca-ES/exception.php diff --git a/lang/ca/helpcenter.php b/lang/ca-ES/helpcenter.php similarity index 100% rename from lang/ca/helpcenter.php rename to lang/ca-ES/helpcenter.php diff --git a/lang/ca/navmenu.php b/lang/ca-ES/navmenu.php similarity index 100% rename from lang/ca/navmenu.php rename to lang/ca-ES/navmenu.php diff --git a/lang/ca/notification.php b/lang/ca-ES/notification.php similarity index 100% rename from lang/ca/notification.php rename to lang/ca-ES/notification.php diff --git a/lang/ca/pagination.php b/lang/ca-ES/pagination.php similarity index 100% rename from lang/ca/pagination.php rename to lang/ca-ES/pagination.php diff --git a/lang/ca/passwords.php b/lang/ca-ES/passwords.php similarity index 100% rename from lang/ca/passwords.php rename to lang/ca-ES/passwords.php diff --git a/lang/ca/profile.php b/lang/ca-ES/profile.php similarity index 100% rename from lang/ca/profile.php rename to lang/ca-ES/profile.php diff --git a/lang/cy/settings.php b/lang/ca-ES/settings.php similarity index 100% rename from lang/cy/settings.php rename to lang/ca-ES/settings.php diff --git a/lang/ca/site.php b/lang/ca-ES/site.php similarity index 100% rename from lang/ca/site.php rename to lang/ca-ES/site.php diff --git a/lang/ca/timeline.php b/lang/ca-ES/timeline.php similarity index 100% rename from lang/ca/timeline.php rename to lang/ca-ES/timeline.php diff --git a/lang/ca/validation.php b/lang/ca-ES/validation.php similarity index 100% rename from lang/ca/validation.php rename to lang/ca-ES/validation.php diff --git a/lang/ca/web.php b/lang/ca-ES/web.php similarity index 100% rename from lang/ca/web.php rename to lang/ca-ES/web.php diff --git a/lang/hr/auth.php b/lang/ckb-IR/auth.php similarity index 100% rename from lang/hr/auth.php rename to lang/ckb-IR/auth.php diff --git a/lang/el/exception.php b/lang/ckb-IR/exception.php similarity index 100% rename from lang/el/exception.php rename to lang/ckb-IR/exception.php diff --git a/lang/eu/helpcenter.php b/lang/ckb-IR/helpcenter.php similarity index 100% rename from lang/eu/helpcenter.php rename to lang/ckb-IR/helpcenter.php diff --git a/lang/gd/navmenu.php b/lang/ckb-IR/navmenu.php similarity index 100% rename from lang/gd/navmenu.php rename to lang/ckb-IR/navmenu.php diff --git a/lang/hr/notification.php b/lang/ckb-IR/notification.php similarity index 100% rename from lang/hr/notification.php rename to lang/ckb-IR/notification.php diff --git a/lang/hr/passwords.php b/lang/ckb-IR/passwords.php similarity index 100% rename from lang/hr/passwords.php rename to lang/ckb-IR/passwords.php diff --git a/lang/hr/profile.php b/lang/ckb-IR/profile.php similarity index 100% rename from lang/hr/profile.php rename to lang/ckb-IR/profile.php diff --git a/lang/da/settings.php b/lang/ckb-IR/settings.php similarity index 100% rename from lang/da/settings.php rename to lang/ckb-IR/settings.php diff --git a/lang/fi/site.php b/lang/ckb-IR/site.php similarity index 100% rename from lang/fi/site.php rename to lang/ckb-IR/site.php diff --git a/lang/gd/timeline.php b/lang/ckb-IR/timeline.php similarity index 100% rename from lang/gd/timeline.php rename to lang/ckb-IR/timeline.php diff --git a/lang/ckb-IR/web.php b/lang/ckb-IR/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/ckb-IR/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/cs/auth.php b/lang/cs-CZ/auth.php similarity index 100% rename from lang/cs/auth.php rename to lang/cs-CZ/auth.php diff --git a/lang/cs/exception.php b/lang/cs-CZ/exception.php similarity index 100% rename from lang/cs/exception.php rename to lang/cs-CZ/exception.php diff --git a/lang/cs/helpcenter.php b/lang/cs-CZ/helpcenter.php similarity index 100% rename from lang/cs/helpcenter.php rename to lang/cs-CZ/helpcenter.php diff --git a/lang/cs/navmenu.php b/lang/cs-CZ/navmenu.php similarity index 100% rename from lang/cs/navmenu.php rename to lang/cs-CZ/navmenu.php diff --git a/lang/cs/notification.php b/lang/cs-CZ/notification.php similarity index 100% rename from lang/cs/notification.php rename to lang/cs-CZ/notification.php diff --git a/lang/cs/pagination.php b/lang/cs-CZ/pagination.php similarity index 100% rename from lang/cs/pagination.php rename to lang/cs-CZ/pagination.php diff --git a/lang/cs/passwords.php b/lang/cs-CZ/passwords.php similarity index 100% rename from lang/cs/passwords.php rename to lang/cs-CZ/passwords.php diff --git a/lang/cs/profile.php b/lang/cs-CZ/profile.php similarity index 100% rename from lang/cs/profile.php rename to lang/cs-CZ/profile.php diff --git a/lang/el/settings.php b/lang/cs-CZ/settings.php similarity index 100% rename from lang/el/settings.php rename to lang/cs-CZ/settings.php diff --git a/lang/cs/site.php b/lang/cs-CZ/site.php similarity index 100% rename from lang/cs/site.php rename to lang/cs-CZ/site.php diff --git a/lang/cs/timeline.php b/lang/cs-CZ/timeline.php similarity index 100% rename from lang/cs/timeline.php rename to lang/cs-CZ/timeline.php diff --git a/lang/cs/validation.php b/lang/cs-CZ/validation.php similarity index 100% rename from lang/cs/validation.php rename to lang/cs-CZ/validation.php diff --git a/lang/cs/web.php b/lang/cs-CZ/web.php similarity index 100% rename from lang/cs/web.php rename to lang/cs-CZ/web.php diff --git a/lang/cy/auth.php b/lang/cy-GB/auth.php similarity index 100% rename from lang/cy/auth.php rename to lang/cy-GB/auth.php diff --git a/lang/eu/exception.php b/lang/cy-GB/exception.php similarity index 100% rename from lang/eu/exception.php rename to lang/cy-GB/exception.php diff --git a/lang/cy/helpcenter.php b/lang/cy-GB/helpcenter.php similarity index 100% rename from lang/cy/helpcenter.php rename to lang/cy-GB/helpcenter.php diff --git a/lang/cy/navmenu.php b/lang/cy-GB/navmenu.php similarity index 100% rename from lang/cy/navmenu.php rename to lang/cy-GB/navmenu.php diff --git a/lang/cy/notification.php b/lang/cy-GB/notification.php similarity index 100% rename from lang/cy/notification.php rename to lang/cy-GB/notification.php diff --git a/lang/cy/pagination.php b/lang/cy-GB/pagination.php similarity index 100% rename from lang/cy/pagination.php rename to lang/cy-GB/pagination.php diff --git a/lang/cy/passwords.php b/lang/cy-GB/passwords.php similarity index 100% rename from lang/cy/passwords.php rename to lang/cy-GB/passwords.php diff --git a/lang/cy/profile.php b/lang/cy-GB/profile.php similarity index 100% rename from lang/cy/profile.php rename to lang/cy-GB/profile.php diff --git a/lang/eu/settings.php b/lang/cy-GB/settings.php similarity index 100% rename from lang/eu/settings.php rename to lang/cy-GB/settings.php diff --git a/lang/cy/site.php b/lang/cy-GB/site.php similarity index 100% rename from lang/cy/site.php rename to lang/cy-GB/site.php diff --git a/lang/cy/timeline.php b/lang/cy-GB/timeline.php similarity index 100% rename from lang/cy/timeline.php rename to lang/cy-GB/timeline.php diff --git a/lang/cy/validation.php b/lang/cy-GB/validation.php similarity index 100% rename from lang/cy/validation.php rename to lang/cy-GB/validation.php diff --git a/lang/cy/web.php b/lang/cy-GB/web.php similarity index 100% rename from lang/cy/web.php rename to lang/cy-GB/web.php diff --git a/lang/da/auth.php b/lang/da-DK/auth.php similarity index 100% rename from lang/da/auth.php rename to lang/da-DK/auth.php diff --git a/lang/fi/exception.php b/lang/da-DK/exception.php similarity index 100% rename from lang/fi/exception.php rename to lang/da-DK/exception.php diff --git a/lang/fi/helpcenter.php b/lang/da-DK/helpcenter.php similarity index 100% rename from lang/fi/helpcenter.php rename to lang/da-DK/helpcenter.php diff --git a/lang/da/navmenu.php b/lang/da-DK/navmenu.php similarity index 100% rename from lang/da/navmenu.php rename to lang/da-DK/navmenu.php diff --git a/lang/da/notification.php b/lang/da-DK/notification.php similarity index 100% rename from lang/da/notification.php rename to lang/da-DK/notification.php diff --git a/lang/da/pagination.php b/lang/da-DK/pagination.php similarity index 100% rename from lang/da/pagination.php rename to lang/da-DK/pagination.php diff --git a/lang/da/passwords.php b/lang/da-DK/passwords.php similarity index 100% rename from lang/da/passwords.php rename to lang/da-DK/passwords.php diff --git a/lang/da/profile.php b/lang/da-DK/profile.php similarity index 100% rename from lang/da/profile.php rename to lang/da-DK/profile.php diff --git a/lang/fa/settings.php b/lang/da-DK/settings.php similarity index 100% rename from lang/fa/settings.php rename to lang/da-DK/settings.php diff --git a/lang/gd/site.php b/lang/da-DK/site.php similarity index 100% rename from lang/gd/site.php rename to lang/da-DK/site.php diff --git a/lang/hi/timeline.php b/lang/da-DK/timeline.php similarity index 100% rename from lang/hi/timeline.php rename to lang/da-DK/timeline.php diff --git a/lang/da/validation.php b/lang/da-DK/validation.php similarity index 100% rename from lang/da/validation.php rename to lang/da-DK/validation.php diff --git a/lang/da/web.php b/lang/da-DK/web.php similarity index 100% rename from lang/da/web.php rename to lang/da-DK/web.php diff --git a/lang/de/auth.php b/lang/de-DE/auth.php similarity index 100% rename from lang/de/auth.php rename to lang/de-DE/auth.php diff --git a/lang/de/exception.php b/lang/de-DE/exception.php similarity index 100% rename from lang/de/exception.php rename to lang/de-DE/exception.php diff --git a/lang/de/helpcenter.php b/lang/de-DE/helpcenter.php similarity index 100% rename from lang/de/helpcenter.php rename to lang/de-DE/helpcenter.php diff --git a/lang/de/navmenu.php b/lang/de-DE/navmenu.php similarity index 100% rename from lang/de/navmenu.php rename to lang/de-DE/navmenu.php diff --git a/lang/de/notification.php b/lang/de-DE/notification.php similarity index 100% rename from lang/de/notification.php rename to lang/de-DE/notification.php diff --git a/lang/de/pagination.php b/lang/de-DE/pagination.php similarity index 100% rename from lang/de/pagination.php rename to lang/de-DE/pagination.php diff --git a/lang/de/passwords.php b/lang/de-DE/passwords.php similarity index 100% rename from lang/de/passwords.php rename to lang/de-DE/passwords.php diff --git a/lang/de/profile.php b/lang/de-DE/profile.php similarity index 100% rename from lang/de/profile.php rename to lang/de-DE/profile.php diff --git a/lang/de/settings.php b/lang/de-DE/settings.php similarity index 100% rename from lang/de/settings.php rename to lang/de-DE/settings.php diff --git a/lang/de/site.php b/lang/de-DE/site.php similarity index 100% rename from lang/de/site.php rename to lang/de-DE/site.php diff --git a/lang/de/timeline.php b/lang/de-DE/timeline.php similarity index 100% rename from lang/de/timeline.php rename to lang/de-DE/timeline.php diff --git a/lang/de/validation.php b/lang/de-DE/validation.php similarity index 100% rename from lang/de/validation.php rename to lang/de-DE/validation.php diff --git a/lang/de/web.php b/lang/de-DE/web.php similarity index 100% rename from lang/de/web.php rename to lang/de-DE/web.php diff --git a/lang/el/auth.php b/lang/el-GR/auth.php similarity index 100% rename from lang/el/auth.php rename to lang/el-GR/auth.php diff --git a/lang/gd/exception.php b/lang/el-GR/exception.php similarity index 100% rename from lang/gd/exception.php rename to lang/el-GR/exception.php diff --git a/lang/gd/helpcenter.php b/lang/el-GR/helpcenter.php similarity index 100% rename from lang/gd/helpcenter.php rename to lang/el-GR/helpcenter.php diff --git a/lang/hi/navmenu.php b/lang/el-GR/navmenu.php similarity index 100% rename from lang/hi/navmenu.php rename to lang/el-GR/navmenu.php diff --git a/lang/el/notification.php b/lang/el-GR/notification.php similarity index 100% rename from lang/el/notification.php rename to lang/el-GR/notification.php diff --git a/lang/el/pagination.php b/lang/el-GR/pagination.php similarity index 100% rename from lang/el/pagination.php rename to lang/el-GR/pagination.php diff --git a/lang/el/passwords.php b/lang/el-GR/passwords.php similarity index 100% rename from lang/el/passwords.php rename to lang/el-GR/passwords.php diff --git a/lang/el/profile.php b/lang/el-GR/profile.php similarity index 100% rename from lang/el/profile.php rename to lang/el-GR/profile.php diff --git a/lang/fi/settings.php b/lang/el-GR/settings.php similarity index 100% rename from lang/fi/settings.php rename to lang/el-GR/settings.php diff --git a/lang/hi/site.php b/lang/el-GR/site.php similarity index 100% rename from lang/hi/site.php rename to lang/el-GR/site.php diff --git a/lang/hr/timeline.php b/lang/el-GR/timeline.php similarity index 100% rename from lang/hr/timeline.php rename to lang/el-GR/timeline.php diff --git a/lang/el/validation.php b/lang/el-GR/validation.php similarity index 100% rename from lang/el/validation.php rename to lang/el-GR/validation.php diff --git a/lang/el/web.php b/lang/el-GR/web.php similarity index 100% rename from lang/el/web.php rename to lang/el-GR/web.php diff --git a/lang/en/auth.php b/lang/en-US/auth.php similarity index 100% rename from lang/en/auth.php rename to lang/en-US/auth.php diff --git a/lang/en/exception.php b/lang/en-US/exception.php similarity index 100% rename from lang/en/exception.php rename to lang/en-US/exception.php diff --git a/lang/en/helpcenter.php b/lang/en-US/helpcenter.php similarity index 100% rename from lang/en/helpcenter.php rename to lang/en-US/helpcenter.php diff --git a/lang/en/navmenu.php b/lang/en-US/navmenu.php similarity index 100% rename from lang/en/navmenu.php rename to lang/en-US/navmenu.php diff --git a/lang/en/notification.php b/lang/en-US/notification.php similarity index 100% rename from lang/en/notification.php rename to lang/en-US/notification.php diff --git a/lang/en/pagination.php b/lang/en-US/pagination.php similarity index 100% rename from lang/en/pagination.php rename to lang/en-US/pagination.php diff --git a/lang/en/passwords.php b/lang/en-US/passwords.php similarity index 100% rename from lang/en/passwords.php rename to lang/en-US/passwords.php diff --git a/lang/en/profile.php b/lang/en-US/profile.php similarity index 100% rename from lang/en/profile.php rename to lang/en-US/profile.php diff --git a/lang/en/settings.php b/lang/en-US/settings.php similarity index 100% rename from lang/en/settings.php rename to lang/en-US/settings.php diff --git a/lang/en/site.php b/lang/en-US/site.php similarity index 100% rename from lang/en/site.php rename to lang/en-US/site.php diff --git a/lang/en/timeline.php b/lang/en-US/timeline.php similarity index 100% rename from lang/en/timeline.php rename to lang/en-US/timeline.php diff --git a/lang/en/validation.php b/lang/en-US/validation.php similarity index 100% rename from lang/en/validation.php rename to lang/en-US/validation.php diff --git a/lang/en/web.php b/lang/en-US/web.php similarity index 100% rename from lang/en/web.php rename to lang/en-US/web.php diff --git a/lang/hu/auth.php b/lang/en-x-pirate/auth.php similarity index 100% rename from lang/hu/auth.php rename to lang/en-x-pirate/auth.php diff --git a/lang/he/exception.php b/lang/en-x-pirate/exception.php similarity index 100% rename from lang/he/exception.php rename to lang/en-x-pirate/exception.php diff --git a/lang/he/helpcenter.php b/lang/en-x-pirate/helpcenter.php similarity index 100% rename from lang/he/helpcenter.php rename to lang/en-x-pirate/helpcenter.php diff --git a/lang/hr/navmenu.php b/lang/en-x-pirate/navmenu.php similarity index 100% rename from lang/hr/navmenu.php rename to lang/en-x-pirate/navmenu.php diff --git a/lang/hu/notification.php b/lang/en-x-pirate/notification.php similarity index 100% rename from lang/hu/notification.php rename to lang/en-x-pirate/notification.php diff --git a/lang/hu/passwords.php b/lang/en-x-pirate/passwords.php similarity index 100% rename from lang/hu/passwords.php rename to lang/en-x-pirate/passwords.php diff --git a/lang/hu/profile.php b/lang/en-x-pirate/profile.php similarity index 100% rename from lang/hu/profile.php rename to lang/en-x-pirate/profile.php diff --git a/lang/gd/settings.php b/lang/en-x-pirate/settings.php similarity index 100% rename from lang/gd/settings.php rename to lang/en-x-pirate/settings.php diff --git a/lang/hr/site.php b/lang/en-x-pirate/site.php similarity index 100% rename from lang/hr/site.php rename to lang/en-x-pirate/site.php diff --git a/lang/hu/timeline.php b/lang/en-x-pirate/timeline.php similarity index 100% rename from lang/hu/timeline.php rename to lang/en-x-pirate/timeline.php diff --git a/lang/en-x-pirate/web.php b/lang/en-x-pirate/web.php new file mode 100644 index 000000000..2b6458d35 --- /dev/null +++ b/lang/en-x-pirate/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => 'Yammer', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => 'Treasure', + + 'cancel' => 'Abandon Ship', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => 'Somethin\' went wrong. Please try again later.', + 'oops' => 'Shiver me timbers!', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => 'Onward', + 'close' => '', + 'clickHere' => 'click thar', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => 'Dis post may contain sensitive content', + 'javascript' => 'Please enable javascript to view this booty.', + 'loading' => '', + 'continue' => 'Carry On', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => 'Privacy Creed', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/eo-UY/auth.php b/lang/eo-UY/auth.php new file mode 100644 index 000000000..0b7666923 --- /dev/null +++ b/lang/eo-UY/auth.php @@ -0,0 +1,35 @@ + ' - Konfirmu Vian Retpoŝtadreson', + 'loginTitle' => 'Ensaluto al Konto', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/hi/exception.php b/lang/eo-UY/exception.php similarity index 100% rename from lang/hi/exception.php rename to lang/eo-UY/exception.php diff --git a/lang/hi/helpcenter.php b/lang/eo-UY/helpcenter.php similarity index 100% rename from lang/hi/helpcenter.php rename to lang/eo-UY/helpcenter.php diff --git a/lang/hu/navmenu.php b/lang/eo-UY/navmenu.php similarity index 100% rename from lang/hu/navmenu.php rename to lang/eo-UY/navmenu.php diff --git a/lang/ko/notification.php b/lang/eo-UY/notification.php similarity index 100% rename from lang/ko/notification.php rename to lang/eo-UY/notification.php diff --git a/lang/eo/pagination.php b/lang/eo-UY/pagination.php similarity index 100% rename from lang/eo/pagination.php rename to lang/eo-UY/pagination.php diff --git a/lang/ko/passwords.php b/lang/eo-UY/passwords.php similarity index 100% rename from lang/ko/passwords.php rename to lang/eo-UY/passwords.php diff --git a/lang/ko/profile.php b/lang/eo-UY/profile.php similarity index 100% rename from lang/ko/profile.php rename to lang/eo-UY/profile.php diff --git a/lang/gl/settings.php b/lang/eo-UY/settings.php similarity index 100% rename from lang/gl/settings.php rename to lang/eo-UY/settings.php diff --git a/lang/hu/site.php b/lang/eo-UY/site.php similarity index 100% rename from lang/hu/site.php rename to lang/eo-UY/site.php diff --git a/lang/ko/timeline.php b/lang/eo-UY/timeline.php similarity index 100% rename from lang/ko/timeline.php rename to lang/eo-UY/timeline.php diff --git a/lang/eo/validation.php b/lang/eo-UY/validation.php similarity index 100% rename from lang/eo/validation.php rename to lang/eo-UY/validation.php diff --git a/lang/eo-UY/web.php b/lang/eo-UY/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/eo-UY/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/eo/auth.php b/lang/eo/auth.php deleted file mode 100644 index baa2689cf..000000000 --- a/lang/eo/auth.php +++ /dev/null @@ -1,19 +0,0 @@ - 'Tiuj ĉi akreditaĵojn ne kongruas kun niajn registraĵojn.', - 'throttle' => 'Tro saluton provojn. Bonvolu provu refoje post :seconds sekundoj.', - -]; diff --git a/lang/eo/helpcenter.php b/lang/eo/helpcenter.php deleted file mode 100644 index fdb6bf78e..000000000 --- a/lang/eo/helpcenter.php +++ /dev/null @@ -1,27 +0,0 @@ - 'Helpejo', - 'whatsnew' => 'Kio Novas', - - 'gettingStarted' => 'Komenci', - 'sharingMedia' => 'Kunhavigi Mediojn', - 'profile' => 'Profilo', - 'stories' => 'Historioj', - 'hashtags' => 'Kradvortoj', - 'discover' => 'Trovi', - 'directMessages' => 'Rektaj Mesaĝoj', - 'timelines' => 'Kronologioj', - 'embed' => 'Enkorpigi', - - 'communityGuidelines' => 'Konumumaj Gvidiloj', - 'whatIsTheFediverse' => 'Kio Estas la Fediverso?', - 'controllingVisibility' => 'Kontroli Videbleco', - 'blockingAccounts' => 'Bloki Kontoj', - 'safetyTips' => 'Sekurecaj Konsiletoj', - 'reportSomething' => 'Informi', - 'dataPolicy' => 'Datuma Politiko', - - 'taggingPeople' => 'Etikedi Personoj', -]; diff --git a/lang/eo/navmenu.php b/lang/eo/navmenu.php deleted file mode 100644 index 80ff2949f..000000000 --- a/lang/eo/navmenu.php +++ /dev/null @@ -1,19 +0,0 @@ - 'Serĉi', - 'home' => 'Hejmo', - 'local' => 'Loka', - 'network' => 'Reta', - 'discover' => 'Trovi', - 'viewMyProfile' => 'Rigardi mia profilo', - 'myProfile' => 'Mia Profilo', - 'myTimeline' => 'Mia Kronologio', - 'publicTimeline' => 'Publica Kronologio', - 'remoteFollow' => 'Sekvi Reta', - 'settings' => 'Agordoj', - 'admin' => 'Administri', - 'logout' => 'Adiaŭi', - 'directMessages' => 'Rektaj Mesaĝoj', - 'composePost' => 'Afiŝi', -]; diff --git a/lang/eo/notification.php b/lang/eo/notification.php deleted file mode 100644 index 23f486811..000000000 --- a/lang/eo/notification.php +++ /dev/null @@ -1,12 +0,0 @@ - 'ŝatis vian afiŝon.', - 'likedComment' => 'ŝatis vian komenton.', - 'startedFollowingYou' => 'eksetvis vin.', - 'commented' => 'komentis vian afiŝon.', - 'mentionedYou' => 'menciis vin.', - 'shared' => 'kunhavigis vian afiŝon.', - -]; diff --git a/lang/eo/passwords.php b/lang/eo/passwords.php deleted file mode 100644 index f71ac91d5..000000000 --- a/lang/eo/passwords.php +++ /dev/null @@ -1,22 +0,0 @@ - 'Pasvortoj devas havi minimume ses signojn kaj kongrui kun la konfirmo.', - 'reset' => 'Via pasvorto restarigis!', - 'sent' => 'Se via retadreso ekzistas en nia datumbazo, tiam vi ricevos pasvort-reakiran ligilon en via retadreso post nelonge. Bonvolu, kontrolu vian spamujon se vi ne ricevis.', - 'token' => 'Ĉi tiu pasvort-reakiran ligilon ne validas.', - 'user' => 'Se via retadreso ekzistas en nia datumbazo, tiam vi ricevos pasvort-reakiran ligilon en via retadreso post nelonge. Bonvolu, kontrolu vian spamujon se vi ne ricevis.', - -]; diff --git a/lang/eo/profile.php b/lang/eo/profile.php deleted file mode 100644 index cf69ef482..000000000 --- a/lang/eo/profile.php +++ /dev/null @@ -1,15 +0,0 @@ - 'Ĉi tiu uzanto ankoraŭ ne havas afiŝojn!', - 'emptyFollowers' => 'Ĉi tiu uzanto ankoraŭ ne havas sekvantojn!', - 'emptyFollowing' => 'Ĉi tiu uzanto ankoraŭ ne sekvas iu!', - 'emptySaved' => 'Vi ankoraŭ ne konservis neniujn afiŝojn!', - 'savedWarning' => 'Sola vi permisas vidi kion vi konservis', - 'privateProfileWarning' => 'Ĉi tiu konto estas privata', - 'alreadyFollow' => 'Vi jam sekvas :username?', - 'loginToSeeProfile' => 'vidi lian fotojn kaj videojn.', - - 'status.disabled.header' => 'Profilo Maldisponebla', - 'status.disabled.body' => 'Mi bedaŭras, ĉi tiu profilo momente estas maldisponebla. Bonvolu, momente provu denove.', -]; diff --git a/lang/eo/site.php b/lang/eo/site.php deleted file mode 100644 index 7765702e6..000000000 --- a/lang/eo/site.php +++ /dev/null @@ -1,20 +0,0 @@ - 'Pri', - 'help' => 'Helpejo', - 'language' => 'Lingvo', - 'fediverse' => 'Fediverso', - 'opensource' => 'Libera Programaro', - 'terms' => 'Kondiĉoj', - 'privacy' => 'Privateco', - 'l10nWip' => 'Ni daŭre laboras pri lokaliza subteno', - 'currentLocale' => 'Kuranta lokoĵaro', - 'selectLocale' => 'Elektu unu de la subtenataj lingvoj', - 'contact' => 'Kontakti', - 'contact-us' => 'Kontactu nin', - 'places' => 'Lokoj', - 'profiles' => 'Profiloj', - -]; diff --git a/lang/eo/timeline.php b/lang/eo/timeline.php deleted file mode 100644 index d759532d7..000000000 --- a/lang/eo/timeline.php +++ /dev/null @@ -1,7 +0,0 @@ - 'Via kronologio estas malplena.', - -]; diff --git a/lang/es/auth.php b/lang/es-ES/auth.php similarity index 93% rename from lang/es/auth.php rename to lang/es-ES/auth.php index 4483e44a3..934689007 100644 --- a/lang/es/auth.php +++ b/lang/es-ES/auth.php @@ -22,8 +22,8 @@ return [ 'terms' => 'Al registrarte estás de acuerdo con nuestros Términos de Uso y Política de Privacidad.', 'emailAddress' => 'Dirección de correo electrónico', - 'email' => '', - 'forgotEmail' => '', + 'email' => 'Correo Electrónico', + 'forgotEmail' => 'Correo Electrónico olvidado', 'registerTitle' => 'Registrar una nueva cuenta', diff --git a/lang/es-ES/exception.php b/lang/es-ES/exception.php new file mode 100644 index 000000000..73ae1031d --- /dev/null +++ b/lang/es-ES/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => 'Debe contener una sola foto o vídeo, o varias fotos.', + ], + ], + +]; diff --git a/lang/es-ES/helpcenter.php b/lang/es-ES/helpcenter.php new file mode 100644 index 000000000..5cb73617c --- /dev/null +++ b/lang/es-ES/helpcenter.php @@ -0,0 +1,28 @@ + 'Centro de ayuda', + 'whatsnew' => 'Qué hay nuevo', + + 'gettingStarted' => 'Empezando', + 'sharingMedia' => 'Compartir medios', + 'profile' => 'Perfil', + 'stories' => 'Historias', + 'hashtags' => 'Hashtags', + 'discover' => 'Descubrir', + 'directMessages' => 'Mensajes Directos', + 'timelines' => 'Cronología', + 'embed' => 'Insertar', + + 'communityGuidelines' => 'Normas de la comunidad', + 'whatIsTheFediverse' => '¿Qué es el fediverso?', + 'controllingVisibility' => 'Controlar la visibilidad', + 'blockingAccounts' => 'Bloqueo de cuentas', + 'safetyTips' => 'Consejos de seguridad', + 'reportSomething' => 'Reportar Algo', + 'dataPolicy' => 'Política de datos', + + 'taggingPeople' => 'Etiquetar personas', + +]; diff --git a/lang/es-ES/navmenu.php b/lang/es-ES/navmenu.php new file mode 100644 index 000000000..30b118ca3 --- /dev/null +++ b/lang/es-ES/navmenu.php @@ -0,0 +1,19 @@ + 'Buscar', + 'home' => 'Hogar', + 'local' => 'Local', + 'network' => 'Red', + 'discover' => 'Descubrir', + 'viewMyProfile' => 'Ver mi perfil', + 'myProfile' => 'Mi perfil', + 'myTimeline' => 'Mi cronología', + 'publicTimeline' => 'Cronología Pública', + 'remoteFollow' => 'Seguimiento remoto', + 'settings' => 'Ajustes', + 'admin' => 'Administración', + 'logout' => 'Cerrar Sesión', + 'directMessages' => 'Mensajes Directos', + 'composePost' => 'Redactar publicación', +]; diff --git a/lang/es/notification.php b/lang/es-ES/notification.php similarity index 100% rename from lang/es/notification.php rename to lang/es-ES/notification.php diff --git a/lang/es/pagination.php b/lang/es-ES/pagination.php similarity index 100% rename from lang/es/pagination.php rename to lang/es-ES/pagination.php diff --git a/lang/es-ES/passwords.php b/lang/es-ES/passwords.php new file mode 100644 index 000000000..0861c07d5 --- /dev/null +++ b/lang/es-ES/passwords.php @@ -0,0 +1,22 @@ + 'Las contraseñas deben tener al menos seis caracteres y coincidir con la información.', + 'reset' => '¡Tu contraseña ha sido restablecida!', + 'sent' => 'Si tu dirección de correo electrónico está registrada en nuestra base de datos, recibirás un enlace para recuperar tu contraseña en unos minutos. Si no lo recibes, revisa tu carpeta de correo no deseado.', + 'token' => 'Este token de restablecimiento de contraseña no es válido.', + 'user' => '', + +]; diff --git a/lang/me/profile.php b/lang/es-ES/profile.php similarity index 100% rename from lang/me/profile.php rename to lang/es-ES/profile.php diff --git a/lang/es/settings.php b/lang/es-ES/settings.php similarity index 100% rename from lang/es/settings.php rename to lang/es-ES/settings.php diff --git a/lang/ko/site.php b/lang/es-ES/site.php similarity index 100% rename from lang/ko/site.php rename to lang/es-ES/site.php diff --git a/lang/es/timeline.php b/lang/es-ES/timeline.php similarity index 100% rename from lang/es/timeline.php rename to lang/es-ES/timeline.php diff --git a/lang/es/validation.php b/lang/es-ES/validation.php similarity index 100% rename from lang/es/validation.php rename to lang/es-ES/validation.php diff --git a/lang/es/web.php b/lang/es-ES/web.php similarity index 100% rename from lang/es/web.php rename to lang/es-ES/web.php diff --git a/lang/es/helpcenter.php b/lang/es/helpcenter.php deleted file mode 100644 index 4d26854bb..000000000 --- a/lang/es/helpcenter.php +++ /dev/null @@ -1,28 +0,0 @@ - 'Centro de Ayuda', - 'whatsnew' => 'Novedades', - - 'gettingStarted' => 'Primeros Pasos', - 'sharingMedia' => 'Compartiendo Medios', - 'profile' => 'Perfil', - 'stories' => 'Historias', - 'hashtags' => 'Hashtags', - 'discover' => 'Descubre', - 'directMessages' => 'Mensajes Directos', - 'timelines' => 'Timelines', - 'embed' => 'Incrustar', - - 'communityGuidelines' => 'Normas de la comunidad', - 'whatIsTheFediverse' => '¿Qué es el fediverso?', - 'controllingVisibility' => 'Controlando la Visibilidad', - 'blockingAccounts' => 'Bloqueando Cuentas', - 'safetyTips' => 'Tips de Seguridad', - 'reportSomething' => 'Reportar Algo', - 'dataPolicy' => 'Política sobre datos', - - 'taggingPeople' => 'Etiquetando Personas', - -]; diff --git a/lang/es/navmenu.php b/lang/es/navmenu.php deleted file mode 100644 index fad0ae5a5..000000000 --- a/lang/es/navmenu.php +++ /dev/null @@ -1,19 +0,0 @@ - 'Buscar', - 'home' => 'Inicio', - 'local' => 'Local', - 'network' => 'Network', - 'discover' => 'Descubre', - 'viewMyProfile' => 'Ver mi perfil', - 'myProfile' => 'Mi Perfil', - 'myTimeline' => 'Mi Timeline', - 'publicTimeline' => 'Timeline público', - 'remoteFollow' => 'Seguidor Remoto', - 'settings' => 'Configuraciones', - 'admin' => 'Admin', - 'logout' => 'Cerrar Sesión', - 'directMessages' => 'Mensajes Directos', - 'composePost' => 'Crear Post', -]; diff --git a/lang/es/profile.php b/lang/es/profile.php deleted file mode 100644 index 263f029a9..000000000 --- a/lang/es/profile.php +++ /dev/null @@ -1,21 +0,0 @@ - '¡Este usuario todavía no ha publicado nada!', - 'emptyFollowers' => '¡Este usuario todavía no tiene seguidores!', - 'emptyFollowing' => '¡Este usuario todavía no está siguiendo a nadie!', - 'emptySaved' => '¡No has guardado ninguna foto aún!', - 'savedWarning' => 'Solamente tú puedes ver lo que has guardado', - 'privateProfileWarning' => 'Esta cuenta es Privada', - 'alreadyFollow' => '¿Ya sigues a :username?', - 'loginToSeeProfile' => 'para ver sus fotos y videos.', - - 'status.disabled.header' => 'Perfil no disponible', - 'status.disabled.body' => 'Disculpa, este perfil no está disponible en este momento. Por favor intenta nuevamente luego.', - - 'block.domain.max' => '¡Alcanzaste el limite máximo de dominios bloqueados! Tú solo puedes bloquear :max dominios por el momento. Pregúntale a tu administrador para ajustar este limite.', - - 'mutedAccounts' => 'Cuentas Silenciadas', - 'blockedAccounts' => 'Cuentas Bloqueadas', - 'blockedDomains' => 'Dominios Bloqueados', -]; diff --git a/lang/es/site.php b/lang/es/site.php deleted file mode 100644 index c84d4ad27..000000000 --- a/lang/es/site.php +++ /dev/null @@ -1,69 +0,0 @@ - 'Acerca de', - 'help' => 'Ayuda', - 'language' => 'Idioma', - 'fediverse' => 'Fediverso', - 'opensource' => 'Código Abierto', - 'terms' => 'Términos', - 'privacy' => 'Privacidad', - 'l10nWip' => 'Aún estamos trabajando en el soporte para nuevos idiomas', - 'currentLocale' => 'Ubicación actual', - 'selectLocale' => 'Selecciona uno de los idiomas soportados', - 'contact' => 'Contacto', - 'contact-us' => 'Contactanos', - 'places' => 'Lugares', - 'profiles' => 'Perfiles', - - // site/contact - 'you_can_contact_the_admins' => 'Puedes contactar a los administradores', - 'by_using_the_form_below' => 'utilizando el formulario a continuación', - 'or' => 'o', - 'by_sending_an_email_to' => 'enviando un email a ', - 'the_admins_have_not_set_a_contact_email_address' => 'Los administradores no han definido un email de contacto', - 'Message' => 'Mensaje', - 'request_response_from_admins' => 'Solicita una respuesta de los administradores', - 'Submit' => 'Enviar', - 'log_in_to_send_a_message' => 'Inicia sesión para enviar un mensaje', - 'Please' => 'Por favor', - - // site/about - 'photo_sharing_for_everyone' => 'Compartir fotos. Para todos', - 'pixelfed_is_an_image_sharing_platform_etc' => 'Pixelfed es una plataforma para compartir fotos, una alternativa ética a plataformas centralizadas.', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding - 'feature_packed' => 'Características incluidas.', - 'the_best_for_the_brightest' => 'Lo mejor para los más brillantes ??', - 'albums' => 'Álbumes', - 'share_posts_with_up_to' => 'Comparte publicaciones con hasta', - 'photos' => 'Fotos', - 'comments' => 'Comentarios', - 'comment_on_a_post_or_send_a_reply' => 'Comenta una foto, o envía una respuesta', - 'collections' => 'Colecciones', - 'organize_and_share_collections_of_multiple_posts' => 'Organiza y comparte colecciones de múltiples publicaciones', - 'discover' => 'Descubre', - 'explore_categories_hashtags_and_topics' => 'Explora categorías, hashtags y tópicos', - 'photo_filters' => 'Filtros de Fotos', - 'add_a_special_touch_to_your_photos' => 'Agrega un toque especial a tus fotos', - 'stories' => 'Historia', - 'share_moments_with_your_followers_that_disappear_etc' => 'Comparte momentos con tus seguidores que desaparecen luego de 24 horas', - 'people_have_shared' => 'la gente ha compartido', - 'photos_and_videos_on' => 'fotos y videos en', - 'sign_up_today' => 'Registrate hoy', - 'and_join_our_community_of_photographers_from_etc' => 'y únete a nuestra comunidad de fotógrafos de todo el mundo.', - - // site/fediverse - 'is_a_portmanteau_of_federation_and_universe_etc' => 'es la combinación de "federación" y "universo". Es un nombre común e informal para una federación de servidores de redes sociales, que se especializan en diferentes tipos de contenido.', - 'supported_fediverse_projects' => 'Proyectos apoyados por Fediverso', - 'some_of_the_better_known_fediverse_projects_include' => 'Algunos de los proyectos del fediversos más conocidos incluyen:', - 'a_federated_microblogging_alternative' => 'Una alternativa federada de microblogging.', - - // site/opensource - 'the_software_that_powers_this_website_is_called' => 'El software que impulsa este sitio web se llama', - 'and_anyone_can' => 'y cualquiera lo puede', - 'download' => 'descargar', - 'opensource.or' => 'o', - 'view' => 'revisar', - 'the_source_code_and_run_their_own_instance' => 'el código fuente y ejecutar sus propias instancias!!', - 'open_source_in_pixelfed' => 'Código abierto en Pixelfed', -]; diff --git a/lang/eu/auth.php b/lang/eu-ES/auth.php similarity index 100% rename from lang/eu/auth.php rename to lang/eu-ES/auth.php diff --git a/lang/hr/exception.php b/lang/eu-ES/exception.php similarity index 100% rename from lang/hr/exception.php rename to lang/eu-ES/exception.php diff --git a/lang/hr/helpcenter.php b/lang/eu-ES/helpcenter.php similarity index 100% rename from lang/hr/helpcenter.php rename to lang/eu-ES/helpcenter.php diff --git a/lang/eu/navmenu.php b/lang/eu-ES/navmenu.php similarity index 100% rename from lang/eu/navmenu.php rename to lang/eu-ES/navmenu.php diff --git a/lang/eu/notification.php b/lang/eu-ES/notification.php similarity index 100% rename from lang/eu/notification.php rename to lang/eu-ES/notification.php diff --git a/lang/eu/pagination.php b/lang/eu-ES/pagination.php similarity index 100% rename from lang/eu/pagination.php rename to lang/eu-ES/pagination.php diff --git a/lang/eu/passwords.php b/lang/eu-ES/passwords.php similarity index 100% rename from lang/eu/passwords.php rename to lang/eu-ES/passwords.php diff --git a/lang/eu/profile.php b/lang/eu-ES/profile.php similarity index 100% rename from lang/eu/profile.php rename to lang/eu-ES/profile.php diff --git a/lang/he/settings.php b/lang/eu-ES/settings.php similarity index 100% rename from lang/he/settings.php rename to lang/eu-ES/settings.php diff --git a/lang/eu/site.php b/lang/eu-ES/site.php similarity index 100% rename from lang/eu/site.php rename to lang/eu-ES/site.php diff --git a/lang/eu/timeline.php b/lang/eu-ES/timeline.php similarity index 100% rename from lang/eu/timeline.php rename to lang/eu-ES/timeline.php diff --git a/lang/eu/validation.php b/lang/eu-ES/validation.php similarity index 100% rename from lang/eu/validation.php rename to lang/eu-ES/validation.php diff --git a/lang/eu/web.php b/lang/eu-ES/web.php similarity index 100% rename from lang/eu/web.php rename to lang/eu-ES/web.php diff --git a/lang/fa/auth.php b/lang/fa-IR/auth.php similarity index 100% rename from lang/fa/auth.php rename to lang/fa-IR/auth.php diff --git a/lang/fa/exception.php b/lang/fa-IR/exception.php similarity index 100% rename from lang/fa/exception.php rename to lang/fa-IR/exception.php diff --git a/lang/fa/helpcenter.php b/lang/fa-IR/helpcenter.php similarity index 100% rename from lang/fa/helpcenter.php rename to lang/fa-IR/helpcenter.php diff --git a/lang/fa/navmenu.php b/lang/fa-IR/navmenu.php similarity index 100% rename from lang/fa/navmenu.php rename to lang/fa-IR/navmenu.php diff --git a/lang/fa/notification.php b/lang/fa-IR/notification.php similarity index 100% rename from lang/fa/notification.php rename to lang/fa-IR/notification.php diff --git a/lang/fa/pagination.php b/lang/fa-IR/pagination.php similarity index 100% rename from lang/fa/pagination.php rename to lang/fa-IR/pagination.php diff --git a/lang/fa/passwords.php b/lang/fa-IR/passwords.php similarity index 100% rename from lang/fa/passwords.php rename to lang/fa-IR/passwords.php diff --git a/lang/fa/profile.php b/lang/fa-IR/profile.php similarity index 100% rename from lang/fa/profile.php rename to lang/fa-IR/profile.php diff --git a/lang/hi/settings.php b/lang/fa-IR/settings.php similarity index 100% rename from lang/hi/settings.php rename to lang/fa-IR/settings.php diff --git a/lang/fa/site.php b/lang/fa-IR/site.php similarity index 100% rename from lang/fa/site.php rename to lang/fa-IR/site.php diff --git a/lang/fa/timeline.php b/lang/fa-IR/timeline.php similarity index 100% rename from lang/fa/timeline.php rename to lang/fa-IR/timeline.php diff --git a/lang/fa/validation.php b/lang/fa-IR/validation.php similarity index 100% rename from lang/fa/validation.php rename to lang/fa-IR/validation.php diff --git a/lang/fa/web.php b/lang/fa-IR/web.php similarity index 100% rename from lang/fa/web.php rename to lang/fa-IR/web.php diff --git a/lang/fi-FI/auth.php b/lang/fi-FI/auth.php new file mode 100644 index 000000000..73f35942c --- /dev/null +++ b/lang/fi-FI/auth.php @@ -0,0 +1,35 @@ + ' - Vahvista Sähköpostiosoitteesi', + 'loginTitle' => 'Kirjautuminen', + 'failed' => 'Nämä kirjautumistiedot eivät vastaa tallennettuja', + 'throttle' => 'Liian monta kirjautumisyritystä. Yrityä uudelleen :seconds sekuntin kuluttua.', + 'password' => 'Salasana', + 'remember' => 'Muista minut', + 'forgot' => 'Unohtunut salasana', + 'login' => 'Kirjaudu', + + 'register' => 'Luo tili', + 'reset' => 'Salasanan nollaus', + + 'name' => 'Nimi', + 'username' => 'Käyttäjätunnus', + 'confirm-password' => 'Vahvista salasana', + + 'age' => 'Olen vähintään 16-vuotias', + 'terms' => 'Rekisteröitymällä hyväksyt meidän Käyttöehdot ja Tietosuojakäytännön.', + + 'emailAddress' => 'Sähköpostiosoite', + 'email' => 'Sähköposti', + 'forgotEmail' => 'Unohtunut sähköposti', + + 'registerTitle' => 'Rekisteröi uusi tili', + + 'sendReset' => 'Lähetä salasanan palautuslinkki', + 'backLogin' => 'Takaisin kirjautumiseen', + + 'signInMastodon' => 'Kirjaudu sisään Mastodonilla', + +]; diff --git a/lang/es/exception.php b/lang/fi-FI/exception.php similarity index 51% rename from lang/es/exception.php rename to lang/fi-FI/exception.php index 64111770f..f18b88644 100644 --- a/lang/es/exception.php +++ b/lang/fi-FI/exception.php @@ -4,7 +4,7 @@ return [ 'compose' => [ 'invalid' => [ - 'album' => 'Debe contener solo una foto o video, o múltiples.', + 'album' => 'On oltava yksi kuva, video tai useita valokuvia.', ], ], diff --git a/lang/fi-FI/helpcenter.php b/lang/fi-FI/helpcenter.php new file mode 100644 index 000000000..aa8d66d8a --- /dev/null +++ b/lang/fi-FI/helpcenter.php @@ -0,0 +1,28 @@ + 'Ohjekeskus', + 'whatsnew' => 'Mitä uutta', + + 'gettingStarted' => 'Kuinka päästä alkuun', + 'sharingMedia' => 'Median jako', + 'profile' => 'Profiili', + 'stories' => 'Tarinat', + 'hashtags' => 'Tunnisteet', + 'discover' => 'Tutustu', + 'directMessages' => 'Yksityisviestit', + 'timelines' => 'Aikajanat', + 'embed' => 'Upota', + + 'communityGuidelines' => 'Yhteisön säännöt', + 'whatIsTheFediverse' => 'Mikä on fediversumi?', + 'controllingVisibility' => 'Hallitse näkyvyyttä', + 'blockingAccounts' => 'Tilien estäminen', + 'safetyTips' => 'Turvallisuusvinkkejä', + 'reportSomething' => 'Ilmoittaminen', + 'dataPolicy' => 'Tietokäytäntö', + + 'taggingPeople' => 'Henkilöiden merkitseminen', + +]; diff --git a/lang/fi-FI/navmenu.php b/lang/fi-FI/navmenu.php new file mode 100644 index 000000000..693a05cec --- /dev/null +++ b/lang/fi-FI/navmenu.php @@ -0,0 +1,19 @@ + 'Haku', + 'home' => 'Koti', + 'local' => 'Paikallinen', + 'network' => 'Verkko', + 'discover' => 'Tutustu', + 'viewMyProfile' => 'Näytä profiilini', + 'myProfile' => 'Oma profiili', + 'myTimeline' => 'Oma aikajana', + 'publicTimeline' => 'Julkinen aikajana', + 'remoteFollow' => 'Seuraa etänä', + 'settings' => 'Asetukset', + 'admin' => 'Ylläpitäjä', + 'logout' => 'Kirjaudu ulos', + 'directMessages' => 'Yksityisviestit', + 'composePost' => 'Luo julkaisu', +]; diff --git a/lang/fi-FI/notification.php b/lang/fi-FI/notification.php new file mode 100644 index 000000000..f5292e5f5 --- /dev/null +++ b/lang/fi-FI/notification.php @@ -0,0 +1,12 @@ + 'tykkäsi kuvastasi.', + 'likedComment' => 'tykkäsi kommentistasi.', + 'startedFollowingYou' => 'alkoi seuraamaan sinua.', + 'commented' => 'kommentoi julkaisuasi.', + 'mentionedYou' => 'mainitsi sinut.', + 'shared' => 'jakoi viestisi.', + +]; diff --git a/lang/fi/pagination.php b/lang/fi-FI/pagination.php similarity index 100% rename from lang/fi/pagination.php rename to lang/fi-FI/pagination.php diff --git a/lang/fi/passwords.php b/lang/fi-FI/passwords.php similarity index 100% rename from lang/fi/passwords.php rename to lang/fi-FI/passwords.php diff --git a/lang/fi-FI/profile.php b/lang/fi-FI/profile.php new file mode 100644 index 000000000..1be349272 --- /dev/null +++ b/lang/fi-FI/profile.php @@ -0,0 +1,21 @@ + 'Tällä käyttäjällä ei ole vielä päivityksiä!', + 'emptyFollowers' => 'Tällä käyttäjällä ei ole vielä seuraajia!', + 'emptyFollowing' => 'Tämä käyttäjä ei vielä seuraa ketään!', + 'emptySaved' => 'Et ole vielä tallentanut yhtään viestiä!', + 'savedWarning' => 'Vain sinä voit nähdä, mitä olet tallentanut', + 'privateProfileWarning' => 'Tämä tili on yksityinen', + 'alreadyFollow' => 'Seuraat jo käyttäjää :username?', + 'loginToSeeProfile' => 'nähdäksesi heidän kuvat ja videot.', + + 'status.disabled.header' => 'Profiili ei saatavilla', + 'status.disabled.body' => 'Valitettavasti tämä profiili ei ole käytettävissä tällä hetkellä. Yritä hetken kuluttua uudelleen.', + + 'block.domain.max' => 'Verkkotunnusten estojen enimmäismäärä on saavutettu! Voit estää enintään :max verkkotunnusta kerrallaan. Pyydä ylläpitäjää muuttamaan tätä rajaa.', + + 'mutedAccounts' => 'Mykistetyt tilit', + 'blockedAccounts' => 'Estetyt tilit', + 'blockedDomains' => 'Estetyt verkkotunnukset', +]; diff --git a/lang/fi-FI/settings.php b/lang/fi-FI/settings.php new file mode 100644 index 000000000..fe7f31d07 --- /dev/null +++ b/lang/fi-FI/settings.php @@ -0,0 +1,195 @@ + 'Tili', + 'accessibility' => 'Saavutettavuus', + 'email' => 'Sähköposti', + 'invites' => 'Kutsut', + 'media' => 'Media', + 'filters' => 'Suodattimet', + 'notifications' => 'Ilmoitukset', + 'password' => 'Salasana', + 'privacy' => 'Yksityisyys', + 'security' => 'Turvallisuus', + 'timelines' => 'Aikajanat', + 'applications' => 'Sovellukset', + 'developers' => 'Kehittäjät', + 'import' => 'Tuonti', + 'export' => 'Vienti', + 'parental_controls' => 'Lapsilukko', + + 'submit' => 'Lähetä', + 'error' => 'Virhe', + 'cancel' => 'Peruuta', + 'save' => 'Tallenna', + 'download' => 'Lataa', + + 'home.account_settings' => 'Tilin asetukset', + 'home.change_profile_photo' => 'Vaihda profiilikuva', + 'home.select_a_profile_photo' => 'Valitse profiilikuva', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => 'On oltava jpeg tai png. Maksimi avatarin koko:', + 'home.upload' => 'Lähetä', + 'home.delete_profile_photo' => 'Poista profiilikuva', + 'home.name' => 'Nimi', + 'home.your_name' => 'Nimesi', + 'home.website' => 'Verkkosivu', + 'home.bio' => 'Esittely', + 'home.add_a_bio_here' => 'Lisää esittely tähän', + 'home.language' => 'Kieli', + 'home.pronouns' => 'Pronominit', + 'home.select_pronouns' => 'Valitse pronomini(t)', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => 'Valitse enintään 4 pronominia, jotka näkyvät profiilissasi.', + 'home.account_aliases' => 'Tilin aliakset', + 'home.manage_account_alias' => 'Hallitse tilin aliasta', + 'home.to_move_from_another_account_to_this_one_first_etc' => 'Siirtääksesi toisesta tilistä tähän tiliin, sinun täytyy ensin luoda alias.', + 'home.account_migrate' => 'Tilin migraatio', + 'home.migrate_to_another_account' => 'Siirrä toiselle tilille', + 'home.to_redirect_this_account_to_a_different_one_etc' => 'Voit ohjata tämän tilin toiseen (missä tuettu).', + 'home.storage_usage' => 'Tallennustilan käyttö', + 'home.storage_used' => 'Tallennustilaa käytetty', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => 'Haluatko varmasti poistaa profiilikuvasi?', + 'home.an_error_occured_please_try_again_later' => 'Tapahtui virhe, yritä myöhemmin uudelleen', + + 'accessibility.reduce_motion' => 'Vähennä liikettä', + 'accessibility.prevent_animation_effects' => 'Estä animaation efektit.', + 'accessibility.high_contrast_mode' => 'Suuren kontrastin tila', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => 'Suuren kontrastin tila näkörajoitteisille.', + 'accessibility.disable_video_autoplay' => 'Poista videon automaattinen toisto käytöstä', + 'accessibility.prevent_videos_from_autoplaying' => 'Estä videoiden automaattinen toisto.', + + 'email.email_settings' => 'Sähköpostiasetukset', + 'email.email_address' => 'Sähköpostiosoite', + 'email.verified' => 'Vahvistettu', + 'email.unverified' => 'Vahvistamaton', + 'email.you_need_to' => 'Sinun täytyy', + 'email.verify_your_email' => 'vahvista sähköpostiosoitteesi', + + 'media.default_license' => 'Oletuslisenssi', + 'media.set_a_default_license_for_new_posts' => 'Aseta oletus lisenssi uusille julkaisuille.', + 'media.sync_licenses' => 'Synkronoi lisenssit', + 'media.update_existing_posts_with_your_new_default_etc' => 'Päivitä olemassa olevat viestit uudella oletuslisenssillä. Voit synkronoida kaksi kertaa 24 tunnin välein.', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => 'Lisenssien muutokset eivät välttämättä näy etäpalvelimilla.', + 'media.require_media_descriptions' => 'Vaadi median kuvaukset', + 'media.briefly_describe_your_media_to_improve_etc' => 'Kuvaile lyhyesti julkaisusi media parantaaksesi sen saavutettavuutta näkörajoitteisille.', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => 'Ei saatavilla mobiili- tai kolmannen osapuolen sovelluksissa tällä hetkellä.', + + 'password.update_password' => 'Päivitä salasana', + 'password.current' => 'Nykyinen', + 'password.your_current_password' => 'Nykyinen salasanasi', + 'password.new' => 'Uusi', + 'password.enter_new_password_here' => 'Syötä uusi salasana tähän', + 'password.confirm' => 'Vahvista', + 'password.confirm_new_password' => 'Vahvista uusi salasana', + + 'privacy.privacy_settings' => 'Yksityisyysasetukset', + 'privacy.private_account' => 'Yksityinen tili', + 'privacy.when_your_account_is_private_only_people_you_etc' => 'Kun tilisi on yksityinen, vain hyväksymäsi henkilöt voivat nähdä kuvasi ja videosi pixelfedissä. Tämä ei vaikuta nykyisiin seuraajiisi.', + 'privacy.disable_search_engine_indexing' => 'Poista hakukoneen indeksointi käytöstä', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => 'Kun tilisi näkyy hakukoneille, hakukoneet voivat indeksoida ja tallentaa tietojasi.', + 'privacy.not_available_when_your_account_is_private' => 'Ei saatavilla, kun tilisi on yksityinen', + 'privacy.include_public_posts_in_search_results' => 'Sisällytä julkiset viestit hakutuloksiin', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => 'Julkiset viestisi saattavat näkyä Pixelfed- ja Mastodon-hakutuloksissa. Henkilöt, jotka ovat olleet vuorovaikutuksessa viestiesi kanssa, voivat etsiä niitä siitä riippumatta.', + 'privacy.show_on_directory' => 'Näytä hakemistossa', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => 'Kun tämä asetus on käytössä, profiilisi näkyy hakemistossa. Vain julkiset profiilit voidaan lisätä hakemistoon.', + 'privacy.receive_direct_messages_from_anyone' => 'Vastaanota yksityisviestejä kaikilta', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => 'Jos valittu, voit vastaanottaa viestejä ja ilmoituksia keneltä tahansa käyttäjältä, vaikka et seuraa niitä.', + 'privacy.hide_sensitive_content_from_search_results' => 'Piilota arkaluontoinen sisältö hakutuloksista', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => 'Tämä estää mahdollisesti arkaluonteista sisältöä sisältävien julkaisujen näkymisen hakutuloksissasi.', + 'privacy.remove_blocked_and_muted_accounts' => 'Poista estetyt ja mykistetyt tilit', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => 'Käytä tätä poistaaksesi hakutulokset tileiltä, jotka olet estänyt tai mykistänyt.', + 'privacy.display_media_that_may_contain_sensitive_content' => 'Näytä media, joka saattaa sisältää arkaluonteista sisältöä', + 'privacy.show_all_media_including_potentially_sensitive_content' => 'Näytä kaikki media, myös mahdollisesti arkaluonteinen sisältö.', + 'privacy.show_follower_count' => 'Näytä seuraajien määrä', + 'privacy.display_follower_count_on_profile' => 'Näytä seuraajien määrä profiilissa', + 'privacy.show_following_count' => 'Näytä seurattavien määrä', + 'privacy.display_following_count_on_profile' => 'Näytä seurattavien määrä profiilissa', + 'privacy.disable_embeds' => 'Poista upotukset käytöstä', + 'privacy.disable_post_and_profile_embeds' => 'Poista viesti- ja profiiliupotukset käytöstä', + 'privacy.enable_atom_feed' => 'Ota Atom-syöte käyttöön', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => 'Ota profiilisi Atom-syöte käyttöön. Vain julkiset profiilit voivat käyttää sitä.', + 'privacy.confirm_this_action' => 'Vahvista toiminto', + 'privacy.please_select_the_type_of_private_account_you_etc' => 'Valitse haluamasi yksityisen tilin tyyppi:', + 'privacy.keep_existing_followers' => 'Säilytä nykyiset seuraajat', + 'privacy.only_keep_mutual_followers' => 'Säilytä vain seuraajat, joita itse seuraat', + 'privacy.only_followers_that_have_followed_you_for_atleast' => 'Vain seuraajat, jotka ovat seuranneet sinua vähintään', + 'privacy.hour' => 'tunti', + 'privacy.day' => 'päivä', + 'privacy.weeks' => 'viikkoa', + 'privacy.month' => 'kuukausi', + 'privacy.months' => 'kuukautta', + 'privacy.year' => 'vuosi', + 'privacy.remove_existing_followers' => 'Säilytä nykyiset seuraajat', + 'privacy.allow_new_follow_requests' => 'Salli uudet seurantapyynnöt', + 'privacy.block_notifications_from_accounts_i_dont_follow' => 'Estä ilmoitukset tileiltä, joita en seuraa', + 'privacy.an_error_occured_please_try_again' => 'Tapahtui virhe. Yritä uudelleen.', + + 'relationships' => 'Suhteet', + 'relationships.followers' => 'Seuraajat', + 'relationships.following' => 'Seurataan', + 'relationships.hashtags' => 'Tunnisteet', + 'relationships.hashtag' => 'Tunniste', + 'relationships.username' => 'Käyttäjätunnus', + 'relationships.action' => 'Toiminto', + 'relationships.unfollow' => 'Lopeta seuraaminen', + 'relationships.mute' => 'Mykistä', + 'relationships.block' => 'Estä', + 'relationships.removeFollow' => 'Poista seuraaja', + 'relationships.mute_successful' => 'Mykistys onnistui', + 'relationships.you_have_successfully_muted_that_user' => 'Olet onnistuneesti mykistänyt käyttäjän', + 'relationships.block_successful' => 'Esto onnistui', + 'relationships.you_have_successfully_blocked_that_user' => 'Olet onnistuneesti estänyt käyttäjän', + 'relationships.unfollow_successful' => 'Seuraaminen lopetettu onnistuneesti', + 'relationships.you_have_successfully_unfollowed_that_user' => 'Olet lopettanut käyttäjän seuraamisen onnistuneesti', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => 'Käyttäjän seuraamisen lopettamisessa tapahtui virhe', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => 'Olet lopettanut aihetunnisteen seuraamisen onnistuneesti', + + 'security.two_factor_authentication' => 'Kaksivaiheinen tunnistautuminen', + 'security.enabled' => 'Käytössä', + 'security.danger_zone' => 'Vaaravyöhyke', + 'security.temporarily_disable_account' => 'Tilapäisesti poista tili käytöstä', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => 'Poista tilisi käytöstä piilottaaksesi viestisi seuraavaan kirjautumiseen saakka.', + 'security.disable' => 'Poista käytöstä', + 'security.delete_this_account' => 'Poista tämä tili', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => 'Kun poistat tilisi, sitä ei voi enää palauttaa. Varmista, että haluat varmasti jatkaa.', + 'security.delete' => 'Poista', + 'security.account_log' => 'Tilin tapahtumat', + 'security.no_activity_logs_found' => 'Tapahtumia ei löytynyt!', + 'security.ip_address' => 'IP-osoite:', + 'security.user_agent' => 'Käyttäjäagentti:', + 'security.devices' => 'Laitteet', + 'security.ip' => 'IP:', + 'security.device' => 'Laite:', + 'security.browser' => 'Selain:', + 'security.last_login' => 'Viimeisin kirjautuminen:', + 'security.country' => 'Maa:', + 'security.trust' => 'Luota', + 'security.remove_device' => 'Poista laite', + 'security.timeline_settings' => 'Aikajanan asetukset', + 'security.show_text_only_posts' => 'Näytä vain tekstiä sisältävät julkaisut', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => 'Näytä seuraamiesi tilien pelkkää tekstiä sisältävät julkaisut. (Vain kotiaikajanalla)', + 'security.show_replies' => 'Näytä vastaukset', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => 'Näytä seuraamiesi tilien vastaukset. (Vain kotiaikajanalla)', + 'security.show_reblogs' => 'Näytä uudelleenjulkaisut', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => 'Näytä seuraamiesi tilien uudelleenjulkaisut kotiaikajanallasi. (Vain kotiaikajanalla)', + 'security.photo_reblogs_only' => 'Vain kuvien uudelleenjulkaisut', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => 'Näytä vain kuvien ja kuva-albumien uudelleenjulkaisut. (Vain kotiaikajanalla)', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => 'OAuth ei ole käytössä tällä instanssilla.', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => 'Tuo Instagramista', + + 'export.data_export' => 'Tietojen vienti', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => 'Luomme tietojen vientipaketit kerran tunnissa, joten ne eivät välttämättä sisällä uusimpia tietoja, jos olet pyytänyt niitä äskettäin.', + 'export.statuses' => 'Tilat', + 'export.mute_block_lists' => 'Mykistys/Esto lista', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => 'Kokeelliset ominaisuudet', + 'labs.experimental_features' => 'Kokeelliset ominaisuudet', + 'labs.use_dark_mode_theme' => 'Käytä tummaa teemaa.', +]; diff --git a/lang/fi-FI/site.php b/lang/fi-FI/site.php new file mode 100644 index 000000000..328a265be --- /dev/null +++ b/lang/fi-FI/site.php @@ -0,0 +1,69 @@ + 'Tietoa', + 'help' => 'Tuki', + 'language' => 'Kieli', + 'fediverse' => 'Fediversumi', + 'opensource' => 'Avoin lähdekoodi', + 'terms' => 'Ehdot', + 'privacy' => 'Yksityisyys', + 'l10nWip' => 'Kehitämme edelleen lokalisointitukea', + 'currentLocale' => 'Nykyinen kieli', + 'selectLocale' => 'Valitse yksi tuetuista kielistä', + 'contact' => 'Yhteys', + 'contact-us' => 'Ota yhteyttä', + 'places' => 'Paikat', + 'profiles' => 'Profiilit', + + // site/contact + 'you_can_contact_the_admins' => 'Voit ottaa yhteyttä ylläpitäjiin', + 'by_using_the_form_below' => 'käyttämällä alla olevaa lomaketta', + 'or' => 'tai', + 'by_sending_an_email_to' => 'lähettämällä sähköpostia osoitteeseen', + 'the_admins_have_not_set_a_contact_email_address' => 'Ylläpitäjät eivät ole asettaneet yhteystiedon sähköpostiosoitetta', + 'Message' => 'Viesti', + 'request_response_from_admins' => 'Pyydä vastaus ylläpitäjiltä', + 'Submit' => 'Lähetä', + 'log_in_to_send_a_message' => 'kirjaudu sisään lähettääksesi viestin', + 'Please' => 'Ole hyvä', + + // site/about + 'photo_sharing_for_everyone' => 'Kuvien jakamista. Kaikille', + 'pixelfed_is_an_image_sharing_platform_etc' => 'Pixelfed on kuvien jakamiseen tarkoitettu alusta ja eettinen vaihtoehto keskitetyille alustoille.', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => 'Monipuoliset ominaisuudet.', + 'the_best_for_the_brightest' => 'Parasta parhaimmille 📸', + 'albums' => 'Albumit', + 'share_posts_with_up_to' => 'Jaa julkaisuja, joissa on jopa', + 'photos' => 'kuvaa', + 'comments' => 'Kommentit', + 'comment_on_a_post_or_send_a_reply' => 'Kommentoi viestiä tai lähetä vastaus', + 'collections' => 'Kokoelmat', + 'organize_and_share_collections_of_multiple_posts' => 'Järjestä ja jaa useiden viestien kokoelmia', + 'discover' => 'Tutustu', + 'explore_categories_hashtags_and_topics' => 'Tutustu kategorioihin, tunnisteisiin ja aiheisiin', + 'photo_filters' => 'Kuvasuodattimet', + 'add_a_special_touch_to_your_photos' => 'Anna kuvillesi persoonallinen ilme', + 'stories' => 'Tarinat', + 'share_moments_with_your_followers_that_disappear_etc' => 'Jaa hetkiä seuraajiesi kanssa, jotka häviävät 24 tunnin jälkeen', + 'people_have_shared' => 'henkilöä on jakanut', + 'photos_and_videos_on' => 'kuvaa ja videota', + 'sign_up_today' => 'Luo tili tänään', + 'and_join_our_community_of_photographers_from_etc' => 'ja liity valokuvaajien yhteisöömme ympäri maailmaa.', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => 'on yhdistelmä sanoista ”federation” ja ”universe”. Se on yleinen epävirallinen nimitys toisiinsa yhdistetyille sosiaalisen median palvelimille, jotka voivat keskittyä erityyppisiin sisältöihin.', + 'supported_fediverse_projects' => 'Tuetut Fediverse-projektit', + 'some_of_the_better_known_fediverse_projects_include' => 'Tunnetuimpia Fediverse-projekteja ovat:', + 'a_federated_microblogging_alternative' => 'Federoitu vaihtoehto mikrobloggaamiseen.', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => 'Tämän sivun käyttämä ohjelmisto on nimeltään', + 'and_anyone_can' => 'ja kuka tahansa voi', + 'download' => 'ladata', + 'opensource.or' => 'tai', + 'view' => 'nähdä', + 'the_source_code_and_run_their_own_instance' => 'lähdekoodin ja ylläpitää omaa instanssiaan!', + 'open_source_in_pixelfed' => 'Avoin lähdekoodi Pixelfedissä', +]; diff --git a/lang/fi/timeline.php b/lang/fi-FI/timeline.php similarity index 100% rename from lang/fi/timeline.php rename to lang/fi-FI/timeline.php diff --git a/lang/fi-FI/web.php b/lang/fi-FI/web.php new file mode 100644 index 000000000..39fb8080c --- /dev/null +++ b/lang/fi-FI/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => 'Kommentoi', + 'commented' => 'Kommentoitu', + 'comments' => 'Kommentit', + 'like' => 'Tykkää', + 'liked' => 'Tykätty', + 'likes' => 'Tykkäykset', + 'share' => 'Jaa', + 'shared' => 'Jaettu', + 'shares' => 'Jaot', + 'unshare' => 'Peru jakaminen', + 'bookmark' => 'Kirjanmerkki', + + 'cancel' => 'Peruuta', + 'copyLink' => 'Kopioi linkki', + 'delete' => 'Poista', + 'error' => 'Virhe', + 'errorMsg' => 'Jokin meni pieleen. Yritä myöhemmin uudelleen.', + 'oops' => 'Oho!', + 'other' => 'Muu', + 'readMore' => 'Lue lisää', + 'success' => 'Onnistui', + 'proceed' => 'Jatka', + 'next' => 'Seuraava', + 'close' => 'Sulje', + 'clickHere' => 'klikkaa tästä', + 'sensitive' => 'Sensitiivinen', + 'sensitiveContent' => 'Sensitiivinen sisältö', + 'sensitiveContentWarning' => 'Tämä julkaisu saattaa sisältää sensitiivistä sisältöä', + 'javascript' => 'Ota JavaScript käyttöön nähdäksesi tämän sisällön.', + 'loading' => 'Ladataan...', + 'continue' => 'Jatka', + ], + + 'site' => [ + 'terms' => 'Käyttöehdot', + 'privacy' => 'Tietosuojakäytäntö', + ], + + 'navmenu' => [ + 'search' => 'Hae', + 'admin' => 'Ylläpitäjän hallintapaneeli', + + // Timelines + 'homeFeed' => 'Kotisyöte', + 'localFeed' => 'Paikallinen syöte', + 'globalFeed' => 'Maailmanlaajuinen syöte', + + // Core features + 'discover' => 'Tutustu', + 'directMessages' => 'Yksityisviestit', + 'notifications' => 'Ilmoitukset', + 'groups' => 'Ryhmät', + 'stories' => 'Tarinat', + + // Self links + 'profile' => 'Profiili', + 'drive' => 'Asema', + 'settings' => 'Asetukset', + 'appearance' => 'Ulkoasu', + 'compose' => 'Luo uusi', + 'logout' => 'Kirjaudu ulos', + 'createStory' => 'Luo tarina', + + // Nav footer + 'about' => 'Tietoja', + 'help' => 'Ohje', + 'language' => 'Kieli', + 'privacy' => 'Yksityisyys', + 'terms' => 'Ehdot', + 'legalNotice' => 'Oikeudelliset tiedot', + 'mobileApps' => 'Mobiilisovellukset', + + // Temporary links + 'backToPreviousDesign' => 'Palaa aiempaan ulkoasuun', + + ], + + 'directMessages' => [ + 'inbox' => 'Saapuneet', + 'sent' => 'Lähetetty', + 'requests' => 'Pyynnöt', + ], + + 'notifications' => [ + 'title' => 'Ilmoitukset', + 'liked' => 'tykkäsi sinun', + 'commented' => 'kommentoi sinun', + 'reacted' => 'reagoi sinun', + 'shared' => 'jakoi sinun', + 'tagged' => 'merkitsi sinut', + + 'updatedA' => 'päivitetty', + 'sentA' => 'lähetti', + + 'followed' => 'seuraa', + 'mentioned' => 'mainittu', + 'you' => 'sinä', + + 'yourApplication' => 'Liittymistä koskeva hakemuksesi', + 'applicationApproved' => 'hyväksyttiin!', + 'applicationRejected' => 'hylättiin. Voit hakea uudelleen 6 kuukauden kuluttua.', + + 'dm' => 'yv', + 'groupPost' => 'ryhmäviesti', + 'modlog' => 'modelogi', + 'post' => 'viesti', + 'story' => 'tarina', + 'noneFound' => 'Ilmoituksia ei löytynyt', + 'youRecent' => 'Viimeisimmät', + 'hasUnlisted' => 'on poistettu listalta', + 'cannotDisplay' => 'Emme voi näyttää tätä ilmoitusta tällä hetkellä.', + 'followRequest' => 'Seurantapyynnöt', + 'filteringResults' => 'Suodatetut tulokset eivät välttämättä sisällä vanhempia ilmoituksia', + 'mentions' => 'Maininnat', + 'mentionsDescription' => 'Vastaukset julkaisuihisi ja julkaisut, joissa sinut on mainittu', + 'likes' => 'Tykkäykset', + 'likesDescription' => 'Tilit, jotka pitivät viesteistäsi', + 'followers' => 'Seuraajat', + 'followersDescription' => 'Tilit, jotka seurasivat sinua', + 'reblogs' => 'Uudelleenjulkaisut', + 'reblogsDescription' => 'Tilit, jotka jakoivat tai uudelleenjulkaisivat julkaisujasi', + 'dms' => 'Yksityisviestit', + 'dmsDescription' => 'Yksityisviestisi muiden tilien kanssa', + 'accept' => 'Hyväksy', + 'reject' => 'Hylkää', + ], + + 'post' => [ + 'shareToFollowers' => 'Jaa seuraajille', + 'shareToOther' => 'Jaa muille', + 'noLikes' => 'Tykkäyksiä ei ole vielä', + 'uploading' => 'Siirretään', + ], + + 'profile' => [ + 'posts' => 'Julkaisut', + 'followers' => 'Seuraajat', + 'following' => 'Seurataan', + 'admin' => 'Ylläpitäjä', + 'collections' => 'Kokoelmat', + 'follow' => 'Seuraa', + 'unfollow' => 'Lopeta seuraaminen', + 'editProfile' => 'Muokkaa profiilia', + 'followRequested' => 'Seuraamista pyydetty', + 'joined' => 'Liittynyt', + + 'emptyCollections' => 'Emme näytä löytävän yhtään kokoelmaa', + 'emptyPosts' => 'Emme näytä löytävän yhtään viestiä', + + 'blocking' => 'Olet estämässä tämän tilin', + 'sponsor' => 'Lahjoita', + 'followYou' => 'Seuraa sinua', + 'archives' => 'Arkistot', + 'bookmarks' => 'Kirjanmerkit', + 'likes' => 'Tykkäykset', + 'muted' => 'Mykistetty', + 'blocked' => 'Estetty', + 'myPortifolio' => 'Oma portfolio', + 'private' => 'Tämä profiili on yksityinen', + 'public' => 'Julkinen', + 'draft' => 'Luonnos', + 'emptyLikes' => 'Emme löytäneet yhtään julkaisua, josta olet tykännyt', + 'emptyBookmarks' => 'Emme löytäneet yhtään julkaisua, jonka olet lisännyt kirjanmerkkeihin', + 'emptyArchives' => 'Emme löytäneet yhtään arkistoitua julkaisua', + 'untitled' => 'Nimetön', + 'noDescription' => 'Kuvausta ei ole saatavilla', + ], + + 'menu' => [ + 'viewPost' => 'Näytä viesti', + 'viewProfile' => 'Näytä profiili', + 'moderationTools' => 'Moderointityökalut', + 'report' => 'Ilmoita', + 'archive' => 'Arkisto', + 'unarchive' => 'Palauta arkistosta', + 'embed' => 'Upota', + + 'selectOneOption' => 'Valitse yksi seuraavista vaihtoehdoista', + 'unlistFromTimelines' => 'Poista aikajanalta', + 'addCW' => 'Lisää sisältövaroitus', + 'removeCW' => 'Poista sisältövaroitus', + 'markAsSpammer' => 'Merkitse roskapostittajaksi', + 'markAsSpammerText' => 'Poista listalta + SV olevat ja tulevat julkaisut', + 'spam' => 'Roskaposti', + 'sensitive' => 'Arkaluonteista sisältöä', + 'abusive' => 'Hyökkäävä tai haitallinen', + 'underageAccount' => 'Alaikäisen tili', + 'copyrightInfringement' => 'Tekijänoikeusloukkaus', + 'impersonation' => 'Väärennetty henkilöllisyys', + 'scamOrFraud' => 'Huijaus tai petos', + 'confirmReport' => 'Vahvista ilmianto', + 'confirmReportText' => 'Oletko varma, että haluat ilmiantaa tämän viestin?', + 'reportSent' => 'Ilmoitus lähetetty!', + 'reportSentText' => 'Saimme ilmoituksesi.', + 'reportSentError' => 'Julkaisun ilmianto epäonnistui.', + + 'modAddCWConfirm' => 'Haluatko varmasti lisätä sisältövaroituksen tähän julkaisuun?', + 'modCWSuccess' => 'Sisältövaroitus lisätty onnistuneesti', + 'modRemoveCWConfirm' => 'Haluatko varmasti poistaa julkaisun sisältövaroituksen?', + 'modRemoveCWSuccess' => 'Sisältövaroitus poistettu', + 'modUnlistConfirm' => 'Haluatko varmasti piilottaa julkaisun?', + 'modUnlistSuccess' => 'Julkaisun piilotus onnistui', + 'modMarkAsSpammerConfirm' => 'Haluatko varmasti merkitä käyttäjän roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sisältövaroituksen ja julkaisut piilotetaan aikajanoilta.', + 'modMarkAsSpammerSuccess' => 'Tili merkitty roskapostittajaksi', + + 'toFollowers' => 'seuraajille', + + 'showCaption' => 'Näytä kuvaus', + 'showLikes' => 'Näytä tykkäykset', + 'compactMode' => 'Kompakti tila', + 'embedConfirmText' => 'Käyttämällä upotusta, hyväksyt', + + 'deletePostConfirm' => 'Haluatko varmasti poistaa julkaisun?', + 'archivePostConfirm' => 'Haluatko varmasti arkistoida julkaisun?', + 'unarchivePostConfirm' => 'Haluatko varmasti peruuttaa julkaisun arkistoinnin?', + 'pin' => 'Kiinnitä', + 'unpin' => 'Poista kiinnitys', + 'pinPostConfirm' => 'Haluatko varmasti kiinnittää tämän julkaisun?', + 'unpinPostConfirm' => 'Haluatko varmasti poistaa tämän julkaisun kiinnityksen?', + ], + + 'story' => [ + 'add' => 'Lisää tarina', + 'myStory' => 'Oma tarina', + 'viewMyStory' => 'Näytä oma tarina', + 'goBack' => 'Palaa takaisin', + 'delete' => 'Poista', + 'crop' => 'Rajaa', + 'error' => 'Tapahtui virhe, yritä uudelleen myöhemmin.', + 'cropping' => 'Rajaus', + 'storyDuration' => 'Tarinan kesto', + 'seconds' => 'sekuntia', + 'processing' => 'Käsitellään', + 'shareWithFollowers' => 'Jaa seuraajillesi hetkiä, jotka näkyvät 24 tunnin ajan', + 'cancel' => 'Peruuta', + 'viewedBy' => 'Katsojat', + 'next' => 'Seuraava', + 'zoom' => 'Siirrä kuvaa ja zoomaa nipistämällä', + 'options' => 'Asetukset', + 'allowReplies' => 'Salli vastaukset', + 'allowReactions' => 'Salli reaktiot', + 'limit' => 'Olet saavuttanut uusien tarinoiden enimmäismäärän', + 'reactionSent' => 'Reaktio lähetetty', + 'replySent' => 'Vastaus lähetetty', + 'expiresIn' => 'Vanhenee', + 'viewers' => 'Katsojat', + 'report' => 'Ilmoita', + 'close' => 'Sulje', + 'myStories' => 'Omat tarinat', + 'seeAll' => 'Näytä kaikki', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => 'Ihmisiä, jotka saatat tuntea', + + 'onboarding' => [ + 'welcome' => 'Tervetuloa', + 'thisIsYourHomeFeed' => 'Tämä on kotisyötteesi, aikajärjestyksessä oleva syöte seuraamiesi käyttäjien julkaisuista.', + 'letUsHelpYouFind' => 'Anna meidän auttaa löytämään mielenkiintoisia ihmisiä seurattavaksi', + 'refreshFeed' => 'Päivitä syötteeni', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => 'Emme näytä löytävän yhtään viestiä tälle aihetunnisteelle', + ], + + 'report' => [ + 'report' => 'Ilmoita', + 'selectReason' => 'Valitse syy', + 'reported' => 'Ilmoitettu', + 'sendingReport' => 'Lähetetään ilmoitusta', + 'thanksMsg' => 'Kiitos ilmoituksesta, sinä ja kaltaisesi autatte pitämään yhteisön turvallisena!', + 'contactAdminMsg' => 'Jos haluaisit ottaa yhteyttä ylläpitoon tähän julkaisuun liittyen tai ilmoittaa sen', + ], + + 'appearance' => [ + 'theme' => 'Teema', + 'profileLayout' => 'Profiilin asettelu', + 'compactPreviews' => 'Kompaktit median esikatselut', + 'loadComments' => 'Lataa kommentit', + 'hideStats' => 'Piilota määrät ja tilastot', + + 'auto' => 'Auto', + 'lightMode' => 'Vaalea teema', + 'darkMode' => 'Tumma teema', + + 'grid' => 'Ruudukko', + 'masonry' => 'Tiiliasettelu', + 'feed' => 'Syöte', + ], + + 'settings' => [ + 'filters' => [ + 'title' => 'Suodattimet', + 'manage_your_custom_filters' => 'Hallitse mukautettuja suodattimia.', + 'customize_your_experience' => 'Mukauta käyttökokemustasi tehokkailla sisältösuodattimilla, jotka suodattavat määrittämäsi sanat ja ilmaukset koko tililtäsi, mukaan lukien koti- ja julkiset aikajanat sekä tunnisteiden syötteet.', + 'add_new_filter' => 'Lisää uusi suodatin', + 'limit_message' => 'Voit lisätä enintään :filters_num suodatinta, joissa kussakin voi olla enintään :keywords_num avainsanaa.', + 'learn_more_help_center' => 'Lue lisää ohjekeskuksestamme.', + 'no_filters' => 'Sinulla ei ole vielä sisältösuodattimia', + 'no_filters_message' => 'Suodattimien avulla voit piilottaa aikajanoiltasi sisältöä, joka sisältää tiettyjä sanoja tai ilmauksia.', + 'create_first_filter' => 'Luo ensimmäinen suodattimesi', + 'no_matching_filters' => 'Sinulla ei ole sisältösuodattimia, jotka vastaavat hakua :searchQuery.', + 'no_matching_filters_message' => 'Suodattimien avulla voit piilottaa aikajanoiltasi sisältöä, joka sisältää tiettyjä sanoja tai ilmauksia.', + 'create_new_filter' => 'Luo uusi suodatin', + 'filter_title' => 'Suodattimen otsikko', + 'edit_filter' => 'Muokkaa suodatinta', + 'advance_mode' => 'Edistynyt tila', + 'simple_mode' => 'Yksinkertainen tila', + 'keywords' => 'Avainsanat', + 'legend' => 'Selite', + 'whole_word' => 'Koko sana', + 'partial_word' => 'Osittainen sana', + 'duplicate_not_allowed' => 'Samaa avainsanaa ei voi lisätä useita kertoja', + 'filter_action' => 'Suodattimen toiminto', + 'hide_media_blur' => 'Piilota media sumennuksen taakse', + 'show_warning' => 'Näytä varoitus ennen sisällön näyttämistä', + 'hide_content_completely' => 'Piilota sisältö kokonaan', + 'apply_filters_to' => 'Käytä suodattimia kohteissa', + 'home_timeline' => 'Kotiaikajana', + 'notifications' => 'Ilmoitukset', + 'public_timeline' => 'Julkinen aikajana', + 'hashtags' => 'Tunniste', + 'groups' => 'Ryhmät', + 'conversations' => 'Keskustelut', + 'duration' => 'Kesto', + 'forever' => 'Pysyvästi', + '30_minutes' => '30 minuuttia', + '1_hour' => '1 tunti', + '6_hours' => '6 tuntia', + '12_hours' => '12 tuntia', + '1_day' => '1 päivä', + '1_week' => '1 viikko', + 'cutom' => 'Mukautettu..', + 'enter_duration_in_seconds' => 'Syötä kesto sekunteina', + 'save_changes' => 'Tallenna muutokset', + 'create_filter' => 'Luo suodatin', + 'name_your_filter' => 'Nimeä suodatin', + 'give_your_filter_a_name' => 'Anna suodattimelle nimi, josta muistat, mitä sisältöä se suodattaa.', + 'my_filter_name' => 'Suodattimen nimi', + 'filter_duration' => 'Suodattimen kesto', + 'add_filter_keywords' => 'Lisää suodattimen avainsanoja', + 'add_word_or_phrase' => 'Lisää sanat tai ilmaukset, jotka haluat suodattaa.
Näitä sanoja sisältävä sisältö suodatetaan asetustesi mukaisesti.', + 'whole_word_match' => 'Koko sanan vastaavuus – suodattaa vain täsmälliset osumat (esim. "kirja" ei vastaa sanaa "kirjakauppa")', + 'partial_word_match' => 'Osittainen sanavastaavuus – suodattaa kaiken sisällön, joka sisältää tämän tekstin (esim. "kirja" vastaa sanaa "kirjakauppa")', + 'add_another_keyword' => 'Lisää toinen avainsana', + 'please_remove_duplicate_keywords' => 'Poista päällekkäiset avainsanat ennen jatkamista', + 'choose_filter_action' => 'Valitse suodattimen toiminto', + 'choose_filter_action_description' => 'Miten haluat käsitellä suodatinta vastaavaa sisältöä?', + 'hide_completely' => 'Piilota suodatinta vastaava sisältö kokonaan', + 'choose_where_to_apply' => 'Valitse, missä suodatinta käytetään', + 'choose_where_to_apply_description' => 'Valitse, missä sovelluksen osioissa tätä suodatinta käytetään.', + 'review_your_filter' => 'Tarkista suodatin', + 'review_your_filter_description' => 'Tässä on yhteenveto luomastasi suodattimesta.', + 'no_keywords_specified' => 'Avainsanoja ei ole määritetty', + 'action' => 'Toiminto', + 'expires' => 'Vanhenee', + 'never_expires' => 'Ei vanhene koskaan', + 'titleAdvance' => 'Otsikko', + 'context' => 'Konteksti', + 'review' => 'Tarkista', + 'add_keyword' => 'Lisää avainsana...', + 'enter_filter_title' => 'Anna suodattimen otsikko', + ], + + ], + + 'powered_by_pixelfed' => 'Palvelun tarjoaa Pixelfed', + + 'landing' => [ + 'login' => 'Kirjaudu', + 'signup' => 'Rekisteröidy', + 'about' => 'Tietoa', + 'directory' => 'Hakemisto', + 'explore' => 'Tutustu', + 'decentralized_by_pixelfed' => 'Hajautettu kuvien jakamiseen tarkoitettu sosiaalinen media, jonka tarjoaa Pixelfed', + 'posts' => 'Julkaisut', + 'active_users' => 'Aktiiviset käyttäjät', + 'total_users' => 'Käyttäjiä yhteensä', + 'managed_by' => 'Ylläpitäjä', + 'server_rules' => 'Palvelimen säännöt', + 'supported_features' => 'Tuetut ominaisuudet', + 'features' => [ + 'photo_posts' => 'Kuvajulkaisut', + 'photo_albums' => 'Kuva-albumit', + 'photo_filters' => 'Kuvasuodattimet', + 'collections' => 'Kokoelmat', + 'comments' => 'Kommentit', + 'hashtags' => 'Tunnisteet', + 'likes' => 'Tykkäykset', + 'notifications' => 'Ilmoitukset', + 'shares' => 'Jaot', + 'share_up_to_n_photos' => 'Voit jakaa kerralla enintään {num_photos} kuvaa*, ja kuvatekstin enimmäispituus on {caption_length} merkkiä.', + 'share_up_to_n_photos_videos' => 'Voit jakaa kerralla enintään {num_photos} kuvaa* tai {num_video} videon*, ja kuvatekstin enimmäispituus on {caption_length} merkkiä.', + 'file_size' => '* - Tiedoston enimmäiskoko on {max_size}', + 'federation' => 'Federointi', + 'mobile_app' => 'Mobiilisovellustuki', + 'stories' => 'Tarinat', + 'videos' => 'Videot', + ], + 'discover_accounts' => 'Löydä tilejä ja ihmisiä', + 'nothing_to_show' => 'Ei vielä mitään näytettävää! Tarkista myöhemmin uudelleen.', + 'explore_trending' => 'Tutustu suosittuihin julkaisuihin', + ], +]; diff --git a/lang/fi/web.php b/lang/fi/web.php deleted file mode 100644 index b75707334..000000000 --- a/lang/fi/web.php +++ /dev/null @@ -1,411 +0,0 @@ - [ - 'comment' => 'Kommentoi', - 'commented' => 'Kommentoitu', - 'comments' => 'Kommentit', - 'like' => 'Tykkää', - 'liked' => 'Tykätty', - 'likes' => 'Tykkäykset', - 'share' => 'Jaa', - 'shared' => 'Jaettu', - 'shares' => 'Jaot', - 'unshare' => 'Peru jakaminen', - 'bookmark' => 'Kirjanmerkki', - - 'cancel' => 'Peruuta', - 'copyLink' => 'Kopioi linkki', - 'delete' => 'Poista', - 'error' => 'Virhe', - 'errorMsg' => 'Jokin meni pieleen. Yritä myöhemmin uudelleen.', - 'oops' => 'Oho!', - 'other' => 'Muu', - 'readMore' => 'Lue lisää', - 'success' => 'Onnistui', - 'proceed' => 'Jatka', - 'next' => 'Seuraava', - 'close' => 'Sulje', - 'clickHere' => 'klikkaa tästä', - 'sensitive' => 'Sensitiivinen', - 'sensitiveContent' => 'Sensitiivinen sisältö', - 'sensitiveContentWarning' => 'Tämä julkaisu saattaa sisältää sensitiivistä sisältöä', - 'javascript' => '', - 'loading' => '', - 'continue' => '', - ], - - 'site' => [ - 'terms' => 'Käyttöehdot', - 'privacy' => 'Tietosuojakäytäntö', - ], - - 'navmenu' => [ - 'search' => 'Hae', - 'admin' => 'Ylläpitäjän hallintapaneeli', - - // Timelines - 'homeFeed' => 'Kotisyöte', - 'localFeed' => 'Paikallinen syöte', - 'globalFeed' => 'Maailmanlaajuinen syöte', - - // Core features - 'discover' => 'Tutustu', - 'directMessages' => 'Yksityisviestit', - 'notifications' => 'Ilmoitukset', - 'groups' => 'Ryhmät', - 'stories' => 'Tarinat', - - // Self links - 'profile' => 'Profiili', - 'drive' => 'Asema', - 'settings' => 'Asetukset', - 'appearance' => '', - 'compose' => 'Luo uusi', - 'logout' => 'Kirjaudu ulos', - 'createStory' => '', - - // Nav footer - 'about' => 'Tietoja', - 'help' => 'Ohje', - 'language' => 'Kieli', - 'privacy' => 'Yksityisyys', - 'terms' => 'Ehdot', - 'legalNotice' => '', - 'mobileApps' => '', - - // Temporary links - 'backToPreviousDesign' => 'Palaa aiempaan ulkoasuun', - - ], - - 'directMessages' => [ - 'inbox' => 'Saapuneet', - 'sent' => 'Lähetetty', - 'requests' => 'Pyynnöt', - ], - - 'notifications' => [ - 'title' => '', - 'liked' => 'tykkäsi sinun', - 'commented' => 'kommentoi sinun', - 'reacted' => 'reagoi sinun', - 'shared' => 'jakoi sinun', - 'tagged' => 'merkitsi sinut', - - 'updatedA' => 'päivitetty', - 'sentA' => 'lähetti', - - 'followed' => 'seuraa', - 'mentioned' => 'mainittu', - 'you' => 'sinä', - - 'yourApplication' => 'Liittymistä koskeva hakemuksesi', - 'applicationApproved' => 'hyväksyttiin!', - 'applicationRejected' => 'hylättiin. Voit hakea uudelleen 6 kuukauden kuluttua.', - - 'dm' => 'yv', - 'groupPost' => 'ryhmäviesti', - 'modlog' => 'modelogi', - 'post' => 'viesti', - 'story' => 'tarina', - 'noneFound' => 'Ilmoituksia ei löytynyt', - 'youRecent' => '', - 'hasUnlisted' => '', - 'cannotDisplay' => '', - 'followRequest' => '', - 'filteringResults' => '', - 'mentions' => '', - 'mentionsDescription' => '', - 'likes' => '', - 'likesDescription' => '', - 'followers' => '', - 'followersDescription' => '', - 'reblogs' => '', - 'reblogsDescription' => '', - 'dms' => '', - 'dmsDescription' => '', - 'accept' => '', - 'reject' => '', - ], - - 'post' => [ - 'shareToFollowers' => 'Jaa seuraajille', - 'shareToOther' => 'Jaa muille', - 'noLikes' => 'Tykkäyksiä ei ole vielä', - 'uploading' => 'Siirretään', - ], - - 'profile' => [ - 'posts' => 'Julkaisut', - 'followers' => 'Seuraajat', - 'following' => 'Seurataan', - 'admin' => 'Ylläpitäjä', - 'collections' => 'Kokoelmat', - 'follow' => 'Seuraa', - 'unfollow' => 'Lopeta seuraaminen', - 'editProfile' => 'Muokkaa profiilia', - 'followRequested' => 'Seuraamista pyydetty', - 'joined' => 'Liittynyt', - - 'emptyCollections' => 'Emme näytä löytävän yhtään kokoelmaa', - 'emptyPosts' => 'Emme näytä löytävän yhtään viestiä', - - 'blocking' => '', - 'sponsor' => '', - 'followYou' => '', - 'archives' => '', - 'bookmarks' => '', - 'likes' => '', - 'muted' => '', - 'blocked' => '', - 'myPortifolio' => '', - 'private' => '', - 'public' => '', - 'draft' => '', - 'emptyLikes' => '', - 'emptyBookmarks' => '', - 'emptyArchives' => '', - 'untitled' => '', - 'noDescription' => '', - ], - - 'menu' => [ - 'viewPost' => 'Näytä viesti', - 'viewProfile' => 'Näytä profiili', - 'moderationTools' => 'Moderointityökalut', - 'report' => 'Ilmoita', - 'archive' => 'Arkisto', - 'unarchive' => 'Palauta arkistosta', - 'embed' => 'Upota', - - 'selectOneOption' => 'Valitse yksi seuraavista vaihtoehdoista', - 'unlistFromTimelines' => 'Poista aikajanalta', - 'addCW' => 'Lisää sisältövaroitus', - 'removeCW' => 'Poista sisältövaroitus', - 'markAsSpammer' => 'Merkitse roskapostittajaksi', - 'markAsSpammerText' => 'Poista listalta + SV olevat ja tulevat julkaisut', - 'spam' => 'Roskaposti', - 'sensitive' => 'Arkaluonteista sisältöä', - 'abusive' => 'Hyökkäävä tai haitallinen', - 'underageAccount' => 'Alaikäisen tili', - 'copyrightInfringement' => 'Tekijänoikeusloukkaus', - 'impersonation' => 'Väärennetty henkilöllisyys', - 'scamOrFraud' => 'Huijaus tai petos', - 'confirmReport' => 'Vahvista ilmianto', - 'confirmReportText' => 'Oletko varma, että haluat ilmiantaa tämän viestin?', - 'reportSent' => 'Ilmoitus lähetetty!', - 'reportSentText' => 'Saimme ilmoituksesi.', - 'reportSentError' => 'Julkaisun ilmianto epäonnistui.', - - 'modAddCWConfirm' => 'Haluatko varmasti lisätä sisältövaroituksen tähän julkaisuun?', - 'modCWSuccess' => 'Sisältövaroitus lisätty onnistuneesti', - 'modRemoveCWConfirm' => 'Haluatko varmasti poistaa julkaisun sisältövaroituksen?', - 'modRemoveCWSuccess' => 'Sisältövaroitus poistettu', - 'modUnlistConfirm' => 'Haluatko varmasti piilottaa julkaisun?', - 'modUnlistSuccess' => 'Julkaisun piilotus onnistui', - 'modMarkAsSpammerConfirm' => 'Haluatko varmasti merkitä käyttäjän roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sisältövaroituksen ja julkaisut piilotetaan aikajanoilta.', - 'modMarkAsSpammerSuccess' => 'Tili merkitty roskapostittajaksi', - - 'toFollowers' => 'seuraajille', - - 'showCaption' => 'Näytä kuvaus', - 'showLikes' => 'Näytä tykkäykset', - 'compactMode' => 'Kompakti tila', - 'embedConfirmText' => 'Käyttämällä upotusta, hyväksyt', - - 'deletePostConfirm' => 'Haluatko varmasti poistaa julkaisun?', - 'archivePostConfirm' => 'Haluatko varmasti arkistoida julkaisun?', - 'unarchivePostConfirm' => 'Haluatko varmasti peruuttaa julkaisun arkistoinnin?', - 'pin' => '', - 'unpin' => '', - 'pinPostConfirm' => '', - 'unpinPostConfirm' => '', - ], - - 'story' => [ - 'add' => 'Lisää tarina', - 'myStory' => '', - 'viewMyStory' => '', - 'goBack' => '', - 'delete' => '', - 'crop' => '', - 'error' => '', - 'cropping' => '', - 'storyDuration' => '', - 'seconds' => '', - 'processing' => '', - 'shareWithFollowers' => '', - 'cancel' => '', - 'viewedBy' => '', - 'next' => '', - 'zoom' => '', - 'options' => '', - 'allowReplies' => '', - 'allowReactions' => '', - 'limit' => '', - 'reactionSent' => '', - 'replySent' => '', - 'expiresIn' => '', - 'viewers' => '', - 'report' => '', - 'close' => '', - 'myStories' => '', - 'seeAll' => '', - ], - - 'timeline' => [ - 'peopleYouMayKnow' => 'Ihmisiä, jotka saatat tuntea', - - 'onboarding' => [ - 'welcome' => 'Tervetuloa', - 'thisIsYourHomeFeed' => 'Tämä on kotisyötteesi, aikajärjestyksessä oleva syöte seuraamiesi käyttäjien julkaisuista.', - 'letUsHelpYouFind' => 'Anna meidän auttaa löytämään mielenkiintoisia ihmisiä seurattavaksi', - 'refreshFeed' => 'Päivitä syötteeni', - ], - ], - - 'hashtags' => [ - 'emptyFeed' => 'Emme näytä löytävän yhtään viestiä tälle aihetunnisteelle', - ], - - 'report' => [ - 'report' => 'Ilmoita', - 'selectReason' => 'Valitse syy', - 'reported' => 'Ilmoitettu', - 'sendingReport' => 'Lähetetään ilmoitusta', - 'thanksMsg' => 'Kiitos ilmoituksesta, sinä ja kaltaisesi autatte pitämään yhteisön turvallisena!', - 'contactAdminMsg' => 'Jos haluaisit ottaa yhteyttä ylläpitoon tähän julkaisuun liittyen tai ilmoittaa sen', - ], - - 'appearance' => [ - 'theme' => '', - 'profileLayout' => '', - 'compactPreviews' => '', - 'loadComments' => '', - 'hideStats' => '', - - 'auto' => '', - 'lightMode' => '', - 'darkMode' => '', - - 'grid' => '', - 'masonry' => '', - 'feed' => '', - ], - - 'settings' => [ - 'filters' => [ - 'title' => '', - 'manage_your_custom_filters' => '', - 'customize_your_experience' => '', - 'add_new_filter' => '', - 'limit_message' => '', - 'learn_more_help_center' => '', - 'no_filters' => '', - 'no_filters_message' => '', - 'create_first_filter' => '', - 'no_matching_filters' => '', - 'no_matching_filters_message' => '', - 'create_new_filter' => '', - 'filter_title' => '', - 'edit_filter' => '', - 'advance_mode' => '', - 'simple_mode' => '', - 'keywords' => '', - 'legend' => '', - 'whole_word' => '', - 'partial_word' => '', - 'duplicate_not_allowed' => '', - 'filter_action' => '', - 'hide_media_blur' => '', - 'show_warning' => '', - 'hide_content_completely' => '', - 'apply_filters_to' => '', - 'home_timeline' => '', - 'notifications' => '', - 'public_timeline' => '', - 'hashtags' => '', - 'groups' => '', - 'conversations' => '', - 'duration' => '', - 'forever' => '', - '30_minutes' => '', - '1_hour' => '', - '6_hours' => '', - '12_hours' => '', - '1_day' => '', - '1_week' => '', - 'cutom' => '', - 'enter_duration_in_seconds' => '', - 'save_changes' => '', - 'create_filter' => '', - 'name_your_filter' => '', - 'give_your_filter_a_name' => '', - 'my_filter_name' => '', - 'filter_duration' => '', - 'add_filter_keywords' => '', - 'add_word_or_phrase' => '', - 'whole_word_match' => '', - 'partial_word_match' => '', - 'add_another_keyword' => '', - 'please_remove_duplicate_keywords' => '', - 'choose_filter_action' => '', - 'choose_filter_action_description' => '', - 'hide_completely' => '', - 'choose_where_to_apply' => '', - 'choose_where_to_apply_description' => '', - 'review_your_filter' => '', - 'review_your_filter_description' => '', - 'no_keywords_specified' => '', - 'action' => '', - 'expires' => '', - 'never_expires' => '', - 'titleAdvance' => '', - 'context' => '', - 'review' => '', - 'add_keyword' => '', - 'enter_filter_title' => '', - ], - - ], - - 'powered_by_pixelfed' => '', - - 'landing' => [ - 'login' => '', - 'signup' => '', - 'about' => '', - 'directory' => '', - 'explore' => '', - 'decentralized_by_pixelfed' => '', - 'posts' => '', - 'active_users' => '', - 'total_users' => '', - 'managed_by' => '', - 'server_rules' => '', - 'supported_features' => '', - 'features' => [ - 'photo_posts' => '', - 'photo_albums' => '', - 'photo_filters' => '', - 'collections' => '', - 'comments' => '', - 'hashtags' => '', - 'likes' => '', - 'notifications' => '', - 'shares' => '', - 'share_up_to_n_photos' => '', - 'share_up_to_n_photos_videos' => '', - 'file_size' => '', - 'federation' => '', - 'mobile_app' => '', - 'stories' => '', - 'videos' => '', - ], - 'discover_accounts' => '', - 'nothing_to_show' => '', - 'explore_trending' => '', - ], -]; diff --git a/lang/ko/auth.php b/lang/fil-PH/auth.php similarity index 100% rename from lang/ko/auth.php rename to lang/fil-PH/auth.php diff --git a/lang/hu/exception.php b/lang/fil-PH/exception.php similarity index 100% rename from lang/hu/exception.php rename to lang/fil-PH/exception.php diff --git a/lang/hu/helpcenter.php b/lang/fil-PH/helpcenter.php similarity index 100% rename from lang/hu/helpcenter.php rename to lang/fil-PH/helpcenter.php diff --git a/lang/ko/navmenu.php b/lang/fil-PH/navmenu.php similarity index 100% rename from lang/ko/navmenu.php rename to lang/fil-PH/navmenu.php diff --git a/lang/me/notification.php b/lang/fil-PH/notification.php similarity index 100% rename from lang/me/notification.php rename to lang/fil-PH/notification.php diff --git a/lang/me/passwords.php b/lang/fil-PH/passwords.php similarity index 100% rename from lang/me/passwords.php rename to lang/fil-PH/passwords.php diff --git a/lang/mk/profile.php b/lang/fil-PH/profile.php similarity index 100% rename from lang/mk/profile.php rename to lang/fil-PH/profile.php diff --git a/lang/hr/settings.php b/lang/fil-PH/settings.php similarity index 100% rename from lang/hr/settings.php rename to lang/fil-PH/settings.php diff --git a/lang/me/site.php b/lang/fil-PH/site.php similarity index 100% rename from lang/me/site.php rename to lang/fil-PH/site.php diff --git a/lang/me/timeline.php b/lang/fil-PH/timeline.php similarity index 100% rename from lang/me/timeline.php rename to lang/fil-PH/timeline.php diff --git a/lang/fil-PH/web.php b/lang/fil-PH/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/fil-PH/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/fr/auth.php b/lang/fr-FR/auth.php similarity index 100% rename from lang/fr/auth.php rename to lang/fr-FR/auth.php diff --git a/lang/fr/exception.php b/lang/fr-FR/exception.php similarity index 100% rename from lang/fr/exception.php rename to lang/fr-FR/exception.php diff --git a/lang/fr/helpcenter.php b/lang/fr-FR/helpcenter.php similarity index 100% rename from lang/fr/helpcenter.php rename to lang/fr-FR/helpcenter.php diff --git a/lang/fr/navmenu.php b/lang/fr-FR/navmenu.php similarity index 100% rename from lang/fr/navmenu.php rename to lang/fr-FR/navmenu.php diff --git a/lang/fr/notification.php b/lang/fr-FR/notification.php similarity index 100% rename from lang/fr/notification.php rename to lang/fr-FR/notification.php diff --git a/lang/fr/pagination.php b/lang/fr-FR/pagination.php similarity index 100% rename from lang/fr/pagination.php rename to lang/fr-FR/pagination.php diff --git a/lang/fr/passwords.php b/lang/fr-FR/passwords.php similarity index 100% rename from lang/fr/passwords.php rename to lang/fr-FR/passwords.php diff --git a/lang/fr/profile.php b/lang/fr-FR/profile.php similarity index 100% rename from lang/fr/profile.php rename to lang/fr-FR/profile.php diff --git a/lang/fr/settings.php b/lang/fr-FR/settings.php similarity index 99% rename from lang/fr/settings.php rename to lang/fr-FR/settings.php index 3975be2d4..f9baafe14 100644 --- a/lang/fr/settings.php +++ b/lang/fr-FR/settings.php @@ -6,7 +6,7 @@ return [ 'email' => 'Courrier électronique', 'invites' => 'Invites', 'media' => 'Média', - 'filters' => '', + 'filters' => 'Filtres', 'notifications' => 'Notifications', 'password' => 'Mot de passe', 'privacy' => 'Confidentialité', @@ -133,7 +133,7 @@ return [ 'relationships.unfollow' => 'Ne plus suivre', 'relationships.mute' => 'Masquer', 'relationships.block' => 'Bloquer', - 'relationships.removeFollow' => '', + 'relationships.removeFollow' => 'Désabonner', 'relationships.mute_successful' => 'Succès du masquage', 'relationships.you_have_successfully_muted_that_user' => 'Vous avez masqué ce compte avec succès', 'relationships.block_successful' => 'Succès du blocage', diff --git a/lang/fr/site.php b/lang/fr-FR/site.php similarity index 100% rename from lang/fr/site.php rename to lang/fr-FR/site.php diff --git a/lang/fr/timeline.php b/lang/fr-FR/timeline.php similarity index 100% rename from lang/fr/timeline.php rename to lang/fr-FR/timeline.php diff --git a/lang/fr/validation.php b/lang/fr-FR/validation.php similarity index 100% rename from lang/fr/validation.php rename to lang/fr-FR/validation.php diff --git a/lang/fr/web.php b/lang/fr-FR/web.php similarity index 56% rename from lang/fr/web.php rename to lang/fr-FR/web.php index e59e15a32..bc01f8447 100644 --- a/lang/fr/web.php +++ b/lang/fr-FR/web.php @@ -32,8 +32,8 @@ return [ 'sensitiveContent' => 'Contenu sensible', 'sensitiveContentWarning' => 'Le contenu de cette publication peut être sensible', 'javascript' => 'Activez JavaScript SVP pour consulter ce contenu.', - 'loading' => '', - 'continue' => '', + 'loading' => 'Chargement en cours…', + 'continue' => 'Continuer', ], 'site' => [ @@ -64,7 +64,7 @@ return [ 'appearance' => 'Apparence', 'compose' => 'Publier', 'logout' => 'Déconnexion', - 'createStory' => '', + 'createStory' => 'Créer une story', // Nav footer 'about' => 'À propos', @@ -72,7 +72,7 @@ return [ 'language' => 'Langue', 'privacy' => 'Confidentialité', 'terms' => 'Conditions', - 'legalNotice' => '', + 'legalNotice' => 'Mentions légales', 'mobileApps' => 'Applis mobiles', // Temporary links @@ -87,7 +87,7 @@ return [ ], 'notifications' => [ - 'title' => '', + 'title' => 'Notifications', 'liked' => 'a aimé votre', 'commented' => 'a commenté votre', 'reacted' => 'a réagi à votre', @@ -111,23 +111,23 @@ return [ 'post' => 'publication', 'story' => 'story', 'noneFound' => 'Aucune notification trouvée', - 'youRecent' => '', - 'hasUnlisted' => '', - 'cannotDisplay' => '', - 'followRequest' => '', - 'filteringResults' => '', - 'mentions' => '', - 'mentionsDescription' => '', - 'likes' => '', - 'likesDescription' => '', - 'followers' => '', - 'followersDescription' => '', - 'reblogs' => '', - 'reblogsDescription' => '', - 'dms' => '', - 'dmsDescription' => '', - 'accept' => '', - 'reject' => '', + 'youRecent' => 'Vous avez récemment', + 'hasUnlisted' => 'été dé-répertorié', + 'cannotDisplay' => 'Nous ne pouvons pas afficher cette notification pour le moment.', + 'followRequest' => 'Demandes d\'abonnement', + 'filteringResults' => 'Filtrer les résultats pourrait masquer des notifications anciennes', + 'mentions' => 'Mentions', + 'mentionsDescription' => 'Réponses à vos publications ou publications où vous êtes mentionné', + 'likes' => 'Cœurs', + 'likesDescription' => 'Comptes qui ont aimé vos publications', + 'followers' => 'Abonné·e·s', + 'followersDescription' => 'Comptes qui se sont abonnés à vous', + 'reblogs' => 'Partages', + 'reblogsDescription' => 'Comptes qui ont partagé vos publications', + 'dms' => 'Messages directs', + 'dmsDescription' => 'Messages personnels que vous échangez avec d\'autres comptes', + 'accept' => 'Accepter', + 'reject' => 'Refuser', ], 'post' => [ @@ -152,23 +152,23 @@ return [ 'emptyCollections' => 'Aucune collection ne semble exister', 'emptyPosts' => 'Il semble n’y avoir aucune publication', - 'blocking' => '', - 'sponsor' => '', - 'followYou' => '', - 'archives' => '', - 'bookmarks' => '', - 'likes' => '', - 'muted' => '', - 'blocked' => '', - 'myPortifolio' => '', - 'private' => '', - 'public' => '', - 'draft' => '', - 'emptyLikes' => '', - 'emptyBookmarks' => '', - 'emptyArchives' => '', - 'untitled' => '', - 'noDescription' => '', + 'blocking' => 'Vous bloquez ce compte', + 'sponsor' => 'Faire un don', + 'followYou' => 'Vous suit', + 'archives' => 'Archives', + 'bookmarks' => 'Marque-pages', + 'likes' => 'Cœurs', + 'muted' => 'En sourdine', + 'blocked' => 'Bloqué', + 'myPortifolio' => 'Mon Portfolio', + 'private' => 'The profil est privé', + 'public' => 'Public', + 'draft' => 'Brouillon', + 'emptyLikes' => 'Nous ne trouvons aucune publication que vous avez aimée', + 'emptyBookmarks' => 'Nous ne trouvons aucune publication dans vos marque-pages', + 'emptyArchives' => 'Nous ne trouvons aucune publication archivée', + 'untitled' => 'Sans titre', + 'noDescription' => 'Pas de description disponible', ], 'menu' => [ @@ -218,41 +218,41 @@ return [ 'deletePostConfirm' => 'Êtes-vous sûr·e de vouloir supprimer cette publication ?', 'archivePostConfirm' => 'Êtes-vous sûr·e de vouloir archiver cette publication ?', 'unarchivePostConfirm' => 'Êtes-vous sûr·e de vouloir désarchiver cette publication ?', - 'pin' => '', - 'unpin' => '', - 'pinPostConfirm' => '', - 'unpinPostConfirm' => '', + 'pin' => 'Épingler', + 'unpin' => 'Désépingler', + 'pinPostConfirm' => 'Voulez-vous vraiment épingler cette publication ?', + 'unpinPostConfirm' => 'Voulez-vous vraiment désépingler cette publication ?', ], 'story' => [ 'add' => 'Ajouter une story', - 'myStory' => '', - 'viewMyStory' => '', - 'goBack' => '', - 'delete' => '', - 'crop' => '', - 'error' => '', - 'cropping' => '', - 'storyDuration' => '', - 'seconds' => '', - 'processing' => '', - 'shareWithFollowers' => '', - 'cancel' => '', - 'viewedBy' => '', - 'next' => '', - 'zoom' => '', - 'options' => '', - 'allowReplies' => '', - 'allowReactions' => '', - 'limit' => '', - 'reactionSent' => '', - 'replySent' => '', - 'expiresIn' => '', - 'viewers' => '', - 'report' => '', - 'close' => '', - 'myStories' => '', - 'seeAll' => '', + 'myStory' => 'Ma story', + 'viewMyStory' => 'Voir ma story', + 'goBack' => 'Revenir en arrière', + 'delete' => 'Supprimer', + 'crop' => 'Recadrer', + 'error' => 'Une erreur est survenue, veuillez réessayer plus tard.', + 'cropping' => 'Recadrage', + 'storyDuration' => 'Durée de la story', + 'seconds' => 'secondes', + 'processing' => 'En cours de traitement', + 'shareWithFollowers' => 'Partagez avec vos abonnés des moments qui disparaissent après 24 heures', + 'cancel' => 'Annuler', + 'viewedBy' => 'Consulté par', + 'next' => 'Suivante', + 'zoom' => 'Déplacer et pincer pour zoomer', + 'options' => 'Options', + 'allowReplies' => 'Autoriser les réponses', + 'allowReactions' => 'Autoriser les réactions', + 'limit' => 'Vous avez atteint la limite de nouvelles story', + 'reactionSent' => 'Réaction envoyée', + 'replySent' => 'Réponse envoyée', + 'expiresIn' => 'Expire dans', + 'viewers' => 'Lecteurs', + 'report' => 'Signaler', + 'close' => 'Fermer', + 'myStories' => 'Mes stories', + 'seeAll' => 'Afficher tout', ], 'timeline' => [ @@ -297,76 +297,77 @@ return [ 'settings' => [ 'filters' => [ - 'title' => '', - 'manage_your_custom_filters' => '', - 'customize_your_experience' => '', - 'add_new_filter' => '', - 'limit_message' => '', - 'learn_more_help_center' => '', - 'no_filters' => '', - 'no_filters_message' => '', - 'create_first_filter' => '', - 'no_matching_filters' => '', - 'no_matching_filters_message' => '', - 'create_new_filter' => '', - 'filter_title' => '', - 'edit_filter' => '', - 'advance_mode' => '', - 'simple_mode' => '', - 'keywords' => '', - 'legend' => '', - 'whole_word' => '', - 'partial_word' => '', - 'duplicate_not_allowed' => '', - 'filter_action' => '', - 'hide_media_blur' => '', - 'show_warning' => '', - 'hide_content_completely' => '', - 'apply_filters_to' => '', - 'home_timeline' => '', - 'notifications' => '', - 'public_timeline' => '', - 'hashtags' => '', - 'groups' => '', - 'conversations' => '', - 'duration' => '', - 'forever' => '', - '30_minutes' => '', - '1_hour' => '', - '6_hours' => '', - '12_hours' => '', - '1_day' => '', - '1_week' => '', - 'cutom' => '', - 'enter_duration_in_seconds' => '', - 'save_changes' => '', - 'create_filter' => '', - 'name_your_filter' => '', - 'give_your_filter_a_name' => '', - 'my_filter_name' => '', - 'filter_duration' => '', - 'add_filter_keywords' => '', - 'add_word_or_phrase' => '', - 'whole_word_match' => '', - 'partial_word_match' => '', - 'add_another_keyword' => '', - 'please_remove_duplicate_keywords' => '', - 'choose_filter_action' => '', - 'choose_filter_action_description' => '', - 'hide_completely' => '', - 'choose_where_to_apply' => '', - 'choose_where_to_apply_description' => '', - 'review_your_filter' => '', - 'review_your_filter_description' => '', - 'no_keywords_specified' => '', - 'action' => '', - 'expires' => '', - 'never_expires' => '', - 'titleAdvance' => '', - 'context' => '', - 'review' => '', - 'add_keyword' => '', - 'enter_filter_title' => '', + 'title' => 'Filtres', + 'manage_your_custom_filters' => 'Gérez vos filtres personnalisés.', + 'customize_your_experience' => 'Personnalisez votre expérience avec de puissants filtres de contenu qui détectent des mots ou des phrases spécifiques sur l\'ensemble de votre compte - y compris les fils personnels, publics, et de hashtag.', + 'add_new_filter' => 'Ajouter un nouveau filtre', + 'limit_message' => 'Vous pouvez ajouter jusqu\'à :filters_num filtres qui peuvent contenir jusqu\'à :keywords_num mots-clés.', + 'learn_more_help_center' => 'En apprendre plus via notre centre d\'aide.', + 'no_filters' => 'Vous n\'avez pas encore de filtres de contenu', + 'no_filters_message' => 'Les filtres vous aident à masquer de vos fils le contenu qui comprend des mots ou des phrases spécifiques.', + 'create_first_filter' => 'Créez votre premier filtre', + 'no_matching_filters' => 'Vous n\'avez aucun filtre de contenu correspondant à :searchQuery.', + 'no_matching_filters_message' => 'Les filtres vous aident à masquer de vos fils le contenu qui comprend des mots ou des phrases spécifiques.', + 'create_new_filter' => 'Créer un nouveau filtre', + 'filter_title' => 'Titre du filtre', + 'edit_filter' => 'Modifier le filtre', + 'advance_mode' => 'Mode avancé', + 'simple_mode' => 'Mode simple', + 'keywords' => 'Mots-clés', + 'legend' => 'Légende', + 'whole_word' => 'Mot entier', + 'partial_word' => 'Partie du mot', + 'duplicate_not_allowed' => 'Les doublons de mots-clés ne sont pas autorisés', + 'filter_action' => 'Action du filtre', + 'hide_media_blur' => 'Cacher les médias en les floutant', + 'show_warning' => 'Afficher un avertissement avant d\'afficher le contenu', + 'hide_content_completely' => 'Cacher le contenu complètement', + 'apply_filters_to' => 'Appliquer les filtres à', + 'home_timeline' => 'Fil personnel', + 'notifications' => 'Notifications', + 'public_timeline' => 'Fil public', + 'hashtags' => 'Hashtag', + 'groups' => 'Groupes', + 'conversations' => 'Conversations', + 'duration' => 'Durée', + 'forever' => 'Indéfiniment', + '30_minutes' => '30 minutes', + '1_hour' => '1 heure', + '6_hours' => '6 heures', + '12_hours' => '12 heures', + '1_day' => '1 jour', + '1_week' => '1 semaine', + 'cutom' => 'Personnalisé…', + 'enter_duration_in_seconds' => 'Définissez la durée en secondes', + 'save_changes' => 'Enregistrer les modifications', + 'create_filter' => 'Créer le filtre', + 'name_your_filter' => 'Nommez votre filtre', + 'give_your_filter_a_name' => 'Nommez votre filtre de manière à vous souvenir quel contenu il écarte.', + 'my_filter_name' => 'Nom de mon filtre', + 'filter_duration' => 'Durée du filtre', + 'add_filter_keywords' => 'Ajouter des mots à filtrer', + 'add_word_or_phrase' => 'Ajouter des mots ou des phrases que vous souhaitez filtrer
+Les publications qui contiennent ces mots seront filtrées en fonction de vos paramètres.', + 'whole_word_match' => 'Correspondance totale du mot - ne filtrer que des correspondances exactes (p.ex. "fleur" ne sélectionnera pas "fleuriste")', + 'partial_word_match' => 'Correspondance partielle - filtrer toute publication qui contient ce texte (p.ex. "fleur" sélectionnera "fleuriste")', + 'add_another_keyword' => 'Ajouter un autre mot-clé', + 'please_remove_duplicate_keywords' => 'Veuillez supprimer les mots-clés en doublon avant de continuer', + 'choose_filter_action' => 'Choisissez une action de filtre', + 'choose_filter_action_description' => 'Comment souhaitez-vous que le contenu filtré soit affiché ?', + 'hide_completely' => 'Masquer complètement le contenu', + 'choose_where_to_apply' => 'Choisissez où appliquer le filtre', + 'choose_where_to_apply_description' => 'Sélectionnez quelles sections de l\'application doivent appliquer ce filtre.', + 'review_your_filter' => 'Vérifiez votre filtre', + 'review_your_filter_description' => 'Voici un résumé du filtre que vous avez créé.', + 'no_keywords_specified' => 'Aucun mot-clé spécifié', + 'action' => 'Action', + 'expires' => 'Expire', + 'never_expires' => 'N\'expire jamais', + 'titleAdvance' => 'Titre', + 'context' => 'Contexte', + 'review' => 'Vérification', + 'add_keyword' => 'Ajouter un mot-clé...', + 'enter_filter_title' => 'Choisissez le titre du filtre', ], ], diff --git a/lang/me/auth.php b/lang/ga-IE/auth.php similarity index 100% rename from lang/me/auth.php rename to lang/ga-IE/auth.php diff --git a/lang/id/exception.php b/lang/ga-IE/exception.php similarity index 100% rename from lang/id/exception.php rename to lang/ga-IE/exception.php diff --git a/lang/id/helpcenter.php b/lang/ga-IE/helpcenter.php similarity index 100% rename from lang/id/helpcenter.php rename to lang/ga-IE/helpcenter.php diff --git a/lang/me/navmenu.php b/lang/ga-IE/navmenu.php similarity index 100% rename from lang/me/navmenu.php rename to lang/ga-IE/navmenu.php diff --git a/lang/mk/notification.php b/lang/ga-IE/notification.php similarity index 100% rename from lang/mk/notification.php rename to lang/ga-IE/notification.php diff --git a/lang/mk/passwords.php b/lang/ga-IE/passwords.php similarity index 100% rename from lang/mk/passwords.php rename to lang/ga-IE/passwords.php diff --git a/lang/nl/profile.php b/lang/ga-IE/profile.php similarity index 100% rename from lang/nl/profile.php rename to lang/ga-IE/profile.php diff --git a/lang/hu/settings.php b/lang/ga-IE/settings.php similarity index 100% rename from lang/hu/settings.php rename to lang/ga-IE/settings.php diff --git a/lang/mk/site.php b/lang/ga-IE/site.php similarity index 100% rename from lang/mk/site.php rename to lang/ga-IE/site.php diff --git a/lang/mk/timeline.php b/lang/ga-IE/timeline.php similarity index 100% rename from lang/mk/timeline.php rename to lang/ga-IE/timeline.php diff --git a/lang/ga-IE/web.php b/lang/ga-IE/web.php new file mode 100644 index 000000000..e5b3782ba --- /dev/null +++ b/lang/ga-IE/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => 'Trácht', + 'commented' => '', + 'comments' => 'Tráchta', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => 'Leabharmharc', + + 'cancel' => '', + 'copyLink' => 'Cóipeáil Nasc', + 'delete' => 'Scrios', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => 'Léigh níos mó', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => 'cliceáil anseo', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => 'Ag lódáil...', + 'continue' => '', + ], + + 'site' => [ + 'terms' => 'Téarmaí Úsáide', + 'privacy' => 'Polasaí Príobháideachais', + ], + + 'navmenu' => [ + 'search' => 'Cuardaigh', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => 'Scéalta', + + // Self links + 'profile' => 'Próifíl', + 'drive' => '', + 'settings' => '', + 'appearance' => 'Cuma', + 'compose' => 'Cruthaigh Nua', + 'logout' => 'Logáil Amach', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/mk/auth.php b/lang/gd-GB/auth.php similarity index 100% rename from lang/mk/auth.php rename to lang/gd-GB/auth.php diff --git a/lang/ko/exception.php b/lang/gd-GB/exception.php similarity index 100% rename from lang/ko/exception.php rename to lang/gd-GB/exception.php diff --git a/lang/ko/helpcenter.php b/lang/gd-GB/helpcenter.php similarity index 100% rename from lang/ko/helpcenter.php rename to lang/gd-GB/helpcenter.php diff --git a/lang/mk/navmenu.php b/lang/gd-GB/navmenu.php similarity index 100% rename from lang/mk/navmenu.php rename to lang/gd-GB/navmenu.php diff --git a/lang/nl/notification.php b/lang/gd-GB/notification.php similarity index 100% rename from lang/nl/notification.php rename to lang/gd-GB/notification.php diff --git a/lang/nl/passwords.php b/lang/gd-GB/passwords.php similarity index 100% rename from lang/nl/passwords.php rename to lang/gd-GB/passwords.php diff --git a/lang/no/profile.php b/lang/gd-GB/profile.php similarity index 100% rename from lang/no/profile.php rename to lang/gd-GB/profile.php diff --git a/lang/id/settings.php b/lang/gd-GB/settings.php similarity index 100% rename from lang/id/settings.php rename to lang/gd-GB/settings.php diff --git a/lang/no/site.php b/lang/gd-GB/site.php similarity index 100% rename from lang/no/site.php rename to lang/gd-GB/site.php diff --git a/lang/nl/timeline.php b/lang/gd-GB/timeline.php similarity index 100% rename from lang/nl/timeline.php rename to lang/gd-GB/timeline.php diff --git a/lang/gd/web.php b/lang/gd-GB/web.php similarity index 100% rename from lang/gd/web.php rename to lang/gd-GB/web.php diff --git a/lang/gl/README.md b/lang/gl-ES/README.md similarity index 100% rename from lang/gl/README.md rename to lang/gl-ES/README.md diff --git a/lang/gl/auth.php b/lang/gl-ES/auth.php similarity index 100% rename from lang/gl/auth.php rename to lang/gl-ES/auth.php diff --git a/lang/gl/exception.php b/lang/gl-ES/exception.php similarity index 100% rename from lang/gl/exception.php rename to lang/gl-ES/exception.php diff --git a/lang/gl/helpcenter.php b/lang/gl-ES/helpcenter.php similarity index 100% rename from lang/gl/helpcenter.php rename to lang/gl-ES/helpcenter.php diff --git a/lang/gl/navmenu.php b/lang/gl-ES/navmenu.php similarity index 100% rename from lang/gl/navmenu.php rename to lang/gl-ES/navmenu.php diff --git a/lang/gl/notification.php b/lang/gl-ES/notification.php similarity index 100% rename from lang/gl/notification.php rename to lang/gl-ES/notification.php diff --git a/lang/gl/pagination.php b/lang/gl-ES/pagination.php similarity index 100% rename from lang/gl/pagination.php rename to lang/gl-ES/pagination.php diff --git a/lang/gl/passwords.php b/lang/gl-ES/passwords.php similarity index 100% rename from lang/gl/passwords.php rename to lang/gl-ES/passwords.php diff --git a/lang/gl/profile.php b/lang/gl-ES/profile.php similarity index 100% rename from lang/gl/profile.php rename to lang/gl-ES/profile.php diff --git a/lang/it/settings.php b/lang/gl-ES/settings.php similarity index 100% rename from lang/it/settings.php rename to lang/gl-ES/settings.php diff --git a/lang/gl/site.php b/lang/gl-ES/site.php similarity index 100% rename from lang/gl/site.php rename to lang/gl-ES/site.php diff --git a/lang/gl/timeline.php b/lang/gl-ES/timeline.php similarity index 100% rename from lang/gl/timeline.php rename to lang/gl-ES/timeline.php diff --git a/lang/gl/validation.php b/lang/gl-ES/validation.php similarity index 100% rename from lang/gl/validation.php rename to lang/gl-ES/validation.php diff --git a/lang/gl/web.php b/lang/gl-ES/web.php similarity index 100% rename from lang/gl/web.php rename to lang/gl-ES/web.php diff --git a/lang/he/auth.php b/lang/he-IL/auth.php similarity index 100% rename from lang/he/auth.php rename to lang/he-IL/auth.php diff --git a/lang/me/exception.php b/lang/he-IL/exception.php similarity index 100% rename from lang/me/exception.php rename to lang/he-IL/exception.php diff --git a/lang/me/helpcenter.php b/lang/he-IL/helpcenter.php similarity index 100% rename from lang/me/helpcenter.php rename to lang/he-IL/helpcenter.php diff --git a/lang/he/navmenu.php b/lang/he-IL/navmenu.php similarity index 100% rename from lang/he/navmenu.php rename to lang/he-IL/navmenu.php diff --git a/lang/he/notification.php b/lang/he-IL/notification.php similarity index 100% rename from lang/he/notification.php rename to lang/he-IL/notification.php diff --git a/lang/he/pagination.php b/lang/he-IL/pagination.php similarity index 100% rename from lang/he/pagination.php rename to lang/he-IL/pagination.php diff --git a/lang/he/passwords.php b/lang/he-IL/passwords.php similarity index 100% rename from lang/he/passwords.php rename to lang/he-IL/passwords.php diff --git a/lang/he/profile.php b/lang/he-IL/profile.php similarity index 100% rename from lang/he/profile.php rename to lang/he-IL/profile.php diff --git a/lang/ko/settings.php b/lang/he-IL/settings.php similarity index 100% rename from lang/ko/settings.php rename to lang/he-IL/settings.php diff --git a/lang/he/site.php b/lang/he-IL/site.php similarity index 100% rename from lang/he/site.php rename to lang/he-IL/site.php diff --git a/lang/he/timeline.php b/lang/he-IL/timeline.php similarity index 100% rename from lang/he/timeline.php rename to lang/he-IL/timeline.php diff --git a/lang/he/validation.php b/lang/he-IL/validation.php similarity index 100% rename from lang/he/validation.php rename to lang/he-IL/validation.php diff --git a/lang/he/web.php b/lang/he-IL/web.php similarity index 100% rename from lang/he/web.php rename to lang/he-IL/web.php diff --git a/lang/nl/auth.php b/lang/hi-IN/auth.php similarity index 100% rename from lang/nl/auth.php rename to lang/hi-IN/auth.php diff --git a/lang/mk/exception.php b/lang/hi-IN/exception.php similarity index 100% rename from lang/mk/exception.php rename to lang/hi-IN/exception.php diff --git a/lang/mk/helpcenter.php b/lang/hi-IN/helpcenter.php similarity index 100% rename from lang/mk/helpcenter.php rename to lang/hi-IN/helpcenter.php diff --git a/lang/nl/navmenu.php b/lang/hi-IN/navmenu.php similarity index 100% rename from lang/nl/navmenu.php rename to lang/hi-IN/navmenu.php diff --git a/lang/no/notification.php b/lang/hi-IN/notification.php similarity index 100% rename from lang/no/notification.php rename to lang/hi-IN/notification.php diff --git a/lang/no/passwords.php b/lang/hi-IN/passwords.php similarity index 100% rename from lang/no/passwords.php rename to lang/hi-IN/passwords.php diff --git a/lang/ro/profile.php b/lang/hi-IN/profile.php similarity index 100% rename from lang/ro/profile.php rename to lang/hi-IN/profile.php diff --git a/lang/me/settings.php b/lang/hi-IN/settings.php similarity index 100% rename from lang/me/settings.php rename to lang/hi-IN/settings.php diff --git a/lang/ro/site.php b/lang/hi-IN/site.php similarity index 100% rename from lang/ro/site.php rename to lang/hi-IN/site.php diff --git a/lang/no/timeline.php b/lang/hi-IN/timeline.php similarity index 100% rename from lang/no/timeline.php rename to lang/hi-IN/timeline.php diff --git a/lang/hi/web.php b/lang/hi-IN/web.php similarity index 100% rename from lang/hi/web.php rename to lang/hi-IN/web.php diff --git a/lang/no/auth.php b/lang/hr-HR/auth.php similarity index 100% rename from lang/no/auth.php rename to lang/hr-HR/auth.php diff --git a/lang/nl/exception.php b/lang/hr-HR/exception.php similarity index 100% rename from lang/nl/exception.php rename to lang/hr-HR/exception.php diff --git a/lang/nl/helpcenter.php b/lang/hr-HR/helpcenter.php similarity index 100% rename from lang/nl/helpcenter.php rename to lang/hr-HR/helpcenter.php diff --git a/lang/no/navmenu.php b/lang/hr-HR/navmenu.php similarity index 100% rename from lang/no/navmenu.php rename to lang/hr-HR/navmenu.php diff --git a/lang/ro/notification.php b/lang/hr-HR/notification.php similarity index 100% rename from lang/ro/notification.php rename to lang/hr-HR/notification.php diff --git a/lang/ro/passwords.php b/lang/hr-HR/passwords.php similarity index 100% rename from lang/ro/passwords.php rename to lang/hr-HR/passwords.php diff --git a/lang/sk/profile.php b/lang/hr-HR/profile.php similarity index 100% rename from lang/sk/profile.php rename to lang/hr-HR/profile.php diff --git a/lang/mk/settings.php b/lang/hr-HR/settings.php similarity index 100% rename from lang/mk/settings.php rename to lang/hr-HR/settings.php diff --git a/lang/sk/site.php b/lang/hr-HR/site.php similarity index 100% rename from lang/sk/site.php rename to lang/hr-HR/site.php diff --git a/lang/ro/timeline.php b/lang/hr-HR/timeline.php similarity index 100% rename from lang/ro/timeline.php rename to lang/hr-HR/timeline.php diff --git a/lang/hr/web.php b/lang/hr-HR/web.php similarity index 100% rename from lang/hr/web.php rename to lang/hr-HR/web.php diff --git a/lang/ro/auth.php b/lang/hu-HU/auth.php similarity index 100% rename from lang/ro/auth.php rename to lang/hu-HU/auth.php diff --git a/lang/no/exception.php b/lang/hu-HU/exception.php similarity index 100% rename from lang/no/exception.php rename to lang/hu-HU/exception.php diff --git a/lang/no/helpcenter.php b/lang/hu-HU/helpcenter.php similarity index 100% rename from lang/no/helpcenter.php rename to lang/hu-HU/helpcenter.php diff --git a/lang/ro/navmenu.php b/lang/hu-HU/navmenu.php similarity index 100% rename from lang/ro/navmenu.php rename to lang/hu-HU/navmenu.php diff --git a/lang/sk/notification.php b/lang/hu-HU/notification.php similarity index 100% rename from lang/sk/notification.php rename to lang/hu-HU/notification.php diff --git a/lang/sk/passwords.php b/lang/hu-HU/passwords.php similarity index 100% rename from lang/sk/passwords.php rename to lang/hu-HU/passwords.php diff --git a/lang/sr/profile.php b/lang/hu-HU/profile.php similarity index 100% rename from lang/sr/profile.php rename to lang/hu-HU/profile.php diff --git a/lang/nl/settings.php b/lang/hu-HU/settings.php similarity index 100% rename from lang/nl/settings.php rename to lang/hu-HU/settings.php diff --git a/lang/sr/site.php b/lang/hu-HU/site.php similarity index 100% rename from lang/sr/site.php rename to lang/hu-HU/site.php diff --git a/lang/sk/timeline.php b/lang/hu-HU/timeline.php similarity index 100% rename from lang/sk/timeline.php rename to lang/hu-HU/timeline.php diff --git a/lang/hu/web.php b/lang/hu-HU/web.php similarity index 100% rename from lang/hu/web.php rename to lang/hu-HU/web.php diff --git a/lang/sk/auth.php b/lang/hy-AM/auth.php similarity index 100% rename from lang/sk/auth.php rename to lang/hy-AM/auth.php diff --git a/lang/oc/exception.php b/lang/hy-AM/exception.php similarity index 100% rename from lang/oc/exception.php rename to lang/hy-AM/exception.php diff --git a/lang/ro/helpcenter.php b/lang/hy-AM/helpcenter.php similarity index 100% rename from lang/ro/helpcenter.php rename to lang/hy-AM/helpcenter.php diff --git a/lang/sk/navmenu.php b/lang/hy-AM/navmenu.php similarity index 100% rename from lang/sk/navmenu.php rename to lang/hy-AM/navmenu.php diff --git a/lang/sr/notification.php b/lang/hy-AM/notification.php similarity index 100% rename from lang/sr/notification.php rename to lang/hy-AM/notification.php diff --git a/lang/sr/passwords.php b/lang/hy-AM/passwords.php similarity index 100% rename from lang/sr/passwords.php rename to lang/hy-AM/passwords.php diff --git a/lang/vi/profile.php b/lang/hy-AM/profile.php similarity index 100% rename from lang/vi/profile.php rename to lang/hy-AM/profile.php diff --git a/lang/no/settings.php b/lang/hy-AM/settings.php similarity index 100% rename from lang/no/settings.php rename to lang/hy-AM/settings.php diff --git a/lang/vi/site.php b/lang/hy-AM/site.php similarity index 100% rename from lang/vi/site.php rename to lang/hy-AM/site.php diff --git a/lang/sr/timeline.php b/lang/hy-AM/timeline.php similarity index 100% rename from lang/sr/timeline.php rename to lang/hy-AM/timeline.php diff --git a/lang/hy-AM/web.php b/lang/hy-AM/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/hy-AM/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/id/auth.php b/lang/id-ID/auth.php similarity index 100% rename from lang/id/auth.php rename to lang/id-ID/auth.php diff --git a/lang/ro/exception.php b/lang/id-ID/exception.php similarity index 100% rename from lang/ro/exception.php rename to lang/id-ID/exception.php diff --git a/lang/sk/helpcenter.php b/lang/id-ID/helpcenter.php similarity index 100% rename from lang/sk/helpcenter.php rename to lang/id-ID/helpcenter.php diff --git a/lang/id/navmenu.php b/lang/id-ID/navmenu.php similarity index 100% rename from lang/id/navmenu.php rename to lang/id-ID/navmenu.php diff --git a/lang/id/notification.php b/lang/id-ID/notification.php similarity index 100% rename from lang/id/notification.php rename to lang/id-ID/notification.php diff --git a/lang/id/pagination.php b/lang/id-ID/pagination.php similarity index 100% rename from lang/id/pagination.php rename to lang/id-ID/pagination.php diff --git a/lang/id/passwords.php b/lang/id-ID/passwords.php similarity index 100% rename from lang/id/passwords.php rename to lang/id-ID/passwords.php diff --git a/lang/id/profile.php b/lang/id-ID/profile.php similarity index 100% rename from lang/id/profile.php rename to lang/id-ID/profile.php diff --git a/lang/oc/settings.php b/lang/id-ID/settings.php similarity index 100% rename from lang/oc/settings.php rename to lang/id-ID/settings.php diff --git a/lang/id/site.php b/lang/id-ID/site.php similarity index 100% rename from lang/id/site.php rename to lang/id-ID/site.php diff --git a/lang/id/timeline.php b/lang/id-ID/timeline.php similarity index 100% rename from lang/id/timeline.php rename to lang/id-ID/timeline.php diff --git a/lang/id/validation.php b/lang/id-ID/validation.php similarity index 100% rename from lang/id/validation.php rename to lang/id-ID/validation.php diff --git a/lang/id/web.php b/lang/id-ID/web.php similarity index 100% rename from lang/id/web.php rename to lang/id-ID/web.php diff --git a/lang/is-IS/auth.php b/lang/is-IS/auth.php new file mode 100644 index 000000000..15c11aef1 --- /dev/null +++ b/lang/is-IS/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => 'Lykilorð', + 'remember' => '', + 'forgot' => 'Gleymt lykilorð', + 'login' => 'Innskráning', + + 'register' => 'Nýskráning', + 'reset' => 'Endurstilling lykilorðs', + + 'name' => '', + 'username' => '', + 'confirm-password' => 'Staðfestu lykilorð', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sk/exception.php b/lang/is-IS/exception.php similarity index 100% rename from lang/sk/exception.php rename to lang/is-IS/exception.php diff --git a/lang/sr/helpcenter.php b/lang/is-IS/helpcenter.php similarity index 100% rename from lang/sr/helpcenter.php rename to lang/is-IS/helpcenter.php diff --git a/lang/sr/navmenu.php b/lang/is-IS/navmenu.php similarity index 100% rename from lang/sr/navmenu.php rename to lang/is-IS/navmenu.php diff --git a/lang/vi/notification.php b/lang/is-IS/notification.php similarity index 100% rename from lang/vi/notification.php rename to lang/is-IS/notification.php diff --git a/lang/vi/passwords.php b/lang/is-IS/passwords.php similarity index 100% rename from lang/vi/passwords.php rename to lang/is-IS/passwords.php diff --git a/lang/fi/profile.php b/lang/is-IS/profile.php similarity index 51% rename from lang/fi/profile.php rename to lang/is-IS/profile.php index e9de64c50..d1d19a030 100644 --- a/lang/fi/profile.php +++ b/lang/is-IS/profile.php @@ -1,11 +1,11 @@ 'Tällä käyttäjällä ei ole vielä päivityksiä!', - 'emptyFollowers' => 'Tällä käyttäjällä ei ole vielä seuraajia!', - 'emptyFollowing' => 'Tämä käyttäjä ei vielä seuraa ketään!', + 'emptyTimeline' => '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', 'emptySaved' => '', - 'savedWarning' => 'Vain sinä voit nähdä, mitä olet tallentanut', + 'savedWarning' => '', 'privateProfileWarning' => '', 'alreadyFollow' => '', 'loginToSeeProfile' => '', diff --git a/lang/pl/settings.php b/lang/is-IS/settings.php similarity index 100% rename from lang/pl/settings.php rename to lang/is-IS/settings.php diff --git a/lang/it/site.php b/lang/is-IS/site.php similarity index 79% rename from lang/it/site.php rename to lang/is-IS/site.php index 6fbf603d3..9b0f54117 100644 --- a/lang/it/site.php +++ b/lang/is-IS/site.php @@ -2,20 +2,20 @@ return [ - 'about' => 'Informazioni', - 'help' => 'Aiuto', - 'language' => 'Lingua', - 'fediverse' => 'Fediverso', - 'opensource' => 'Open Source', - 'terms' => 'Termini', - 'privacy' => 'Privacy', - 'l10nWip' => 'Stiamo ancora lavorando sul supporto per la traduzione', - 'currentLocale' => 'Lingua attuale', - 'selectLocale' => 'Seleziona una tra le lingue supportate', - 'contact' => 'Contatti', - 'contact-us' => 'Contattaci', - 'places' => 'Luoghi', - 'profiles' => 'Profili', + 'about' => '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', // site/contact 'you_can_contact_the_admins' => '', diff --git a/lang/vi/timeline.php b/lang/is-IS/timeline.php similarity index 100% rename from lang/vi/timeline.php rename to lang/is-IS/timeline.php diff --git a/lang/is-IS/web.php b/lang/is-IS/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/is-IS/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/it-IT/auth.php b/lang/it-IT/auth.php new file mode 100644 index 000000000..dc08e19ff --- /dev/null +++ b/lang/it-IT/auth.php @@ -0,0 +1,35 @@ + ' - Verifica il tuo indirizzo email', + 'loginTitle' => 'Accesso all\'account', + 'failed' => 'Credenziali non corrette.', + 'throttle' => 'Troppi tentativi di accesso. Per favore riprova ancora tra :seconds secondi.', + 'password' => 'Password', + 'remember' => 'Ricordami', + 'forgot' => 'Password dimenticata', + 'login' => 'Accedi', + + 'register' => 'Registrati', + 'reset' => 'Reimposta la password', + + 'name' => 'Nome', + 'username' => 'Nome utente', + 'confirm-password' => 'Conferma la password', + + 'age' => 'Ho almeno 16 anni', + 'terms' => 'Iscrivendoti, accetti i nostri Termini di utilizzo e l\'Informativa sulla privacy.', + + 'emailAddress' => 'Indirizzo e-mail', + 'email' => 'E-mail', + 'forgotEmail' => 'E-mail dimenticata', + + 'registerTitle' => 'Registra un nuovo account', + + 'sendReset' => 'Invia il link per reimpostare la password', + 'backLogin' => 'Torna all\'accesso', + + 'signInMastodon' => 'Accedi con Mastodon', + +]; diff --git a/lang/it/exception.php b/lang/it-IT/exception.php similarity index 100% rename from lang/it/exception.php rename to lang/it-IT/exception.php diff --git a/lang/it/helpcenter.php b/lang/it-IT/helpcenter.php similarity index 94% rename from lang/it/helpcenter.php rename to lang/it-IT/helpcenter.php index fc8f9bec5..92b017f9e 100644 --- a/lang/it/helpcenter.php +++ b/lang/it-IT/helpcenter.php @@ -23,6 +23,6 @@ return [ 'reportSomething' => 'Segnala Qualcosa', 'dataPolicy' => 'Politica sui Dati', - 'taggingPeople' => '', + 'taggingPeople' => 'Taggare le persone', ]; diff --git a/lang/it/navmenu.php b/lang/it-IT/navmenu.php similarity index 100% rename from lang/it/navmenu.php rename to lang/it-IT/navmenu.php diff --git a/lang/it/notification.php b/lang/it-IT/notification.php similarity index 100% rename from lang/it/notification.php rename to lang/it-IT/notification.php diff --git a/lang/it/pagination.php b/lang/it-IT/pagination.php similarity index 100% rename from lang/it/pagination.php rename to lang/it-IT/pagination.php diff --git a/lang/it/passwords.php b/lang/it-IT/passwords.php similarity index 100% rename from lang/it/passwords.php rename to lang/it-IT/passwords.php diff --git a/lang/it/profile.php b/lang/it-IT/profile.php similarity index 68% rename from lang/it/profile.php rename to lang/it-IT/profile.php index dc88597e6..26f5df645 100644 --- a/lang/it/profile.php +++ b/lang/it-IT/profile.php @@ -13,9 +13,9 @@ return [ 'status.disabled.header' => 'Profilo Non Disponibile', 'status.disabled.body' => 'Scusa, questo profilo non è disponibile al momento. Per favore riprova più tardi.', - 'block.domain.max' => '', + 'block.domain.max' => 'Raggiunto il limite massimo di blocchi di domini! Puoi bloccare solo :max domini alla volta. Chiedi al tuo amministratore di regolare questo limite.', - 'mutedAccounts' => '', - 'blockedAccounts' => '', - 'blockedDomains' => '', + 'mutedAccounts' => 'Account silenziati', + 'blockedAccounts' => 'Account bloccati', + 'blockedDomains' => 'Domini bloccati', ]; diff --git a/lang/it-IT/settings.php b/lang/it-IT/settings.php new file mode 100644 index 000000000..4e80452c7 --- /dev/null +++ b/lang/it-IT/settings.php @@ -0,0 +1,195 @@ + 'Account', + 'accessibility' => 'Accessibilità', + 'email' => 'Email', + 'invites' => 'Inviti', + 'media' => 'Media', + 'filters' => 'Filtri', + 'notifications' => 'Notifiche', + 'password' => 'Password', + 'privacy' => 'Privacy', + 'security' => 'Sicurezza', + 'timelines' => 'Timeline', + 'applications' => 'Applicazioni', + 'developers' => 'Sviluppatori', + 'import' => 'Importa', + 'export' => 'Esporta', + 'parental_controls' => 'Controlli dei genitori', + + 'submit' => 'Invia', + 'error' => 'Errore', + 'cancel' => 'Annulla', + 'save' => 'Salva', + 'download' => 'Scarica', + + 'home.account_settings' => 'Impostazioni dell\'account', + 'home.change_profile_photo' => 'Cambia la foto del profilo', + 'home.select_a_profile_photo' => 'Seleziona una foto del profilo', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => 'Deve essere in formato jpeg o png. Dimensione massima dell\'avatar:', + 'home.upload' => 'Carica', + 'home.delete_profile_photo' => 'Elimina la foto del profilo', + 'home.name' => 'Nome', + 'home.your_name' => 'Il tuo nome', + 'home.website' => 'Sito web', + 'home.bio' => 'Biografia', + 'home.add_a_bio_here' => 'Aggiungi una biografia qui', + 'home.language' => 'Lingua', + 'home.pronouns' => 'Pronomi', + 'home.select_pronouns' => 'Seleziona il/i pronome/i', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => 'Seleziona fino a 4 pronomi che appariranno sul tuo profilo.', + 'home.account_aliases' => 'Alias ​​dell\'account', + 'home.manage_account_alias' => 'Gestisci l\'alias dell\'account', + 'home.to_move_from_another_account_to_this_one_first_etc' => 'Per passare da un altro account a questo, devi prima creare un alias.', + 'home.account_migrate' => 'Migrazione dell\'account', + 'home.migrate_to_another_account' => 'Migra su un altro account', + 'home.to_redirect_this_account_to_a_different_one_etc' => 'Per reindirizzare questo account ad un altro (ove supportato).', + 'home.storage_usage' => 'Utilizzo dello spazio di archiviazione', + 'home.storage_used' => 'Spazio di archiviazione utilizzato', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => 'Sei sicuro/a di voler eliminare la tua foto del profilo?', + 'home.an_error_occured_please_try_again_later' => 'Si è verificato un errore, riprova più tardi', + + 'accessibility.reduce_motion' => 'Riduci il movimento', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/it-IT/site.php b/lang/it-IT/site.php new file mode 100644 index 000000000..9c2262a10 --- /dev/null +++ b/lang/it-IT/site.php @@ -0,0 +1,69 @@ + 'Informazioni', + 'help' => 'Aiuto', + 'language' => 'Lingua', + 'fediverse' => 'Fediverso', + 'opensource' => 'Open Source', + 'terms' => 'Termini', + 'privacy' => 'Privacy', + 'l10nWip' => 'Stiamo ancora lavorando sul supporto per la traduzione', + 'currentLocale' => 'Lingua attuale', + 'selectLocale' => 'Seleziona una tra le lingue supportate', + 'contact' => 'Contatti', + 'contact-us' => 'Contattaci', + 'places' => 'Luoghi', + 'profiles' => 'Profili', + + // site/contact + 'you_can_contact_the_admins' => 'Puoi contattare gli amministratori', + 'by_using_the_form_below' => 'utilizzando il modulo sottostante', + 'or' => 'o', + 'by_sending_an_email_to' => 'inviando una email a', + 'the_admins_have_not_set_a_contact_email_address' => 'Gli amministratori non hanno impostato un indirizzo email di contatto', + 'Message' => 'Messaggio', + 'request_response_from_admins' => 'Richiedi una risposta dagli amministratori', + 'Submit' => 'Invia', + 'log_in_to_send_a_message' => 'accedi per inviare un messaggio', + 'Please' => 'Per favore', + + // site/about + 'photo_sharing_for_everyone' => 'Condivisione di foto. Per tutti', + 'pixelfed_is_an_image_sharing_platform_etc' => 'Pixelfed è una piattaforma di condivisione di immagini, un\'alternativa etica alle piattaforme centralizzate.', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => 'Ricco di funzionalità.', + 'the_best_for_the_brightest' => 'Il migliore per le 📸 più brillanti', + 'albums' => 'Album', + 'share_posts_with_up_to' => 'Condividi post che contengono fino a', + 'photos' => 'foto', + 'comments' => 'Commenti', + 'comment_on_a_post_or_send_a_reply' => 'Commenta un post o invia una risposta', + 'collections' => 'Collezioni', + 'organize_and_share_collections_of_multiple_posts' => 'Organizza e condividi collezioni di più post', + 'discover' => 'Scopri', + 'explore_categories_hashtags_and_topics' => 'Esplora categorie, hashtag e argomenti', + 'photo_filters' => 'Filtri fotografici', + 'add_a_special_touch_to_your_photos' => 'Aggiungi un tocco speciale alle tue foto', + 'stories' => 'Storie', + 'share_moments_with_your_followers_that_disappear_etc' => 'Condividi con i tuoi follower momenti che scompaiono dopo 24 ore', + 'people_have_shared' => 'persone hanno condiviso', + 'photos_and_videos_on' => 'foto e video su', + 'sign_up_today' => 'Iscriviti oggi', + 'and_join_our_community_of_photographers_from_etc' => 'e unisciti alla nostra comunità di fotografi da tutto il mondo.', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => 'è una parola macedonia nata dalla fusione di "federation" (federazione) e "universe" (universo). È una denominazione comune e informale per indicare una federazione di server di social network specializzati in diverse tipologie di contenuti multimediali.', + 'supported_fediverse_projects' => 'Progetti del fediverso supportati', + 'some_of_the_better_known_fediverse_projects_include' => 'Alcuni dei progetti più noti del fediverso includono:', + 'a_federated_microblogging_alternative' => 'Un\'alternativa di microblogging federato.', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => 'Il software su cui è basato questo sito web si chiama', + 'and_anyone_can' => 'e chiunque può', + 'download' => 'scaricare', + 'opensource.or' => 'o', + 'view' => 'vedere', + 'the_source_code_and_run_their_own_instance' => 'il codice sorgente ed eseguire la propria istanza!', + 'open_source_in_pixelfed' => 'Open source su Pixelfed', +]; diff --git a/lang/it/timeline.php b/lang/it-IT/timeline.php similarity index 100% rename from lang/it/timeline.php rename to lang/it-IT/timeline.php diff --git a/lang/it/validation.php b/lang/it-IT/validation.php similarity index 100% rename from lang/it/validation.php rename to lang/it-IT/validation.php diff --git a/lang/it/web.php b/lang/it-IT/web.php similarity index 100% rename from lang/it/web.php rename to lang/it-IT/web.php diff --git a/lang/ja/auth.php b/lang/ja-JP/auth.php similarity index 100% rename from lang/ja/auth.php rename to lang/ja-JP/auth.php diff --git a/lang/ja/exception.php b/lang/ja-JP/exception.php similarity index 100% rename from lang/ja/exception.php rename to lang/ja-JP/exception.php diff --git a/lang/ja/helpcenter.php b/lang/ja-JP/helpcenter.php similarity index 100% rename from lang/ja/helpcenter.php rename to lang/ja-JP/helpcenter.php diff --git a/lang/ja/navmenu.php b/lang/ja-JP/navmenu.php similarity index 100% rename from lang/ja/navmenu.php rename to lang/ja-JP/navmenu.php diff --git a/lang/ja/notification.php b/lang/ja-JP/notification.php similarity index 100% rename from lang/ja/notification.php rename to lang/ja-JP/notification.php diff --git a/lang/ja/pagination.php b/lang/ja-JP/pagination.php similarity index 100% rename from lang/ja/pagination.php rename to lang/ja-JP/pagination.php diff --git a/lang/ja/passwords.php b/lang/ja-JP/passwords.php similarity index 100% rename from lang/ja/passwords.php rename to lang/ja-JP/passwords.php diff --git a/lang/ja/profile.php b/lang/ja-JP/profile.php similarity index 100% rename from lang/ja/profile.php rename to lang/ja-JP/profile.php diff --git a/lang/ja/settings.php b/lang/ja-JP/settings.php similarity index 100% rename from lang/ja/settings.php rename to lang/ja-JP/settings.php diff --git a/lang/ja/site.php b/lang/ja-JP/site.php similarity index 100% rename from lang/ja/site.php rename to lang/ja-JP/site.php diff --git a/lang/ja/timeline.php b/lang/ja-JP/timeline.php similarity index 100% rename from lang/ja/timeline.php rename to lang/ja-JP/timeline.php diff --git a/lang/ja/validation.php b/lang/ja-JP/validation.php similarity index 100% rename from lang/ja/validation.php rename to lang/ja-JP/validation.php diff --git a/lang/ja/web.php b/lang/ja-JP/web.php similarity index 100% rename from lang/ja/web.php rename to lang/ja-JP/web.php diff --git a/lang/sr/auth.php b/lang/ko-KR/auth.php similarity index 100% rename from lang/sr/auth.php rename to lang/ko-KR/auth.php diff --git a/lang/sr/exception.php b/lang/ko-KR/exception.php similarity index 100% rename from lang/sr/exception.php rename to lang/ko-KR/exception.php diff --git a/lang/tr/helpcenter.php b/lang/ko-KR/helpcenter.php similarity index 100% rename from lang/tr/helpcenter.php rename to lang/ko-KR/helpcenter.php diff --git a/lang/vi/navmenu.php b/lang/ko-KR/navmenu.php similarity index 100% rename from lang/vi/navmenu.php rename to lang/ko-KR/navmenu.php diff --git a/lang/fi/notification.php b/lang/ko-KR/notification.php similarity index 53% rename from lang/fi/notification.php rename to lang/ko-KR/notification.php index 0326d8ca5..92af66ad8 100644 --- a/lang/fi/notification.php +++ b/lang/ko-KR/notification.php @@ -2,9 +2,9 @@ return [ - 'likedPhoto' => 'tykkäsi kuvastasi.', + 'likedPhoto' => '', 'likedComment' => '', - 'startedFollowingYou' => 'alkoi seuraamaan sinua.', + 'startedFollowingYou' => '', 'commented' => '', 'mentionedYou' => '', 'shared' => '', diff --git a/lang/es/passwords.php b/lang/ko-KR/passwords.php similarity index 53% rename from lang/es/passwords.php rename to lang/ko-KR/passwords.php index 39440d033..3d1158a44 100644 --- a/lang/es/passwords.php +++ b/lang/ko-KR/passwords.php @@ -13,10 +13,10 @@ return [ | */ - 'password' => 'La contraseña debe tener al menos seis caracteres y coincidir con la de confirmación.', - 'reset' => '¡Tu contraseña se ha cambiado!', - 'sent' => 'Te hemos enviado a tu correo un enlace para cambiar tu contraseña.', - 'token' => 'El "token" para canbiar la contraseña no es válido.', - 'user' => 'No hemos podido encontrar a ningún usuario con esa contraseña.', + 'password' => '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', ]; diff --git a/lang/ko-KR/profile.php b/lang/ko-KR/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/ko-KR/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/ro/settings.php b/lang/ko-KR/settings.php similarity index 100% rename from lang/ro/settings.php rename to lang/ko-KR/settings.php diff --git a/lang/ko-KR/site.php b/lang/ko-KR/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/ko-KR/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/ko-KR/timeline.php b/lang/ko-KR/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/ko-KR/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/ko/web.php b/lang/ko-KR/web.php similarity index 100% rename from lang/ko/web.php rename to lang/ko-KR/web.php diff --git a/lang/vi/auth.php b/lang/ku-TR/auth.php similarity index 100% rename from lang/vi/auth.php rename to lang/ku-TR/auth.php diff --git a/lang/sv/exception.php b/lang/ku-TR/exception.php similarity index 100% rename from lang/sv/exception.php rename to lang/ku-TR/exception.php diff --git a/lang/vi/helpcenter.php b/lang/ku-TR/helpcenter.php similarity index 100% rename from lang/vi/helpcenter.php rename to lang/ku-TR/helpcenter.php diff --git a/lang/ku-TR/navmenu.php b/lang/ku-TR/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/ku-TR/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/ku-TR/notification.php b/lang/ku-TR/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/ku-TR/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/ku-TR/passwords.php b/lang/ku-TR/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/ku-TR/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/ku-TR/profile.php b/lang/ku-TR/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/ku-TR/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/ru/settings.php b/lang/ku-TR/settings.php similarity index 100% rename from lang/ru/settings.php rename to lang/ku-TR/settings.php diff --git a/lang/ku-TR/site.php b/lang/ku-TR/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/ku-TR/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/ku-TR/timeline.php b/lang/ku-TR/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/ku-TR/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/ku-TR/web.php b/lang/ku-TR/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/ku-TR/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/it/auth.php b/lang/la-LA/auth.php similarity index 78% rename from lang/it/auth.php rename to lang/la-LA/auth.php index 85a794d3d..6c5f0cbd7 100644 --- a/lang/it/auth.php +++ b/lang/la-LA/auth.php @@ -4,8 +4,8 @@ return [ 'verifyYourEmailAddress' => '', 'loginTitle' => '', - 'failed' => 'Credenziali non corrette.', - 'throttle' => 'Troppi tentativi di accesso. Per favore riprova ancora tra :seconds secondi.', + 'failed' => '', + 'throttle' => '', 'password' => '', 'remember' => '', 'forgot' => '', diff --git a/lang/tr/exception.php b/lang/la-LA/exception.php similarity index 100% rename from lang/tr/exception.php rename to lang/la-LA/exception.php diff --git a/lang/zh-tw/helpcenter.php b/lang/la-LA/helpcenter.php similarity index 100% rename from lang/zh-tw/helpcenter.php rename to lang/la-LA/helpcenter.php diff --git a/lang/la-LA/navmenu.php b/lang/la-LA/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/la-LA/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/la-LA/notification.php b/lang/la-LA/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/la-LA/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/la-LA/passwords.php b/lang/la-LA/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/la-LA/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/la-LA/profile.php b/lang/la-LA/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/la-LA/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sk/settings.php b/lang/la-LA/settings.php similarity index 100% rename from lang/sk/settings.php rename to lang/la-LA/settings.php diff --git a/lang/la-LA/site.php b/lang/la-LA/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/la-LA/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/la-LA/timeline.php b/lang/la-LA/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/la-LA/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/la-LA/web.php b/lang/la-LA/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/la-LA/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/fi/auth.php b/lang/lb-LU/auth.php similarity index 75% rename from lang/fi/auth.php rename to lang/lb-LU/auth.php index 19d23ea6e..6c5f0cbd7 100644 --- a/lang/fi/auth.php +++ b/lang/lb-LU/auth.php @@ -4,8 +4,8 @@ return [ 'verifyYourEmailAddress' => '', 'loginTitle' => '', - 'failed' => 'Nämä kirjautumistiedot eivät vastaa tallennettuja', - 'throttle' => 'Liian monta kirjautumisyritystä. Yrityä uudelleen :seconds sekuntin kuluttua.', + 'failed' => '', + 'throttle' => '', 'password' => '', 'remember' => '', 'forgot' => '', diff --git a/lang/vi/exception.php b/lang/lb-LU/exception.php similarity index 100% rename from lang/vi/exception.php rename to lang/lb-LU/exception.php diff --git a/lang/lb-LU/helpcenter.php b/lang/lb-LU/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/lb-LU/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/lb-LU/navmenu.php b/lang/lb-LU/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/lb-LU/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/lb-LU/notification.php b/lang/lb-LU/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/lb-LU/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/lb-LU/passwords.php b/lang/lb-LU/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/lb-LU/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/lb-LU/profile.php b/lang/lb-LU/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/lb-LU/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sr/settings.php b/lang/lb-LU/settings.php similarity index 100% rename from lang/sr/settings.php rename to lang/lb-LU/settings.php diff --git a/lang/lb-LU/site.php b/lang/lb-LU/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/lb-LU/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/lb-LU/timeline.php b/lang/lb-LU/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/lb-LU/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/lb-LU/web.php b/lang/lb-LU/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/lb-LU/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/ru/auth.php b/lang/lo-LA/auth.php similarity index 67% rename from lang/ru/auth.php rename to lang/lo-LA/auth.php index 4c4cda6f9..6c5f0cbd7 100644 --- a/lang/ru/auth.php +++ b/lang/lo-LA/auth.php @@ -4,8 +4,8 @@ return [ 'verifyYourEmailAddress' => '', 'loginTitle' => '', - 'failed' => 'Учётные данные не совпадают с нашими записями.', - 'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте снова через :seconds сек.', + 'failed' => '', + 'throttle' => '', 'password' => '', 'remember' => '', 'forgot' => '', diff --git a/lang/zh-tw/exception.php b/lang/lo-LA/exception.php similarity index 100% rename from lang/zh-tw/exception.php rename to lang/lo-LA/exception.php diff --git a/lang/lo-LA/helpcenter.php b/lang/lo-LA/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/lo-LA/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/lo-LA/navmenu.php b/lang/lo-LA/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/lo-LA/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/lo-LA/notification.php b/lang/lo-LA/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/lo-LA/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/lo-LA/passwords.php b/lang/lo-LA/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/lo-LA/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/lo-LA/profile.php b/lang/lo-LA/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/lo-LA/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sv/settings.php b/lang/lo-LA/settings.php similarity index 100% rename from lang/sv/settings.php rename to lang/lo-LA/settings.php diff --git a/lang/lo-LA/site.php b/lang/lo-LA/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/lo-LA/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/lo-LA/timeline.php b/lang/lo-LA/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/lo-LA/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/lo-LA/web.php b/lang/lo-LA/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/lo-LA/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/locales.json b/lang/locales.json new file mode 100644 index 000000000..b55f1a757 --- /dev/null +++ b/lang/locales.json @@ -0,0 +1,372 @@ +[ + { + "code": "af-ZA", + "name": "Afrikaans (South Africa)", + "nativeName": "Afrikaans (Suid-Afrika)" + }, + { + "code": "sq-AL", + "name": "Albanian (Albania)", + "nativeName": "shqip (Shqipëri)" + }, + { + "code": "ar-SA", + "name": "Arabic (Saudi Arabia)", + "nativeName": "العربية (المملكة العربية السعودية)" + }, + { + "code": "hy-AM", + "name": "Armenian (Armenia)", + "nativeName": "հայերեն (Հայաստան)" + }, + { + "code": "bn-BD", + "name": "Bangla (Bangladesh)", + "nativeName": "বাংলা (বাংলাদেশ)" + }, + { + "code": "eu-ES", + "name": "Basque (Spain)", + "nativeName": "euskara (Espainia)" + }, + { + "code": "bs-BA", + "name": "Bosnian (Bosnia & Herzegovina)", + "nativeName": "bosanski (Bosna i Hercegovina)" + }, + { + "code": "bg-BG", + "name": "Bulgarian (Bulgaria)", + "nativeName": "български (България)" + }, + { + "code": "ca-ES", + "name": "Catalan (Spain)", + "nativeName": "català (Espanya)" + }, + { + "code": "ckb-IR", + "name": "Central Kurdish (Iran)", + "nativeName": "کوردیی ناوەندی (ئێران)" + }, + { + "code": "zh-CN", + "name": "Chinese (China)", + "nativeName": "中文(中国)" + }, + { + "code": "zh-TW", + "name": "Chinese (Taiwan)", + "nativeName": "中文(台灣)" + }, + { + "code": "syc-SY", + "name": "Classical Syriac (Syria)", + "nativeName": "Classical Syriac (Syria)" + }, + { + "code": "hr-HR", + "name": "Croatian (Croatia)", + "nativeName": "hrvatski (Hrvatska)" + }, + { + "code": "cs-CZ", + "name": "Czech (Czechia)", + "nativeName": "čeština (Česko)" + }, + { + "code": "da-DK", + "name": "Danish (Denmark)", + "nativeName": "dansk (Danmark)" + }, + { + "code": "nl-NL", + "name": "Dutch (Netherlands)", + "nativeName": "Nederlands (Nederland)" + }, + { + "code": "en-US", + "name": "English (United States)", + "nativeName": "English (United States)" + }, + { + "code": "eo-UY", + "name": "Esperanto (Uruguay)", + "nativeName": "Esperanto (Urugvajo)" + }, + { + "code": "fil-PH", + "name": "Filipino (Philippines)", + "nativeName": "Filipino (Pilipinas)" + }, + { + "code": "fi-FI", + "name": "Finnish (Finland)", + "nativeName": "suomi (Suomi)" + }, + { + "code": "fr-FR", + "name": "French (France)", + "nativeName": "français (France)" + }, + { + "code": "gl-ES", + "name": "Galician (Spain)", + "nativeName": "galego (España)" + }, + { + "code": "de-DE", + "name": "German (Germany)", + "nativeName": "Deutsch (Deutschland)" + }, + { + "code": "el-GR", + "name": "Greek (Greece)", + "nativeName": "Ελληνικά (Ελλάδα)" + }, + { + "code": "he-IL", + "name": "Hebrew (Israel)", + "nativeName": "עברית (ישראל)" + }, + { + "code": "hi-IN", + "name": "Hindi (India)", + "nativeName": "हिन्दी (भारत)" + }, + { + "code": "hu-HU", + "name": "Hungarian (Hungary)", + "nativeName": "magyar (Magyarország)" + }, + { + "code": "is-IS", + "name": "Icelandic (Iceland)", + "nativeName": "íslenska (Ísland)" + }, + { + "code": "id-ID", + "name": "Indonesian (Indonesia)", + "nativeName": "Indonesia (Indonesia)" + }, + { + "code": "ga-IE", + "name": "Irish (Ireland)", + "nativeName": "Gaeilge (Éire)" + }, + { + "code": "it-IT", + "name": "Italian (Italy)", + "nativeName": "italiano (Italia)" + }, + { + "code": "ja-JP", + "name": "Japanese (Japan)", + "nativeName": "日本語 (日本)" + }, + { + "code": "tlh", + "name": "Klingon", + "nativeName": "tlhIngan Hol" + }, + { + "code": "ko-KR", + "name": "Korean (South Korea)", + "nativeName": "한국어(대한민국)" + }, + { + "code": "ku-TR", + "name": "Kurdish (Türkiye)", + "nativeName": "kurdî (kurmancî) (Tirkîye)" + }, + { + "code": "lo-LA", + "name": "Lao (Laos)", + "nativeName": "ລາວ (ລາວ)" + }, + { + "code": "la-LA", + "name": "Latin (Laos)", + "nativeName": "Latin (Laos)" + }, + { + "code": "lv-LV", + "name": "Latvian (Latvia)", + "nativeName": "latviešu (Latvija)" + }, + { + "code": "lt-LT", + "name": "Lithuanian (Lithuania)", + "nativeName": "lietuvių (Lietuva)" + }, + { + "code": "lb-LU", + "name": "Luxembourgish (Luxembourg)", + "nativeName": "Lëtzebuergesch (Lëtzebuerg)" + }, + { + "code": "mk-MK", + "name": "Macedonian (North Macedonia)", + "nativeName": "македонски (Северна Македонија)" + }, + { + "code": "ms-MY", + "name": "Malay (Malaysia)", + "nativeName": "Melayu (Malaysia)" + }, + { + "code": "me-ME", + "name": "me (Montenegro)", + "nativeName": "me (Montenegro)" + }, + { + "code": "mn-MN", + "name": "Mongolian (Mongolia)", + "nativeName": "монгол (Монгол)" + }, + { + "code": "ne-NP", + "name": "Nepali (Nepal)", + "nativeName": "नेपाली (नेपाल)" + }, + { + "code": "no-NO", + "name": "Norwegian (Norway)", + "nativeName": "norsk (Norge)" + }, + { + "code": "oc-FR", + "name": "Occitan (France)", + "nativeName": "occitan (França)" + }, + { + "code": "ps-AF", + "name": "Pashto (Afghanistan)", + "nativeName": "پښتو (افغانستان)" + }, + { + "code": "fa-IR", + "name": "Persian (Iran)", + "nativeName": "فارسی (ایران)" + }, + { + "code": "en-x-pirate", + "name": "Pirate (English)", + "nativeName": "Pirate (English)" + }, + { + "code": "pl-PL", + "name": "Polish (Poland)", + "nativeName": "polski (Polska)" + }, + { + "code": "pt-PT", + "name": "Portuguese (Portugal)", + "nativeName": "português (Portugal)" + }, + { + "code": "pa-IN", + "name": "Punjabi (India)", + "nativeName": "ਪੰਜਾਬੀ (ਭਾਰਤ)" + }, + { + "code": "ro-RO", + "name": "Romanian (Romania)", + "nativeName": "română (România)" + }, + { + "code": "ru-RU", + "name": "Russian (Russia)", + "nativeName": "русский (Россия)" + }, + { + "code": "sc-IT", + "name": "Sardinian (Italy)", + "nativeName": "sardu (Itàlia)" + }, + { + "code": "sco-GB", + "name": "Scots (United Kingdom)", + "nativeName": "Scots (United Kingdom)" + }, + { + "code": "gd-GB", + "name": "Scottish Gaelic (United Kingdom)", + "nativeName": "Gàidhlig (An Rìoghachd Aonaichte)" + }, + { + "code": "sr-CS", + "name": "Serbian (Serbia)", + "nativeName": "српски (Србија)" + }, + { + "code": "sr-SP", + "name": "Serbian (SP)", + "nativeName": "српски (SP)" + }, + { + "code": "sk-SK", + "name": "Slovak (Slovakia)", + "nativeName": "slovenčina (Slovensko)" + }, + { + "code": "sl-SI", + "name": "Slovenian (Slovenia)", + "nativeName": "slovenščina (Slovenija)" + }, + { + "code": "es-ES", + "name": "Spanish (Spain)", + "nativeName": "español (España)" + }, + { + "code": "sv-SE", + "name": "Swedish (Sweden)", + "nativeName": "svenska (Sverige)" + }, + { + "code": "ta-IN", + "name": "Tamil (India)", + "nativeName": "தமிழ் (இந்தியா)" + }, + { + "code": "th-TH", + "name": "Thai (Thailand)", + "nativeName": "ไทย (ไทย)" + }, + { + "code": "bo-BT", + "name": "Tibetan (Bhutan)", + "nativeName": "བོད་སྐད་ (BT)" + }, + { + "code": "tr-TR", + "name": "Turkish (Türkiye)", + "nativeName": "Türkçe (Türkiye)" + }, + { + "code": "uk-UA", + "name": "Ukrainian (Ukraine)", + "nativeName": "українська (Україна)" + }, + { + "code": "ug-CN", + "name": "Uyghur (China)", + "nativeName": "ئۇيغۇرچە (جۇڭگو)" + }, + { + "code": "vec-IT", + "name": "Venetian (Italy)", + "nativeName": "veneto (Italia)" + }, + { + "code": "vi-VN", + "name": "Vietnamese (Vietnam)", + "nativeName": "Tiếng Việt (Việt Nam)" + }, + { + "code": "cy-GB", + "name": "Welsh (United Kingdom)", + "nativeName": "Cymraeg (Y Deyrnas Unedig)" + } +] \ No newline at end of file diff --git a/lang/lt-LT/auth.php b/lang/lt-LT/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/lt-LT/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/eo/exception.php b/lang/lt-LT/exception.php similarity index 52% rename from lang/eo/exception.php rename to lang/lt-LT/exception.php index 9d30e801c..93e17479a 100644 --- a/lang/eo/exception.php +++ b/lang/lt-LT/exception.php @@ -4,7 +4,7 @@ return [ 'compose' => [ 'invalid' => [ - 'album' => 'Metu unu foton aŭ videon, aŭ multajn fotojn.', + 'album' => '', ], ], diff --git a/lang/lt-LT/helpcenter.php b/lang/lt-LT/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/lt-LT/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/lt-LT/navmenu.php b/lang/lt-LT/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/lt-LT/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/lt-LT/notification.php b/lang/lt-LT/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/lt-LT/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/lt-LT/passwords.php b/lang/lt-LT/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/lt-LT/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/lt-LT/profile.php b/lang/lt-LT/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/lt-LT/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/th/settings.php b/lang/lt-LT/settings.php similarity index 100% rename from lang/th/settings.php rename to lang/lt-LT/settings.php diff --git a/lang/lt-LT/site.php b/lang/lt-LT/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/lt-LT/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/lt-LT/timeline.php b/lang/lt-LT/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/lt-LT/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/lt-LT/web.php b/lang/lt-LT/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/lt-LT/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/lv-LV/auth.php b/lang/lv-LV/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/lv-LV/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/lv-LV/exception.php b/lang/lv-LV/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/lv-LV/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/lv-LV/helpcenter.php b/lang/lv-LV/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/lv-LV/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/lv-LV/navmenu.php b/lang/lv-LV/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/lv-LV/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/lv-LV/notification.php b/lang/lv-LV/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/lv-LV/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/lv-LV/passwords.php b/lang/lv-LV/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/lv-LV/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/lv-LV/profile.php b/lang/lv-LV/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/lv-LV/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/uk/settings.php b/lang/lv-LV/settings.php similarity index 100% rename from lang/uk/settings.php rename to lang/lv-LV/settings.php diff --git a/lang/lv-LV/site.php b/lang/lv-LV/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/lv-LV/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/lv-LV/timeline.php b/lang/lv-LV/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/lv-LV/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/lv-LV/web.php b/lang/lv-LV/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/lv-LV/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/me-ME/auth.php b/lang/me-ME/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/me-ME/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/me-ME/exception.php b/lang/me-ME/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/me-ME/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/me-ME/helpcenter.php b/lang/me-ME/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/me-ME/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/me-ME/navmenu.php b/lang/me-ME/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/me-ME/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/me-ME/notification.php b/lang/me-ME/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/me-ME/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/me-ME/passwords.php b/lang/me-ME/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/me-ME/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/me-ME/profile.php b/lang/me-ME/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/me-ME/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/vi/settings.php b/lang/me-ME/settings.php similarity index 100% rename from lang/vi/settings.php rename to lang/me-ME/settings.php diff --git a/lang/me-ME/site.php b/lang/me-ME/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/me-ME/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/me-ME/timeline.php b/lang/me-ME/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/me-ME/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/me-ME/web.php b/lang/me-ME/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/me-ME/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/mk-MK/auth.php b/lang/mk-MK/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/mk-MK/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/mk-MK/exception.php b/lang/mk-MK/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/mk-MK/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/mk-MK/helpcenter.php b/lang/mk-MK/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/mk-MK/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/mk-MK/navmenu.php b/lang/mk-MK/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/mk-MK/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/mk-MK/notification.php b/lang/mk-MK/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/mk-MK/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/mk-MK/passwords.php b/lang/mk-MK/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/mk-MK/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/mk-MK/profile.php b/lang/mk-MK/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/mk-MK/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/zh-cn/settings.php b/lang/mk-MK/settings.php similarity index 100% rename from lang/zh-cn/settings.php rename to lang/mk-MK/settings.php diff --git a/lang/mk-MK/site.php b/lang/mk-MK/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/mk-MK/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/mk-MK/timeline.php b/lang/mk-MK/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/mk-MK/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/mk/web.php b/lang/mk-MK/web.php similarity index 100% rename from lang/mk/web.php rename to lang/mk-MK/web.php diff --git a/lang/mn-MN/auth.php b/lang/mn-MN/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/mn-MN/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/mn-MN/exception.php b/lang/mn-MN/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/mn-MN/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/mn-MN/helpcenter.php b/lang/mn-MN/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/mn-MN/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/mn-MN/navmenu.php b/lang/mn-MN/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/mn-MN/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/mn-MN/notification.php b/lang/mn-MN/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/mn-MN/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/mn-MN/passwords.php b/lang/mn-MN/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/mn-MN/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/mn-MN/profile.php b/lang/mn-MN/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/mn-MN/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/zh-tw/settings.php b/lang/mn-MN/settings.php similarity index 100% rename from lang/zh-tw/settings.php rename to lang/mn-MN/settings.php diff --git a/lang/mn-MN/site.php b/lang/mn-MN/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/mn-MN/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/mn-MN/timeline.php b/lang/mn-MN/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/mn-MN/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/mn-MN/web.php b/lang/mn-MN/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/mn-MN/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/ms/auth.php b/lang/ms-MY/auth.php similarity index 100% rename from lang/ms/auth.php rename to lang/ms-MY/auth.php diff --git a/lang/ms/pagination.php b/lang/ms-MY/pagination.php similarity index 100% rename from lang/ms/pagination.php rename to lang/ms-MY/pagination.php diff --git a/lang/ms/passwords.php b/lang/ms-MY/passwords.php similarity index 100% rename from lang/ms/passwords.php rename to lang/ms-MY/passwords.php diff --git a/lang/ms/validation.php b/lang/ms-MY/validation.php similarity index 100% rename from lang/ms/validation.php rename to lang/ms-MY/validation.php diff --git a/lang/eo/web.php b/lang/ms-MY/web.php similarity index 100% rename from lang/eo/web.php rename to lang/ms-MY/web.php diff --git a/lang/ms/web.php b/lang/ms/web.php deleted file mode 100644 index 3d1b41898..000000000 --- a/lang/ms/web.php +++ /dev/null @@ -1,171 +0,0 @@ - [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', - 'shares' => 'Shares', - 'unshare' => 'Unshare', - - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', - - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', - ], - - 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', - ], - - 'navmenu' => [ - 'search' => 'Search', - 'admin' => 'Admin Dashboard', - - // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', - - // Core features - 'discover' => 'Discover', - 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', - 'stories' => 'Stories', - - // Self links - 'profile' => 'Profile', - 'drive' => 'Drive', - 'settings' => 'Settings', - 'compose' => 'Create New', - - // Temporary links - 'backToPreviousDesign' => 'Go back to previous design', - ], - - 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests', - ], - - 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', - 'reacted' => 'reacted to your', - 'shared' => 'shared your', - 'tagged' => 'tagged you in a', - - 'updatedA' => 'updated a', - 'sentA' => 'sent a', - - 'followed' => 'followed', - 'mentioned' => 'mentioned', - 'you' => 'you', - - 'yourApplication' => 'Your application to join', - 'applicationApproved' => 'was approved!', - 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', - - 'dm' => 'dm', - 'groupPost' => 'group post', - 'modlog' => 'modlog', - 'post' => 'post', - 'story' => 'story', - ], - - 'post' => [ - 'shareToFollowers' => 'Share to followers', - 'shareToOther' => 'Share to other', - 'noLikes' => 'No likes yet', - 'uploading' => 'Uploading', - ], - - 'profile' => [ - 'posts' => 'Posts', - 'followers' => 'Followers', - 'following' => 'Following', - 'admin' => 'Admin', - 'collections' => 'Collections', - 'follow' => 'Follow', - 'unfollow' => 'Unfollow', - 'editProfile' => 'Edit Profile', - 'followRequested' => 'Follow Requested', - 'joined' => 'Joined', - ], - - 'menu' => [ - 'viewPost' => 'View Post', - 'viewProfile' => 'View Profile', - 'moderationTools' => 'Moderation Tools', - 'report' => 'Report', - 'archive' => 'Archive', - 'unarchive' => 'Unarchive', - 'embed' => 'Embed', - - 'selectOneOption' => 'Select one of the following options', - 'unlistFromTimelines' => 'Unlist from Timelines', - 'addCW' => 'Add Content Warning', - 'removeCW' => 'Remove Content Warning', - 'markAsSpammer' => 'Mark as Spammer', - 'markAsSpammerText' => 'Unlist + CW existing and future posts', - 'spam' => 'Spam', - 'sensitive' => 'Sensitive Content', - 'abusive' => 'Abusive or Harmful', - 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', - 'impersonation' => 'Impersonation', - 'scamOrFraud' => 'Scam or Fraud', - 'confirmReport' => 'Confirm Report', - 'confirmReportText' => 'Are you sure you want to report this post?', - 'reportSent' => 'Report Sent!', - 'reportSentText' => 'We have successfully received your report.', - 'reportSentError' => 'There was an issue reporting this post.', - - 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', - 'modCWSuccess' => 'Successfully added content warning', - 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', - 'modRemoveCWSuccess' => 'Successfully removed content warning', - 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', - 'modUnlistSuccess' => 'Successfully unlisted post', - 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', - 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', - - 'toFollowers' => 'to Followers', - - 'showCaption' => 'Show Caption', - 'showLikes' => 'Show Likes', - 'compactMode' => 'Compact Mode', - 'embedConfirmText' => 'By using this embed, you agree to our', - - 'deletePostConfirm' => 'Are you sure you want to delete this post?', - 'archivePostConfirm' => 'Are you sure you want to archive this post?', - 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', - ], - - 'story' => [ - 'add' => 'Add Story', - ], - - 'timeline' => [ - 'peopleYouMayKnow' => 'People you may know', - ], - -]; diff --git a/lang/ne-NP/auth.php b/lang/ne-NP/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/ne-NP/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/ne-NP/exception.php b/lang/ne-NP/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/ne-NP/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/ne-NP/helpcenter.php b/lang/ne-NP/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/ne-NP/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/ne-NP/navmenu.php b/lang/ne-NP/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/ne-NP/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/ne-NP/notification.php b/lang/ne-NP/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/ne-NP/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/ne-NP/passwords.php b/lang/ne-NP/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/ne-NP/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/ne-NP/profile.php b/lang/ne-NP/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/ne-NP/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/ne-NP/settings.php b/lang/ne-NP/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/ne-NP/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/ne-NP/site.php b/lang/ne-NP/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/ne-NP/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/ne-NP/timeline.php b/lang/ne-NP/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/ne-NP/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/ne-NP/web.php b/lang/ne-NP/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/ne-NP/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/nl-NL/auth.php b/lang/nl-NL/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/nl-NL/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/nl-NL/exception.php b/lang/nl-NL/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/nl-NL/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/nl-NL/helpcenter.php b/lang/nl-NL/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/nl-NL/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/nl-NL/navmenu.php b/lang/nl-NL/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/nl-NL/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/nl-NL/notification.php b/lang/nl-NL/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/nl-NL/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/nl-NL/passwords.php b/lang/nl-NL/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/nl-NL/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/nl-NL/profile.php b/lang/nl-NL/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/nl-NL/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/nl-NL/settings.php b/lang/nl-NL/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/nl-NL/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/nl/site.php b/lang/nl-NL/site.php similarity index 100% rename from lang/nl/site.php rename to lang/nl-NL/site.php diff --git a/lang/nl-NL/timeline.php b/lang/nl-NL/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/nl-NL/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/nl/web.php b/lang/nl-NL/web.php similarity index 100% rename from lang/nl/web.php rename to lang/nl-NL/web.php diff --git a/lang/no-NO/auth.php b/lang/no-NO/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/no-NO/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/no-NO/exception.php b/lang/no-NO/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/no-NO/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/no-NO/helpcenter.php b/lang/no-NO/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/no-NO/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/no-NO/navmenu.php b/lang/no-NO/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/no-NO/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/no-NO/notification.php b/lang/no-NO/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/no-NO/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/no-NO/passwords.php b/lang/no-NO/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/no-NO/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/no-NO/profile.php b/lang/no-NO/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/no-NO/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/no-NO/settings.php b/lang/no-NO/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/no-NO/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/no-NO/site.php b/lang/no-NO/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/no-NO/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/no-NO/timeline.php b/lang/no-NO/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/no-NO/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/no/web.php b/lang/no-NO/web.php similarity index 100% rename from lang/no/web.php rename to lang/no-NO/web.php diff --git a/lang/oc/auth.php b/lang/oc-FR/auth.php similarity index 100% rename from lang/oc/auth.php rename to lang/oc-FR/auth.php diff --git a/lang/oc-FR/exception.php b/lang/oc-FR/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/oc-FR/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/oc/helpcenter.php b/lang/oc-FR/helpcenter.php similarity index 100% rename from lang/oc/helpcenter.php rename to lang/oc-FR/helpcenter.php diff --git a/lang/oc/navmenu.php b/lang/oc-FR/navmenu.php similarity index 100% rename from lang/oc/navmenu.php rename to lang/oc-FR/navmenu.php diff --git a/lang/oc/notification.php b/lang/oc-FR/notification.php similarity index 100% rename from lang/oc/notification.php rename to lang/oc-FR/notification.php diff --git a/lang/oc/pagination.php b/lang/oc-FR/pagination.php similarity index 100% rename from lang/oc/pagination.php rename to lang/oc-FR/pagination.php diff --git a/lang/oc/passwords.php b/lang/oc-FR/passwords.php similarity index 100% rename from lang/oc/passwords.php rename to lang/oc-FR/passwords.php diff --git a/lang/oc/profile.php b/lang/oc-FR/profile.php similarity index 100% rename from lang/oc/profile.php rename to lang/oc-FR/profile.php diff --git a/lang/oc-FR/settings.php b/lang/oc-FR/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/oc-FR/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/oc/site.php b/lang/oc-FR/site.php similarity index 100% rename from lang/oc/site.php rename to lang/oc-FR/site.php diff --git a/lang/oc/timeline.php b/lang/oc-FR/timeline.php similarity index 100% rename from lang/oc/timeline.php rename to lang/oc-FR/timeline.php diff --git a/lang/oc/validation.php b/lang/oc-FR/validation.php similarity index 100% rename from lang/oc/validation.php rename to lang/oc-FR/validation.php diff --git a/lang/oc/web.php b/lang/oc-FR/web.php similarity index 100% rename from lang/oc/web.php rename to lang/oc-FR/web.php diff --git a/lang/pa-IN/auth.php b/lang/pa-IN/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/pa-IN/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/pa-IN/exception.php b/lang/pa-IN/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/pa-IN/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/pa-IN/helpcenter.php b/lang/pa-IN/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/pa-IN/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/pa-IN/navmenu.php b/lang/pa-IN/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/pa-IN/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/pa-IN/notification.php b/lang/pa-IN/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/pa-IN/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/pa-IN/passwords.php b/lang/pa-IN/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/pa-IN/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/pa-IN/profile.php b/lang/pa-IN/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/pa-IN/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/pa-IN/settings.php b/lang/pa-IN/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/pa-IN/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/pa-IN/site.php b/lang/pa-IN/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/pa-IN/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/pa-IN/timeline.php b/lang/pa-IN/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/pa-IN/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/pa-IN/web.php b/lang/pa-IN/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/pa-IN/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/pl/auth.php b/lang/pl-PL/auth.php similarity index 100% rename from lang/pl/auth.php rename to lang/pl-PL/auth.php diff --git a/lang/pl/exception.php b/lang/pl-PL/exception.php similarity index 100% rename from lang/pl/exception.php rename to lang/pl-PL/exception.php diff --git a/lang/pl/helpcenter.php b/lang/pl-PL/helpcenter.php similarity index 100% rename from lang/pl/helpcenter.php rename to lang/pl-PL/helpcenter.php diff --git a/lang/pl/navmenu.php b/lang/pl-PL/navmenu.php similarity index 100% rename from lang/pl/navmenu.php rename to lang/pl-PL/navmenu.php diff --git a/lang/pl/notification.php b/lang/pl-PL/notification.php similarity index 100% rename from lang/pl/notification.php rename to lang/pl-PL/notification.php diff --git a/lang/pl/pagination.php b/lang/pl-PL/pagination.php similarity index 100% rename from lang/pl/pagination.php rename to lang/pl-PL/pagination.php diff --git a/lang/pl/passwords.php b/lang/pl-PL/passwords.php similarity index 100% rename from lang/pl/passwords.php rename to lang/pl-PL/passwords.php diff --git a/lang/pl/profile.php b/lang/pl-PL/profile.php similarity index 100% rename from lang/pl/profile.php rename to lang/pl-PL/profile.php diff --git a/lang/pl-PL/settings.php b/lang/pl-PL/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/pl-PL/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/pl/site.php b/lang/pl-PL/site.php similarity index 100% rename from lang/pl/site.php rename to lang/pl-PL/site.php diff --git a/lang/pl/timeline.php b/lang/pl-PL/timeline.php similarity index 100% rename from lang/pl/timeline.php rename to lang/pl-PL/timeline.php diff --git a/lang/pl/validation.php b/lang/pl-PL/validation.php similarity index 100% rename from lang/pl/validation.php rename to lang/pl-PL/validation.php diff --git a/lang/pl/web.php b/lang/pl-PL/web.php similarity index 100% rename from lang/pl/web.php rename to lang/pl-PL/web.php diff --git a/lang/ps-AF/auth.php b/lang/ps-AF/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/ps-AF/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/ps-AF/exception.php b/lang/ps-AF/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/ps-AF/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/ps-AF/helpcenter.php b/lang/ps-AF/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/ps-AF/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/ps-AF/navmenu.php b/lang/ps-AF/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/ps-AF/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/ps-AF/notification.php b/lang/ps-AF/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/ps-AF/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/ps-AF/passwords.php b/lang/ps-AF/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/ps-AF/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/ps-AF/profile.php b/lang/ps-AF/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/ps-AF/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/ps-AF/settings.php b/lang/ps-AF/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/ps-AF/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/ps-AF/site.php b/lang/ps-AF/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/ps-AF/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/ps-AF/timeline.php b/lang/ps-AF/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/ps-AF/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/ps-AF/web.php b/lang/ps-AF/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/ps-AF/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/pt/auth.php b/lang/pt-PT/auth.php similarity index 100% rename from lang/pt/auth.php rename to lang/pt-PT/auth.php diff --git a/lang/pt/exception.php b/lang/pt-PT/exception.php similarity index 100% rename from lang/pt/exception.php rename to lang/pt-PT/exception.php diff --git a/lang/pt/helpcenter.php b/lang/pt-PT/helpcenter.php similarity index 100% rename from lang/pt/helpcenter.php rename to lang/pt-PT/helpcenter.php diff --git a/lang/pt/navmenu.php b/lang/pt-PT/navmenu.php similarity index 100% rename from lang/pt/navmenu.php rename to lang/pt-PT/navmenu.php diff --git a/lang/pt/notification.php b/lang/pt-PT/notification.php similarity index 100% rename from lang/pt/notification.php rename to lang/pt-PT/notification.php diff --git a/lang/pt/pagination.php b/lang/pt-PT/pagination.php similarity index 100% rename from lang/pt/pagination.php rename to lang/pt-PT/pagination.php diff --git a/lang/pt/passwords.php b/lang/pt-PT/passwords.php similarity index 100% rename from lang/pt/passwords.php rename to lang/pt-PT/passwords.php diff --git a/lang/pt/profile.php b/lang/pt-PT/profile.php similarity index 100% rename from lang/pt/profile.php rename to lang/pt-PT/profile.php diff --git a/lang/pt/settings.php b/lang/pt-PT/settings.php similarity index 100% rename from lang/pt/settings.php rename to lang/pt-PT/settings.php diff --git a/lang/pt/site.php b/lang/pt-PT/site.php similarity index 100% rename from lang/pt/site.php rename to lang/pt-PT/site.php diff --git a/lang/pt/timeline.php b/lang/pt-PT/timeline.php similarity index 100% rename from lang/pt/timeline.php rename to lang/pt-PT/timeline.php diff --git a/lang/pt/validation.php b/lang/pt-PT/validation.php similarity index 100% rename from lang/pt/validation.php rename to lang/pt-PT/validation.php diff --git a/lang/pt/web.php b/lang/pt-PT/web.php similarity index 100% rename from lang/pt/web.php rename to lang/pt-PT/web.php diff --git a/lang/ro-RO/auth.php b/lang/ro-RO/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/ro-RO/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/ro-RO/exception.php b/lang/ro-RO/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/ro-RO/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/ro-RO/helpcenter.php b/lang/ro-RO/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/ro-RO/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/ro-RO/navmenu.php b/lang/ro-RO/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/ro-RO/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/ro-RO/notification.php b/lang/ro-RO/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/ro-RO/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/ro-RO/passwords.php b/lang/ro-RO/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/ro-RO/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/ro-RO/profile.php b/lang/ro-RO/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/ro-RO/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/ro-RO/settings.php b/lang/ro-RO/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/ro-RO/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/ro-RO/site.php b/lang/ro-RO/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/ro-RO/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/ro-RO/timeline.php b/lang/ro-RO/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/ro-RO/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/ro/web.php b/lang/ro-RO/web.php similarity index 100% rename from lang/ro/web.php rename to lang/ro-RO/web.php diff --git a/lang/ru-RU/auth.php b/lang/ru-RU/auth.php new file mode 100644 index 000000000..9c738d222 --- /dev/null +++ b/lang/ru-RU/auth.php @@ -0,0 +1,35 @@ + ' - Подтвердите ваш адрес электронной почты', + 'loginTitle' => 'Авторизация', + 'failed' => 'Учётные данные не совпадают с нашими записями.', + 'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте снова через :seconds сек.', + 'password' => 'Пароль', + 'remember' => 'Запомнить меня', + 'forgot' => 'Забыли пароль?', + 'login' => 'Вход', + + 'register' => 'Зарегистрироваться', + 'reset' => 'Восстановление пароля', + + 'name' => 'Имя', + 'username' => 'Имя пользователя', + 'confirm-password' => 'Подтвердите пароль', + + 'age' => 'Мне не менее 16 лет', + 'terms' => 'Зарегистрировавшись, вы соглашаетесь с нашими Условиями использования и Политикой конфиденциальности.', + + 'emailAddress' => 'Адрес электронной почты', + 'email' => 'Электронная почта', + 'forgotEmail' => 'Забыли E-Mail', + + 'registerTitle' => 'Зарегистрировать новый аккаунт', + + 'sendReset' => 'Отправить ссылку на сброс пароля', + 'backLogin' => 'Назад к входу', + + 'signInMastodon' => 'Войти через Mastodon', + +]; diff --git a/lang/ru/exception.php b/lang/ru-RU/exception.php similarity index 100% rename from lang/ru/exception.php rename to lang/ru-RU/exception.php diff --git a/lang/ru/helpcenter.php b/lang/ru-RU/helpcenter.php similarity index 100% rename from lang/ru/helpcenter.php rename to lang/ru-RU/helpcenter.php diff --git a/lang/ru/navmenu.php b/lang/ru-RU/navmenu.php similarity index 100% rename from lang/ru/navmenu.php rename to lang/ru-RU/navmenu.php diff --git a/lang/ru/notification.php b/lang/ru-RU/notification.php similarity index 100% rename from lang/ru/notification.php rename to lang/ru-RU/notification.php diff --git a/lang/ru/pagination.php b/lang/ru-RU/pagination.php similarity index 100% rename from lang/ru/pagination.php rename to lang/ru-RU/pagination.php diff --git a/lang/ru/passwords.php b/lang/ru-RU/passwords.php similarity index 100% rename from lang/ru/passwords.php rename to lang/ru-RU/passwords.php diff --git a/lang/ru/profile.php b/lang/ru-RU/profile.php similarity index 100% rename from lang/ru/profile.php rename to lang/ru-RU/profile.php diff --git a/lang/ru-RU/settings.php b/lang/ru-RU/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/ru-RU/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/ru/site.php b/lang/ru-RU/site.php similarity index 100% rename from lang/ru/site.php rename to lang/ru-RU/site.php diff --git a/lang/ru/timeline.php b/lang/ru-RU/timeline.php similarity index 100% rename from lang/ru/timeline.php rename to lang/ru-RU/timeline.php diff --git a/lang/ru/validation.php b/lang/ru-RU/validation.php similarity index 100% rename from lang/ru/validation.php rename to lang/ru-RU/validation.php diff --git a/lang/ru/web.php b/lang/ru-RU/web.php similarity index 100% rename from lang/ru/web.php rename to lang/ru-RU/web.php diff --git a/lang/sc-IT/auth.php b/lang/sc-IT/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/sc-IT/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sc-IT/exception.php b/lang/sc-IT/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sc-IT/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sc-IT/helpcenter.php b/lang/sc-IT/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/sc-IT/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/sc-IT/navmenu.php b/lang/sc-IT/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/sc-IT/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/sc-IT/notification.php b/lang/sc-IT/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/sc-IT/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/sc-IT/passwords.php b/lang/sc-IT/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/sc-IT/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/sc-IT/profile.php b/lang/sc-IT/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sc-IT/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sc-IT/settings.php b/lang/sc-IT/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sc-IT/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sc-IT/site.php b/lang/sc-IT/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/sc-IT/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/sc-IT/timeline.php b/lang/sc-IT/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/sc-IT/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/sc-IT/web.php b/lang/sc-IT/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/sc-IT/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/sco-GB/auth.php b/lang/sco-GB/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/sco-GB/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sco-GB/exception.php b/lang/sco-GB/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sco-GB/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sco-GB/helpcenter.php b/lang/sco-GB/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/sco-GB/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/sco-GB/navmenu.php b/lang/sco-GB/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/sco-GB/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/sco-GB/notification.php b/lang/sco-GB/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/sco-GB/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/sco-GB/passwords.php b/lang/sco-GB/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/sco-GB/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/sco-GB/profile.php b/lang/sco-GB/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sco-GB/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sco-GB/settings.php b/lang/sco-GB/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sco-GB/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sco-GB/site.php b/lang/sco-GB/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/sco-GB/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/sco-GB/timeline.php b/lang/sco-GB/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/sco-GB/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/sco-GB/web.php b/lang/sco-GB/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/sco-GB/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/sk-SK/auth.php b/lang/sk-SK/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/sk-SK/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sk-SK/exception.php b/lang/sk-SK/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sk-SK/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sk-SK/helpcenter.php b/lang/sk-SK/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/sk-SK/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/sk-SK/navmenu.php b/lang/sk-SK/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/sk-SK/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/sk-SK/notification.php b/lang/sk-SK/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/sk-SK/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/sk-SK/passwords.php b/lang/sk-SK/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/sk-SK/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/sk-SK/profile.php b/lang/sk-SK/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sk-SK/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sk-SK/settings.php b/lang/sk-SK/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sk-SK/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sk-SK/site.php b/lang/sk-SK/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/sk-SK/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/sk-SK/timeline.php b/lang/sk-SK/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/sk-SK/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/sk/web.php b/lang/sk-SK/web.php similarity index 100% rename from lang/sk/web.php rename to lang/sk-SK/web.php diff --git a/lang/sl-SI/auth.php b/lang/sl-SI/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/sl-SI/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sl-SI/exception.php b/lang/sl-SI/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sl-SI/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sl-SI/helpcenter.php b/lang/sl-SI/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/sl-SI/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/sl-SI/navmenu.php b/lang/sl-SI/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/sl-SI/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/sl-SI/notification.php b/lang/sl-SI/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/sl-SI/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/sl-SI/passwords.php b/lang/sl-SI/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/sl-SI/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/sl-SI/profile.php b/lang/sl-SI/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sl-SI/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sl-SI/settings.php b/lang/sl-SI/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sl-SI/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sl-SI/site.php b/lang/sl-SI/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/sl-SI/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/sl-SI/timeline.php b/lang/sl-SI/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/sl-SI/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/sl-SI/web.php b/lang/sl-SI/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/sl-SI/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/sq-AL/auth.php b/lang/sq-AL/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/sq-AL/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sq-AL/exception.php b/lang/sq-AL/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sq-AL/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sq-AL/helpcenter.php b/lang/sq-AL/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/sq-AL/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/sq-AL/navmenu.php b/lang/sq-AL/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/sq-AL/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/sq-AL/notification.php b/lang/sq-AL/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/sq-AL/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/sq-AL/passwords.php b/lang/sq-AL/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/sq-AL/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/sq-AL/profile.php b/lang/sq-AL/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sq-AL/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sq-AL/settings.php b/lang/sq-AL/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sq-AL/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sq-AL/site.php b/lang/sq-AL/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/sq-AL/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/sq-AL/timeline.php b/lang/sq-AL/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/sq-AL/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/sq-AL/web.php b/lang/sq-AL/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/sq-AL/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/sr-CS/auth.php b/lang/sr-CS/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/sr-CS/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sr-CS/exception.php b/lang/sr-CS/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sr-CS/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sr-CS/helpcenter.php b/lang/sr-CS/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/sr-CS/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/sr-CS/navmenu.php b/lang/sr-CS/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/sr-CS/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/sr-CS/notification.php b/lang/sr-CS/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/sr-CS/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/sr-CS/passwords.php b/lang/sr-CS/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/sr-CS/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/sr-CS/profile.php b/lang/sr-CS/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sr-CS/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sr-CS/settings.php b/lang/sr-CS/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sr-CS/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sr-CS/site.php b/lang/sr-CS/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/sr-CS/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/sr-CS/timeline.php b/lang/sr-CS/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/sr-CS/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/sr-CS/web.php b/lang/sr-CS/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/sr-CS/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/sr-SP/auth.php b/lang/sr-SP/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/sr-SP/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/sr-SP/exception.php b/lang/sr-SP/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sr-SP/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sr-SP/helpcenter.php b/lang/sr-SP/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/sr-SP/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/sr-SP/navmenu.php b/lang/sr-SP/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/sr-SP/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/sr-SP/notification.php b/lang/sr-SP/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/sr-SP/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/sr-SP/passwords.php b/lang/sr-SP/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/sr-SP/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/sr-SP/profile.php b/lang/sr-SP/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sr-SP/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/sr-SP/settings.php b/lang/sr-SP/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sr-SP/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sr-SP/site.php b/lang/sr-SP/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/sr-SP/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/sr-SP/timeline.php b/lang/sr-SP/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/sr-SP/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/sr/web.php b/lang/sr-SP/web.php similarity index 100% rename from lang/sr/web.php rename to lang/sr-SP/web.php diff --git a/lang/sv/auth.php b/lang/sv-SE/auth.php similarity index 100% rename from lang/sv/auth.php rename to lang/sv-SE/auth.php diff --git a/lang/sv-SE/exception.php b/lang/sv-SE/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/sv-SE/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/sv/helpcenter.php b/lang/sv-SE/helpcenter.php similarity index 100% rename from lang/sv/helpcenter.php rename to lang/sv-SE/helpcenter.php diff --git a/lang/sv/navmenu.php b/lang/sv-SE/navmenu.php similarity index 100% rename from lang/sv/navmenu.php rename to lang/sv-SE/navmenu.php diff --git a/lang/sv/notification.php b/lang/sv-SE/notification.php similarity index 100% rename from lang/sv/notification.php rename to lang/sv-SE/notification.php diff --git a/lang/sv/pagination.php b/lang/sv-SE/pagination.php similarity index 100% rename from lang/sv/pagination.php rename to lang/sv-SE/pagination.php diff --git a/lang/sv/passwords.php b/lang/sv-SE/passwords.php similarity index 100% rename from lang/sv/passwords.php rename to lang/sv-SE/passwords.php diff --git a/lang/sv/profile.php b/lang/sv-SE/profile.php similarity index 100% rename from lang/sv/profile.php rename to lang/sv-SE/profile.php diff --git a/lang/sv-SE/settings.php b/lang/sv-SE/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/sv-SE/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/sv/site.php b/lang/sv-SE/site.php similarity index 100% rename from lang/sv/site.php rename to lang/sv-SE/site.php diff --git a/lang/sv/timeline.php b/lang/sv-SE/timeline.php similarity index 100% rename from lang/sv/timeline.php rename to lang/sv-SE/timeline.php diff --git a/lang/sv/validation.php b/lang/sv-SE/validation.php similarity index 100% rename from lang/sv/validation.php rename to lang/sv-SE/validation.php diff --git a/lang/sv/web.php b/lang/sv-SE/web.php similarity index 100% rename from lang/sv/web.php rename to lang/sv-SE/web.php diff --git a/lang/syc-SY/auth.php b/lang/syc-SY/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/syc-SY/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/syc-SY/exception.php b/lang/syc-SY/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/syc-SY/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/syc-SY/helpcenter.php b/lang/syc-SY/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/syc-SY/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/syc-SY/navmenu.php b/lang/syc-SY/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/syc-SY/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/syc-SY/notification.php b/lang/syc-SY/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/syc-SY/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/syc-SY/passwords.php b/lang/syc-SY/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/syc-SY/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/syc-SY/profile.php b/lang/syc-SY/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/syc-SY/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/syc-SY/settings.php b/lang/syc-SY/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/syc-SY/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/syc-SY/site.php b/lang/syc-SY/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/syc-SY/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/syc-SY/timeline.php b/lang/syc-SY/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/syc-SY/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/syc-SY/web.php b/lang/syc-SY/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/syc-SY/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/ta-IN/auth.php b/lang/ta-IN/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/ta-IN/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/ta-IN/exception.php b/lang/ta-IN/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/ta-IN/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/ta-IN/helpcenter.php b/lang/ta-IN/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/ta-IN/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/ta-IN/navmenu.php b/lang/ta-IN/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/ta-IN/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/ta-IN/notification.php b/lang/ta-IN/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/ta-IN/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/ta-IN/passwords.php b/lang/ta-IN/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/ta-IN/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/ta-IN/profile.php b/lang/ta-IN/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/ta-IN/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/ta-IN/settings.php b/lang/ta-IN/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/ta-IN/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/ta-IN/site.php b/lang/ta-IN/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/ta-IN/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/ta-IN/timeline.php b/lang/ta-IN/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/ta-IN/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/ta-IN/web.php b/lang/ta-IN/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/ta-IN/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/th/auth.php b/lang/th-TH/auth.php similarity index 100% rename from lang/th/auth.php rename to lang/th-TH/auth.php diff --git a/lang/th/exception.php b/lang/th-TH/exception.php similarity index 100% rename from lang/th/exception.php rename to lang/th-TH/exception.php diff --git a/lang/th/helpcenter.php b/lang/th-TH/helpcenter.php similarity index 100% rename from lang/th/helpcenter.php rename to lang/th-TH/helpcenter.php diff --git a/lang/th/navmenu.php b/lang/th-TH/navmenu.php similarity index 100% rename from lang/th/navmenu.php rename to lang/th-TH/navmenu.php diff --git a/lang/th/notification.php b/lang/th-TH/notification.php similarity index 100% rename from lang/th/notification.php rename to lang/th-TH/notification.php diff --git a/lang/th/pagination.php b/lang/th-TH/pagination.php similarity index 100% rename from lang/th/pagination.php rename to lang/th-TH/pagination.php diff --git a/lang/th/passwords.php b/lang/th-TH/passwords.php similarity index 100% rename from lang/th/passwords.php rename to lang/th-TH/passwords.php diff --git a/lang/th/profile.php b/lang/th-TH/profile.php similarity index 100% rename from lang/th/profile.php rename to lang/th-TH/profile.php diff --git a/lang/th-TH/settings.php b/lang/th-TH/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/th-TH/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/th/site.php b/lang/th-TH/site.php similarity index 100% rename from lang/th/site.php rename to lang/th-TH/site.php diff --git a/lang/th/timeline.php b/lang/th-TH/timeline.php similarity index 100% rename from lang/th/timeline.php rename to lang/th-TH/timeline.php diff --git a/lang/th/validation.php b/lang/th-TH/validation.php similarity index 100% rename from lang/th/validation.php rename to lang/th-TH/validation.php diff --git a/lang/th/web.php b/lang/th-TH/web.php similarity index 100% rename from lang/th/web.php rename to lang/th-TH/web.php diff --git a/lang/tlh/auth.php b/lang/tlh/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/tlh/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/tlh/exception.php b/lang/tlh/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/tlh/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/tlh/helpcenter.php b/lang/tlh/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/tlh/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/tlh/navmenu.php b/lang/tlh/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/tlh/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/tlh/notification.php b/lang/tlh/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/tlh/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/tlh/passwords.php b/lang/tlh/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/tlh/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/tlh/profile.php b/lang/tlh/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/tlh/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/tlh/settings.php b/lang/tlh/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/tlh/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/tlh/site.php b/lang/tlh/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/tlh/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/tlh/timeline.php b/lang/tlh/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/tlh/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/tlh/web.php b/lang/tlh/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/tlh/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/tr/auth.php b/lang/tr-TR/auth.php similarity index 100% rename from lang/tr/auth.php rename to lang/tr-TR/auth.php diff --git a/lang/tr-TR/exception.php b/lang/tr-TR/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/tr-TR/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/tr-TR/helpcenter.php b/lang/tr-TR/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/tr-TR/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/tr/navmenu.php b/lang/tr-TR/navmenu.php similarity index 100% rename from lang/tr/navmenu.php rename to lang/tr-TR/navmenu.php diff --git a/lang/tr/notification.php b/lang/tr-TR/notification.php similarity index 100% rename from lang/tr/notification.php rename to lang/tr-TR/notification.php diff --git a/lang/tr/pagination.php b/lang/tr-TR/pagination.php similarity index 100% rename from lang/tr/pagination.php rename to lang/tr-TR/pagination.php diff --git a/lang/tr/passwords.php b/lang/tr-TR/passwords.php similarity index 100% rename from lang/tr/passwords.php rename to lang/tr-TR/passwords.php diff --git a/lang/tr/profile.php b/lang/tr-TR/profile.php similarity index 100% rename from lang/tr/profile.php rename to lang/tr-TR/profile.php diff --git a/lang/tr/settings.php b/lang/tr-TR/settings.php similarity index 100% rename from lang/tr/settings.php rename to lang/tr-TR/settings.php diff --git a/lang/tr/site.php b/lang/tr-TR/site.php similarity index 100% rename from lang/tr/site.php rename to lang/tr-TR/site.php diff --git a/lang/tr/timeline.php b/lang/tr-TR/timeline.php similarity index 100% rename from lang/tr/timeline.php rename to lang/tr-TR/timeline.php diff --git a/lang/tr/validation.php b/lang/tr-TR/validation.php similarity index 100% rename from lang/tr/validation.php rename to lang/tr-TR/validation.php diff --git a/lang/tr/web.php b/lang/tr-TR/web.php similarity index 100% rename from lang/tr/web.php rename to lang/tr-TR/web.php diff --git a/lang/ug-CN/auth.php b/lang/ug-CN/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/ug-CN/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/ug-CN/exception.php b/lang/ug-CN/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/ug-CN/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/ug-CN/helpcenter.php b/lang/ug-CN/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/ug-CN/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/ug-CN/navmenu.php b/lang/ug-CN/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/ug-CN/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/ug-CN/notification.php b/lang/ug-CN/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/ug-CN/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/ug-CN/passwords.php b/lang/ug-CN/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/ug-CN/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/ug-CN/profile.php b/lang/ug-CN/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/ug-CN/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/ug-CN/settings.php b/lang/ug-CN/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/ug-CN/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/ug-CN/site.php b/lang/ug-CN/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/ug-CN/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/ug-CN/timeline.php b/lang/ug-CN/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/ug-CN/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/ug-CN/web.php b/lang/ug-CN/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/ug-CN/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/uk/auth.php b/lang/uk-UA/auth.php similarity index 100% rename from lang/uk/auth.php rename to lang/uk-UA/auth.php diff --git a/lang/uk/exception.php b/lang/uk-UA/exception.php similarity index 100% rename from lang/uk/exception.php rename to lang/uk-UA/exception.php diff --git a/lang/uk/helpcenter.php b/lang/uk-UA/helpcenter.php similarity index 100% rename from lang/uk/helpcenter.php rename to lang/uk-UA/helpcenter.php diff --git a/lang/uk/navmenu.php b/lang/uk-UA/navmenu.php similarity index 100% rename from lang/uk/navmenu.php rename to lang/uk-UA/navmenu.php diff --git a/lang/uk/notification.php b/lang/uk-UA/notification.php similarity index 100% rename from lang/uk/notification.php rename to lang/uk-UA/notification.php diff --git a/lang/uk/pagination.php b/lang/uk-UA/pagination.php similarity index 100% rename from lang/uk/pagination.php rename to lang/uk-UA/pagination.php diff --git a/lang/uk/passwords.php b/lang/uk-UA/passwords.php similarity index 100% rename from lang/uk/passwords.php rename to lang/uk-UA/passwords.php diff --git a/lang/uk/profile.php b/lang/uk-UA/profile.php similarity index 100% rename from lang/uk/profile.php rename to lang/uk-UA/profile.php diff --git a/lang/uk-UA/settings.php b/lang/uk-UA/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/uk-UA/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/uk/site.php b/lang/uk-UA/site.php similarity index 100% rename from lang/uk/site.php rename to lang/uk-UA/site.php diff --git a/lang/uk/timeline.php b/lang/uk-UA/timeline.php similarity index 100% rename from lang/uk/timeline.php rename to lang/uk-UA/timeline.php diff --git a/lang/uk/validation.php b/lang/uk-UA/validation.php similarity index 100% rename from lang/uk/validation.php rename to lang/uk-UA/validation.php diff --git a/lang/uk/web.php b/lang/uk-UA/web.php similarity index 100% rename from lang/uk/web.php rename to lang/uk-UA/web.php diff --git a/lang/vec-IT/auth.php b/lang/vec-IT/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/vec-IT/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/vec-IT/exception.php b/lang/vec-IT/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/vec-IT/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/vec-IT/helpcenter.php b/lang/vec-IT/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/vec-IT/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/vec-IT/navmenu.php b/lang/vec-IT/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/vec-IT/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/vec-IT/notification.php b/lang/vec-IT/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/vec-IT/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/vec-IT/passwords.php b/lang/vec-IT/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/vec-IT/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/vec-IT/profile.php b/lang/vec-IT/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/vec-IT/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/vec-IT/settings.php b/lang/vec-IT/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/vec-IT/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/vec-IT/site.php b/lang/vec-IT/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/vec-IT/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/vec-IT/timeline.php b/lang/vec-IT/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/vec-IT/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/vec-IT/web.php b/lang/vec-IT/web.php new file mode 100644 index 000000000..779f6cfb3 --- /dev/null +++ b/lang/vec-IT/web.php @@ -0,0 +1,411 @@ + [ + 'comment' => '', + 'commented' => '', + 'comments' => '', + 'like' => '', + 'liked' => '', + 'likes' => '', + 'share' => '', + 'shared' => '', + 'shares' => '', + 'unshare' => '', + 'bookmark' => '', + + 'cancel' => '', + 'copyLink' => '', + 'delete' => '', + 'error' => '', + 'errorMsg' => '', + 'oops' => '', + 'other' => '', + 'readMore' => '', + 'success' => '', + 'proceed' => '', + 'next' => '', + 'close' => '', + 'clickHere' => '', + 'sensitive' => '', + 'sensitiveContent' => '', + 'sensitiveContentWarning' => '', + 'javascript' => '', + 'loading' => '', + 'continue' => '', + ], + + 'site' => [ + 'terms' => '', + 'privacy' => '', + ], + + 'navmenu' => [ + 'search' => '', + 'admin' => '', + + // Timelines + 'homeFeed' => '', + 'localFeed' => '', + 'globalFeed' => '', + + // Core features + 'discover' => '', + 'directMessages' => '', + 'notifications' => '', + 'groups' => '', + 'stories' => '', + + // Self links + 'profile' => '', + 'drive' => '', + 'settings' => '', + 'appearance' => '', + 'compose' => '', + 'logout' => '', + 'createStory' => '', + + // Nav footer + 'about' => '', + 'help' => '', + 'language' => '', + 'privacy' => '', + 'terms' => '', + 'legalNotice' => '', + 'mobileApps' => '', + + // Temporary links + 'backToPreviousDesign' => '', + + ], + + 'directMessages' => [ + 'inbox' => '', + 'sent' => '', + 'requests' => '', + ], + + 'notifications' => [ + 'title' => '', + 'liked' => '', + 'commented' => '', + 'reacted' => '', + 'shared' => '', + 'tagged' => '', + + 'updatedA' => '', + 'sentA' => '', + + 'followed' => '', + 'mentioned' => '', + 'you' => '', + + 'yourApplication' => '', + 'applicationApproved' => '', + 'applicationRejected' => '', + + 'dm' => '', + 'groupPost' => '', + 'modlog' => '', + 'post' => '', + 'story' => '', + 'noneFound' => '', + 'youRecent' => '', + 'hasUnlisted' => '', + 'cannotDisplay' => '', + 'followRequest' => '', + 'filteringResults' => '', + 'mentions' => '', + 'mentionsDescription' => '', + 'likes' => '', + 'likesDescription' => '', + 'followers' => '', + 'followersDescription' => '', + 'reblogs' => '', + 'reblogsDescription' => '', + 'dms' => '', + 'dmsDescription' => '', + 'accept' => '', + 'reject' => '', + ], + + 'post' => [ + 'shareToFollowers' => '', + 'shareToOther' => '', + 'noLikes' => '', + 'uploading' => '', + ], + + 'profile' => [ + 'posts' => '', + 'followers' => '', + 'following' => '', + 'admin' => '', + 'collections' => '', + 'follow' => '', + 'unfollow' => '', + 'editProfile' => '', + 'followRequested' => '', + 'joined' => '', + + 'emptyCollections' => '', + 'emptyPosts' => '', + + 'blocking' => '', + 'sponsor' => '', + 'followYou' => '', + 'archives' => '', + 'bookmarks' => '', + 'likes' => '', + 'muted' => '', + 'blocked' => '', + 'myPortifolio' => '', + 'private' => '', + 'public' => '', + 'draft' => '', + 'emptyLikes' => '', + 'emptyBookmarks' => '', + 'emptyArchives' => '', + 'untitled' => '', + 'noDescription' => '', + ], + + 'menu' => [ + 'viewPost' => '', + 'viewProfile' => '', + 'moderationTools' => '', + 'report' => '', + 'archive' => '', + 'unarchive' => '', + 'embed' => '', + + 'selectOneOption' => '', + 'unlistFromTimelines' => '', + 'addCW' => '', + 'removeCW' => '', + 'markAsSpammer' => '', + 'markAsSpammerText' => '', + 'spam' => '', + 'sensitive' => '', + 'abusive' => '', + 'underageAccount' => '', + 'copyrightInfringement' => '', + 'impersonation' => '', + 'scamOrFraud' => '', + 'confirmReport' => '', + 'confirmReportText' => '', + 'reportSent' => '', + 'reportSentText' => '', + 'reportSentError' => '', + + 'modAddCWConfirm' => '', + 'modCWSuccess' => '', + 'modRemoveCWConfirm' => '', + 'modRemoveCWSuccess' => '', + 'modUnlistConfirm' => '', + 'modUnlistSuccess' => '', + 'modMarkAsSpammerConfirm' => '', + 'modMarkAsSpammerSuccess' => '', + + 'toFollowers' => '', + + 'showCaption' => '', + 'showLikes' => '', + 'compactMode' => '', + 'embedConfirmText' => '', + + 'deletePostConfirm' => '', + 'archivePostConfirm' => '', + 'unarchivePostConfirm' => '', + 'pin' => '', + 'unpin' => '', + 'pinPostConfirm' => '', + 'unpinPostConfirm' => '', + ], + + 'story' => [ + 'add' => '', + 'myStory' => '', + 'viewMyStory' => '', + 'goBack' => '', + 'delete' => '', + 'crop' => '', + 'error' => '', + 'cropping' => '', + 'storyDuration' => '', + 'seconds' => '', + 'processing' => '', + 'shareWithFollowers' => '', + 'cancel' => '', + 'viewedBy' => '', + 'next' => '', + 'zoom' => '', + 'options' => '', + 'allowReplies' => '', + 'allowReactions' => '', + 'limit' => '', + 'reactionSent' => '', + 'replySent' => '', + 'expiresIn' => '', + 'viewers' => '', + 'report' => '', + 'close' => '', + 'myStories' => '', + 'seeAll' => '', + ], + + 'timeline' => [ + 'peopleYouMayKnow' => '', + + 'onboarding' => [ + 'welcome' => '', + 'thisIsYourHomeFeed' => '', + 'letUsHelpYouFind' => '', + 'refreshFeed' => '', + ], + ], + + 'hashtags' => [ + 'emptyFeed' => '', + ], + + 'report' => [ + 'report' => '', + 'selectReason' => '', + 'reported' => '', + 'sendingReport' => '', + 'thanksMsg' => '', + 'contactAdminMsg' => '', + ], + + 'appearance' => [ + 'theme' => '', + 'profileLayout' => '', + 'compactPreviews' => '', + 'loadComments' => '', + 'hideStats' => '', + + 'auto' => '', + 'lightMode' => '', + 'darkMode' => '', + + 'grid' => '', + 'masonry' => '', + 'feed' => '', + ], + + 'settings' => [ + 'filters' => [ + 'title' => '', + 'manage_your_custom_filters' => '', + 'customize_your_experience' => '', + 'add_new_filter' => '', + 'limit_message' => '', + 'learn_more_help_center' => '', + 'no_filters' => '', + 'no_filters_message' => '', + 'create_first_filter' => '', + 'no_matching_filters' => '', + 'no_matching_filters_message' => '', + 'create_new_filter' => '', + 'filter_title' => '', + 'edit_filter' => '', + 'advance_mode' => '', + 'simple_mode' => '', + 'keywords' => '', + 'legend' => '', + 'whole_word' => '', + 'partial_word' => '', + 'duplicate_not_allowed' => '', + 'filter_action' => '', + 'hide_media_blur' => '', + 'show_warning' => '', + 'hide_content_completely' => '', + 'apply_filters_to' => '', + 'home_timeline' => '', + 'notifications' => '', + 'public_timeline' => '', + 'hashtags' => '', + 'groups' => '', + 'conversations' => '', + 'duration' => '', + 'forever' => '', + '30_minutes' => '', + '1_hour' => '', + '6_hours' => '', + '12_hours' => '', + '1_day' => '', + '1_week' => '', + 'cutom' => '', + 'enter_duration_in_seconds' => '', + 'save_changes' => '', + 'create_filter' => '', + 'name_your_filter' => '', + 'give_your_filter_a_name' => '', + 'my_filter_name' => '', + 'filter_duration' => '', + 'add_filter_keywords' => '', + 'add_word_or_phrase' => '', + 'whole_word_match' => '', + 'partial_word_match' => '', + 'add_another_keyword' => '', + 'please_remove_duplicate_keywords' => '', + 'choose_filter_action' => '', + 'choose_filter_action_description' => '', + 'hide_completely' => '', + 'choose_where_to_apply' => '', + 'choose_where_to_apply_description' => '', + 'review_your_filter' => '', + 'review_your_filter_description' => '', + 'no_keywords_specified' => '', + 'action' => '', + 'expires' => '', + 'never_expires' => '', + 'titleAdvance' => '', + 'context' => '', + 'review' => '', + 'add_keyword' => '', + 'enter_filter_title' => '', + ], + + ], + + 'powered_by_pixelfed' => '', + + 'landing' => [ + 'login' => '', + 'signup' => '', + 'about' => '', + 'directory' => '', + 'explore' => '', + 'decentralized_by_pixelfed' => '', + 'posts' => '', + 'active_users' => '', + 'total_users' => '', + 'managed_by' => '', + 'server_rules' => '', + 'supported_features' => '', + 'features' => [ + 'photo_posts' => '', + 'photo_albums' => '', + 'photo_filters' => '', + 'collections' => '', + 'comments' => '', + 'hashtags' => '', + 'likes' => '', + 'notifications' => '', + 'shares' => '', + 'share_up_to_n_photos' => '', + 'share_up_to_n_photos_videos' => '', + 'file_size' => '', + 'federation' => '', + 'mobile_app' => '', + 'stories' => '', + 'videos' => '', + ], + 'discover_accounts' => '', + 'nothing_to_show' => '', + 'explore_trending' => '', + ], +]; diff --git a/lang/vi-VN/auth.php b/lang/vi-VN/auth.php new file mode 100644 index 000000000..6c5f0cbd7 --- /dev/null +++ b/lang/vi-VN/auth.php @@ -0,0 +1,35 @@ + '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', + +]; diff --git a/lang/vi-VN/exception.php b/lang/vi-VN/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/vi-VN/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/vi-VN/helpcenter.php b/lang/vi-VN/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/vi-VN/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/vi-VN/navmenu.php b/lang/vi-VN/navmenu.php new file mode 100644 index 000000000..ecc371e0f --- /dev/null +++ b/lang/vi-VN/navmenu.php @@ -0,0 +1,19 @@ + '', + 'home' => '', + 'local' => '', + 'network' => '', + 'discover' => '', + 'viewMyProfile' => '', + 'myProfile' => '', + 'myTimeline' => '', + 'publicTimeline' => '', + 'remoteFollow' => '', + 'settings' => '', + 'admin' => '', + 'logout' => '', + 'directMessages' => '', + 'composePost' => '', +]; diff --git a/lang/vi-VN/notification.php b/lang/vi-VN/notification.php new file mode 100644 index 000000000..92af66ad8 --- /dev/null +++ b/lang/vi-VN/notification.php @@ -0,0 +1,12 @@ + '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', + +]; diff --git a/lang/vi-VN/passwords.php b/lang/vi-VN/passwords.php new file mode 100644 index 000000000..3d1158a44 --- /dev/null +++ b/lang/vi-VN/passwords.php @@ -0,0 +1,22 @@ + '', + 'reset' => '', + 'sent' => '', + 'token' => '', + 'user' => '', + +]; diff --git a/lang/vi-VN/profile.php b/lang/vi-VN/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/vi-VN/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +]; diff --git a/lang/vi-VN/settings.php b/lang/vi-VN/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/vi-VN/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/vi-VN/site.php b/lang/vi-VN/site.php new file mode 100644 index 000000000..9b0f54117 --- /dev/null +++ b/lang/vi-VN/site.php @@ -0,0 +1,69 @@ + '', + 'help' => '', + 'language' => '', + 'fediverse' => '', + 'opensource' => '', + 'terms' => '', + 'privacy' => '', + 'l10nWip' => '', + 'currentLocale' => '', + 'selectLocale' => '', + 'contact' => '', + 'contact-us' => '', + 'places' => '', + 'profiles' => '', + + // site/contact + 'you_can_contact_the_admins' => '', + 'by_using_the_form_below' => '', + 'or' => '', + 'by_sending_an_email_to' => '', + 'the_admins_have_not_set_a_contact_email_address' => '', + 'Message' => '', + 'request_response_from_admins' => '', + 'Submit' => '', + 'log_in_to_send_a_message' => '', + 'Please' => '', + + // site/about + 'photo_sharing_for_everyone' => '', + 'pixelfed_is_an_image_sharing_platform_etc' => '', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding + 'feature_packed' => '', + 'the_best_for_the_brightest' => '', + 'albums' => '', + 'share_posts_with_up_to' => '', + 'photos' => '', + 'comments' => '', + 'comment_on_a_post_or_send_a_reply' => '', + 'collections' => '', + 'organize_and_share_collections_of_multiple_posts' => '', + 'discover' => '', + 'explore_categories_hashtags_and_topics' => '', + 'photo_filters' => '', + 'add_a_special_touch_to_your_photos' => '', + 'stories' => '', + 'share_moments_with_your_followers_that_disappear_etc' => '', + 'people_have_shared' => '', + 'photos_and_videos_on' => '', + 'sign_up_today' => '', + 'and_join_our_community_of_photographers_from_etc' => '', + + // site/fediverse + 'is_a_portmanteau_of_federation_and_universe_etc' => '', + 'supported_fediverse_projects' => '', + 'some_of_the_better_known_fediverse_projects_include' => '', + 'a_federated_microblogging_alternative' => '', + + // site/opensource + 'the_software_that_powers_this_website_is_called' => '', + 'and_anyone_can' => '', + 'download' => '', + 'opensource.or' => '', + 'view' => '', + 'the_source_code_and_run_their_own_instance' => '', + 'open_source_in_pixelfed' => '', +]; diff --git a/lang/vi-VN/timeline.php b/lang/vi-VN/timeline.php new file mode 100644 index 000000000..522f34b7c --- /dev/null +++ b/lang/vi-VN/timeline.php @@ -0,0 +1,7 @@ + '', + +]; diff --git a/lang/vi/web.php b/lang/vi-VN/web.php similarity index 100% rename from lang/vi/web.php rename to lang/vi-VN/web.php diff --git a/lang/zh-cn/auth.php b/lang/zh-CN/auth.php similarity index 100% rename from lang/zh-cn/auth.php rename to lang/zh-CN/auth.php diff --git a/lang/zh-cn/exception.php b/lang/zh-CN/exception.php similarity index 100% rename from lang/zh-cn/exception.php rename to lang/zh-CN/exception.php diff --git a/lang/zh-cn/helpcenter.php b/lang/zh-CN/helpcenter.php similarity index 100% rename from lang/zh-cn/helpcenter.php rename to lang/zh-CN/helpcenter.php diff --git a/lang/zh-cn/navmenu.php b/lang/zh-CN/navmenu.php similarity index 100% rename from lang/zh-cn/navmenu.php rename to lang/zh-CN/navmenu.php diff --git a/lang/zh-cn/notification.php b/lang/zh-CN/notification.php similarity index 100% rename from lang/zh-cn/notification.php rename to lang/zh-CN/notification.php diff --git a/lang/zh-cn/pagination.php b/lang/zh-CN/pagination.php similarity index 100% rename from lang/zh-cn/pagination.php rename to lang/zh-CN/pagination.php diff --git a/lang/zh-cn/passwords.php b/lang/zh-CN/passwords.php similarity index 100% rename from lang/zh-cn/passwords.php rename to lang/zh-CN/passwords.php diff --git a/lang/zh-cn/profile.php b/lang/zh-CN/profile.php similarity index 100% rename from lang/zh-cn/profile.php rename to lang/zh-CN/profile.php diff --git a/lang/zh-CN/settings.php b/lang/zh-CN/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/zh-CN/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/zh-cn/site.php b/lang/zh-CN/site.php similarity index 100% rename from lang/zh-cn/site.php rename to lang/zh-CN/site.php diff --git a/lang/zh-cn/timeline.php b/lang/zh-CN/timeline.php similarity index 100% rename from lang/zh-cn/timeline.php rename to lang/zh-CN/timeline.php diff --git a/lang/zh-cn/validation.php b/lang/zh-CN/validation.php similarity index 100% rename from lang/zh-cn/validation.php rename to lang/zh-CN/validation.php diff --git a/lang/zh-cn/web.php b/lang/zh-CN/web.php similarity index 100% rename from lang/zh-cn/web.php rename to lang/zh-CN/web.php diff --git a/lang/zh-tw/auth.php b/lang/zh-TW/auth.php similarity index 100% rename from lang/zh-tw/auth.php rename to lang/zh-TW/auth.php diff --git a/lang/zh-TW/exception.php b/lang/zh-TW/exception.php new file mode 100644 index 000000000..93e17479a --- /dev/null +++ b/lang/zh-TW/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => '', + ], + ], + +]; diff --git a/lang/zh-TW/helpcenter.php b/lang/zh-TW/helpcenter.php new file mode 100644 index 000000000..01c4595cc --- /dev/null +++ b/lang/zh-TW/helpcenter.php @@ -0,0 +1,28 @@ + '', + 'whatsnew' => '', + + 'gettingStarted' => '', + 'sharingMedia' => '', + 'profile' => '', + 'stories' => '', + 'hashtags' => '', + 'discover' => '', + 'directMessages' => '', + 'timelines' => '', + 'embed' => '', + + 'communityGuidelines' => '', + 'whatIsTheFediverse' => '', + 'controllingVisibility' => '', + 'blockingAccounts' => '', + 'safetyTips' => '', + 'reportSomething' => '', + 'dataPolicy' => '', + + 'taggingPeople' => '', + +]; diff --git a/lang/zh-tw/navmenu.php b/lang/zh-TW/navmenu.php similarity index 100% rename from lang/zh-tw/navmenu.php rename to lang/zh-TW/navmenu.php diff --git a/lang/zh-tw/notification.php b/lang/zh-TW/notification.php similarity index 100% rename from lang/zh-tw/notification.php rename to lang/zh-TW/notification.php diff --git a/lang/zh-tw/pagination.php b/lang/zh-TW/pagination.php similarity index 100% rename from lang/zh-tw/pagination.php rename to lang/zh-TW/pagination.php diff --git a/lang/zh-tw/passwords.php b/lang/zh-TW/passwords.php similarity index 100% rename from lang/zh-tw/passwords.php rename to lang/zh-TW/passwords.php diff --git a/lang/zh-tw/profile.php b/lang/zh-TW/profile.php similarity index 100% rename from lang/zh-tw/profile.php rename to lang/zh-TW/profile.php diff --git a/lang/zh-TW/settings.php b/lang/zh-TW/settings.php new file mode 100644 index 000000000..b8c659302 --- /dev/null +++ b/lang/zh-TW/settings.php @@ -0,0 +1,195 @@ + '', + 'accessibility' => '', + 'email' => '', + 'invites' => '', + 'media' => '', + 'filters' => '', + 'notifications' => '', + 'password' => '', + 'privacy' => '', + 'security' => '', + 'timelines' => '', + 'applications' => '', + 'developers' => '', + 'import' => '', + 'export' => '', + 'parental_controls' => '', + + 'submit' => '', + 'error' => '', + 'cancel' => '', + 'save' => '', + 'download' => '', + + 'home.account_settings' => '', + 'home.change_profile_photo' => '', + 'home.select_a_profile_photo' => '', + 'home.must_be_a_jpeg_or_png_max_avatar_size' => '', + 'home.upload' => '', + 'home.delete_profile_photo' => '', + 'home.name' => '', + 'home.your_name' => '', + 'home.website' => '', + 'home.bio' => '', + 'home.add_a_bio_here' => '', + 'home.language' => '', + 'home.pronouns' => '', + 'home.select_pronouns' => '', + 'home.select_up_to_4_pronouns_that_will_appear_on_etc' => '', + 'home.account_aliases' => '', + 'home.manage_account_alias' => '', + 'home.to_move_from_another_account_to_this_one_first_etc' => '', + 'home.account_migrate' => '', + 'home.migrate_to_another_account' => '', + 'home.to_redirect_this_account_to_a_different_one_etc' => '', + 'home.storage_usage' => '', + 'home.storage_used' => '', + 'home.are_you_sure_you_want_to_delete_your_profile_photo' => '', + 'home.an_error_occured_please_try_again_later' => '', + + 'accessibility.reduce_motion' => '', + 'accessibility.prevent_animation_effects' => '', + 'accessibility.high_contrast_mode' => '', + 'accessibility.high_contrast_mode_for_the_visually_impaired' => '', + 'accessibility.disable_video_autoplay' => '', + 'accessibility.prevent_videos_from_autoplaying' => '', + + 'email.email_settings' => '', + 'email.email_address' => '', + 'email.verified' => '', + 'email.unverified' => '', + 'email.you_need_to' => '', + 'email.verify_your_email' => '', + + 'media.default_license' => '', + 'media.set_a_default_license_for_new_posts' => '', + 'media.sync_licenses' => '', + 'media.update_existing_posts_with_your_new_default_etc' => '', + 'media.license_changes_may_not_be_reflected_on_remote_servers' => '', + 'media.require_media_descriptions' => '', + 'media.briefly_describe_your_media_to_improve_etc' => '', + 'media.not_available_for_mobile_or_3rd_party_apps_etc' => '', + + 'password.update_password' => '', + 'password.current' => '', + 'password.your_current_password' => '', + 'password.new' => '', + 'password.enter_new_password_here' => '', + 'password.confirm' => '', + 'password.confirm_new_password' => '', + + 'privacy.privacy_settings' => '', + 'privacy.private_account' => '', + 'privacy.when_your_account_is_private_only_people_you_etc' => '', + 'privacy.disable_search_engine_indexing' => '', + 'privacy.when_your_account_is_visible_to_search_engines_etc' => '', + 'privacy.not_available_when_your_account_is_private' => '', + 'privacy.include_public_posts_in_search_results' => '', + 'privacy.your_public_posts_may_appear_in_search_results_etc' => '', + 'privacy.show_on_directory' => '', + 'privacy.when_this_option_is_enabled_your_profile_is_etc' => '', + 'privacy.receive_direct_messages_from_anyone' => '', + 'privacy.if_selected_you_will_be_able_to_receive_messages_etc' => '', + 'privacy.hide_sensitive_content_from_search_results' => '', + 'privacy.this_prevents_posts_with_potentially_sensitive_etc' => '', + 'privacy.remove_blocked_and_muted_accounts' => '', + 'privacy.use_this_to_eliminate_search_results_from_accounts_etc' => '', + 'privacy.display_media_that_may_contain_sensitive_content' => '', + 'privacy.show_all_media_including_potentially_sensitive_content' => '', + 'privacy.show_follower_count' => '', + 'privacy.display_follower_count_on_profile' => '', + 'privacy.show_following_count' => '', + 'privacy.display_following_count_on_profile' => '', + 'privacy.disable_embeds' => '', + 'privacy.disable_post_and_profile_embeds' => '', + 'privacy.enable_atom_feed' => '', + 'privacy.enable_your_profile_atom_feed_only_public_profiles_etc' => '', + 'privacy.confirm_this_action' => '', + 'privacy.please_select_the_type_of_private_account_you_etc' => '', + 'privacy.keep_existing_followers' => '', + 'privacy.only_keep_mutual_followers' => '', + 'privacy.only_followers_that_have_followed_you_for_atleast' => '', + 'privacy.hour' => '', + 'privacy.day' => '', + 'privacy.weeks' => '', + 'privacy.month' => '', + 'privacy.months' => '', + 'privacy.year' => '', + 'privacy.remove_existing_followers' => '', + 'privacy.allow_new_follow_requests' => '', + 'privacy.block_notifications_from_accounts_i_dont_follow' => '', + 'privacy.an_error_occured_please_try_again' => '', + + 'relationships' => '', + 'relationships.followers' => '', + 'relationships.following' => '', + 'relationships.hashtags' => '', + 'relationships.hashtag' => '', + 'relationships.username' => '', + 'relationships.action' => '', + 'relationships.unfollow' => '', + 'relationships.mute' => '', + 'relationships.block' => '', + 'relationships.removeFollow' => '', + 'relationships.mute_successful' => '', + 'relationships.you_have_successfully_muted_that_user' => '', + 'relationships.block_successful' => '', + 'relationships.you_have_successfully_blocked_that_user' => '', + 'relationships.unfollow_successful' => '', + 'relationships.you_have_successfully_unfollowed_that_user' => '', + 'relationships.an_error_occured_when_attempting_to_unfollow_this_user' => '', + 'relationships.you_have_successfully_unfollowed_that_hashtag' => '', + + 'security.two_factor_authentication' => '', + 'security.enabled' => '', + 'security.danger_zone' => '', + 'security.temporarily_disable_account' => '', + 'security.disable_your_account_to_hide_your_posts_until_next_log_in' => '', + 'security.disable' => '', + 'security.delete_this_account' => '', + 'security.once_you_delete_your_account_there_is_no_going_back_etc' => '', + 'security.delete' => '', + 'security.account_log' => '', + 'security.no_activity_logs_found' => '', + 'security.ip_address' => '', + 'security.user_agent' => '', + 'security.devices' => '', + 'security.ip' => '', + 'security.device' => '', + 'security.browser' => '', + 'security.last_login' => '', + 'security.country' => '', + 'security.trust' => '', + 'security.remove_device' => '', + 'security.timeline_settings' => '', + 'security.show_text_only_posts' => '', + 'security.show_text_only_posts_from_accounts_you_follow_home_etc' => '', + 'security.show_replies' => '', + 'security.show_replies_from_accounts_you_follow_home_timeline_only' => '', + 'security.show_reblogs' => '', + 'security.see_reblogs_from_accounts_you_follow_in_your_home_etc' => '', + 'security.photo_reblogs_only' => '', + 'security.only_see_reblogs_of_photos_or_photo_albums_home_etc' => '', + + // incomplete + // the oauth panel is loaded from elsewhere + 'developers.oauth_has_not_been_enabled_on_this_instance' => '', + + // incomplete + // import/ig.blade.php seems not in use anymore + 'import.import_from_instagram' => '', + + 'export.data_export' => '', + 'export.we_generate_data_exports_once_per_hour_and_they_may_etc' => '', + 'export.statuses' => '', + 'export.mute_block_lists' => '', + + // incomplete + // some language outside the blades (in app/Http/Controllers/Settings/LabsSettings.php) + 'labs' => '', + 'labs.experimental_features' => '', + 'labs.use_dark_mode_theme' => '', +]; diff --git a/lang/zh-tw/site.php b/lang/zh-TW/site.php similarity index 100% rename from lang/zh-tw/site.php rename to lang/zh-TW/site.php diff --git a/lang/zh-tw/timeline.php b/lang/zh-TW/timeline.php similarity index 100% rename from lang/zh-tw/timeline.php rename to lang/zh-TW/timeline.php diff --git a/lang/zh-tw/validation.php b/lang/zh-TW/validation.php similarity index 100% rename from lang/zh-tw/validation.php rename to lang/zh-TW/validation.php diff --git a/lang/zh-tw/web.php b/lang/zh-TW/web.php similarity index 100% rename from lang/zh-tw/web.php rename to lang/zh-TW/web.php diff --git a/resources/assets/js/i18n/eo.json b/public/_lang/af-ZA.json similarity index 78% rename from resources/assets/js/i18n/eo.json rename to public/_lang/af-ZA.json index 5445b0116..fc91f9371 100644 --- a/resources/assets/js/i18n/eo.json +++ b/public/_lang/af-ZA.json @@ -10,6 +10,7 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", + "bookmark": "Bookmark", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -19,6 +20,10 @@ "other": "Other", "readMore": "Read more", "success": "Success", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", "sensitiveContentWarning": "This post may contain sensitive content" @@ -42,6 +47,12 @@ "drive": "Drive", "settings": "Settings", "compose": "Create New", + "logout": "Logout", + "about": "About", + "help": "Help", + "language": "Language", + "privacy": "Privacy", + "terms": "Terms", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { @@ -67,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -85,7 +97,9 @@ "unfollow": "Unfollow", "editProfile": "Edit Profile", "followRequested": "Follow Requested", - "joined": "Joined" + "joined": "Joined", + "emptyCollections": "We can't seem to find any collections", + "emptyPosts": "We can't seem to find any posts" }, "menu": { "viewPost": "View Post", @@ -134,6 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } + }, + "hashtags": { + "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/public/_lang/af.json b/public/_lang/af.json deleted file mode 100644 index e75c231b6..000000000 --- a/public/_lang/af.json +++ /dev/null @@ -1,366 +0,0 @@ -{ - "common": { - "comment": "Comment", - "commented": "Commented", - "comments": "Comments", - "like": "Like", - "liked": "Liked", - "likes": "Likes", - "share": "Share", - "shared": "Shared", - "shares": "Shares", - "unshare": "Unshare", - "bookmark": "Bookmark", - "cancel": "Cancel", - "copyLink": "Copy Link", - "delete": "Delete", - "error": "Error", - "errorMsg": "Something went wrong. Please try again later.", - "oops": "Oops!", - "other": "Other", - "readMore": "Read more", - "success": "Success", - "proceed": "Proceed", - "next": "Next", - "close": "Close", - "clickHere": "click here", - "sensitive": "Sensitive", - "sensitiveContent": "Sensitive Content", - "sensitiveContentWarning": "This post may contain sensitive content", - "javascript": "", - "loading": "", - "continue": "" - }, - "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" - }, - "navmenu": { - "search": "Search", - "admin": "Admin Dashboard", - "homeFeed": "Home Feed", - "localFeed": "Local Feed", - "globalFeed": "Global Feed", - "discover": "Discover", - "directMessages": "Direct Messages", - "notifications": "Notifications", - "groups": "Groups", - "stories": "Stories", - "profile": "Profile", - "drive": "Drive", - "settings": "Settings", - "appearance": "", - "compose": "Create New", - "logout": "Logout", - "createStory": "", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "legalNotice": "", - "mobileApps": "", - "backToPreviousDesign": "Go back to previous design" - }, - "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" - }, - "notifications": { - "title": "", - "liked": "liked your", - "commented": "commented on your", - "reacted": "reacted to your", - "shared": "shared your", - "tagged": "tagged you in a", - "updatedA": "updated a", - "sentA": "sent a", - "followed": "followed", - "mentioned": "mentioned", - "you": "you", - "yourApplication": "Your application to join", - "applicationApproved": "was approved!", - "applicationRejected": "was rejected. You can re-apply to join in 6 months.", - "dm": "dm", - "groupPost": "group post", - "modlog": "modlog", - "post": "post", - "story": "story", - "noneFound": "No notifications found", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" - }, - "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" - }, - "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" - }, - "menu": { - "viewPost": "View Post", - "viewProfile": "View Profile", - "moderationTools": "Moderation Tools", - "report": "Report", - "archive": "Archive", - "unarchive": "Unarchive", - "embed": "Embed", - "selectOneOption": "Select one of the following options", - "unlistFromTimelines": "Unlist from Timelines", - "addCW": "Add Content Warning", - "removeCW": "Remove Content Warning", - "markAsSpammer": "Mark as Spammer", - "markAsSpammerText": "Unlist + CW existing and future posts", - "spam": "Spam", - "sensitive": "Sensitive Content", - "abusive": "Abusive or Harmful", - "underageAccount": "Underage Account", - "copyrightInfringement": "Copyright Infringement", - "impersonation": "Impersonation", - "scamOrFraud": "Scam or Fraud", - "confirmReport": "Confirm Report", - "confirmReportText": "Are you sure you want to report this post?", - "reportSent": "Report Sent!", - "reportSentText": "We have successfully received your report.", - "reportSentError": "There was an issue reporting this post.", - "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", - "modCWSuccess": "Successfully added content warning", - "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", - "modRemoveCWSuccess": "Successfully removed content warning", - "modUnlistConfirm": "Are you sure you want to unlist this post?", - "modUnlistSuccess": "Successfully unlisted post", - "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", - "modMarkAsSpammerSuccess": "Successfully marked account as spammer", - "toFollowers": "to Followers", - "showCaption": "Show Caption", - "showLikes": "Show Likes", - "compactMode": "Compact Mode", - "embedConfirmText": "By using this embed, you agree to our", - "deletePostConfirm": "Are you sure you want to delete this post?", - "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" - }, - "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" - }, - "timeline": { - "peopleYouMayKnow": "People you may know", - "onboarding": { - "welcome": "Welcome", - "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", - "letUsHelpYouFind": "Let us help you find some interesting people to follow", - "refreshFeed": "Refresh my feed" - } - }, - "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" - }, - "report": { - "report": "Report", - "selectReason": "Select a reason", - "reported": "Reported", - "sendingReport": "Sending report", - "thanksMsg": "Thanks for the report, people like you help keep our community safe!", - "contactAdminMsg": "If you'd like to contact an administrator about this post or report" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" - } -} \ No newline at end of file diff --git a/resources/assets/js/i18n/ar.json b/public/_lang/ar-SA.json similarity index 79% rename from resources/assets/js/i18n/ar.json rename to public/_lang/ar-SA.json index d6e7e0bb7..a4dcab05b 100644 --- a/resources/assets/js/i18n/ar.json +++ b/public/_lang/ar-SA.json @@ -26,10 +26,7 @@ "clickHere": "\u0627\u0650\u0636\u0652\u063a\u064e\u0637 \u0647\u064f\u0646\u064e\u0627", "sensitive": "\u062d\u0633\u0651\u064e\u0627\u0633", "sensitiveContent": "\u0645\u064f\u062d\u062a\u064e\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633", - "sensitiveContentWarning": "\u0642\u062f \u064a\u062d\u062a\u0648\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631 \u0639\u0644\u0649 \u0645\u064f\u062d\u062a\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u0642\u062f \u064a\u062d\u062a\u0648\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631 \u0639\u0644\u0649 \u0645\u064f\u062d\u062a\u0648\u064b\u0649 \u062d\u0633\u0651\u064e\u0627\u0633" }, "site": { "terms": "\u0634\u064f\u0631\u0648\u0637\u064f \u0627\u0644\u0627\u0650\u0633\u062a\u0650\u062e\u062f\u0627\u0645", @@ -49,17 +46,13 @@ "profile": "\u0627\u0644\u0645\u0650\u0644\u0641 \u0627\u0644\u062a\u0651\u064e\u0639\u0631\u064a\u0641\u064a\u0651", "drive": "\u0648\u0650\u062d\u062f\u064e\u0629\u064f \u0627\u0644\u062a\u0651\u064e\u062e\u0632\u064a\u0646", "settings": "\u0627\u0644\u0625\u0639\u062f\u064e\u0627\u062f\u064e\u0627\u062a", - "appearance": "", "compose": "\u0625\u0646\u0634\u0627\u0621\u064f \u062c\u064e\u062f\u064a\u062f", "logout": "\u062a\u064e\u0633\u062c\u064a\u0644\u064f \u0627\u0644\u062e\u064f\u0631\u064f\u0648\u062c", - "createStory": "", "about": "\u062d\u064e\u0648\u0644", "help": "\u0627\u0644\u0645\u064f\u0633\u0627\u0639\u064e\u062f\u064e\u0629", "language": "\u0627\u0644\u0644\u0651\u064f\u063a\u064e\u0629", "privacy": "\u0627\u0644\u062e\u064f\u0635\u064f\u0648\u0635\u0650\u064a\u0651\u064e\u0629", "terms": "\u0627\u0644\u0634\u0651\u064f\u0631\u064f\u0648\u0637", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0633\u0627\u0628\u0642" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0627\u0644\u0637\u0651\u064e\u0644\u064e\u0628\u0627\u062a" }, "notifications": { - "title": "", "liked": "\u0623\u064f\u0639\u062c\u0650\u0628\u064e \u0628\u0650\u0645\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643", "commented": "\u0639\u0644\u0651\u064e\u0642\u064e \u0639\u0644\u0649 \u0645\u064e\u0646\u0634\u0648\u0631\u064d \u0644\u064e\u0643", "reacted": "\u062a\u064e\u0641\u0627\u0639\u064e\u0644\u064e \u0645\u064e\u0639\u064e\u0643", @@ -87,24 +79,7 @@ "modlog": "\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0645\u064f\u0634\u0631\u0650\u0641", "post": "\u0645\u064e\u0646\u0634\u0648\u0631", "story": "\u0642\u064e\u0635\u0651\u064e\u0629", - "noneFound": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0625\u0634\u0639\u0627\u0631\u0627\u062a", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0625\u0634\u0639\u0627\u0631\u0627\u062a" }, "post": { "shareToFollowers": "\u0627\u0644\u0645\u064f\u0634\u0627\u0631\u0643\u0629 \u0645\u064e\u0639\u064e \u0627\u0644\u0645\u064f\u062a\u0627\u0628\u0650\u0639\u064a\u0646", @@ -124,24 +99,7 @@ "followRequested": "\u0637\u064f\u0644\u0650\u0628\u064e\u062a \u0627\u0644\u0645\u064f\u062a\u0627\u0628\u064e\u0639\u064e\u0629", "joined": "\u0627\u0646\u0636\u064e\u0645", "emptyCollections": "\u0639\u0644\u0649 \u0645\u0627 \u064a\u064e\u0628\u062f\u0648\u0627\u060c \u0644\u0627 \u064a\u064f\u0645\u0643\u0650\u0646\u064f\u0646\u0627 \u0627\u0644\u0639\u064f\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u062a\u064e\u062c\u0645\u064a\u0639\u0627\u062a", - "emptyPosts": "\u0639\u0644\u0649 \u0645\u0627 \u064a\u064e\u0628\u062f\u0648\u0627\u060c \u0644\u0627 \u064a\u064f\u0645\u0643\u0650\u0646\u064f\u0646\u0627 \u0627\u0644\u0639\u064f\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u0645\u064e\u0646\u0634\u0648\u0631", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u0639\u0644\u0649 \u0645\u0627 \u064a\u064e\u0628\u062f\u0648\u0627\u060c \u0644\u0627 \u064a\u064f\u0645\u0643\u0650\u0646\u064f\u0646\u0627 \u0627\u0644\u0639\u064f\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u0645\u064e\u0646\u0634\u0648\u0631" }, "menu": { "viewPost": "\u0639\u064e\u0631\u0636 \u0627\u0644\u0645\u064e\u0646\u0634\u0648\u0631", @@ -184,41 +142,10 @@ "embedConfirmText": "\u0628\u0627\u0650\u0633\u062a\u0650\u062e\u062f\u0627\u0645\u0650\u0643\u064e \u0644\u0650\u0647\u0630\u0627 \u0627\u0644\u062a\u0651\u064e\u0636\u0645\u064a\u0646\u060c \u0623\u0646\u062a\u064e \u062a\u064f\u0648\u0627\u0641\u0650\u0642\u064f \u0639\u064e\u0644\u064e\u0649", "deletePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u062d\u064e\u0630\u0641\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f", "archivePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0623\u0631\u0634\u064e\u0641\u064e\u0629\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f", - "unarchivePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0644\u063a\u0627\u0621\u0650 \u0623\u0631\u0634\u064e\u0641\u064e\u0629\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u0647\u064e\u0644 \u0623\u0646\u062a\u064e \u0645\u064f\u062a\u0623\u0643\u0651\u0650\u062f\u064c \u0645\u0650\u0646 \u0631\u064e\u063a\u0628\u064e\u062a\u0650\u0643\u064e \u0641\u0650\u064a \u0625\u0644\u063a\u0627\u0621\u0650 \u0623\u0631\u0634\u064e\u0641\u064e\u0629\u0650 \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u061f" }, "story": { - "add": "\u0625\u0636\u0627\u0641\u064e\u0629\u064f \u0642\u064e\u0635\u0651\u064e\u0629", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u0625\u0636\u0627\u0641\u064e\u0629\u064f \u0642\u064e\u0635\u0651\u064e\u0629" }, "timeline": { "peopleYouMayKnow": "\u0623\u0634\u062e\u0627\u0635\u064c \u0642\u064e\u062f \u062a\u064e\u0639\u0631\u0650\u0641\u064f\u0647\u064f\u0645", @@ -239,128 +166,5 @@ "sendingReport": "\u0625\u0631\u0633\u064e\u0627\u0644\u064f \u0627\u0644\u062a\u0651\u064e\u0642\u0631\u064a\u0631\u0650 \u062c\u064e\u0627\u0631\u064d", "thanksMsg": "\u0634\u064f\u0643\u0631\u064b\u0627 \u0639\u064e\u0644\u064e\u0649 \u0627\u0644\u0625\u0628\u0644\u064e\u0627\u063a\u060c \u0623\u064f\u0646\u0627\u0633\u064c \u0645\u0650\u0646 \u0623\u0645\u062b\u0627\u0644\u0650\u0643\u064e \u064a\u064f\u0633\u0627\u0639\u0650\u062f\u064f\u0648\u0646\u064e \u0641\u0650\u064a \u0627\u0644\u062d\u0650\u0641\u0627\u0638\u0650 \u0639\u064e\u0644\u064e\u0649 \u0633\u064e\u0644\u0627\u0645\u064e\u0629\u0650 \u0645\u064f\u062c\u062a\u064e\u0645\u064e\u0639\u0650\u0646\u064e\u0627!", "contactAdminMsg": "\u0625\u0630\u064e\u0627 \u0631\u064e\u063a\u0650\u0628\u062a\u064e \u0641\u0650\u064a \u0627\u0644\u062a\u0651\u064e\u0648\u0627\u0635\u064f\u0644\u0650 \u0645\u064e\u0639\u064e \u0645\u064e\u0633\u0624\u0648\u0644\u064d \u062d\u064e\u0648\u0644\u064e \u0647\u064e\u0630\u064e\u0627 \u0627\u0644\u0645\u064e\u0646\u0634\u064f\u0648\u0631\u0650 \u0623\u0648 \u0627\u0644\u0625\u0628\u0644\u064e\u0627\u063a" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/bg-BG.json b/public/_lang/bg-BG.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/bg-BG.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/bn.json b/public/_lang/bn-BD.json similarity index 70% rename from resources/assets/js/i18n/bn.json rename to public/_lang/bn-BD.json index aa3dc697f..f8bf92ba8 100644 --- a/resources/assets/js/i18n/bn.json +++ b/public/_lang/bn-BD.json @@ -26,10 +26,7 @@ "clickHere": "\u098f\u0996\u09be\u09a8\u09c7 \u099f\u09bf\u09aa \u09a6\u09be\u0993", "sensitive": "\u09b8\u0982\u09ac\u09c7\u09a6\u09a8\u09b6\u09c0\u09b2", "sensitiveContent": "\u09b8\u0982\u09ac\u09c7\u09a6\u09a8\u09b6\u09c0\u09b2 \u09ac\u09b8\u09cd\u09a4\u09c1", - "sensitiveContentWarning": "\u098f\u0987 \u09b2\u09c7\u0996\u09be/\u099b\u09ac\u09bf/\u09ad\u09bf\u09a1\u09bf\u0993\u09a4\u09c7 \u09b8\u0982\u09ac\u09c7\u09a6\u09a8\u09b6\u09c0\u09b2 \u0995\u09bf\u099b\u09c1 \u09a5\u09be\u0995\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u098f\u0987 \u09b2\u09c7\u0996\u09be/\u099b\u09ac\u09bf/\u09ad\u09bf\u09a1\u09bf\u0993\u09a4\u09c7 \u09b8\u0982\u09ac\u09c7\u09a6\u09a8\u09b6\u09c0\u09b2 \u0995\u09bf\u099b\u09c1 \u09a5\u09be\u0995\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7" }, "site": { "terms": "\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09c7\u09b0 \u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0", @@ -49,17 +46,13 @@ "profile": "\u09a8\u09bf\u099c\u09b8\u09cd\u09ac \u09a4\u09a5\u09cd\u09af", "drive": "\u09a1\u09cd\u09b0\u09be\u0987\u09ad", "settings": "\u09aa\u099b\u09a8\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9", - "appearance": "", "compose": "\u09a8\u09a4\u09c1\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09cb", "logout": "\u09aa\u09cd\u09b0\u09b8\u09cd\u09a5\u09be\u09a8", - "createStory": "", "about": "\u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7", "help": "\u09b8\u09b9\u09be\u09df\u09a4\u09be", "language": "\u09ad\u09be\u09b7\u09be", "privacy": "\u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be", "terms": "\u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u0986\u0997\u09c7\u09b0 \u09a8\u0995\u09b6\u09be\u09df \u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0985\u09a8\u09c1\u09b0\u09cb\u09a7\u09b8\u09ae\u09c2\u09b9" }, "notifications": { - "title": "", "liked": "\u09aa\u099b\u09a8\u09cd\u09a6 \u0995\u09b0\u09c7\u099b\u09c7", "commented": "\u09ae\u09a8\u09cd\u09a4\u09ac\u09cd\u09af \u0995\u09b0\u09c7\u099b\u09c7", "reacted": "\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u09cd\u09b0\u09bf\u09df\u09be \u09a6\u09c7\u0996\u09bf\u09df\u09c7\u099b\u09c7", @@ -87,24 +79,7 @@ "modlog": "\u09ae\u09a1\u09be\u09b0\u09c7\u09b6\u09a8 \u09b2\u0997", "post": "\u09aa\u09cb\u09b8\u09cd\u099f", "story": "\u09b8\u09cd\u099f\u09cb\u09b0\u09bf", - "noneFound": "\u0995\u09cb\u09a8\u09cb \u09a8\u09cb\u099f\u09bf\u09ab\u09bf\u0995\u09c7\u09b6\u09a8 \u09aa\u09be\u0993\u09df\u09be \u09af\u09be\u09af\u09bc\u09a8\u09bf", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0995\u09cb\u09a8\u09cb \u09a8\u09cb\u099f\u09bf\u09ab\u09bf\u0995\u09c7\u09b6\u09a8 \u09aa\u09be\u0993\u09df\u09be \u09af\u09be\u09af\u09bc\u09a8\u09bf" }, "post": { "shareToFollowers": "\u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c0\u09a6\u09c7\u09b0 \u09ae\u09be\u099d\u09c7 \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09c1\u09a8", @@ -124,24 +99,7 @@ "followRequested": "\u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u098f\u09b0 \u0985\u09a8\u09c1\u09b0\u09cb\u09a7 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", "joined": "\u09af\u09c1\u0995\u09cd\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u09a8", "emptyCollections": "\u0986\u09ae\u09b0\u09be \u0995\u09cb\u09a8\u0993 \u09b8\u0982\u0997\u09cd\u09b0\u09b9\u09b6\u09be\u09b2\u09be \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09bf\u09a8\u09be", - "emptyPosts": "\u0986\u09ae\u09b0\u09be \u0995\u09cb\u09a8 \u09aa\u09cb\u09b7\u09cd\u099f \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09bf\u09a8\u09be", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u0986\u09ae\u09b0\u09be \u0995\u09cb\u09a8 \u09aa\u09cb\u09b7\u09cd\u099f \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09bf\u09a8\u09be" }, "menu": { "viewPost": "\u09aa\u09cb\u09b8\u09cd\u099f \u09a6\u09c7\u0996\u09c1\u09a8", @@ -184,41 +142,10 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "Are you sure you want to delete this post?", "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Add Story" }, "timeline": { "peopleYouMayKnow": "People you may know", @@ -239,128 +166,5 @@ "sendingReport": "Sending report", "thanksMsg": "Thanks for the report, people like you help keep our community safe!", "contactAdminMsg": "If you'd like to contact an administrator about this post or report" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/bo-BT.json b/public/_lang/bo-BT.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/bo-BT.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/ms.json b/public/_lang/bs-BA.json similarity index 78% rename from resources/assets/js/i18n/ms.json rename to public/_lang/bs-BA.json index 5445b0116..fc91f9371 100644 --- a/resources/assets/js/i18n/ms.json +++ b/public/_lang/bs-BA.json @@ -10,6 +10,7 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", + "bookmark": "Bookmark", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -19,6 +20,10 @@ "other": "Other", "readMore": "Read more", "success": "Success", + "proceed": "Proceed", + "next": "Next", + "close": "Close", + "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", "sensitiveContentWarning": "This post may contain sensitive content" @@ -42,6 +47,12 @@ "drive": "Drive", "settings": "Settings", "compose": "Create New", + "logout": "Logout", + "about": "About", + "help": "Help", + "language": "Language", + "privacy": "Privacy", + "terms": "Terms", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { @@ -67,7 +78,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -85,7 +97,9 @@ "unfollow": "Unfollow", "editProfile": "Edit Profile", "followRequested": "Follow Requested", - "joined": "Joined" + "joined": "Joined", + "emptyCollections": "We can't seem to find any collections", + "emptyPosts": "We can't seem to find any posts" }, "menu": { "viewPost": "View Post", @@ -134,6 +148,23 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } + }, + "hashtags": { + "emptyFeed": "We can't seem to find any posts for this hashtag" + }, + "report": { + "report": "Report", + "selectReason": "Select a reason", + "reported": "Reported", + "sendingReport": "Sending report", + "thanksMsg": "Thanks for the report, people like you help keep our community safe!", + "contactAdminMsg": "If you'd like to contact an administrator about this post or report" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ca.json b/public/_lang/ca-ES.json similarity index 55% rename from resources/assets/js/i18n/ca.json rename to public/_lang/ca-ES.json index 0ae65950b..390c83f01 100644 --- a/resources/assets/js/i18n/ca.json +++ b/public/_lang/ca-ES.json @@ -26,10 +26,7 @@ "clickHere": "fes clic aqu\u00ed", "sensitive": "Sensible", "sensitiveContent": "Contingut sensible", - "sensitiveContentWarning": "Aquesta publicaci\u00f3 pot incloure contingut sensible", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Aquesta publicaci\u00f3 pot incloure contingut sensible" }, "site": { "terms": "Condicions d'\u00fas", @@ -49,17 +46,13 @@ "profile": "Perfil", "drive": "Unitat", "settings": "Configuraci\u00f3", - "appearance": "", "compose": "Crea una nova", "logout": "Tanca la sessi\u00f3", - "createStory": "", "about": "Quant a", "help": "Ajuda", "language": "Idioma", "privacy": "Privacitat", "terms": "Termes", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Torna al disseny anterior" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Sol\u00b7licituds" }, "notifications": { - "title": "", "liked": "li agrada la teva", "commented": "comentat el teu", "reacted": "ha reaccionat al teu", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "publicaci\u00f3", "story": "hist\u00f2ria", - "noneFound": "No hi ha notificacions", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "No hi ha notificacions" }, "post": { "shareToFollowers": "Comparteix amb qui et segueix", @@ -124,24 +99,7 @@ "followRequested": "Sol\u00b7licituds de seguiment", "joined": "S'ha unit", "emptyCollections": "No s'ha trobat cap col\u00b7lecci\u00f3", - "emptyPosts": "No s'ha trobat cap publicaci\u00f3", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "No s'ha trobat cap publicaci\u00f3" }, "menu": { "viewPost": "Mostra la publicaci\u00f3", @@ -184,41 +142,10 @@ "embedConfirmText": "En utilitzar aquesta inserci\u00f3, accepteu el nostre", "deletePostConfirm": "Segur que voleu eliminar aquesta publicaci\u00f3?", "archivePostConfirm": "Segur que vols arxivar aquesta publicaci\u00f3?", - "unarchivePostConfirm": "Segur que vols desarxivar aquesta publicaci\u00f3?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Segur que vols desarxivar aquesta publicaci\u00f3?" }, "story": { - "add": "Afegeix hist\u00f2ria", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Afegeix hist\u00f2ria" }, "timeline": { "peopleYouMayKnow": "Gent que potser coneixeu", @@ -239,128 +166,5 @@ "sendingReport": "S'est\u00e0 enviant la den\u00fancia", "thanksMsg": "Gr\u00e0cies per la den\u00fancia. Gent com v\u00f3s fa que la nostra comunitat sigui segura!", "contactAdminMsg": "Si voleu contactar amb un o una administradora sobre aquesta publicaci\u00f3 o den\u00fancia" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/ckb-IR.json b/public/_lang/ckb-IR.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/ckb-IR.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/cs.json b/public/_lang/cs-CZ.json similarity index 60% rename from resources/assets/js/i18n/cs.json rename to public/_lang/cs-CZ.json index 64cd058fe..245f50b88 100644 --- a/resources/assets/js/i18n/cs.json +++ b/public/_lang/cs-CZ.json @@ -26,10 +26,7 @@ "clickHere": "klikn\u011bte zde", "sensitive": "Citliv\u00e9", "sensitiveContent": "Citliv\u00fd obsah", - "sensitiveContentWarning": "Tento p\u0159\u00edsp\u011bvek m\u016f\u017ee obsahovat citliv\u00fd obsah", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Tento p\u0159\u00edsp\u011bvek m\u016f\u017ee obsahovat citliv\u00fd obsah" }, "site": { "terms": "Podm\u00ednky pou\u017eit\u00ed", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "\u00dalo\u017ei\u0161t\u011b", "settings": "Nastaven\u00ed", - "appearance": "", "compose": "Vytvo\u0159it nov\u00fd", "logout": "Odhl\u00e1sit se", - "createStory": "", "about": "O aplikaci", "help": "N\u00e1pov\u011bda", "language": "Jazyk", "privacy": "Soukrom\u00ed", "terms": "Podm\u00ednky", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Vr\u00e1tit se k p\u0159edchoz\u00edmu vzhledu" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Po\u017eadavky" }, "notifications": { - "title": "", "liked": "se l\u00edb\u00ed v\u00e1\u0161", "commented": "komentoval/a v\u00e1\u0161", "reacted": "reagoval/a na v\u00e1\u0161", @@ -87,24 +79,7 @@ "modlog": "moder\u00e1torsk\u00fd z\u00e1znam", "post": "p\u0159\u00edsp\u011bvek", "story": "p\u0159\u00edbeh", - "noneFound": "Nebyla nalezena \u017e\u00e1dn\u00e1 ozn\u00e1men\u00ed", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Nebyla nalezena \u017e\u00e1dn\u00e1 ozn\u00e1men\u00ed" }, "post": { "shareToFollowers": "Sd\u00edlet se sleduj\u00edc\u00edmi", @@ -124,24 +99,7 @@ "followRequested": "Sledov\u00e1n\u00ed vy\u017e\u00e1d\u00e1no", "joined": "P\u0159ipojen/a", "emptyCollections": "Zd\u00e1 se, \u017ee nelze naj\u00edt \u017e\u00e1dn\u00e9 kolekce", - "emptyPosts": "Zd\u00e1 se, \u017ee nelze naj\u00edt \u017e\u00e1dn\u00e9 p\u0159\u00edsp\u011bvky", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Zd\u00e1 se, \u017ee nelze naj\u00edt \u017e\u00e1dn\u00e9 p\u0159\u00edsp\u011bvky" }, "menu": { "viewPost": "Zobrazit p\u0159\u00edsp\u011bvek", @@ -184,41 +142,10 @@ "embedConfirmText": "Pou\u017eit\u00edm vlo\u017een\u00ed souhlas\u00edte s na\u0161imi", "deletePostConfirm": "Opravdu chcete smazat tento p\u0159\u00edsp\u011bvek?", "archivePostConfirm": "Opravdu chcete archivovat tento p\u0159\u00edsp\u011bvek?", - "unarchivePostConfirm": "Opravdu chcete zru\u0161it archivaci tohoto p\u0159\u00edsp\u011bvku?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Opravdu chcete zru\u0161it archivaci tohoto p\u0159\u00edsp\u011bvku?" }, "story": { - "add": "P\u0159idat p\u0159\u00edb\u011bh", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "P\u0159idat p\u0159\u00edb\u011bh" }, "timeline": { "peopleYouMayKnow": "Lid\u00e9, kter\u00e9 mo\u017en\u00e1 zn\u00e1te", @@ -239,128 +166,5 @@ "sendingReport": "Odes\u00edl\u00e1n\u00ed hl\u00e1\u0161en\u00ed", "thanksMsg": "D\u00edky za hl\u00e1\u0161en\u00ed, lid\u00e9 jako jste vy pom\u00e1haj\u00ed udr\u017eet na\u0161i komunitu bezpe\u010dnou!", "contactAdminMsg": "Pokud chcete kontaktovat administr\u00e1tora ohledn\u011b tohoto p\u0159\u00edsp\u011bvku nebo hl\u00e1\u0161en\u00ed" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/cy.json b/public/_lang/cy-GB.json similarity index 53% rename from public/_lang/cy.json rename to public/_lang/cy-GB.json index eea06f6f4..a544ff1a2 100644 --- a/public/_lang/cy.json +++ b/public/_lang/cy-GB.json @@ -26,10 +26,7 @@ "clickHere": "cliciwch yma", "sensitive": "Sensitif", "sensitiveContent": "Cynnwys sensitif", - "sensitiveContentWarning": "Gall y post hon gynnwys cynnwys sensitif", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Gall y post hon gynnwys cynnwys sensitif" }, "site": { "terms": "Telerau defnyddio", @@ -49,17 +46,13 @@ "profile": "Proffil", "drive": "Gyriant storio", "settings": "Gosodiadau", - "appearance": "", "compose": "Creu newydd", "logout": "Allgofnodi", - "createStory": "", "about": "Amdano", "help": "Cymorth", "language": "Iaith", "privacy": "Preifatrwydd", "terms": "Telerau", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Ewch yn \u00f4l at ddyluniad blaenorol" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Ceisiadau" }, "notifications": { - "title": "", "liked": "wedi hoffi eich", "commented": "gwnaeth sylwadau ar eich", "reacted": "adweithio i'ch", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "post", "story": "stori", - "noneFound": "Dim hysbysiadau", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Dim hysbysiadau" }, "post": { "shareToFollowers": "Rhannwch i ddilynwyr", @@ -124,24 +99,7 @@ "followRequested": "Dilyn gofynnwyd", "joined": "Wedi ymuno", "emptyCollections": "Ni allwn dod o hyd i unrhyw gasgliadau", - "emptyPosts": "Ni allwn dod o hyd i unrhyw bostiadau", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Ni allwn dod o hyd i unrhyw bostiadau" }, "menu": { "viewPost": "Gweld Post", @@ -184,41 +142,10 @@ "embedConfirmText": "Trwy ddefnyddio'r ymgorfforiad hwn, rydych chi'n cytuno i'n", "deletePostConfirm": "Ydych chi'n si\u0175r eich bod chi am dileu'r post hon?", "archivePostConfirm": "Ydych chi'n si\u0175r eich bod eisiau archifo'r post hwn?", - "unarchivePostConfirm": "Ydych chi'n si\u0175r eich bod eisiau dad-archifo'r post hwn?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Ydych chi'n si\u0175r eich bod eisiau dad-archifo'r post hwn?" }, "story": { - "add": "Ychwanegu Stori", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Ychwanegu Stori" }, "timeline": { "peopleYouMayKnow": "Pobl efallai eich bod chi'n eu hadnabod", @@ -239,128 +166,5 @@ "sendingReport": "Anfon adroddiad", "thanksMsg": "Diolch am yr adroddiad, mae pobl fel chi yn helpu i gadw ein cymuned yn ddiogel!", "contactAdminMsg": "Os hoffech chi gysylltu \u00e2 gweinyddwr am y post neu'r adroddiad hwn" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/da.json b/public/_lang/da-DK.json similarity index 53% rename from public/_lang/da.json rename to public/_lang/da-DK.json index cec54eb88..5d9eb697a 100644 --- a/public/_lang/da.json +++ b/public/_lang/da-DK.json @@ -26,10 +26,7 @@ "clickHere": "klik her", "sensitive": "F\u00f8lsomt", "sensitiveContent": "F\u00f8lsomt indhold", - "sensitiveContentWarning": "Dette opslag kan indeholde f\u00f8lsomt indhold", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Dette opslag kan indeholde f\u00f8lsomt indhold" }, "site": { "terms": "Brugsvilk\u00e5r", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Drev", "settings": "Indstillinger", - "appearance": "", "compose": "Opret ny", "logout": "Log ud", - "createStory": "", "about": "Om", "help": "Hj\u00e6lp", "language": "Sprog", "privacy": "Privatliv", "terms": "Betingelser", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "G\u00e5 tilbage til forrige design" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Anmodninger" }, "notifications": { - "title": "", "liked": "syntes godt om dit", "commented": "kommenterede p\u00e5 dit", "reacted": "reagerede p\u00e5 dit", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "opslag", "story": "historie", - "noneFound": "Ingen notifikationer fundet", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Ingen notifikationer fundet" }, "post": { "shareToFollowers": "Del til f\u00f8lgere", @@ -124,24 +99,7 @@ "followRequested": "F\u00f8lg anmodet", "joined": "Blev medlem", "emptyCollections": "Vi kan ikke finde nogen samlinger", - "emptyPosts": "Vi kan ikke finde nogen indl\u00e6g", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Vi kan ikke finde nogen indl\u00e6g" }, "menu": { "viewPost": "Se opslag", @@ -184,41 +142,10 @@ "embedConfirmText": "Ved at bruge denne indlejring, accepterer du vores", "deletePostConfirm": "Er du sikker p\u00e5, at du vil slette dette opslag?", "archivePostConfirm": "Er du sikker p\u00e5, at du vil arkivere dette opslag?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Tilf\u00f8j historie", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Tilf\u00f8j historie" }, "timeline": { "peopleYouMayKnow": "Folk du m\u00e5ske kender", @@ -239,128 +166,5 @@ "sendingReport": "Sender rapport", "thanksMsg": "Tak for rapporten, folk som dig hj\u00e6lper med at passe p\u00e5 vores f\u00e6llesskab!", "contactAdminMsg": "Hvis du vil kontakte en administrator om dette indl\u00e6g eller rapport" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/de.json b/public/_lang/de-DE.json similarity index 55% rename from public/_lang/de.json rename to public/_lang/de-DE.json index a1779d23b..41c13e233 100644 --- a/public/_lang/de.json +++ b/public/_lang/de-DE.json @@ -26,10 +26,7 @@ "clickHere": "Hier klicken", "sensitive": "Sensibel", "sensitiveContent": "Sensibler Inhalt", - "sensitiveContentWarning": "Dieser Beitrag kann sensible Inhalte enthalten", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Dieser Beitrag kann sensible Inhalte enthalten" }, "site": { "terms": "Nutzungsbedingungen", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Festplatte", "settings": "Einstellungen", - "appearance": "", "compose": "Neu erstellen:", "logout": "Abmelden", - "createStory": "", "about": "\u00dcber", "help": "Hilfe", "language": "Sprache", "privacy": "Privatsph\u00e4re", "terms": "AGB", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Zur\u00fcck zum vorherigen Design" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Anfragen" }, "notifications": { - "title": "", "liked": "gef\u00e4llt dein", "commented": "kommentierte deinen", "reacted": "reagierte auf dein", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "Beitrag", "story": "Story", - "noneFound": "Keine Benachrichtigungen vorhanden", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Keine Benachrichtigungen vorhanden" }, "post": { "shareToFollowers": "Mit Folgenden teilen", @@ -124,24 +99,7 @@ "followRequested": "Folgeanfragen", "joined": "Beigetreten", "emptyCollections": "Wir k\u00f6nnen keine Sammlungen finden", - "emptyPosts": "Wir k\u00f6nnen keine Beitr\u00e4ge finden", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Wir k\u00f6nnen keine Beitr\u00e4ge finden" }, "menu": { "viewPost": "Beitrag anzeigen", @@ -184,41 +142,10 @@ "embedConfirmText": "Mit der Nutzung dieser Einbettung erkl\u00e4rst du dich mit unseren", "deletePostConfirm": "Bist du sicher, dass du diesen Beitrag l\u00f6schen m\u00f6chtest?", "archivePostConfirm": "Bist du sicher, dass du diesen Beitrag archivieren m\u00f6chtest?", - "unarchivePostConfirm": "M\u00f6chten Sie dieses Element wirklich aus dem Archiv zur\u00fcckholen?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "M\u00f6chten Sie dieses Element wirklich aus dem Archiv zur\u00fcckholen?" }, "story": { - "add": "Story hinzuf\u00fcgen", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Story hinzuf\u00fcgen" }, "timeline": { "peopleYouMayKnow": "Leute, die du vielleicht kennst", @@ -239,128 +166,5 @@ "sendingReport": "Meldung wird gesendet", "thanksMsg": "Danke f\u00fcr deine Meldung! Damit erh\u00f6hst du die Sicherheit der Community!", "contactAdminMsg": "Wenn du die Administration wegen dieses Beitrags oder dieser Meldung kontaktieren m\u00f6chtest" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/el.json b/public/_lang/el-GR.json similarity index 79% rename from public/_lang/el.json rename to public/_lang/el-GR.json index ed2c6eb1e..7d03b00b7 100644 --- a/public/_lang/el.json +++ b/public/_lang/el-GR.json @@ -26,10 +26,7 @@ "clickHere": "\u03ba\u03bb\u03b9\u03ba \u03b5\u03b4\u03ce", "sensitive": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf", "sensitiveContent": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf", - "sensitiveContentWarning": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b5\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b5\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf" }, "site": { "terms": "\u038c\u03c1\u03bf\u03b9 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2", @@ -49,17 +46,13 @@ "profile": "\u03a0\u03c1\u03bf\u03c6\u03af\u03bb", "drive": "\u03a7\u03ce\u03c1\u03bf\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2", "settings": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", - "appearance": "", "compose": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5", "logout": "\u0391\u03c0\u03bf\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", - "createStory": "", "about": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5", "help": "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1", "language": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", "privacy": "\u0399\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1", "terms": "\u038c\u03c1\u03bf\u03b9", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u03a0\u03b7\u03b3\u03b1\u03af\u03bd\u03b5\u03c4\u03b5 \u03c0\u03af\u03c3\u03c9 \u03c3\u03c4\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0391\u03b9\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1" }, "notifications": { - "title": "", "liked": "\u03c4\u03bf\u03c5 \u03ac\u03c1\u03b5\u03c3\u03b5", "commented": "\u03c3\u03c7\u03bf\u03bb\u03af\u03b1\u03c3\u03b5 \u03c3\u03c4\u03bf", "reacted": "\u03b1\u03bd\u03c4\u03ad\u03b4\u03c1\u03b1\u03c3\u03b5 \u03c3\u03c4\u03bf", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "\u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7", "story": "\u03b9\u03c3\u03c4\u03bf\u03c1\u03af\u03b1", - "noneFound": "\u0394\u03b5 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0394\u03b5 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2" }, "post": { "shareToFollowers": "\u039c\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2", @@ -124,24 +99,7 @@ "followRequested": "\u0391\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03a4\u03bf \u0391\u03af\u03c4\u03b7\u03bc\u03b1", "joined": "\u0388\u03b3\u03b9\u03bd\u03b5 \u03bc\u03ad\u03bb\u03bf\u03c2", "emptyCollections": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b2\u03c1\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ad\u03c2", - "emptyPosts": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b2\u03c1\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b2\u03c1\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2" }, "menu": { "viewPost": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03b7 \u0394\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7\u03c2", @@ -184,41 +142,10 @@ "embedConfirmText": "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7, \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5", "deletePostConfirm": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", "archivePostConfirm": "\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7;", - "unarchivePostConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03bf \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7;", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03bf \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7;" }, "story": { - "add": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b1\u03c2", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b1\u03c2" }, "timeline": { "peopleYouMayKnow": "\u0386\u03c4\u03bf\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03ad\u03c1\u03b5\u03c4\u03b5", @@ -239,128 +166,5 @@ "sendingReport": "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2", "thanksMsg": "\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac, \u03ac\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03b9 \u03c3\u03b1\u03bd \u03ba\u03b9 \u03b5\u03c3\u03ac\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac \u03bc\u03b1\u03c2 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae\u03c2!", "contactAdminMsg": "\u0391\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/en.json b/public/_lang/en-US.json similarity index 100% rename from public/_lang/en.json rename to public/_lang/en-US.json diff --git a/public/_lang/en-x-pirate.json b/public/_lang/en-x-pirate.json new file mode 100644 index 000000000..3c9c0ec12 --- /dev/null +++ b/public/_lang/en-x-pirate.json @@ -0,0 +1,17 @@ +{ + "common": { + "comment": "Yammer", + "bookmark": "Treasure", + "cancel": "Abandon Ship", + "errorMsg": "Somethin' went wrong. Please try again later.", + "oops": "Shiver me timbers!", + "next": "Onward", + "clickHere": "click thar", + "sensitiveContentWarning": "Dis post may contain sensitive content", + "javascript": "Please enable javascript to view this booty.", + "continue": "Carry On" + }, + "site": { + "privacy": "Privacy Creed" + } +} \ No newline at end of file diff --git a/public/_lang/eo-UY.json b/public/_lang/eo-UY.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/eo-UY.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/es.json b/public/_lang/es-ES.json similarity index 91% rename from public/_lang/es.json rename to public/_lang/es-ES.json index a5a793f55..7325a81ce 100644 --- a/public/_lang/es.json +++ b/public/_lang/es-ES.json @@ -27,7 +27,6 @@ "sensitive": "Sensible", "sensitiveContent": "Contenido Sensible", "sensitiveContentWarning": "Esta publicaci\u00f3n podr\u00eda contener contenido sensible", - "javascript": "", "loading": "Cargando...", "continue": "Continuar" }, @@ -49,7 +48,6 @@ "profile": "Perfil", "drive": "Multimedia", "settings": "Ajustes", - "appearance": "", "compose": "Crear Nuevo", "logout": "Cerrar sesi\u00f3n", "createStory": "Crear Historia", @@ -59,7 +57,6 @@ "privacy": "Privacidad", "terms": "T\u00e9rminos", "legalNotice": "Aviso Legal", - "mobileApps": "", "backToPreviousDesign": "Volver al dise\u00f1o anterior" }, "directMessages": { @@ -78,7 +75,6 @@ "sentA": "envi\u00f3 un", "followed": "te sigui\u00f3", "mentioned": "te mencion\u00f3", - "you": "", "yourApplication": "Tu solicitud para unirse", "applicationApproved": "ha sido aprobada", "applicationRejected": "ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.", @@ -240,19 +236,6 @@ "thanksMsg": "Gracias por el reporte, \u00a1personas como t\u00fa ayudan a mantener nuestra comunidad segura!", "contactAdminMsg": "Si quieres contactar un administrador sobre esta publicaci\u00f3n o reporte" }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, "settings": { "filters": { "title": "Filtros", @@ -326,41 +309,5 @@ "add_keyword": "Agregar palabra clave...", "enter_filter_title": "Introduce el t\u00edtulo del filtro" } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/eu.json b/public/_lang/eu-ES.json similarity index 54% rename from public/_lang/eu.json rename to public/_lang/eu-ES.json index a3c8b9081..1608126f1 100644 --- a/public/_lang/eu.json +++ b/public/_lang/eu-ES.json @@ -26,10 +26,7 @@ "clickHere": "klikatu hemen", "sensitive": "Hunkigarria", "sensitiveContent": "Eduki hunkigarria", - "sensitiveContentWarning": "Bidalketa honek eduki hunkigarria izan dezake", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Bidalketa honek eduki hunkigarria izan dezake" }, "site": { "terms": "Erabilera-baldintzak", @@ -49,17 +46,13 @@ "profile": "Profila", "drive": "Unitatea", "settings": "Ezarpenak", - "appearance": "", "compose": "Sortu berria", "logout": "Itxi saioa", - "createStory": "", "about": "Honi buruz", "help": "Laguntza", "language": "Hizkuntza", "privacy": "Pribatutasuna", "terms": "Baldintzak", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Itzuli aurreko diseinura" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Eskaerak" }, "notifications": { - "title": "", "liked": "datsegi zure", "commented": "-(e)k iruzkindu du zure", "reacted": "-(e)k erantzun egin du zure", @@ -87,24 +79,7 @@ "modlog": "modloga", "post": "bidalketa", "story": "istorioa", - "noneFound": "Ez da jakinarazpenik aurkitu", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Ez da jakinarazpenik aurkitu" }, "post": { "shareToFollowers": "Partekatu jarraitzaileei", @@ -124,24 +99,7 @@ "followRequested": "Jarraitzeko eskaera bidalita", "joined": "Elkartu da", "emptyCollections": "Ez dugu topatu bildumarik", - "emptyPosts": "Ez dugu topatu bidalketarik", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Ez dugu topatu bidalketarik" }, "menu": { "viewPost": "Ikusi bidalketa", @@ -184,41 +142,10 @@ "embedConfirmText": "Txertaketa hau erabiliz, onartzen dituzu gure", "deletePostConfirm": "Ziur al zaude bidalketa hau ezabatu nahi duzula?", "archivePostConfirm": "Ziur al zaude bidalketa hau artxibatu nahi duzula?", - "unarchivePostConfirm": "Ziur bidalketa hau desartxibatu nahi duzula?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Ziur bidalketa hau desartxibatu nahi duzula?" }, "story": { - "add": "Gehitu istorioa", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Gehitu istorioa" }, "timeline": { "peopleYouMayKnow": "Ezagun dezakezun jendea", @@ -239,128 +166,5 @@ "sendingReport": "Salaketa bidaltzen", "thanksMsg": "Eskerrik asko salaketagatik, zu bezalako jendeak gure komunitatea seguruagoa mantentzen du!", "contactAdminMsg": "Administratzaile batekin harremanetan jarri nahi baduzu bidalketa edo salaketa honen harira" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/fa.json b/public/_lang/fa-IR.json similarity index 75% rename from resources/assets/js/i18n/fa.json rename to public/_lang/fa-IR.json index b23bfdb56..8731ad17a 100644 --- a/resources/assets/js/i18n/fa.json +++ b/public/_lang/fa-IR.json @@ -26,10 +26,7 @@ "clickHere": "\u0627\u06cc\u0646\u200c\u062c\u0627 \u0631\u0627 \u0628\u0632\u0646\u06cc\u062f", "sensitive": "\u062d\u0633\u0627\u0633", "sensitiveContent": "\u0645\u062d\u062a\u0648\u0627\u06cc \u062d\u0633\u0627\u0633", - "sensitiveContentWarning": "\u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u062f\u0627\u0631\u0627\u06cc \u0645\u062d\u062a\u0648\u0627\u06cc \u062d\u0633\u0627\u0633 \u0628\u0627\u0634\u062f", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u062f\u0627\u0631\u0627\u06cc \u0645\u062d\u062a\u0648\u0627\u06cc \u062d\u0633\u0627\u0633 \u0628\u0627\u0634\u062f" }, "site": { "terms": "\u0634\u0631\u0627\u06cc\u0637 \u0627\u0633\u062a\u0641\u0627\u062f\u0647", @@ -49,17 +46,13 @@ "profile": "\u0646\u0645\u0627\u06cc\u0647", "drive": "\u06af\u0631\u062f\u0627\u0646\u0646\u062f\u0647", "settings": "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a", - "appearance": "", "compose": "\u0641\u0631\u0633\u062a\u0647\u0654 \u062c\u062f\u06cc\u062f", "logout": "\u062e\u0631\u0648\u062c", - "createStory": "", "about": "\u062f\u0631\u0628\u0627\u0631\u0647", "help": "\u0631\u0627\u0647\u0646\u0645\u0627", "language": "\u0632\u0628\u0627\u0646", "privacy": "\u062d\u0631\u06cc\u0645 \u062e\u0635\u0648\u0635\u06cc", "terms": "\u0634\u0631\u0627\u06cc\u0637", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u0628\u0627\u0632\u06af\u0634\u062a \u0628\u0647 \u0637\u0631\u0651\u0627\u062d\u06cc \u067e\u06cc\u0634\u06cc\u0646" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627" }, "notifications": { - "title": "", "liked": "\u0634\u0645\u0627 \u0631\u0627 \u067e\u0633\u0646\u062f\u06cc\u062f", "commented": "\u062f\u06cc\u062f\u06af\u0627\u0647\u06cc \u0628\u0631\u0627\u06cc \u0634\u0645\u0627 \u06af\u0630\u0627\u0634\u062a", "reacted": "reacted to your", @@ -87,24 +79,7 @@ "modlog": "\u06af\u0632\u0627\u0631\u0634 \u0645\u062f\u06cc\u0631", "post": "\u0641\u0631\u0633\u062a\u0647", "story": "\u062f\u0627\u0633\u062a\u0627\u0646", - "noneFound": "\u0647\u06cc\u0686 \u0622\u06af\u0627\u0647\u06cc\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u0646\u0634\u062f", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0647\u06cc\u0686 \u0622\u06af\u0627\u0647\u06cc\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u0646\u0634\u062f" }, "post": { "shareToFollowers": "\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0628\u0627 \u062f\u0646\u0628\u0627\u0644\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646", @@ -124,24 +99,7 @@ "followRequested": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u062f\u0646\u0628\u0627\u0644 \u06a9\u0631\u062f\u0646 \u0641\u0631\u0633\u062a\u0627\u062f\u0647 \u0634\u062f", "joined": "\u067e\u06cc\u0648\u0633\u062a", "emptyCollections": "\u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u06a9\u0647 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u0645 \u0647\u06cc\u0686 \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u06a9\u0646\u06cc\u0645", - "emptyPosts": "\u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u06a9\u0647 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u0645 \u0647\u06cc\u0686 \u0641\u0631\u0633\u062a\u0647\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u06a9\u0646\u06cc\u0645", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u06a9\u0647 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u0645 \u0647\u06cc\u0686 \u0641\u0631\u0633\u062a\u0647\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u06a9\u0646\u06cc\u0645" }, "menu": { "viewPost": "\u0646\u0645\u0627\u06cc\u0634 \u0641\u0631\u0633\u062a\u0647", @@ -184,41 +142,10 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0631\u0627 \u067e\u0627\u06a9 \u06a9\u0646\u06cc\u062f\u061f", "archivePostConfirm": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0631\u0627 \u0628\u0627\u06cc\u06af\u0627\u0646\u06cc \u06a9\u0646\u06cc\u062f\u061f", - "unarchivePostConfirm": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0631\u0627 \u0627\u0632 \u0628\u0627\u06cc\u06af\u0627\u0646\u06cc \u062e\u0627\u0631\u062c \u06a9\u0646\u06cc\u062f\u061f", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u0631\u0627 \u0627\u0632 \u0628\u0627\u06cc\u06af\u0627\u0646\u06cc \u062e\u0627\u0631\u062c \u06a9\u0646\u06cc\u062f\u061f" }, "story": { - "add": "\u0627\u0641\u0632\u0648\u062f\u0646 \u062f\u0627\u0633\u062a\u0627\u0646", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u0627\u0641\u0632\u0648\u062f\u0646 \u062f\u0627\u0633\u062a\u0627\u0646" }, "timeline": { "peopleYouMayKnow": "\u0627\u0641\u0631\u0627\u062f\u06cc \u06a9\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0634\u0646\u0627\u0633\u06cc\u062f", @@ -239,128 +166,5 @@ "sendingReport": "\u0641\u0631\u0633\u062a\u0627\u062f\u0646 \u06af\u0632\u0627\u0631\u0634", "thanksMsg": "\u0645\u0645\u0646\u0648\u0646 \u0627\u0632 \u06af\u0632\u0627\u0631\u0634. \u0627\u0641\u0631\u0627\u062f\u06cc \u0686\u0648\u0646 \u0634\u0645\u0627 \u0627\u062c\u062a\u0645\u0627\u0639\u0645\u0627\u0646 \u0631\u0627 \u0627\u0645\u0646 \u0646\u06af\u0647 \u0645\u06cc\u200c\u062f\u0627\u0631\u0646\u062f!", "contactAdminMsg": "\u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u062f\u0631 \u0628\u0627\u0631\u0647\u062e\u200c\u0627\u06cc \u0627\u06cc\u0646 \u0641\u0631\u0633\u062a\u0647 \u06cc\u0627 \u06af\u0632\u0627\u0631\u0634 \u0628\u0627 \u0645\u062f\u06cc\u0631\u06cc \u062f\u0631 \u062a\u0645\u0627\u0633 \u0628\u0627\u0634\u06cc\u062f" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/fi-FI.json b/public/_lang/fi-FI.json new file mode 100644 index 000000000..c7b46e506 --- /dev/null +++ b/public/_lang/fi-FI.json @@ -0,0 +1,366 @@ +{ + "common": { + "comment": "Kommentoi", + "commented": "Kommentoitu", + "comments": "Kommentit", + "like": "Tykk\u00e4\u00e4", + "liked": "Tyk\u00e4tty", + "likes": "Tykk\u00e4ykset", + "share": "Jaa", + "shared": "Jaettu", + "shares": "Jaot", + "unshare": "Peru jakaminen", + "bookmark": "Kirjanmerkki", + "cancel": "Peruuta", + "copyLink": "Kopioi linkki", + "delete": "Poista", + "error": "Virhe", + "errorMsg": "Jokin meni pieleen. Yrit\u00e4 my\u00f6hemmin uudelleen.", + "oops": "Oho!", + "other": "Muu", + "readMore": "Lue lis\u00e4\u00e4", + "success": "Onnistui", + "proceed": "Jatka", + "next": "Seuraava", + "close": "Sulje", + "clickHere": "klikkaa t\u00e4st\u00e4", + "sensitive": "Sensitiivinen", + "sensitiveContent": "Sensitiivinen sis\u00e4lt\u00f6", + "sensitiveContentWarning": "T\u00e4m\u00e4 julkaisu saattaa sis\u00e4lt\u00e4\u00e4 sensitiivist\u00e4 sis\u00e4lt\u00f6\u00e4", + "javascript": "Ota JavaScript k\u00e4ytt\u00f6\u00f6n n\u00e4hd\u00e4ksesi t\u00e4m\u00e4n sis\u00e4ll\u00f6n.", + "loading": "Ladataan...", + "continue": "Jatka" + }, + "site": { + "terms": "K\u00e4ytt\u00f6ehdot", + "privacy": "Tietosuojak\u00e4yt\u00e4nt\u00f6" + }, + "navmenu": { + "search": "Hae", + "admin": "Yll\u00e4pit\u00e4j\u00e4n hallintapaneeli", + "homeFeed": "Kotisy\u00f6te", + "localFeed": "Paikallinen sy\u00f6te", + "globalFeed": "Maailmanlaajuinen sy\u00f6te", + "discover": "Tutustu", + "directMessages": "Yksityisviestit", + "notifications": "Ilmoitukset", + "groups": "Ryhm\u00e4t", + "stories": "Tarinat", + "profile": "Profiili", + "drive": "Asema", + "settings": "Asetukset", + "appearance": "Ulkoasu", + "compose": "Luo uusi", + "logout": "Kirjaudu ulos", + "createStory": "Luo tarina", + "about": "Tietoja", + "help": "Ohje", + "language": "Kieli", + "privacy": "Yksityisyys", + "terms": "Ehdot", + "legalNotice": "Oikeudelliset tiedot", + "mobileApps": "Mobiilisovellukset", + "backToPreviousDesign": "Palaa aiempaan ulkoasuun" + }, + "directMessages": { + "inbox": "Saapuneet", + "sent": "L\u00e4hetetty", + "requests": "Pyynn\u00f6t" + }, + "notifications": { + "title": "Ilmoitukset", + "liked": "tykk\u00e4si sinun", + "commented": "kommentoi sinun", + "reacted": "reagoi sinun", + "shared": "jakoi sinun", + "tagged": "merkitsi sinut", + "updatedA": "p\u00e4ivitetty", + "sentA": "l\u00e4hetti", + "followed": "seuraa", + "mentioned": "mainittu", + "you": "sin\u00e4", + "yourApplication": "Liittymist\u00e4 koskeva hakemuksesi", + "applicationApproved": "hyv\u00e4ksyttiin!", + "applicationRejected": "hyl\u00e4ttiin. Voit hakea uudelleen 6 kuukauden kuluttua.", + "dm": "yv", + "groupPost": "ryhm\u00e4viesti", + "modlog": "modelogi", + "post": "viesti", + "story": "tarina", + "noneFound": "Ilmoituksia ei l\u00f6ytynyt", + "youRecent": "Viimeisimm\u00e4t", + "hasUnlisted": "on poistettu listalta", + "cannotDisplay": "Emme voi n\u00e4ytt\u00e4\u00e4 t\u00e4t\u00e4 ilmoitusta t\u00e4ll\u00e4 hetkell\u00e4.", + "followRequest": "Seurantapyynn\u00f6t", + "filteringResults": "Suodatetut tulokset eiv\u00e4t v\u00e4ltt\u00e4m\u00e4tt\u00e4 sis\u00e4ll\u00e4 vanhempia ilmoituksia", + "mentions": "Maininnat", + "mentionsDescription": "Vastaukset julkaisuihisi ja julkaisut, joissa sinut on mainittu", + "likes": "Tykk\u00e4ykset", + "likesDescription": "Tilit, jotka pitiv\u00e4t viesteist\u00e4si", + "followers": "Seuraajat", + "followersDescription": "Tilit, jotka seurasivat sinua", + "reblogs": "Uudelleenjulkaisut", + "reblogsDescription": "Tilit, jotka jakoivat tai uudelleenjulkaisivat julkaisujasi", + "dms": "Yksityisviestit", + "dmsDescription": "Yksityisviestisi muiden tilien kanssa", + "accept": "Hyv\u00e4ksy", + "reject": "Hylk\u00e4\u00e4" + }, + "post": { + "shareToFollowers": "Jaa seuraajille", + "shareToOther": "Jaa muille", + "noLikes": "Tykk\u00e4yksi\u00e4 ei ole viel\u00e4", + "uploading": "Siirret\u00e4\u00e4n" + }, + "profile": { + "posts": "Julkaisut", + "followers": "Seuraajat", + "following": "Seurataan", + "admin": "Yll\u00e4pit\u00e4j\u00e4", + "collections": "Kokoelmat", + "follow": "Seuraa", + "unfollow": "Lopeta seuraaminen", + "editProfile": "Muokkaa profiilia", + "followRequested": "Seuraamista pyydetty", + "joined": "Liittynyt", + "emptyCollections": "Emme n\u00e4yt\u00e4 l\u00f6yt\u00e4v\u00e4n yht\u00e4\u00e4n kokoelmaa", + "emptyPosts": "Emme n\u00e4yt\u00e4 l\u00f6yt\u00e4v\u00e4n yht\u00e4\u00e4n viesti\u00e4", + "blocking": "Olet est\u00e4m\u00e4ss\u00e4 t\u00e4m\u00e4n tilin", + "sponsor": "Lahjoita", + "followYou": "Seuraa sinua", + "archives": "Arkistot", + "bookmarks": "Kirjanmerkit", + "likes": "Tykk\u00e4ykset", + "muted": "Mykistetty", + "blocked": "Estetty", + "myPortifolio": "Oma portfolio", + "private": "T\u00e4m\u00e4 profiili on yksityinen", + "public": "Julkinen", + "draft": "Luonnos", + "emptyLikes": "Emme l\u00f6yt\u00e4neet yht\u00e4\u00e4n julkaisua, josta olet tyk\u00e4nnyt", + "emptyBookmarks": "Emme l\u00f6yt\u00e4neet yht\u00e4\u00e4n julkaisua, jonka olet lis\u00e4nnyt kirjanmerkkeihin", + "emptyArchives": "Emme l\u00f6yt\u00e4neet yht\u00e4\u00e4n arkistoitua julkaisua", + "untitled": "Nimet\u00f6n", + "noDescription": "Kuvausta ei ole saatavilla" + }, + "menu": { + "viewPost": "N\u00e4yt\u00e4 viesti", + "viewProfile": "N\u00e4yt\u00e4 profiili", + "moderationTools": "Moderointity\u00f6kalut", + "report": "Ilmoita", + "archive": "Arkisto", + "unarchive": "Palauta arkistosta", + "embed": "Upota", + "selectOneOption": "Valitse yksi seuraavista vaihtoehdoista", + "unlistFromTimelines": "Poista aikajanalta", + "addCW": "Lis\u00e4\u00e4 sis\u00e4lt\u00f6varoitus", + "removeCW": "Poista sis\u00e4lt\u00f6varoitus", + "markAsSpammer": "Merkitse roskapostittajaksi", + "markAsSpammerText": "Poista listalta + SV olevat ja tulevat julkaisut", + "spam": "Roskaposti", + "sensitive": "Arkaluonteista sis\u00e4lt\u00f6\u00e4", + "abusive": "Hy\u00f6kk\u00e4\u00e4v\u00e4 tai haitallinen", + "underageAccount": "Alaik\u00e4isen tili", + "copyrightInfringement": "Tekij\u00e4noikeusloukkaus", + "impersonation": "V\u00e4\u00e4rennetty henkil\u00f6llisyys", + "scamOrFraud": "Huijaus tai petos", + "confirmReport": "Vahvista ilmianto", + "confirmReportText": "Oletko varma, ett\u00e4 haluat ilmiantaa t\u00e4m\u00e4n viestin?", + "reportSent": "Ilmoitus l\u00e4hetetty!", + "reportSentText": "Saimme ilmoituksesi.", + "reportSentError": "Julkaisun ilmianto ep\u00e4onnistui.", + "modAddCWConfirm": "Haluatko varmasti lis\u00e4t\u00e4 sis\u00e4lt\u00f6varoituksen t\u00e4h\u00e4n julkaisuun?", + "modCWSuccess": "Sis\u00e4lt\u00f6varoitus lis\u00e4tty onnistuneesti", + "modRemoveCWConfirm": "Haluatko varmasti poistaa julkaisun sis\u00e4lt\u00f6varoituksen?", + "modRemoveCWSuccess": "Sis\u00e4lt\u00f6varoitus poistettu", + "modUnlistConfirm": "Haluatko varmasti piilottaa julkaisun?", + "modUnlistSuccess": "Julkaisun piilotus onnistui", + "modMarkAsSpammerConfirm": "Haluatko varmasti merkit\u00e4 k\u00e4ytt\u00e4j\u00e4n roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sis\u00e4lt\u00f6varoituksen ja julkaisut piilotetaan aikajanoilta.", + "modMarkAsSpammerSuccess": "Tili merkitty roskapostittajaksi", + "toFollowers": "seuraajille", + "showCaption": "N\u00e4yt\u00e4 kuvaus", + "showLikes": "N\u00e4yt\u00e4 tykk\u00e4ykset", + "compactMode": "Kompakti tila", + "embedConfirmText": "K\u00e4ytt\u00e4m\u00e4ll\u00e4 upotusta, hyv\u00e4ksyt", + "deletePostConfirm": "Haluatko varmasti poistaa julkaisun?", + "archivePostConfirm": "Haluatko varmasti arkistoida julkaisun?", + "unarchivePostConfirm": "Haluatko varmasti peruuttaa julkaisun arkistoinnin?", + "pin": "Kiinnit\u00e4", + "unpin": "Poista kiinnitys", + "pinPostConfirm": "Haluatko varmasti kiinnitt\u00e4\u00e4 t\u00e4m\u00e4n julkaisun?", + "unpinPostConfirm": "Haluatko varmasti poistaa t\u00e4m\u00e4n julkaisun kiinnityksen?" + }, + "story": { + "add": "Lis\u00e4\u00e4 tarina", + "myStory": "Oma tarina", + "viewMyStory": "N\u00e4yt\u00e4 oma tarina", + "goBack": "Palaa takaisin", + "delete": "Poista", + "crop": "Rajaa", + "error": "Tapahtui virhe, yrit\u00e4 uudelleen my\u00f6hemmin.", + "cropping": "Rajaus", + "storyDuration": "Tarinan kesto", + "seconds": "sekuntia", + "processing": "K\u00e4sitell\u00e4\u00e4n", + "shareWithFollowers": "Jaa seuraajillesi hetki\u00e4, jotka n\u00e4kyv\u00e4t 24 tunnin ajan", + "cancel": "Peruuta", + "viewedBy": "Katsojat", + "next": "Seuraava", + "zoom": "Siirr\u00e4 kuvaa ja zoomaa nipist\u00e4m\u00e4ll\u00e4", + "options": "Asetukset", + "allowReplies": "Salli vastaukset", + "allowReactions": "Salli reaktiot", + "limit": "Olet saavuttanut uusien tarinoiden enimm\u00e4ism\u00e4\u00e4r\u00e4n", + "reactionSent": "Reaktio l\u00e4hetetty", + "replySent": "Vastaus l\u00e4hetetty", + "expiresIn": "Vanhenee", + "viewers": "Katsojat", + "report": "Ilmoita", + "close": "Sulje", + "myStories": "Omat tarinat", + "seeAll": "N\u00e4yt\u00e4 kaikki" + }, + "timeline": { + "peopleYouMayKnow": "Ihmisi\u00e4, jotka saatat tuntea", + "onboarding": { + "welcome": "Tervetuloa", + "thisIsYourHomeFeed": "T\u00e4m\u00e4 on kotisy\u00f6tteesi, aikaj\u00e4rjestyksess\u00e4 oleva sy\u00f6te seuraamiesi k\u00e4ytt\u00e4jien julkaisuista.", + "letUsHelpYouFind": "Anna meid\u00e4n auttaa l\u00f6yt\u00e4m\u00e4\u00e4n mielenkiintoisia ihmisi\u00e4 seurattavaksi", + "refreshFeed": "P\u00e4ivit\u00e4 sy\u00f6tteeni" + } + }, + "hashtags": { + "emptyFeed": "Emme n\u00e4yt\u00e4 l\u00f6yt\u00e4v\u00e4n yht\u00e4\u00e4n viesti\u00e4 t\u00e4lle aihetunnisteelle" + }, + "report": { + "report": "Ilmoita", + "selectReason": "Valitse syy", + "reported": "Ilmoitettu", + "sendingReport": "L\u00e4hetet\u00e4\u00e4n ilmoitusta", + "thanksMsg": "Kiitos ilmoituksesta, sin\u00e4 ja kaltaisesi autatte pit\u00e4m\u00e4\u00e4n yhteis\u00f6n turvallisena!", + "contactAdminMsg": "Jos haluaisit ottaa yhteytt\u00e4 yll\u00e4pitoon t\u00e4h\u00e4n julkaisuun liittyen tai ilmoittaa sen" + }, + "appearance": { + "theme": "Teema", + "profileLayout": "Profiilin asettelu", + "compactPreviews": "Kompaktit median esikatselut", + "loadComments": "Lataa kommentit", + "hideStats": "Piilota m\u00e4\u00e4r\u00e4t ja tilastot", + "auto": "Auto", + "lightMode": "Vaalea teema", + "darkMode": "Tumma teema", + "grid": "Ruudukko", + "masonry": "Tiiliasettelu", + "feed": "Sy\u00f6te" + }, + "settings": { + "filters": { + "title": "Suodattimet", + "manage_your_custom_filters": "Hallitse mukautettuja suodattimia.", + "customize_your_experience": "Mukauta k\u00e4ytt\u00f6kokemustasi tehokkailla sis\u00e4lt\u00f6suodattimilla, jotka suodattavat m\u00e4\u00e4ritt\u00e4m\u00e4si sanat ja ilmaukset koko tililt\u00e4si, mukaan lukien koti- ja julkiset aikajanat sek\u00e4 tunnisteiden sy\u00f6tteet.", + "add_new_filter": "Lis\u00e4\u00e4 uusi suodatin", + "limit_message": "Voit lis\u00e4t\u00e4 enint\u00e4\u00e4n :filters_num suodatinta, joissa kussakin voi olla enint\u00e4\u00e4n :keywords_num avainsanaa.", + "learn_more_help_center": "Lue lis\u00e4\u00e4 ohjekeskuksestamme.", + "no_filters": "Sinulla ei ole viel\u00e4 sis\u00e4lt\u00f6suodattimia", + "no_filters_message": "Suodattimien avulla voit piilottaa aikajanoiltasi sis\u00e4lt\u00f6\u00e4, joka sis\u00e4lt\u00e4\u00e4 tiettyj\u00e4 sanoja tai ilmauksia.", + "create_first_filter": "Luo ensimm\u00e4inen suodattimesi", + "no_matching_filters": "Sinulla ei ole sis\u00e4lt\u00f6suodattimia, jotka vastaavat hakua :searchQuery.", + "no_matching_filters_message": "Suodattimien avulla voit piilottaa aikajanoiltasi sis\u00e4lt\u00f6\u00e4, joka sis\u00e4lt\u00e4\u00e4 tiettyj\u00e4 sanoja tai ilmauksia.", + "create_new_filter": "Luo uusi suodatin", + "filter_title": "Suodattimen otsikko", + "edit_filter": "Muokkaa suodatinta", + "advance_mode": "Edistynyt tila", + "simple_mode": "Yksinkertainen tila", + "keywords": "Avainsanat", + "legend": "Selite", + "whole_word": "Koko sana", + "partial_word": "Osittainen sana", + "duplicate_not_allowed": "Samaa avainsanaa ei voi lis\u00e4t\u00e4 useita kertoja", + "filter_action": "Suodattimen toiminto", + "hide_media_blur": "Piilota media sumennuksen taakse", + "show_warning": "N\u00e4yt\u00e4 varoitus ennen sis\u00e4ll\u00f6n n\u00e4ytt\u00e4mist\u00e4", + "hide_content_completely": "Piilota sis\u00e4lt\u00f6 kokonaan", + "apply_filters_to": "K\u00e4yt\u00e4 suodattimia kohteissa", + "home_timeline": "Kotiaikajana", + "notifications": "Ilmoitukset", + "public_timeline": "Julkinen aikajana", + "hashtags": "Tunniste", + "groups": "Ryhm\u00e4t", + "conversations": "Keskustelut", + "duration": "Kesto", + "forever": "Pysyv\u00e4sti", + "30_minutes": "30 minuuttia", + "1_hour": "1 tunti", + "6_hours": "6 tuntia", + "12_hours": "12 tuntia", + "1_day": "1 p\u00e4iv\u00e4", + "1_week": "1 viikko", + "cutom": "Mukautettu..", + "enter_duration_in_seconds": "Sy\u00f6t\u00e4 kesto sekunteina", + "save_changes": "Tallenna muutokset", + "create_filter": "Luo suodatin", + "name_your_filter": "Nime\u00e4 suodatin", + "give_your_filter_a_name": "Anna suodattimelle nimi, josta muistat, mit\u00e4 sis\u00e4lt\u00f6\u00e4 se suodattaa.", + "my_filter_name": "Suodattimen nimi", + "filter_duration": "Suodattimen kesto", + "add_filter_keywords": "Lis\u00e4\u00e4 suodattimen avainsanoja", + "add_word_or_phrase": "Lis\u00e4\u00e4 sanat tai ilmaukset, jotka haluat suodattaa.
N\u00e4it\u00e4 sanoja sis\u00e4lt\u00e4v\u00e4 sis\u00e4lt\u00f6 suodatetaan asetustesi mukaisesti.", + "whole_word_match": "Koko sanan vastaavuus \u2013 suodattaa vain t\u00e4sm\u00e4lliset osumat (esim. \"kirja\" ei vastaa sanaa \"kirjakauppa\")", + "partial_word_match": "Osittainen sanavastaavuus \u2013 suodattaa kaiken sis\u00e4ll\u00f6n, joka sis\u00e4lt\u00e4\u00e4 t\u00e4m\u00e4n tekstin (esim. \"kirja\" vastaa sanaa \"kirjakauppa\")", + "add_another_keyword": "Lis\u00e4\u00e4 toinen avainsana", + "please_remove_duplicate_keywords": "Poista p\u00e4\u00e4llekk\u00e4iset avainsanat ennen jatkamista", + "choose_filter_action": "Valitse suodattimen toiminto", + "choose_filter_action_description": "Miten haluat k\u00e4sitell\u00e4 suodatinta vastaavaa sis\u00e4lt\u00f6\u00e4?", + "hide_completely": "Piilota suodatinta vastaava sis\u00e4lt\u00f6 kokonaan", + "choose_where_to_apply": "Valitse, miss\u00e4 suodatinta k\u00e4ytet\u00e4\u00e4n", + "choose_where_to_apply_description": "Valitse, miss\u00e4 sovelluksen osioissa t\u00e4t\u00e4 suodatinta k\u00e4ytet\u00e4\u00e4n.", + "review_your_filter": "Tarkista suodatin", + "review_your_filter_description": "T\u00e4ss\u00e4 on yhteenveto luomastasi suodattimesta.", + "no_keywords_specified": "Avainsanoja ei ole m\u00e4\u00e4ritetty", + "action": "Toiminto", + "expires": "Vanhenee", + "never_expires": "Ei vanhene koskaan", + "titleAdvance": "Otsikko", + "context": "Konteksti", + "review": "Tarkista", + "add_keyword": "Lis\u00e4\u00e4 avainsana...", + "enter_filter_title": "Anna suodattimen otsikko" + } + }, + "powered_by_pixelfed": "Palvelun tarjoaa Pixelfed", + "landing": { + "login": "Kirjaudu", + "signup": "Rekister\u00f6idy", + "about": "Tietoa", + "directory": "Hakemisto", + "explore": "Tutustu", + "decentralized_by_pixelfed": "Hajautettu kuvien jakamiseen tarkoitettu sosiaalinen media, jonka tarjoaa Pixelfed", + "posts": "Julkaisut", + "active_users": "Aktiiviset k\u00e4ytt\u00e4j\u00e4t", + "total_users": "K\u00e4ytt\u00e4ji\u00e4 yhteens\u00e4", + "managed_by": "Yll\u00e4pit\u00e4j\u00e4", + "server_rules": "Palvelimen s\u00e4\u00e4nn\u00f6t", + "supported_features": "Tuetut ominaisuudet", + "features": { + "photo_posts": "Kuvajulkaisut", + "photo_albums": "Kuva-albumit", + "photo_filters": "Kuvasuodattimet", + "collections": "Kokoelmat", + "comments": "Kommentit", + "hashtags": "Tunnisteet", + "likes": "Tykk\u00e4ykset", + "notifications": "Ilmoitukset", + "shares": "Jaot", + "share_up_to_n_photos": "Voit jakaa kerralla enint\u00e4\u00e4n {num_photos} kuvaa*, ja kuvatekstin enimm\u00e4ispituus on {caption_length} merkki\u00e4.", + "share_up_to_n_photos_videos": "Voit jakaa kerralla enint\u00e4\u00e4n {num_photos} kuvaa* tai {num_video} videon*, ja kuvatekstin enimm\u00e4ispituus on {caption_length} merkki\u00e4.", + "file_size": "* - Tiedoston enimm\u00e4iskoko on {max_size}", + "federation": "Federointi", + "mobile_app": "Mobiilisovellustuki", + "stories": "Tarinat", + "videos": "Videot" + }, + "discover_accounts": "L\u00f6yd\u00e4 tilej\u00e4 ja ihmisi\u00e4", + "nothing_to_show": "Ei viel\u00e4 mit\u00e4\u00e4n n\u00e4ytett\u00e4v\u00e4\u00e4! Tarkista my\u00f6hemmin uudelleen.", + "explore_trending": "Tutustu suosittuihin julkaisuihin" + } +} \ No newline at end of file diff --git a/public/_lang/fi.json b/public/_lang/fi.json deleted file mode 100644 index 457f3efc1..000000000 --- a/public/_lang/fi.json +++ /dev/null @@ -1,366 +0,0 @@ -{ - "common": { - "comment": "Kommentoi", - "commented": "Kommentoitu", - "comments": "Kommentit", - "like": "Tykk\u00e4\u00e4", - "liked": "Tyk\u00e4tty", - "likes": "Tykk\u00e4ykset", - "share": "Jaa", - "shared": "Jaettu", - "shares": "Jaot", - "unshare": "Peru jakaminen", - "bookmark": "Kirjanmerkki", - "cancel": "Peruuta", - "copyLink": "Kopioi linkki", - "delete": "Poista", - "error": "Virhe", - "errorMsg": "Jokin meni pieleen. Yrit\u00e4 my\u00f6hemmin uudelleen.", - "oops": "Oho!", - "other": "Muu", - "readMore": "Lue lis\u00e4\u00e4", - "success": "Onnistui", - "proceed": "Jatka", - "next": "Seuraava", - "close": "Sulje", - "clickHere": "klikkaa t\u00e4st\u00e4", - "sensitive": "Sensitiivinen", - "sensitiveContent": "Sensitiivinen sis\u00e4lt\u00f6", - "sensitiveContentWarning": "T\u00e4m\u00e4 julkaisu saattaa sis\u00e4lt\u00e4\u00e4 sensitiivist\u00e4 sis\u00e4lt\u00f6\u00e4", - "javascript": "", - "loading": "", - "continue": "" - }, - "site": { - "terms": "K\u00e4ytt\u00f6ehdot", - "privacy": "Tietosuojak\u00e4yt\u00e4nt\u00f6" - }, - "navmenu": { - "search": "Hae", - "admin": "Yll\u00e4pit\u00e4j\u00e4n hallintapaneeli", - "homeFeed": "Kotisy\u00f6te", - "localFeed": "Paikallinen sy\u00f6te", - "globalFeed": "Maailmanlaajuinen sy\u00f6te", - "discover": "Tutustu", - "directMessages": "Yksityisviestit", - "notifications": "Ilmoitukset", - "groups": "Ryhm\u00e4t", - "stories": "Tarinat", - "profile": "Profiili", - "drive": "Asema", - "settings": "Asetukset", - "appearance": "", - "compose": "Luo uusi", - "logout": "Kirjaudu ulos", - "createStory": "", - "about": "Tietoja", - "help": "Ohje", - "language": "Kieli", - "privacy": "Yksityisyys", - "terms": "Ehdot", - "legalNotice": "", - "mobileApps": "", - "backToPreviousDesign": "Palaa aiempaan ulkoasuun" - }, - "directMessages": { - "inbox": "Saapuneet", - "sent": "L\u00e4hetetty", - "requests": "Pyynn\u00f6t" - }, - "notifications": { - "title": "", - "liked": "tykk\u00e4si sinun", - "commented": "kommentoi sinun", - "reacted": "reagoi sinun", - "shared": "jakoi sinun", - "tagged": "merkitsi sinut", - "updatedA": "p\u00e4ivitetty", - "sentA": "l\u00e4hetti", - "followed": "seuraa", - "mentioned": "mainittu", - "you": "sin\u00e4", - "yourApplication": "Liittymist\u00e4 koskeva hakemuksesi", - "applicationApproved": "hyv\u00e4ksyttiin!", - "applicationRejected": "hyl\u00e4ttiin. Voit hakea uudelleen 6 kuukauden kuluttua.", - "dm": "yv", - "groupPost": "ryhm\u00e4viesti", - "modlog": "modelogi", - "post": "viesti", - "story": "tarina", - "noneFound": "Ilmoituksia ei l\u00f6ytynyt", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" - }, - "post": { - "shareToFollowers": "Jaa seuraajille", - "shareToOther": "Jaa muille", - "noLikes": "Tykk\u00e4yksi\u00e4 ei ole viel\u00e4", - "uploading": "Siirret\u00e4\u00e4n" - }, - "profile": { - "posts": "Julkaisut", - "followers": "Seuraajat", - "following": "Seurataan", - "admin": "Yll\u00e4pit\u00e4j\u00e4", - "collections": "Kokoelmat", - "follow": "Seuraa", - "unfollow": "Lopeta seuraaminen", - "editProfile": "Muokkaa profiilia", - "followRequested": "Seuraamista pyydetty", - "joined": "Liittynyt", - "emptyCollections": "Emme n\u00e4yt\u00e4 l\u00f6yt\u00e4v\u00e4n yht\u00e4\u00e4n kokoelmaa", - "emptyPosts": "Emme n\u00e4yt\u00e4 l\u00f6yt\u00e4v\u00e4n yht\u00e4\u00e4n viesti\u00e4", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" - }, - "menu": { - "viewPost": "N\u00e4yt\u00e4 viesti", - "viewProfile": "N\u00e4yt\u00e4 profiili", - "moderationTools": "Moderointity\u00f6kalut", - "report": "Ilmoita", - "archive": "Arkisto", - "unarchive": "Palauta arkistosta", - "embed": "Upota", - "selectOneOption": "Valitse yksi seuraavista vaihtoehdoista", - "unlistFromTimelines": "Poista aikajanalta", - "addCW": "Lis\u00e4\u00e4 sis\u00e4lt\u00f6varoitus", - "removeCW": "Poista sis\u00e4lt\u00f6varoitus", - "markAsSpammer": "Merkitse roskapostittajaksi", - "markAsSpammerText": "Poista listalta + SV olevat ja tulevat julkaisut", - "spam": "Roskaposti", - "sensitive": "Arkaluonteista sis\u00e4lt\u00f6\u00e4", - "abusive": "Hy\u00f6kk\u00e4\u00e4v\u00e4 tai haitallinen", - "underageAccount": "Alaik\u00e4isen tili", - "copyrightInfringement": "Tekij\u00e4noikeusloukkaus", - "impersonation": "V\u00e4\u00e4rennetty henkil\u00f6llisyys", - "scamOrFraud": "Huijaus tai petos", - "confirmReport": "Vahvista ilmianto", - "confirmReportText": "Oletko varma, ett\u00e4 haluat ilmiantaa t\u00e4m\u00e4n viestin?", - "reportSent": "Ilmoitus l\u00e4hetetty!", - "reportSentText": "Saimme ilmoituksesi.", - "reportSentError": "Julkaisun ilmianto ep\u00e4onnistui.", - "modAddCWConfirm": "Haluatko varmasti lis\u00e4t\u00e4 sis\u00e4lt\u00f6varoituksen t\u00e4h\u00e4n julkaisuun?", - "modCWSuccess": "Sis\u00e4lt\u00f6varoitus lis\u00e4tty onnistuneesti", - "modRemoveCWConfirm": "Haluatko varmasti poistaa julkaisun sis\u00e4lt\u00f6varoituksen?", - "modRemoveCWSuccess": "Sis\u00e4lt\u00f6varoitus poistettu", - "modUnlistConfirm": "Haluatko varmasti piilottaa julkaisun?", - "modUnlistSuccess": "Julkaisun piilotus onnistui", - "modMarkAsSpammerConfirm": "Haluatko varmasti merkit\u00e4 k\u00e4ytt\u00e4j\u00e4n roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sis\u00e4lt\u00f6varoituksen ja julkaisut piilotetaan aikajanoilta.", - "modMarkAsSpammerSuccess": "Tili merkitty roskapostittajaksi", - "toFollowers": "seuraajille", - "showCaption": "N\u00e4yt\u00e4 kuvaus", - "showLikes": "N\u00e4yt\u00e4 tykk\u00e4ykset", - "compactMode": "Kompakti tila", - "embedConfirmText": "K\u00e4ytt\u00e4m\u00e4ll\u00e4 upotusta, hyv\u00e4ksyt", - "deletePostConfirm": "Haluatko varmasti poistaa julkaisun?", - "archivePostConfirm": "Haluatko varmasti arkistoida julkaisun?", - "unarchivePostConfirm": "Haluatko varmasti peruuttaa julkaisun arkistoinnin?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" - }, - "story": { - "add": "Lis\u00e4\u00e4 tarina", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" - }, - "timeline": { - "peopleYouMayKnow": "Ihmisi\u00e4, jotka saatat tuntea", - "onboarding": { - "welcome": "Tervetuloa", - "thisIsYourHomeFeed": "T\u00e4m\u00e4 on kotisy\u00f6tteesi, aikaj\u00e4rjestyksess\u00e4 oleva sy\u00f6te seuraamiesi k\u00e4ytt\u00e4jien julkaisuista.", - "letUsHelpYouFind": "Anna meid\u00e4n auttaa l\u00f6yt\u00e4m\u00e4\u00e4n mielenkiintoisia ihmisi\u00e4 seurattavaksi", - "refreshFeed": "P\u00e4ivit\u00e4 sy\u00f6tteeni" - } - }, - "hashtags": { - "emptyFeed": "Emme n\u00e4yt\u00e4 l\u00f6yt\u00e4v\u00e4n yht\u00e4\u00e4n viesti\u00e4 t\u00e4lle aihetunnisteelle" - }, - "report": { - "report": "Ilmoita", - "selectReason": "Valitse syy", - "reported": "Ilmoitettu", - "sendingReport": "L\u00e4hetet\u00e4\u00e4n ilmoitusta", - "thanksMsg": "Kiitos ilmoituksesta, sin\u00e4 ja kaltaisesi autatte pit\u00e4m\u00e4\u00e4n yhteis\u00f6n turvallisena!", - "contactAdminMsg": "Jos haluaisit ottaa yhteytt\u00e4 yll\u00e4pitoon t\u00e4h\u00e4n julkaisuun liittyen tai ilmoittaa sen" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" - } -} \ No newline at end of file diff --git a/public/_lang/fil-PH.json b/public/_lang/fil-PH.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/fil-PH.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/fr.json b/public/_lang/fr-FR.json similarity index 55% rename from resources/assets/js/i18n/fr.json rename to public/_lang/fr-FR.json index 0fb2b2cd2..a2c8ee8a8 100644 --- a/resources/assets/js/i18n/fr.json +++ b/public/_lang/fr-FR.json @@ -28,8 +28,8 @@ "sensitiveContent": "Contenu sensible", "sensitiveContentWarning": "Le contenu de cette publication peut \u00eatre sensible", "javascript": "Activez JavaScript SVP pour consulter ce contenu.", - "loading": "", - "continue": "" + "loading": "Chargement en cours\u2026", + "continue": "Continuer" }, "site": { "terms": "Conditions d'utilisation", @@ -52,13 +52,13 @@ "appearance": "Apparence", "compose": "Publier", "logout": "D\u00e9connexion", - "createStory": "", + "createStory": "Cr\u00e9er une story", "about": "\u00c0 propos", "help": "Aide", "language": "Langue", "privacy": "Confidentialit\u00e9", "terms": "Conditions", - "legalNotice": "", + "legalNotice": "Mentions l\u00e9gales", "mobileApps": "Applis mobiles", "backToPreviousDesign": "Revenir au design pr\u00e9c\u00e9dent" }, @@ -68,7 +68,7 @@ "requests": "Demandes" }, "notifications": { - "title": "", + "title": "Notifications", "liked": "a aim\u00e9 votre", "commented": "a comment\u00e9 votre", "reacted": "a r\u00e9agi \u00e0 votre", @@ -88,23 +88,23 @@ "post": "publication", "story": "story", "noneFound": "Aucune notification trouv\u00e9e", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "youRecent": "Vous avez r\u00e9cemment", + "hasUnlisted": "\u00e9t\u00e9 d\u00e9-r\u00e9pertori\u00e9", + "cannotDisplay": "Nous ne pouvons pas afficher cette notification pour le moment.", + "followRequest": "Demandes d'abonnement", + "filteringResults": "Filtrer les r\u00e9sultats pourrait masquer des notifications anciennes", + "mentions": "Mentions", + "mentionsDescription": "R\u00e9ponses \u00e0 vos publications ou publications o\u00f9 vous \u00eates mentionn\u00e9", + "likes": "C\u0153urs", + "likesDescription": "Comptes qui ont aim\u00e9 vos publications", + "followers": "Abonn\u00e9\u00b7e\u00b7s", + "followersDescription": "Comptes qui se sont abonn\u00e9s \u00e0 vous", + "reblogs": "Partages", + "reblogsDescription": "Comptes qui ont partag\u00e9 vos publications", + "dms": "Messages directs", + "dmsDescription": "Messages personnels que vous \u00e9changez avec d'autres comptes", + "accept": "Accepter", + "reject": "Refuser" }, "post": { "shareToFollowers": "Partager avec ses abonn\u00e9\u00b7e\u00b7s", @@ -125,23 +125,23 @@ "joined": "A rejoint", "emptyCollections": "Aucune collection ne semble exister", "emptyPosts": "Il semble n\u2019y avoir aucune publication", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "blocking": "Vous bloquez ce compte", + "sponsor": "Faire un don", + "followYou": "Vous suit", + "archives": "Archives", + "bookmarks": "Marque-pages", + "likes": "C\u0153urs", + "muted": "En sourdine", + "blocked": "Bloqu\u00e9", + "myPortifolio": "Mon Portfolio", + "private": "The profil est priv\u00e9", + "public": "Public", + "draft": "Brouillon", + "emptyLikes": "Nous ne trouvons aucune publication que vous avez aim\u00e9e", + "emptyBookmarks": "Nous ne trouvons aucune publication dans vos marque-pages", + "emptyArchives": "Nous ne trouvons aucune publication archiv\u00e9e", + "untitled": "Sans titre", + "noDescription": "Pas de description disponible" }, "menu": { "viewPost": "Voir la publication", @@ -185,40 +185,40 @@ "deletePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir supprimer cette publication ?", "archivePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir archiver cette publication ?", "unarchivePostConfirm": "\u00cates-vous s\u00fbr\u00b7e de vouloir d\u00e9sarchiver cette publication ?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "pin": "\u00c9pingler", + "unpin": "D\u00e9s\u00e9pingler", + "pinPostConfirm": "Voulez-vous vraiment \u00e9pingler cette publication ?", + "unpinPostConfirm": "Voulez-vous vraiment d\u00e9s\u00e9pingler cette publication ?" }, "story": { "add": "Ajouter une story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "myStory": "Ma story", + "viewMyStory": "Voir ma story", + "goBack": "Revenir en arri\u00e8re", + "delete": "Supprimer", + "crop": "Recadrer", + "error": "Une erreur est survenue, veuillez r\u00e9essayer plus tard.", + "cropping": "Recadrage", + "storyDuration": "Dur\u00e9e de la story", + "seconds": "secondes", + "processing": "En cours de traitement", + "shareWithFollowers": "Partagez avec vos abonn\u00e9s des moments qui disparaissent apr\u00e8s 24 heures", + "cancel": "Annuler", + "viewedBy": "Consult\u00e9 par", + "next": "Suivante", + "zoom": "D\u00e9placer et pincer pour zoomer", + "options": "Options", + "allowReplies": "Autoriser les r\u00e9ponses", + "allowReactions": "Autoriser les r\u00e9actions", + "limit": "Vous avez atteint la limite de nouvelles story", + "reactionSent": "R\u00e9action envoy\u00e9e", + "replySent": "R\u00e9ponse envoy\u00e9e", + "expiresIn": "Expire dans", + "viewers": "Lecteurs", + "report": "Signaler", + "close": "Fermer", + "myStories": "Mes stories", + "seeAll": "Afficher tout" }, "timeline": { "peopleYouMayKnow": "Personnes que vous connaissez peut-\u00eatre", @@ -255,76 +255,76 @@ }, "settings": { "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" + "title": "Filtres", + "manage_your_custom_filters": "G\u00e9rez vos filtres personnalis\u00e9s.", + "customize_your_experience": "Personnalisez votre exp\u00e9rience avec de puissants filtres de contenu qui d\u00e9tectent des mots ou des phrases sp\u00e9cifiques sur l'ensemble de votre compte - y compris les fils personnels, publics, et de hashtag.", + "add_new_filter": "Ajouter un nouveau filtre", + "limit_message": "Vous pouvez ajouter jusqu'\u00e0 :filters_num filtres qui peuvent contenir jusqu'\u00e0 :keywords_num mots-cl\u00e9s.", + "learn_more_help_center": "En apprendre plus via notre centre d'aide.", + "no_filters": "Vous n'avez pas encore de filtres de contenu", + "no_filters_message": "Les filtres vous aident \u00e0 masquer de vos fils le contenu qui comprend des mots ou des phrases sp\u00e9cifiques.", + "create_first_filter": "Cr\u00e9ez votre premier filtre", + "no_matching_filters": "Vous n'avez aucun filtre de contenu correspondant \u00e0 :searchQuery.", + "no_matching_filters_message": "Les filtres vous aident \u00e0 masquer de vos fils le contenu qui comprend des mots ou des phrases sp\u00e9cifiques.", + "create_new_filter": "Cr\u00e9er un nouveau filtre", + "filter_title": "Titre du filtre", + "edit_filter": "Modifier le filtre", + "advance_mode": "Mode avanc\u00e9", + "simple_mode": "Mode simple", + "keywords": "Mots-cl\u00e9s", + "legend": "L\u00e9gende", + "whole_word": "Mot entier", + "partial_word": "Partie du mot", + "duplicate_not_allowed": "Les doublons de mots-cl\u00e9s ne sont pas autoris\u00e9s", + "filter_action": "Action du filtre", + "hide_media_blur": "Cacher les m\u00e9dias en les floutant", + "show_warning": "Afficher un avertissement avant d'afficher le contenu", + "hide_content_completely": "Cacher le contenu compl\u00e8tement", + "apply_filters_to": "Appliquer les filtres \u00e0", + "home_timeline": "Fil personnel", + "notifications": "Notifications", + "public_timeline": "Fil public", + "hashtags": "Hashtag", + "groups": "Groupes", + "conversations": "Conversations", + "duration": "Dur\u00e9e", + "forever": "Ind\u00e9finiment", + "30_minutes": "30 minutes", + "1_hour": "1 heure", + "6_hours": "6 heures", + "12_hours": "12 heures", + "1_day": "1 jour", + "1_week": "1 semaine", + "cutom": "Personnalis\u00e9\u2026", + "enter_duration_in_seconds": "D\u00e9finissez la dur\u00e9e en secondes", + "save_changes": "Enregistrer les modifications", + "create_filter": "Cr\u00e9er le filtre", + "name_your_filter": "Nommez votre filtre", + "give_your_filter_a_name": "Nommez votre filtre de mani\u00e8re \u00e0 vous souvenir quel contenu il \u00e9carte.", + "my_filter_name": "Nom de mon filtre", + "filter_duration": "Dur\u00e9e du filtre", + "add_filter_keywords": "Ajouter des mots \u00e0 filtrer", + "add_word_or_phrase": "Ajouter des mots ou des phrases que vous souhaitez filtrer
\nLes publications qui contiennent ces mots seront filtr\u00e9es en fonction de vos param\u00e8tres.", + "whole_word_match": "Correspondance totale du mot - ne filtrer que des correspondances exactes (p.ex. \"fleur\" ne s\u00e9lectionnera pas \"fleuriste\")", + "partial_word_match": "Correspondance partielle - filtrer toute publication qui contient ce texte (p.ex. \"fleur\" s\u00e9lectionnera \"fleuriste\")", + "add_another_keyword": "Ajouter un autre mot-cl\u00e9", + "please_remove_duplicate_keywords": "Veuillez supprimer les mots-cl\u00e9s en doublon avant de continuer", + "choose_filter_action": "Choisissez une action de filtre", + "choose_filter_action_description": "Comment souhaitez-vous que le contenu filtr\u00e9 soit affich\u00e9 ?", + "hide_completely": "Masquer compl\u00e8tement le contenu", + "choose_where_to_apply": "Choisissez o\u00f9 appliquer le filtre", + "choose_where_to_apply_description": "S\u00e9lectionnez quelles sections de l'application doivent appliquer ce filtre.", + "review_your_filter": "V\u00e9rifiez votre filtre", + "review_your_filter_description": "Voici un r\u00e9sum\u00e9 du filtre que vous avez cr\u00e9\u00e9.", + "no_keywords_specified": "Aucun mot-cl\u00e9 sp\u00e9cifi\u00e9", + "action": "Action", + "expires": "Expire", + "never_expires": "N'expire jamais", + "titleAdvance": "Titre", + "context": "Contexte", + "review": "V\u00e9rification", + "add_keyword": "Ajouter un mot-cl\u00e9...", + "enter_filter_title": "Choisissez le titre du filtre" } }, "powered_by_pixelfed": "Propuls\u00e9 par Pixelfed", diff --git a/public/_lang/ga-IE.json b/public/_lang/ga-IE.json new file mode 100644 index 000000000..d950eca3b --- /dev/null +++ b/public/_lang/ga-IE.json @@ -0,0 +1,24 @@ +{ + "common": { + "comment": "Tr\u00e1cht", + "comments": "Tr\u00e1chta", + "bookmark": "Leabharmharc", + "copyLink": "C\u00f3ipe\u00e1il Nasc", + "delete": "Scrios", + "readMore": "L\u00e9igh n\u00edos m\u00f3", + "clickHere": "clice\u00e1il anseo", + "loading": "Ag l\u00f3d\u00e1il..." + }, + "site": { + "terms": "T\u00e9arma\u00ed \u00das\u00e1ide", + "privacy": "Polasa\u00ed Pr\u00edobh\u00e1ideachais" + }, + "navmenu": { + "search": "Cuardaigh", + "stories": "Sc\u00e9alta", + "profile": "Pr\u00f3if\u00edl", + "appearance": "Cuma", + "compose": "Cruthaigh Nua", + "logout": "Log\u00e1il Amach" + } +} \ No newline at end of file diff --git a/resources/assets/js/i18n/gd.json b/public/_lang/gd-GB.json similarity index 57% rename from resources/assets/js/i18n/gd.json rename to public/_lang/gd-GB.json index ddab9c4f6..420f637d8 100644 --- a/resources/assets/js/i18n/gd.json +++ b/public/_lang/gd-GB.json @@ -26,10 +26,7 @@ "clickHere": "briog an-seo", "sensitive": "Frionasach", "sensitiveContent": "Susbaint fhrionasach", - "sensitiveContentWarning": "Dh\u2019fhaoidte gu bheil susbaint fhrionasach sa phost seo", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Dh\u2019fhaoidte gu bheil susbaint fhrionasach sa phost seo" }, "site": { "terms": "Teirmichean a\u2019 chleachdaidh", @@ -49,17 +46,13 @@ "profile": "Pr\u00f2ifil", "drive": "Draibh", "settings": "Roghainnean", - "appearance": "", "compose": "Cruthaich", "logout": "Cl\u00e0raich a-mach", - "createStory": "", "about": "Mu dh\u00e8idhinn", "help": "Cobhair", "language": "C\u00e0nan", "privacy": "Pr\u00ecobhaideachd", "terms": "Teirmichean", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Till dhan cho-dhealbhachd roimhpe" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Iarrtasan" }, "notifications": { - "title": "", "liked": "\u2013 chuir iad seo uat ris na h-annsachdan aca:", "commented": "\u2013 thug iad beachd air seo uat:", "reacted": "\u2013 fhreagair iad ri seo uat:", @@ -87,24 +79,7 @@ "modlog": "loga nam maor", "post": "post", "story": "sgeul", - "noneFound": "Cha deach brath a lorg", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Cha deach brath a lorg" }, "post": { "shareToFollowers": "Co-roinn leis an luchd-leantainn", @@ -124,24 +99,7 @@ "followRequested": "Iarrar leantainn", "joined": "Air ballrachd fhaighinn", "emptyCollections": "Cha do lorg sinn cruinneachadh sam bith", - "emptyPosts": "Cha do lorg sinn post sam bith", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Cha do lorg sinn post sam bith" }, "menu": { "viewPost": "Seall am post", @@ -184,41 +142,10 @@ "embedConfirmText": "Nuair a chleachdas tu an leabachadh seo, aontaichidh tu ri", "deletePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh \u00e0s?", "archivePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a chur dhan tasg-lann?", - "unarchivePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a thoirt \u00e0s an tasg-lann?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "A bheil thu cinnteach gu bheil thu airson am post seo a thoirt \u00e0s an tasg-lann?" }, "story": { - "add": "Cuir sgeul ris", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Cuir sgeul ris" }, "timeline": { "peopleYouMayKnow": "Daoine as aithne dhut \u2019s d\u00f2cha", @@ -239,128 +166,5 @@ "sendingReport": "A\u2019 cur a\u2019 ghearain", "thanksMsg": "M\u00f2ran taing airson gearan a dh\u00e8anamh, cuidichidh daoine mar a tha thu fh\u00e8in ach an cumamaid ar coimhearsnachd s\u00e0bhailte!", "contactAdminMsg": "Nam bu toigh leat fios a chur gu rianaire mun post no ghearan seo" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/gl.json b/public/_lang/gl-ES.json similarity index 55% rename from public/_lang/gl.json rename to public/_lang/gl-ES.json index 31c9cf79e..43902057f 100644 --- a/public/_lang/gl.json +++ b/public/_lang/gl-ES.json @@ -26,10 +26,7 @@ "clickHere": "preme aqu\u00ed", "sensitive": "Sensible", "sensitiveContent": "Contido sensible", - "sensitiveContentWarning": "Esta publicaci\u00f3n pode conter contido sensible", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Esta publicaci\u00f3n pode conter contido sensible" }, "site": { "terms": "Termos de uso", @@ -49,17 +46,13 @@ "profile": "Perfil", "drive": "Drive", "settings": "Axustes", - "appearance": "", "compose": "Crear Nova", "logout": "Sa\u00edr", - "createStory": "", "about": "Acerca de", "help": "Axuda", "language": "Idioma", "privacy": "Privacidade", "terms": "Termos", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Volver \u00f3 dese\u00f1o previo" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Petici\u00f3ns" }, "notifications": { - "title": "", "liked": "gustoulle a t\u00faa", "commented": "comentou na t\u00faa", "reacted": "reaccionou a t\u00faa", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "publicaci\u00f3n", "story": "historia", - "noneFound": "Non hai notificaci\u00f3ns", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Non hai notificaci\u00f3ns" }, "post": { "shareToFollowers": "Compartir a seguidores", @@ -124,24 +99,7 @@ "followRequested": "Seguimento pedido", "joined": "Uniuse", "emptyCollections": "Non podemos atopar ningunha colecci\u00f3n", - "emptyPosts": "Non podemos atopar ningunha publicaci\u00f3n", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Non podemos atopar ningunha publicaci\u00f3n" }, "menu": { "viewPost": "Ver publicaci\u00f3n", @@ -184,41 +142,10 @@ "embedConfirmText": "Utilizando ese incrustado, aceptas", "deletePostConfirm": "Seguro que queres eliminar esta publicaci\u00f3n?", "archivePostConfirm": "Seguro que queres arquivar esta publicaci\u00f3n?", - "unarchivePostConfirm": "Seguro que queres desarquivar esta publicaci\u00f3n?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Seguro que queres desarquivar esta publicaci\u00f3n?" }, "story": { - "add": "Engadir historia", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Engadir historia" }, "timeline": { "peopleYouMayKnow": "Xente que podes co\u00f1ecer", @@ -239,128 +166,5 @@ "sendingReport": "Enviando a denuncia", "thanksMsg": "Grazas pola denuncia e axudarnos a manter segura a comunidade!", "contactAdminMsg": "Se queres contactar coa administraci\u00f3n acerca desta publicaci\u00f3n ou denuncia" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/he.json b/public/_lang/he-IL.json similarity index 71% rename from public/_lang/he.json rename to public/_lang/he-IL.json index 4b5acb99c..ceefac458 100644 --- a/public/_lang/he.json +++ b/public/_lang/he-IL.json @@ -26,10 +26,7 @@ "clickHere": "\u05dc\u05d7\u05e5 \u05db\u05d0\u05df", "sensitive": "\u05e8\u05d2\u05d9\u05e9", "sensitiveContent": "\u05ea\u05d5\u05db\u05df \u05e8\u05d2\u05d9\u05e9", - "sensitiveContentWarning": "\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05e2\u05dc\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05ea\u05d5\u05db\u05df \u05e8\u05d2\u05d9\u05e9", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05e2\u05dc\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05ea\u05d5\u05db\u05df \u05e8\u05d2\u05d9\u05e9" }, "site": { "terms": "\u05ea\u05e0\u05d0\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9", @@ -49,17 +46,13 @@ "profile": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc", "drive": "\u05db\u05d5\u05e0\u05df (\u05d3\u05e8\u05d9\u05d9\u05d1)", "settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", - "appearance": "", "compose": "\u05e6\u05e8\u05d5 \u05d7\u05d3\u05e9", "logout": "\u05d4\u05ea\u05e0\u05ea\u05e7/\u05d9", - "createStory": "", "about": "\u05d0\u05d5\u05d3\u05d5\u05ea", "help": "\u05e2\u05d6\u05e8\u05d4", "language": "\u05e9\u05e4\u05d4", "privacy": "\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea", "terms": "\u05ea\u05e0\u05d0\u05d9\u05dd", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u05d7\u05d6\u05e8\u05d4 \u05dc\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05e7\u05d5\u05d3\u05dd" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u05d1\u05e7\u05e9\u05d5\u05ea" }, "notifications": { - "title": "", "liked": "\u05d0\u05d4\u05d1\u05d5 \u05dc\u05da", "commented": "\u05d4\u05d2\u05d9\u05d1\u05d5 \u05dc\u05da \u05e2\u05dc", "reacted": "\u05d4\u05d2\u05d9\u05d1\u05d5 \u05dc\u05da \u05e2\u05dc", @@ -87,24 +79,7 @@ "modlog": "\u05dc\u05d5\u05d2 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd", "post": "\u05e4\u05d5\u05e1\u05d8", "story": "\u05e1\u05d8\u05d5\u05e8\u05d9", - "noneFound": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea" }, "post": { "shareToFollowers": "\u05e9\u05ea\u05e3 \u05dc\u05e2\u05d5\u05e7\u05d1\u05d9\u05dd", @@ -124,24 +99,7 @@ "followRequested": "\u05d1\u05e7\u05e9\u05ea \u05e2\u05e7\u05d9\u05d1\u05d4", "joined": "\u05d4\u05e6\u05d8\u05e8\u05e4\u05d5\u05d9\u05d5\u05ea", "emptyCollections": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05d0\u05d5\u05e1\u05e4\u05d9\u05dd", - "emptyPosts": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd" }, "menu": { "viewPost": "\u05d4\u05e6\u05d2 \u05e4\u05d5\u05e1\u05d8", @@ -184,41 +142,10 @@ "embedConfirmText": "\u05d1\u05e2\u05d8 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d4\u05de\u05d8\u05e2\u05d4 \u05d6\u05d5, \u05d4\u05e0\u05db\u05dd \u05de\u05e1\u05db\u05d9\u05de\u05d9\u05dd \u05d0\u05dc", "deletePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?", "archivePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05e2\u05d1\u05d9\u05e8 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df?", - "unarchivePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05d5\u05e6\u05d9\u05d0 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05de\u05d4\u05d0\u05e8\u05db\u05d9\u05d5\u05df?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05d5\u05e6\u05d9\u05d0 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05de\u05d4\u05d0\u05e8\u05db\u05d9\u05d5\u05df?" }, "story": { - "add": "\u05d4\u05d5\u05e1\u05e3 \u05e1\u05d8\u05d5\u05e8\u05d9", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u05d4\u05d5\u05e1\u05e3 \u05e1\u05d8\u05d5\u05e8\u05d9" }, "timeline": { "peopleYouMayKnow": "\u05d0\u05e0\u05e9\u05d9\u05dd \u05e9\u05d0\u05ea\u05dd \u05d0\u05d5\u05dc\u05d9 \u05de\u05db\u05d9\u05e8\u05d9\u05dd", @@ -239,128 +166,5 @@ "sendingReport": "\u05e9\u05d5\u05dc\u05d7 \u05d3\u05d9\u05d5\u05d5\u05d7", "thanksMsg": "\u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05d4\u05d3\u05d9\u05d5\u05d5\u05d7, \u05d0\u05e0\u05e9\u05d9\u05dd \u05db\u05de\u05d5\u05db\u05dd \u05de\u05e1\u05e2\u05d9\u05d9\u05dd \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05d1\u05d8\u05d7\u05d5\u05df \u05e7\u05d4\u05d9\u05dc\u05ea\u05e0\u05d5!", "contactAdminMsg": "\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05de\u05e0\u05d4\u05dc \u05dc\u05d2\u05d1\u05d9 \u05d4\u05e4\u05d5\u05e1\u05d8 \u05d0\u05d5 \u05d3\u05d9\u05d5\u05d5\u05d7 \u05d4\u05d6\u05d4" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/hi.json b/public/_lang/hi-IN.json similarity index 76% rename from resources/assets/js/i18n/hi.json rename to public/_lang/hi-IN.json index 6e4146169..c9ef639af 100644 --- a/resources/assets/js/i18n/hi.json +++ b/public/_lang/hi-IN.json @@ -26,10 +26,7 @@ "clickHere": "\u092f\u0939\u093e\u0901 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902", "sensitive": "\u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932", "sensitiveContent": "\u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u0935\u093f\u0937\u092f \u0935\u0938\u094d\u0924\u0941", - "sensitiveContentWarning": "\u0907\u0938\u092e\u0947\u0902 \u092a\u094d\u0930\u0915\u093e\u0936\u093f\u0924 \u0935\u093f\u0937\u092f-\u0935\u0938\u094d\u0924\u0941 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u0907\u0938\u092e\u0947\u0902 \u092a\u094d\u0930\u0915\u093e\u0936\u093f\u0924 \u0935\u093f\u0937\u092f-\u0935\u0938\u094d\u0924\u0941 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964" }, "site": { "terms": "\u0909\u092a\u092f\u094b\u0917 \u0915\u0947 \u0905\u0928\u0941\u092c\u0902\u0927", @@ -49,17 +46,13 @@ "profile": "\u092a\u094d\u0930\u094b\u092b\u093e\u0907\u0932", "drive": "\u0921\u094d\u0930\u093e\u0907\u0935", "settings": "\u0938\u092e\u093e\u092f\u094b\u091c\u0928", - "appearance": "", "compose": "\u0928\u092f\u093e \u092c\u0928\u093e\u090f\u0901", "logout": "\u0932\u0949\u0917\u0906\u0909\u091f", - "createStory": "", "about": "\u092a\u0930\u093f\u091c\u094d\u091e\u093e\u0928", "help": "\u0938\u0939\u093e\u092f\u0924\u093e", "language": "\u092d\u093e\u0937\u093e", "privacy": "\u0917\u094b\u092a\u0928\u0940\u092f\u0924\u093e", "terms": "\u0905\u0928\u0941\u092c\u0902\u0927", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u092a\u093f\u091b\u0932\u0947 \u0938\u0902\u092a\u093e\u0926\u0915 \u092a\u0947 \u0935\u093e\u092a\u0938 \u091c\u093e\u090f\u0901" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0928\u093f\u0935\u0947\u0926\u0928" }, "notifications": { - "title": "", "liked": "\u0906\u092a\u0915\u0940 \u092a\u0938\u0902\u0926", "commented": "\u0906\u092a\u0915\u0940 (\u092a\u094b\u0938\u094d\u091f) \u092a\u0947 \u0915\u092e\u0947\u0902\u091f \u0915\u093f\u090f", "reacted": "\u0906\u092a\u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0924\u093f\u0915\u094d\u0930\u093f\u092f\u093e \u0926\u093f\u092f\u0947", @@ -87,24 +79,7 @@ "modlog": "\u092e\u0949\u0921\u0932\u0949\u0917", "post": "\u092a\u094d\u0930\u0915\u093e\u0936\u0928", "story": "\u0915\u0925\u093e", - "noneFound": "\u0915\u094b\u0908 \u0928\u094b\u091f\u0940\u092b\u093f\u0915\u0947\u0938\u0928 \u0928\u0939\u0940\u0902 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u0941\u092f\u0940", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0915\u094b\u0908 \u0928\u094b\u091f\u0940\u092b\u093f\u0915\u0947\u0938\u0928 \u0928\u0939\u0940\u0902 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u0941\u092f\u0940" }, "post": { "shareToFollowers": "\u0905\u0928\u0941\u092f\u093e\u092f\u093f\u092f\u094b\u0902 \u0938\u0947 \u0938\u093e\u091d\u093e \u0915\u0930\u0947\u0902", @@ -124,24 +99,7 @@ "followRequested": "\u0930\u093f\u0915\u094d\u0935\u0947\u0938\u094d\u091f\u090f\u0921 \u0915\u094b \u092b\u0949\u0932\u094b \u0915\u0930\u0947\u0902", "joined": "\u091c\u094d\u0935\u093e\u0907\u0928\u0921", "emptyCollections": "\u0939\u092e\u0947\u0902 \u0915\u093f\u0938\u0940 \u0938\u0902\u0917\u094d\u0930\u0939\u094b\u0902 \u0915\u093e \u092a\u0924\u093e \u0928\u0939\u0940\u0902 \u0932\u0917 \u0938\u0915\u0924\u093e", - "emptyPosts": "\u0939\u092e \u0915\u093f\u0938\u0940 \u092a\u094b\u0938\u094d\u091f \u0915\u093e \u092a\u0924\u093e \u0928\u0939\u0940\u0902 \u0932\u0917 \u0938\u0915\u0924\u093e \u0939\u0948", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u0939\u092e \u0915\u093f\u0938\u0940 \u092a\u094b\u0938\u094d\u091f \u0915\u093e \u092a\u0924\u093e \u0928\u0939\u0940\u0902 \u0932\u0917 \u0938\u0915\u0924\u093e \u0939\u0948" }, "menu": { "viewPost": "\u092a\u094b\u0938\u094d\u091f \u0926\u0947\u0916\u0947\u0902", @@ -184,41 +142,10 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u092e\u0947\u0902 \u0907\u0938 \u092a\u094b\u0938\u094d\u091f \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", "archivePostConfirm": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u0906\u0907\u091f\u092e \u0915\u094b \u0906\u0930\u094d\u0915\u093e\u0907\u0935 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", - "unarchivePostConfirm": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u092a\u094b\u0938\u094d\u091f \u0915\u094b \u0905\u0928\u0906\u0930\u094d\u0915\u093e\u0907\u0935 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u092a\u094b\u0938\u094d\u091f \u0915\u094b \u0905\u0928\u0906\u0930\u094d\u0915\u093e\u0907\u0935 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?" }, "story": { - "add": "\u0915\u0939\u093e\u0928\u0940 \u091c\u094b\u0921\u093c\u0947\u0902", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u0915\u0939\u093e\u0928\u0940 \u091c\u094b\u0921\u093c\u0947\u0902" }, "timeline": { "peopleYouMayKnow": "\u091c\u093f\u0928 \u0932\u094b\u0917\u094b\u0902 \u0915\u094b \u0906\u092a \u091c\u093e\u0928\u0924\u0947 \u0939\u094b\u0902", @@ -239,128 +166,5 @@ "sendingReport": "\u0930\u093f\u092a\u094b\u0930\u094d\u091f \u092d\u0947\u091c \u0930\u0939\u0947 \u0939\u0948\u0902", "thanksMsg": "\u0930\u093f\u092a\u094b\u0930\u094d\u091f \u0915\u0947 \u0932\u093f\u090f \u0927\u0928\u094d\u092f\u0935\u093e\u0926, \u0906\u092a \u091c\u0948\u0938\u0947 \u0932\u094b\u0917 \u0939\u092e\u093e\u0930\u0947 \u0938\u092e\u0941\u0926\u093e\u092f \u0915\u094b \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0930\u0916\u0928\u0947 \u092e\u0947\u0902 \u092e\u0926\u0926 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902!", "contactAdminMsg": "\u092f\u0926\u093f \u0906\u092a \u0907\u0938 \u092a\u094b\u0938\u094d\u091f \u092f\u093e \u0930\u093f\u092a\u094b\u0930\u094d\u091f \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 \u0915\u093f\u0938\u0940 \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e\u092a\u0915 \u0938\u0947 \u0938\u0902\u092a\u0930\u094d\u0915 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/bs.json b/public/_lang/hr-HR.json similarity index 52% rename from public/_lang/bs.json rename to public/_lang/hr-HR.json index e75c231b6..fc91f9371 100644 --- a/public/_lang/bs.json +++ b/public/_lang/hr-HR.json @@ -26,10 +26,7 @@ "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", - "sensitiveContentWarning": "This post may contain sensitive content", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "This post may contain sensitive content" }, "site": { "terms": "Terms of Use", @@ -49,17 +46,13 @@ "profile": "Profile", "drive": "Drive", "settings": "Settings", - "appearance": "", "compose": "Create New", "logout": "Logout", - "createStory": "", "about": "About", "help": "Help", "language": "Language", "privacy": "Privacy", "terms": "Terms", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Requests" }, "notifications": { - "title": "", "liked": "liked your", "commented": "commented on your", "reacted": "reacted to your", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "post", "story": "story", - "noneFound": "No notifications found", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -124,24 +99,7 @@ "followRequested": "Follow Requested", "joined": "Joined", "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "We can't seem to find any posts" }, "menu": { "viewPost": "View Post", @@ -184,41 +142,10 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "Are you sure you want to delete this post?", "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Add Story" }, "timeline": { "peopleYouMayKnow": "People you may know", @@ -239,128 +166,5 @@ "sendingReport": "Sending report", "thanksMsg": "Thanks for the report, people like you help keep our community safe!", "contactAdminMsg": "If you'd like to contact an administrator about this post or report" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/hu.json b/public/_lang/hu-HU.json similarity index 59% rename from public/_lang/hu.json rename to public/_lang/hu-HU.json index 3af1384cd..8264c4a26 100644 --- a/public/_lang/hu.json +++ b/public/_lang/hu-HU.json @@ -26,10 +26,7 @@ "clickHere": "kattintson ide", "sensitive": "\u00c9rz\u00e9keny", "sensitiveContent": "\u00c9rz\u00e9keny tartalom", - "sensitiveContentWarning": "Ez a bejegyz\u00e9s \u00e9rz\u00e9keny tartalmat tartalmazhat", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Ez a bejegyz\u00e9s \u00e9rz\u00e9keny tartalmat tartalmazhat" }, "site": { "terms": "Felhaszn\u00e1l\u00e1si felt\u00e9telek", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "T\u00e1rhely", "settings": "Be\u00e1ll\u00edt\u00e1sok", - "appearance": "", "compose": "\u00daj l\u00e9trehoz\u00e1sa", "logout": "Kijelentkez\u00e9s", - "createStory": "", "about": "N\u00e9vjegy", "help": "S\u00fag\u00f3", "language": "Nyelv", "privacy": "Adatv\u00e9delem", "terms": "Felt\u00e9telek", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Vissza az el\u0151z\u0151 kin\u00e9zetre" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "K\u00e9r\u00e9sek" }, "notifications": { - "title": "", "liked": "kedvelte ezt:", "commented": "hozz\u00e1sz\u00f3lt ehhez:", "reacted": "reag\u00e1lt erre:", @@ -87,24 +79,7 @@ "modlog": "mod napl\u00f3", "post": "bejegyz\u00e9s", "story": "t\u00f6rt\u00e9net", - "noneFound": "Nincsenek \u00e9rtes\u00edt\u00e9sek", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Nincsenek \u00e9rtes\u00edt\u00e9sek" }, "post": { "shareToFollowers": "Megoszt\u00e1s a k\u00f6vet\u0151kkel", @@ -124,24 +99,7 @@ "followRequested": "K\u00f6vet\u00e9si k\u00e9r\u00e9sek", "joined": "Csatlakozott", "emptyCollections": "\u00dagy t\u0171nik, hogy egy gy\u0171jtem\u00e9ny sem tal\u00e1lhat\u00f3", - "emptyPosts": "\u00dagy t\u0171nik, hogy egy bejegyz\u00e9s sem tal\u00e1lhat\u00f3", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u00dagy t\u0171nik, hogy egy bejegyz\u00e9s sem tal\u00e1lhat\u00f3" }, "menu": { "viewPost": "Bejegyz\u00e9s megtekint\u00e9se", @@ -184,41 +142,10 @@ "embedConfirmText": "A be\u00e1gyaz\u00e1s haszn\u00e1lat\u00e1val belegyezik a k\u00f6vetkez\u0151be:", "deletePostConfirm": "Biztos, hogy t\u00f6rli ezt a bejegyz\u00e9st?", "archivePostConfirm": "Biztos, hogy archiv\u00e1lja ezt a bejegyz\u00e9st?", - "unarchivePostConfirm": "Biztos, hogy visszavonja a bejegyz\u00e9s archiv\u00e1l\u00e1s\u00e1t?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Biztos, hogy visszavonja a bejegyz\u00e9s archiv\u00e1l\u00e1s\u00e1t?" }, "story": { - "add": "T\u00f6rt\u00e9net hozz\u00e1ad\u00e1sa", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "T\u00f6rt\u00e9net hozz\u00e1ad\u00e1sa" }, "timeline": { "peopleYouMayKnow": "Emberek, akiket ismerhet", @@ -239,128 +166,5 @@ "sendingReport": "Jelent\u00e9s elk\u00fcld\u00e9se", "thanksMsg": "K\u00f6sz\u00f6nj\u00fck a jelent\u00e9st, az \u00d6nh\u00f6z hasonl\u00f3 emberek teszik a k\u00f6z\u00f6ss\u00e9g\u00fcnket biztons\u00e1goss\u00e1!", "contactAdminMsg": "Ha kapcsolatba akar l\u00e9pni egy adminisztr\u00e1torral a bejegyz\u00e9ssel vagy jelent\u00e9ssel kapcsolatban" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/hy-AM.json b/public/_lang/hy-AM.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/hy-AM.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/id.json b/public/_lang/id-ID.json similarity index 54% rename from public/_lang/id.json rename to public/_lang/id-ID.json index d529ad2e4..fea93b793 100644 --- a/public/_lang/id.json +++ b/public/_lang/id-ID.json @@ -26,10 +26,7 @@ "clickHere": "klik di sini", "sensitive": "Sensitif", "sensitiveContent": "Konten Sensitif", - "sensitiveContentWarning": "Postingan ini mengandung konten sensitif", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Postingan ini mengandung konten sensitif" }, "site": { "terms": "Ketentuan Penggunaan", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Kandar", "settings": "Pengaturan", - "appearance": "", "compose": "Buat", "logout": "Keluar", - "createStory": "", "about": "Tentang", "help": "Bantuan", "language": "Bahasa", "privacy": "Privasi", "terms": "Ketentuan", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Kembali ke rancangan sebelumnya" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Permintaan" }, "notifications": { - "title": "", "liked": "menyukai", "commented": "mengomentari", "reacted": "bereaksi ke", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "postingan", "story": "cerita", - "noneFound": "Tidak ditemukan pemberitahuan", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Tidak ditemukan pemberitahuan" }, "post": { "shareToFollowers": "Bagikan kepada pengikut", @@ -124,24 +99,7 @@ "followRequested": "Meminta Permintaan Mengikuti", "joined": "Bergabung", "emptyCollections": "Sepertinya kami tidak dapat menemukan koleksi apapun", - "emptyPosts": "Sepertinya kami tidak dapat menemukan postingan apapun", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Sepertinya kami tidak dapat menemukan postingan apapun" }, "menu": { "viewPost": "Lihat Postingan", @@ -184,41 +142,10 @@ "embedConfirmText": "Dengan menggunakan penyemat ini, Anda setuju dengan", "deletePostConfirm": "Apakah Anda yakin ingin menghapus postingan ini?", "archivePostConfirm": "Apakah Anda yakin ingin mengarsip postingan ini?", - "unarchivePostConfirm": "Apakah Anda yakin ingin tidak mengarsipkan postingan ini?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Apakah Anda yakin ingin tidak mengarsipkan postingan ini?" }, "story": { - "add": "Tambah Cerita", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Tambah Cerita" }, "timeline": { "peopleYouMayKnow": "Orang yang mungkin Anda kenal", @@ -239,128 +166,5 @@ "sendingReport": "Mengirim laporan", "thanksMsg": "Terima kasih atas laporannya, tindakan Anda amat membantu menjaga komunitas!", "contactAdminMsg": "Jika Anda berminat menghubungi seorang administrator mengenai postingan ini atau melaporkan" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/is-IS.json b/public/_lang/is-IS.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/is-IS.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/it.json b/public/_lang/it-IT.json similarity index 54% rename from resources/assets/js/i18n/it.json rename to public/_lang/it-IT.json index 092bc513a..f2e4ba241 100644 --- a/resources/assets/js/i18n/it.json +++ b/public/_lang/it-IT.json @@ -26,10 +26,7 @@ "clickHere": "clicca qui", "sensitive": "Sensibile", "sensitiveContent": "Contenuto Sensibile", - "sensitiveContentWarning": "Questo post potrebbe contenere contenuti sensibili", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Questo post potrebbe contenere contenuti sensibili" }, "site": { "terms": "Termini di Utilizzo", @@ -49,17 +46,13 @@ "profile": "Profilo", "drive": "Drive", "settings": "Impostazioni", - "appearance": "", "compose": "Crea Nuovo", "logout": "Esci", - "createStory": "", "about": "Info", "help": "Supporto", "language": "Lingua", "privacy": "Privacy", "terms": "Condizioni", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Torna al design precedente" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Richieste" }, "notifications": { - "title": "", "liked": "ha messo like a", "commented": "ha commentato il tuo", "reacted": "ha reagito al tuo", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "post", "story": "storia", - "noneFound": "Non ci sono notifiche", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Non ci sono notifiche" }, "post": { "shareToFollowers": "Condividi con i follower", @@ -124,24 +99,7 @@ "followRequested": "Richiesta in attesa", "joined": "Iscritto", "emptyCollections": "Non riusciamo a trovare alcuna collezione", - "emptyPosts": "Non riusciamo a trovare alcun post", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Non riusciamo a trovare alcun post" }, "menu": { "viewPost": "Mostra Post", @@ -184,41 +142,10 @@ "embedConfirmText": "Usando questo strumento, acconsenti ai nostri", "deletePostConfirm": "Sei sicur\u0259 di voler eliminare questo post?", "archivePostConfirm": "Sei sicur\u0259 di voler archiviare questo post?", - "unarchivePostConfirm": "Sei sicur\u0259 di voler rimuovere questo post dall\u2019archivio?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Sei sicur\u0259 di voler rimuovere questo post dall\u2019archivio?" }, "story": { - "add": "Aggiungi Storia", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Aggiungi Storia" }, "timeline": { "peopleYouMayKnow": "Persone che potresti conoscere", @@ -239,128 +166,5 @@ "sendingReport": "Invio della segnalazione", "thanksMsg": "Grazie per la segnalazione, le persone come te aiutano a mantenere la comunit\u00e0 al sicuro!", "contactAdminMsg": "Se desideri contattare un amministratore per questo post o rapporto" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/ja.json b/public/_lang/ja-JP.json similarity index 96% rename from public/_lang/ja.json rename to public/_lang/ja-JP.json index 1d12832f9..969bfac5c 100644 --- a/public/_lang/ja.json +++ b/public/_lang/ja-JP.json @@ -27,7 +27,6 @@ "sensitive": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6", "sensitiveContent": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4", "sensitiveContentWarning": "\u3053\u306e\u6295\u7a3f\u306b\u306f\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u306a\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059", - "javascript": "", "loading": "\u30ed\u30fc\u30c9\u4e2d...", "continue": "\u7d9a\u884c" }, @@ -59,7 +58,6 @@ "privacy": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc", "terms": "\u5229\u7528\u898f\u7d04", "legalNotice": "\u514d\u8cac\u4e8b\u9805", - "mobileApps": "", "backToPreviousDesign": "\u4ee5\u524d\u306e\u30c7\u30b6\u30a4\u30f3\u306b\u623b\u3059" }, "directMessages": { @@ -326,41 +324,5 @@ "add_keyword": "\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059", "enter_filter_title": "\u65b0\u3057\u3044\u30d5\u30a3\u30eb\u30bf\u30fc" } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/ko.json b/public/_lang/ko-KR.json similarity index 63% rename from public/_lang/ko.json rename to public/_lang/ko-KR.json index 234c6b5f7..e2f6a5f8e 100644 --- a/public/_lang/ko.json +++ b/public/_lang/ko-KR.json @@ -26,10 +26,7 @@ "clickHere": "\uc5ec\uae30\ub97c \ud074\ub9ad", "sensitive": "\ubbfc\uac10\ud568 ", "sensitiveContent": "\ubbfc\uac10\ud55c \ub0b4\uc6a9", - "sensitiveContentWarning": "\uc774 \uac8c\uc2dc\ubb3c\uc740 \ubbfc\uac10\ud55c \ub0b4\uc6a9\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\uc774 \uac8c\uc2dc\ubb3c\uc740 \ubbfc\uac10\ud55c \ub0b4\uc6a9\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4" }, "site": { "terms": "\uc774\uc6a9\uc57d\uad00", @@ -49,17 +46,13 @@ "profile": "\ud504\ub85c\ud544", "drive": "\ub4dc\ub77c\uc774\ube0c", "settings": "\uc124\uc815", - "appearance": "", "compose": "\uc0c8\ub85c \ub9cc\ub4e4\uae30", "logout": "\ub85c\uadf8\uc544\uc6c3", - "createStory": "", "about": "\uc815\ubcf4", "help": "\ub3c4\uc6c0\ub9d0", "language": "\uc5b8\uc5b4", "privacy": "\uac1c\uc778\uc815\ubcf4", "terms": "\uc57d\uad00", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\uc774\uc804 \ub514\uc790\uc778\uc73c\ub85c \ub418\ub3cc\ub9ac\uae30" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\uc694\uccad \ub0b4\uc5ed" }, "notifications": { - "title": "", "liked": "\ub0b4\uac00 \uc88b\uc544\ud55c", "commented": "\ub0b4 \ub313\uae00", "reacted": "\ub0b4 \ubc18\uc751", @@ -87,24 +79,7 @@ "modlog": "\ubaa8\ub4dc\ub85c\uadf8", "post": "\uac8c\uc2dc", "story": "\uc774\uc57c\uae30", - "noneFound": "\uc54c\ub9bc\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc74c", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\uc54c\ub9bc\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc74c" }, "post": { "shareToFollowers": "\ud314\ub85c\uc6cc\ub4e4\uc5d0\uac8c \uacf5\uc720\ud558\uae30", @@ -124,24 +99,7 @@ "followRequested": "\ud314\ub85c\uc6b0 \uc694\uccad\ud568", "joined": "\uac00\uc785\ud568", "emptyCollections": "\uc544\ubb34 \uceec\ub809\uc158\ub3c4 \ubcf4\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", - "emptyPosts": "\uc544\ubb34 \uac8c\uc2dc\ubb3c\ub3c4 \ubcf4\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\uc544\ubb34 \uac8c\uc2dc\ubb3c\ub3c4 \ubcf4\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4." }, "menu": { "viewPost": "\ubc1c\ud589\ubb3c \ubcf4\uae30", @@ -184,41 +142,10 @@ "embedConfirmText": "\uc774 \uc784\ubca0\ub4dc\ub97c \uc0ac\uc6a9\ud568\uc73c\ub85c\uc11c \uc800\ud76c\uc758 \uc57d\uad00\uc5d0 \ub3d9\uc758\ud558\ub294\uac78\ub85c \uac04\uc8fc\ud569\ub2c8\ub2e4.", "deletePostConfirm": "\uc815\ub9d0\ub85c \uc774 \uac8c\uc2dc\ubb3c\uc744 \uc0ad\uc81c\ud560\uae4c\uc694?", "archivePostConfirm": "\uc774 \uac8c\uc2dc\ubb3c\uc744 \uc815\ub9d0 \ubcf4\uad00\ud560\uae4c\uc694?", - "unarchivePostConfirm": "\uc774 \uac8c\uc2dc\ubb3c\uc744 \uc815\ub9d0 \ubcf4\uad00 \ucde8\uc18c\ud560\uae4c\uc694?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\uc774 \uac8c\uc2dc\ubb3c\uc744 \uc815\ub9d0 \ubcf4\uad00 \ucde8\uc18c\ud560\uae4c\uc694?" }, "story": { - "add": "\uc774\uc57c\uae30 \ucd94\uac00", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\uc774\uc57c\uae30 \ucd94\uac00" }, "timeline": { "peopleYouMayKnow": "\uc54c \uc218\ub3c4 \uc788\ub294 \uc0ac\ub78c", @@ -239,128 +166,5 @@ "sendingReport": "\uc2e0\uace0 \ubcf4\ub0b4\ub294 \uc911", "thanksMsg": "\uc2e0\uace0 \uac10\uc0ac\ud569\ub2c8\ub2e4, \ub2f9\uc2e0\uacfc \uac19\uc740 \uc0ac\ub78c\ub4e4 \ub355\ubd84\uc5d0 \uc6b0\ub9ac\uc758 \ucee4\ubba4\ub2c8\ud2f0\uac00 \uc548\uc804\ud569\ub2c8\ub2e4!", "contactAdminMsg": "\ub9cc\uc57d \uc774 \uac8c\uc2dc\ubb3c \ud639\uc740 \uc2e0\uace0\uc5d0 \ub300\ud574 \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uace0 \uc2f6\uc73c\uc2dc\ub2e4\uba74" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/ku-TR.json b/public/_lang/ku-TR.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/ku-TR.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/la-LA.json b/public/_lang/la-LA.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/la-LA.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/lb-LU.json b/public/_lang/lb-LU.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/lb-LU.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/lo-LA.json b/public/_lang/lo-LA.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/lo-LA.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/locales.json b/public/_lang/locales.json new file mode 100644 index 000000000..b55f1a757 --- /dev/null +++ b/public/_lang/locales.json @@ -0,0 +1,372 @@ +[ + { + "code": "af-ZA", + "name": "Afrikaans (South Africa)", + "nativeName": "Afrikaans (Suid-Afrika)" + }, + { + "code": "sq-AL", + "name": "Albanian (Albania)", + "nativeName": "shqip (Shqipëri)" + }, + { + "code": "ar-SA", + "name": "Arabic (Saudi Arabia)", + "nativeName": "العربية (المملكة العربية السعودية)" + }, + { + "code": "hy-AM", + "name": "Armenian (Armenia)", + "nativeName": "հայերեն (Հայաստան)" + }, + { + "code": "bn-BD", + "name": "Bangla (Bangladesh)", + "nativeName": "বাংলা (বাংলাদেশ)" + }, + { + "code": "eu-ES", + "name": "Basque (Spain)", + "nativeName": "euskara (Espainia)" + }, + { + "code": "bs-BA", + "name": "Bosnian (Bosnia & Herzegovina)", + "nativeName": "bosanski (Bosna i Hercegovina)" + }, + { + "code": "bg-BG", + "name": "Bulgarian (Bulgaria)", + "nativeName": "български (България)" + }, + { + "code": "ca-ES", + "name": "Catalan (Spain)", + "nativeName": "català (Espanya)" + }, + { + "code": "ckb-IR", + "name": "Central Kurdish (Iran)", + "nativeName": "کوردیی ناوەندی (ئێران)" + }, + { + "code": "zh-CN", + "name": "Chinese (China)", + "nativeName": "中文(中国)" + }, + { + "code": "zh-TW", + "name": "Chinese (Taiwan)", + "nativeName": "中文(台灣)" + }, + { + "code": "syc-SY", + "name": "Classical Syriac (Syria)", + "nativeName": "Classical Syriac (Syria)" + }, + { + "code": "hr-HR", + "name": "Croatian (Croatia)", + "nativeName": "hrvatski (Hrvatska)" + }, + { + "code": "cs-CZ", + "name": "Czech (Czechia)", + "nativeName": "čeština (Česko)" + }, + { + "code": "da-DK", + "name": "Danish (Denmark)", + "nativeName": "dansk (Danmark)" + }, + { + "code": "nl-NL", + "name": "Dutch (Netherlands)", + "nativeName": "Nederlands (Nederland)" + }, + { + "code": "en-US", + "name": "English (United States)", + "nativeName": "English (United States)" + }, + { + "code": "eo-UY", + "name": "Esperanto (Uruguay)", + "nativeName": "Esperanto (Urugvajo)" + }, + { + "code": "fil-PH", + "name": "Filipino (Philippines)", + "nativeName": "Filipino (Pilipinas)" + }, + { + "code": "fi-FI", + "name": "Finnish (Finland)", + "nativeName": "suomi (Suomi)" + }, + { + "code": "fr-FR", + "name": "French (France)", + "nativeName": "français (France)" + }, + { + "code": "gl-ES", + "name": "Galician (Spain)", + "nativeName": "galego (España)" + }, + { + "code": "de-DE", + "name": "German (Germany)", + "nativeName": "Deutsch (Deutschland)" + }, + { + "code": "el-GR", + "name": "Greek (Greece)", + "nativeName": "Ελληνικά (Ελλάδα)" + }, + { + "code": "he-IL", + "name": "Hebrew (Israel)", + "nativeName": "עברית (ישראל)" + }, + { + "code": "hi-IN", + "name": "Hindi (India)", + "nativeName": "हिन्दी (भारत)" + }, + { + "code": "hu-HU", + "name": "Hungarian (Hungary)", + "nativeName": "magyar (Magyarország)" + }, + { + "code": "is-IS", + "name": "Icelandic (Iceland)", + "nativeName": "íslenska (Ísland)" + }, + { + "code": "id-ID", + "name": "Indonesian (Indonesia)", + "nativeName": "Indonesia (Indonesia)" + }, + { + "code": "ga-IE", + "name": "Irish (Ireland)", + "nativeName": "Gaeilge (Éire)" + }, + { + "code": "it-IT", + "name": "Italian (Italy)", + "nativeName": "italiano (Italia)" + }, + { + "code": "ja-JP", + "name": "Japanese (Japan)", + "nativeName": "日本語 (日本)" + }, + { + "code": "tlh", + "name": "Klingon", + "nativeName": "tlhIngan Hol" + }, + { + "code": "ko-KR", + "name": "Korean (South Korea)", + "nativeName": "한국어(대한민국)" + }, + { + "code": "ku-TR", + "name": "Kurdish (Türkiye)", + "nativeName": "kurdî (kurmancî) (Tirkîye)" + }, + { + "code": "lo-LA", + "name": "Lao (Laos)", + "nativeName": "ລາວ (ລາວ)" + }, + { + "code": "la-LA", + "name": "Latin (Laos)", + "nativeName": "Latin (Laos)" + }, + { + "code": "lv-LV", + "name": "Latvian (Latvia)", + "nativeName": "latviešu (Latvija)" + }, + { + "code": "lt-LT", + "name": "Lithuanian (Lithuania)", + "nativeName": "lietuvių (Lietuva)" + }, + { + "code": "lb-LU", + "name": "Luxembourgish (Luxembourg)", + "nativeName": "Lëtzebuergesch (Lëtzebuerg)" + }, + { + "code": "mk-MK", + "name": "Macedonian (North Macedonia)", + "nativeName": "македонски (Северна Македонија)" + }, + { + "code": "ms-MY", + "name": "Malay (Malaysia)", + "nativeName": "Melayu (Malaysia)" + }, + { + "code": "me-ME", + "name": "me (Montenegro)", + "nativeName": "me (Montenegro)" + }, + { + "code": "mn-MN", + "name": "Mongolian (Mongolia)", + "nativeName": "монгол (Монгол)" + }, + { + "code": "ne-NP", + "name": "Nepali (Nepal)", + "nativeName": "नेपाली (नेपाल)" + }, + { + "code": "no-NO", + "name": "Norwegian (Norway)", + "nativeName": "norsk (Norge)" + }, + { + "code": "oc-FR", + "name": "Occitan (France)", + "nativeName": "occitan (França)" + }, + { + "code": "ps-AF", + "name": "Pashto (Afghanistan)", + "nativeName": "پښتو (افغانستان)" + }, + { + "code": "fa-IR", + "name": "Persian (Iran)", + "nativeName": "فارسی (ایران)" + }, + { + "code": "en-x-pirate", + "name": "Pirate (English)", + "nativeName": "Pirate (English)" + }, + { + "code": "pl-PL", + "name": "Polish (Poland)", + "nativeName": "polski (Polska)" + }, + { + "code": "pt-PT", + "name": "Portuguese (Portugal)", + "nativeName": "português (Portugal)" + }, + { + "code": "pa-IN", + "name": "Punjabi (India)", + "nativeName": "ਪੰਜਾਬੀ (ਭਾਰਤ)" + }, + { + "code": "ro-RO", + "name": "Romanian (Romania)", + "nativeName": "română (România)" + }, + { + "code": "ru-RU", + "name": "Russian (Russia)", + "nativeName": "русский (Россия)" + }, + { + "code": "sc-IT", + "name": "Sardinian (Italy)", + "nativeName": "sardu (Itàlia)" + }, + { + "code": "sco-GB", + "name": "Scots (United Kingdom)", + "nativeName": "Scots (United Kingdom)" + }, + { + "code": "gd-GB", + "name": "Scottish Gaelic (United Kingdom)", + "nativeName": "Gàidhlig (An Rìoghachd Aonaichte)" + }, + { + "code": "sr-CS", + "name": "Serbian (Serbia)", + "nativeName": "српски (Србија)" + }, + { + "code": "sr-SP", + "name": "Serbian (SP)", + "nativeName": "српски (SP)" + }, + { + "code": "sk-SK", + "name": "Slovak (Slovakia)", + "nativeName": "slovenčina (Slovensko)" + }, + { + "code": "sl-SI", + "name": "Slovenian (Slovenia)", + "nativeName": "slovenščina (Slovenija)" + }, + { + "code": "es-ES", + "name": "Spanish (Spain)", + "nativeName": "español (España)" + }, + { + "code": "sv-SE", + "name": "Swedish (Sweden)", + "nativeName": "svenska (Sverige)" + }, + { + "code": "ta-IN", + "name": "Tamil (India)", + "nativeName": "தமிழ் (இந்தியா)" + }, + { + "code": "th-TH", + "name": "Thai (Thailand)", + "nativeName": "ไทย (ไทย)" + }, + { + "code": "bo-BT", + "name": "Tibetan (Bhutan)", + "nativeName": "བོད་སྐད་ (BT)" + }, + { + "code": "tr-TR", + "name": "Turkish (Türkiye)", + "nativeName": "Türkçe (Türkiye)" + }, + { + "code": "uk-UA", + "name": "Ukrainian (Ukraine)", + "nativeName": "українська (Україна)" + }, + { + "code": "ug-CN", + "name": "Uyghur (China)", + "nativeName": "ئۇيغۇرچە (جۇڭگو)" + }, + { + "code": "vec-IT", + "name": "Venetian (Italy)", + "nativeName": "veneto (Italia)" + }, + { + "code": "vi-VN", + "name": "Vietnamese (Vietnam)", + "nativeName": "Tiếng Việt (Việt Nam)" + }, + { + "code": "cy-GB", + "name": "Welsh (United Kingdom)", + "nativeName": "Cymraeg (Y Deyrnas Unedig)" + } +] \ No newline at end of file diff --git a/public/_lang/lt-LT.json b/public/_lang/lt-LT.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/lt-LT.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/lv-LV.json b/public/_lang/lv-LV.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/lv-LV.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/me-ME.json b/public/_lang/me-ME.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/me-ME.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/me.json b/public/_lang/me.json deleted file mode 100644 index a2e65d4c0..000000000 --- a/public/_lang/me.json +++ /dev/null @@ -1,366 +0,0 @@ -{ - "common": { - "comment": "", - "commented": "", - "comments": "", - "like": "", - "liked": "", - "likes": "", - "share": "", - "shared": "", - "shares": "", - "unshare": "", - "bookmark": "", - "cancel": "", - "copyLink": "", - "delete": "", - "error": "", - "errorMsg": "", - "oops": "", - "other": "", - "readMore": "", - "success": "", - "proceed": "", - "next": "", - "close": "", - "clickHere": "", - "sensitive": "", - "sensitiveContent": "", - "sensitiveContentWarning": "", - "javascript": "", - "loading": "", - "continue": "" - }, - "site": { - "terms": "", - "privacy": "" - }, - "navmenu": { - "search": "", - "admin": "", - "homeFeed": "", - "localFeed": "", - "globalFeed": "", - "discover": "", - "directMessages": "", - "notifications": "", - "groups": "", - "stories": "", - "profile": "", - "drive": "", - "settings": "", - "appearance": "", - "compose": "", - "logout": "", - "createStory": "", - "about": "", - "help": "", - "language": "", - "privacy": "", - "terms": "", - "legalNotice": "", - "mobileApps": "", - "backToPreviousDesign": "" - }, - "directMessages": { - "inbox": "", - "sent": "", - "requests": "" - }, - "notifications": { - "title": "", - "liked": "", - "commented": "", - "reacted": "", - "shared": "", - "tagged": "", - "updatedA": "", - "sentA": "", - "followed": "", - "mentioned": "", - "you": "", - "yourApplication": "", - "applicationApproved": "", - "applicationRejected": "", - "dm": "", - "groupPost": "", - "modlog": "", - "post": "", - "story": "", - "noneFound": "", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" - }, - "post": { - "shareToFollowers": "", - "shareToOther": "", - "noLikes": "", - "uploading": "" - }, - "profile": { - "posts": "", - "followers": "", - "following": "", - "admin": "", - "collections": "", - "follow": "", - "unfollow": "", - "editProfile": "", - "followRequested": "", - "joined": "", - "emptyCollections": "", - "emptyPosts": "", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" - }, - "menu": { - "viewPost": "", - "viewProfile": "", - "moderationTools": "", - "report": "", - "archive": "", - "unarchive": "", - "embed": "", - "selectOneOption": "", - "unlistFromTimelines": "", - "addCW": "", - "removeCW": "", - "markAsSpammer": "", - "markAsSpammerText": "", - "spam": "", - "sensitive": "", - "abusive": "", - "underageAccount": "", - "copyrightInfringement": "", - "impersonation": "", - "scamOrFraud": "", - "confirmReport": "", - "confirmReportText": "", - "reportSent": "", - "reportSentText": "", - "reportSentError": "", - "modAddCWConfirm": "", - "modCWSuccess": "", - "modRemoveCWConfirm": "", - "modRemoveCWSuccess": "", - "modUnlistConfirm": "", - "modUnlistSuccess": "", - "modMarkAsSpammerConfirm": "", - "modMarkAsSpammerSuccess": "", - "toFollowers": "", - "showCaption": "", - "showLikes": "", - "compactMode": "", - "embedConfirmText": "", - "deletePostConfirm": "", - "archivePostConfirm": "", - "unarchivePostConfirm": "", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" - }, - "story": { - "add": "", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" - }, - "timeline": { - "peopleYouMayKnow": "", - "onboarding": { - "welcome": "", - "thisIsYourHomeFeed": "", - "letUsHelpYouFind": "", - "refreshFeed": "" - } - }, - "hashtags": { - "emptyFeed": "" - }, - "report": { - "report": "", - "selectReason": "", - "reported": "", - "sendingReport": "", - "thanksMsg": "", - "contactAdminMsg": "" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" - } -} \ No newline at end of file diff --git a/public/_lang/hr.json b/public/_lang/mk-MK.json similarity index 52% rename from public/_lang/hr.json rename to public/_lang/mk-MK.json index e75c231b6..fc91f9371 100644 --- a/public/_lang/hr.json +++ b/public/_lang/mk-MK.json @@ -26,10 +26,7 @@ "clickHere": "click here", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", - "sensitiveContentWarning": "This post may contain sensitive content", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "This post may contain sensitive content" }, "site": { "terms": "Terms of Use", @@ -49,17 +46,13 @@ "profile": "Profile", "drive": "Drive", "settings": "Settings", - "appearance": "", "compose": "Create New", "logout": "Logout", - "createStory": "", "about": "About", "help": "Help", "language": "Language", "privacy": "Privacy", "terms": "Terms", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Requests" }, "notifications": { - "title": "", "liked": "liked your", "commented": "commented on your", "reacted": "reacted to your", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "post", "story": "story", - "noneFound": "No notifications found", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -124,24 +99,7 @@ "followRequested": "Follow Requested", "joined": "Joined", "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "We can't seem to find any posts" }, "menu": { "viewPost": "View Post", @@ -184,41 +142,10 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "Are you sure you want to delete this post?", "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Add Story" }, "timeline": { "peopleYouMayKnow": "People you may know", @@ -239,128 +166,5 @@ "sendingReport": "Sending report", "thanksMsg": "Thanks for the report, people like you help keep our community safe!", "contactAdminMsg": "If you'd like to contact an administrator about this post or report" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/mk.json b/public/_lang/mk.json deleted file mode 100644 index e75c231b6..000000000 --- a/public/_lang/mk.json +++ /dev/null @@ -1,366 +0,0 @@ -{ - "common": { - "comment": "Comment", - "commented": "Commented", - "comments": "Comments", - "like": "Like", - "liked": "Liked", - "likes": "Likes", - "share": "Share", - "shared": "Shared", - "shares": "Shares", - "unshare": "Unshare", - "bookmark": "Bookmark", - "cancel": "Cancel", - "copyLink": "Copy Link", - "delete": "Delete", - "error": "Error", - "errorMsg": "Something went wrong. Please try again later.", - "oops": "Oops!", - "other": "Other", - "readMore": "Read more", - "success": "Success", - "proceed": "Proceed", - "next": "Next", - "close": "Close", - "clickHere": "click here", - "sensitive": "Sensitive", - "sensitiveContent": "Sensitive Content", - "sensitiveContentWarning": "This post may contain sensitive content", - "javascript": "", - "loading": "", - "continue": "" - }, - "site": { - "terms": "Terms of Use", - "privacy": "Privacy Policy" - }, - "navmenu": { - "search": "Search", - "admin": "Admin Dashboard", - "homeFeed": "Home Feed", - "localFeed": "Local Feed", - "globalFeed": "Global Feed", - "discover": "Discover", - "directMessages": "Direct Messages", - "notifications": "Notifications", - "groups": "Groups", - "stories": "Stories", - "profile": "Profile", - "drive": "Drive", - "settings": "Settings", - "appearance": "", - "compose": "Create New", - "logout": "Logout", - "createStory": "", - "about": "About", - "help": "Help", - "language": "Language", - "privacy": "Privacy", - "terms": "Terms", - "legalNotice": "", - "mobileApps": "", - "backToPreviousDesign": "Go back to previous design" - }, - "directMessages": { - "inbox": "Inbox", - "sent": "Sent", - "requests": "Requests" - }, - "notifications": { - "title": "", - "liked": "liked your", - "commented": "commented on your", - "reacted": "reacted to your", - "shared": "shared your", - "tagged": "tagged you in a", - "updatedA": "updated a", - "sentA": "sent a", - "followed": "followed", - "mentioned": "mentioned", - "you": "you", - "yourApplication": "Your application to join", - "applicationApproved": "was approved!", - "applicationRejected": "was rejected. You can re-apply to join in 6 months.", - "dm": "dm", - "groupPost": "group post", - "modlog": "modlog", - "post": "post", - "story": "story", - "noneFound": "No notifications found", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" - }, - "post": { - "shareToFollowers": "Share to followers", - "shareToOther": "Share to other", - "noLikes": "No likes yet", - "uploading": "Uploading" - }, - "profile": { - "posts": "Posts", - "followers": "Followers", - "following": "Following", - "admin": "Admin", - "collections": "Collections", - "follow": "Follow", - "unfollow": "Unfollow", - "editProfile": "Edit Profile", - "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" - }, - "menu": { - "viewPost": "View Post", - "viewProfile": "View Profile", - "moderationTools": "Moderation Tools", - "report": "Report", - "archive": "Archive", - "unarchive": "Unarchive", - "embed": "Embed", - "selectOneOption": "Select one of the following options", - "unlistFromTimelines": "Unlist from Timelines", - "addCW": "Add Content Warning", - "removeCW": "Remove Content Warning", - "markAsSpammer": "Mark as Spammer", - "markAsSpammerText": "Unlist + CW existing and future posts", - "spam": "Spam", - "sensitive": "Sensitive Content", - "abusive": "Abusive or Harmful", - "underageAccount": "Underage Account", - "copyrightInfringement": "Copyright Infringement", - "impersonation": "Impersonation", - "scamOrFraud": "Scam or Fraud", - "confirmReport": "Confirm Report", - "confirmReportText": "Are you sure you want to report this post?", - "reportSent": "Report Sent!", - "reportSentText": "We have successfully received your report.", - "reportSentError": "There was an issue reporting this post.", - "modAddCWConfirm": "Are you sure you want to add a content warning to this post?", - "modCWSuccess": "Successfully added content warning", - "modRemoveCWConfirm": "Are you sure you want to remove the content warning on this post?", - "modRemoveCWSuccess": "Successfully removed content warning", - "modUnlistConfirm": "Are you sure you want to unlist this post?", - "modUnlistSuccess": "Successfully unlisted post", - "modMarkAsSpammerConfirm": "Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.", - "modMarkAsSpammerSuccess": "Successfully marked account as spammer", - "toFollowers": "to Followers", - "showCaption": "Show Caption", - "showLikes": "Show Likes", - "compactMode": "Compact Mode", - "embedConfirmText": "By using this embed, you agree to our", - "deletePostConfirm": "Are you sure you want to delete this post?", - "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" - }, - "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" - }, - "timeline": { - "peopleYouMayKnow": "People you may know", - "onboarding": { - "welcome": "Welcome", - "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", - "letUsHelpYouFind": "Let us help you find some interesting people to follow", - "refreshFeed": "Refresh my feed" - } - }, - "hashtags": { - "emptyFeed": "We can't seem to find any posts for this hashtag" - }, - "report": { - "report": "Report", - "selectReason": "Select a reason", - "reported": "Reported", - "sendingReport": "Sending report", - "thanksMsg": "Thanks for the report, people like you help keep our community safe!", - "contactAdminMsg": "If you'd like to contact an administrator about this post or report" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" - } -} \ No newline at end of file diff --git a/public/_lang/mn-MN.json b/public/_lang/mn-MN.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/mn-MN.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/eo.json b/public/_lang/ms-MY.json similarity index 100% rename from public/_lang/eo.json rename to public/_lang/ms-MY.json diff --git a/public/_lang/ne-NP.json b/public/_lang/ne-NP.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/ne-NP.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/nl.json b/public/_lang/nl-NL.json similarity index 54% rename from public/_lang/nl.json rename to public/_lang/nl-NL.json index b62983339..77bda5a49 100644 --- a/public/_lang/nl.json +++ b/public/_lang/nl-NL.json @@ -26,10 +26,7 @@ "clickHere": "klik hier", "sensitive": "Gevoelig", "sensitiveContent": "Gevoelige inhoud", - "sensitiveContentWarning": "Deze post kan gevoelige inhoud bevatten", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Deze post kan gevoelige inhoud bevatten" }, "site": { "terms": "Gebruiksvoorwaarden", @@ -49,17 +46,13 @@ "profile": "Profiel", "drive": "Drive", "settings": "Instellingen", - "appearance": "", "compose": "Nieuwe aanmaken", "logout": "Uitloggen", - "createStory": "", "about": "Over", "help": "Hulp", "language": "Taal", "privacy": "Privacy", "terms": "Voorwaarden", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Ga terug naar het vorige ontwerp" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Verzoeken" }, "notifications": { - "title": "", "liked": "vond leuk je", "commented": "reageerde op je", "reacted": "heeft gereageerd op je", @@ -87,24 +79,7 @@ "modlog": "modlogboek", "post": "bericht", "story": "verhaal", - "noneFound": "Geen notificaties gevonden", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Geen notificaties gevonden" }, "post": { "shareToFollowers": "Deel met volgers", @@ -124,24 +99,7 @@ "followRequested": "Volgen verzocht", "joined": "Lid geworden", "emptyCollections": "We kunnen geen collecties vinden", - "emptyPosts": "We kunnen geen berichten vinden", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "We kunnen geen berichten vinden" }, "menu": { "viewPost": "Berichten bekijken", @@ -184,41 +142,10 @@ "embedConfirmText": "Door deze embed te gebruiken, gaat u akkoord met onze", "deletePostConfirm": "Weet je zeker dat je deze post wil verwijderen?", "archivePostConfirm": "Weet je zeker dat je deze post wilt archiveren?", - "unarchivePostConfirm": "Weet je zeker dat je deze post wilt dearchiveren?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Weet je zeker dat je deze post wilt dearchiveren?" }, "story": { - "add": "Verhaal toevoegen", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Verhaal toevoegen" }, "timeline": { "peopleYouMayKnow": "Mensen die u misschien kent", @@ -239,128 +166,5 @@ "sendingReport": "Rapport versturen", "thanksMsg": "Bedankt voor het rapport, mensen zoals u helpen onze gemeenschap veilig te houden!", "contactAdminMsg": "Als u over dit bericht of rapport contact wilt opnemen met een beheerder" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/no.json b/public/_lang/no-NO.json similarity index 53% rename from resources/assets/js/i18n/no.json rename to public/_lang/no-NO.json index 75297d38e..5abcf5140 100644 --- a/resources/assets/js/i18n/no.json +++ b/public/_lang/no-NO.json @@ -26,10 +26,7 @@ "clickHere": "klikk her", "sensitive": "Sensitivt", "sensitiveContent": "Sensitivt innhold", - "sensitiveContentWarning": "Dette innlegget kan inneholde sensitivt innhold", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Dette innlegget kan inneholde sensitivt innhold" }, "site": { "terms": "Bruksvilk\u00e5r", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Drev", "settings": "Innstillinger", - "appearance": "", "compose": "Opprett ny", "logout": "Logg ut", - "createStory": "", "about": "Om", "help": "Hjelp", "language": "Spr\u00e5k", "privacy": "Personvern", "terms": "Vilk\u00e5r", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "G\u00e5 tilbake til forrige design" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Foresp\u00f8rsler" }, "notifications": { - "title": "", "liked": "likte din", "commented": "kommenterte din", "reacted": "reagerte p\u00e5 din", @@ -87,24 +79,7 @@ "modlog": "modlogg", "post": "innlegg", "story": "historie", - "noneFound": "Ingen nye varsler", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Ingen nye varsler" }, "post": { "shareToFollowers": "Del med f\u00f8lgere", @@ -124,24 +99,7 @@ "followRequested": "F\u00f8lgeforesp\u00f8rsler", "joined": "Ble med", "emptyCollections": "Vi kunne ikke finne noen samlinger", - "emptyPosts": "Vi kunne ikke finne noen innlegg", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Vi kunne ikke finne noen innlegg" }, "menu": { "viewPost": "Vis innlegg", @@ -184,41 +142,10 @@ "embedConfirmText": "Ved \u00e5 bruke denne innbakingen, godtar du v\u00e5r", "deletePostConfirm": "Er du sikker p\u00e5 at du vil slette dette innlegget?", "archivePostConfirm": "Er du sikker p\u00e5 at du vil arkivere dette innlegget?", - "unarchivePostConfirm": "Er du sikker p\u00e5 at vil hente dette innlegget tilbake fra arkivet?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Er du sikker p\u00e5 at vil hente dette innlegget tilbake fra arkivet?" }, "story": { - "add": "Legg til historie", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Legg til historie" }, "timeline": { "peopleYouMayKnow": "Folk du kanskje kjenner", @@ -239,128 +166,5 @@ "sendingReport": "Sender rapport", "thanksMsg": "Takk for at du rapporte, folk som deg hjelper med \u00e5 holde fellesskapet trygt!", "contactAdminMsg": "Om du \u00f8nsker \u00e5 kontakte en administrator for dette innlegget eller denne rapporten" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/oc.json b/public/_lang/oc-FR.json similarity index 55% rename from resources/assets/js/i18n/oc.json rename to public/_lang/oc-FR.json index 63cf2050a..d6074d1e0 100644 --- a/resources/assets/js/i18n/oc.json +++ b/public/_lang/oc-FR.json @@ -26,10 +26,7 @@ "clickHere": "Clicatz aic\u00ed", "sensitive": "Sensible", "sensitiveContent": "Contengut sensible", - "sensitiveContentWarning": "Lo contengut d'aquela publicacion poiri\u00e1 \u00e8sser sensibla", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Lo contengut d'aquela publicacion poiri\u00e1 \u00e8sser sensibla" }, "site": { "terms": "Condicions d'utilizacion", @@ -49,17 +46,13 @@ "profile": "Perfil", "drive": "N\u00edvol", "settings": "Param\u00e8tres", - "appearance": "", "compose": "Apondre", "logout": "Desconnexion", - "createStory": "", "about": "A prepaus", "help": "Ajuda", "language": "Lenga", "privacy": "Confidencialitat", "terms": "Condicions d\u2019utilizacion", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Tornar al design precedent" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Requ\u00e8stas" }, "notifications": { - "title": "", "liked": "a aimat v\u00f2stra", "commented": "a comentat v\u00f2stra", "reacted": "a reagit a v\u00f2stra", @@ -87,24 +79,7 @@ "modlog": "jornal de moderacion", "post": "publicacion", "story": "ist\u00f2ria", - "noneFound": "Cap de notificacion pas trobada", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Cap de notificacion pas trobada" }, "post": { "shareToFollowers": "Partejar als seguidors", @@ -124,24 +99,7 @@ "followRequested": "Demanda d\u2019abonament enviada", "joined": "Arribada", "emptyCollections": "Sembla que i aja cap de colleccion", - "emptyPosts": "Sembla pas que i a cap de publicacion", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Sembla pas que i a cap de publicacion" }, "menu": { "viewPost": "Veire la publicacion", @@ -184,41 +142,10 @@ "embedConfirmText": "En autorizant aquesta integracion, acceptatz n\u00f2stras", "deletePostConfirm": "Vol\u00e8tz vertadi\u00e8rament suprimir aquesta publicacion ?", "archivePostConfirm": "Vol\u00e8tz vertadi\u00e8rament archivar aquesta publicacion ?", - "unarchivePostConfirm": "Vol\u00e8tz vertadi\u00e8rament desarchivar aquesta publicacion ?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Vol\u00e8tz vertadi\u00e8rament desarchivar aquesta publicacion ?" }, "story": { - "add": "Apondre Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Apondre Story" }, "timeline": { "peopleYouMayKnow": "Personas que coneiss\u00e8tz benl\u00e8u", @@ -239,128 +166,5 @@ "sendingReport": "Mandad\u00eds del senhalament", "thanksMsg": "Merc\u00e9s per lo rap\u00f2rt, de gents coma vos ajudan a gardar n\u00f2stra comunitat en seguretat !", "contactAdminMsg": "Se vol\u00e8tz contactar un administrator a prepaus d'aquesta publicacion o senhalar" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/pa-IN.json b/public/_lang/pa-IN.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/pa-IN.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/pl.json b/public/_lang/pl-PL.json similarity index 57% rename from public/_lang/pl.json rename to public/_lang/pl-PL.json index a484aee25..66a7b35be 100644 --- a/public/_lang/pl.json +++ b/public/_lang/pl-PL.json @@ -26,10 +26,7 @@ "clickHere": "kliknij tutaj", "sensitive": "Wra\u017cliwe", "sensitiveContent": "Tre\u015b\u0107 wra\u017cliwa", - "sensitiveContentWarning": "Ten post mo\u017ce zawiera\u0107 wra\u017cliwe tre\u015bci", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Ten post mo\u017ce zawiera\u0107 wra\u017cliwe tre\u015bci" }, "site": { "terms": "Warunki U\u017cytkowania", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Dysk", "settings": "Ustawienia", - "appearance": "", "compose": "Utw\u00f3rz nowy", "logout": "Wyloguj si\u0119", - "createStory": "", "about": "O nas", "help": "Pomoc", "language": "J\u0119zyk", "privacy": "Prywatno\u015b\u0107", "terms": "Regulamin", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Wr\u00f3\u0107 do poprzedniego wygl\u0105du" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Pro\u015bby o kontakt" }, "notifications": { - "title": "", "liked": "polubi\u0142(a) twoje", "commented": "skomentowa\u0142(a) twoje", "reacted": "zareagowa\u0142(a) na twoje", @@ -87,24 +79,7 @@ "modlog": "logi", "post": "post", "story": "opowie\u015b\u0107", - "noneFound": "Brak powiadomie\u0144", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Brak powiadomie\u0144" }, "post": { "shareToFollowers": "Udost\u0119pnij obserwuj\u0105cym", @@ -124,24 +99,7 @@ "followRequested": "Pro\u015bba o zaobserwowanie", "joined": "Do\u0142\u0105czono", "emptyCollections": "Nie mo\u017cemy znale\u017a\u0107 \u017cadnych kolekcji", - "emptyPosts": "Nie mo\u017cemy znale\u017a\u0107 \u017cadnych post\u00f3w", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Nie mo\u017cemy znale\u017a\u0107 \u017cadnych post\u00f3w" }, "menu": { "viewPost": "Zobacz post", @@ -184,41 +142,10 @@ "embedConfirmText": "Korzystaj\u0105c z tego osadzenia akceptujesz nasz\u0105", "deletePostConfirm": "Czy na pewno chcesz usun\u0105\u0107 ten post?", "archivePostConfirm": "Czy na pewno chcesz zarchiwizowa\u0107 ten post?", - "unarchivePostConfirm": "Czy na pewno chcesz cofn\u0105\u0107 archiwizacj\u0119 tego wpisu?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Czy na pewno chcesz cofn\u0105\u0107 archiwizacj\u0119 tego wpisu?" }, "story": { - "add": "Dodaj Opowie\u015b\u0107", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Dodaj Opowie\u015b\u0107" }, "timeline": { "peopleYouMayKnow": "Ludzie, kt\u00f3rych mo\u017cesz zna\u0107", @@ -239,128 +166,5 @@ "sendingReport": "Wysy\u0142anie zg\u0142oszenia", "thanksMsg": "Dzi\u0119kujemy za zg\u0142oszenie, ludzie tacy jak ty pomagaj\u0105 chroni\u0107 nasz\u0105 spo\u0142eczno\u015b\u0107!", "contactAdminMsg": "Je\u015bli chcesz skontaktowa\u0107 si\u0119 z administratorem w sprawie tego wpisu lub go zg\u0142osi\u0107" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/ps-AF.json b/public/_lang/ps-AF.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/ps-AF.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/pt.json b/public/_lang/pt-PT.json similarity index 56% rename from resources/assets/js/i18n/pt.json rename to public/_lang/pt-PT.json index ae23b33a9..283885393 100644 --- a/resources/assets/js/i18n/pt.json +++ b/public/_lang/pt-PT.json @@ -26,10 +26,7 @@ "clickHere": "clique aqui", "sensitive": "Sens\u00edvel", "sensitiveContent": "Conte\u00fado sens\u00edvel", - "sensitiveContentWarning": "Este post pode conter conte\u00fado sens\u00edvel", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Este post pode conter conte\u00fado sens\u00edvel" }, "site": { "terms": "Termos de Uso", @@ -49,17 +46,13 @@ "profile": "Perfil", "drive": "Drive", "settings": "Configura\u00e7\u00f5es", - "appearance": "", "compose": "Criar novo", "logout": "Sair", - "createStory": "", "about": "Sobre", "help": "Ajuda", "language": "Idioma", "privacy": "Privacidade", "terms": "Termos", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Voltar ao design anterior" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Pedidos" }, "notifications": { - "title": "", "liked": "curtiu seu", "commented": "comentou em seu", "reacted": "reagiu ao seu", @@ -87,24 +79,7 @@ "modlog": "hist\u00f3rico de modera\u00e7\u00e3o", "post": "publica\u00e7\u00e3o", "story": "hist\u00f3ria", - "noneFound": "Nenhuma notifica\u00e7\u00e3o encontrada", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Nenhuma notifica\u00e7\u00e3o encontrada" }, "post": { "shareToFollowers": "Partilhar com os seguidores", @@ -124,24 +99,7 @@ "followRequested": "Pedido para seguir enviado", "joined": "Juntou-se", "emptyCollections": "N\u00e3o conseguimos encontrar nenhuma cole\u00e7\u00e3o", - "emptyPosts": "N\u00e3o conseguimos encontrar nenhuma publica\u00e7\u00e3o", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "N\u00e3o conseguimos encontrar nenhuma publica\u00e7\u00e3o" }, "menu": { "viewPost": "Ver publica\u00e7\u00e3o", @@ -184,41 +142,10 @@ "embedConfirmText": "Ao usar de forma \u201cembed\u201d, voc\u00ea concorda com nossas", "deletePostConfirm": "Tem a certeza que pretende apagar esta publica\u00e7\u00e3o?", "archivePostConfirm": "Tem a certeza que pretende arquivar esta publica\u00e7\u00e3o?", - "unarchivePostConfirm": "Tem a certeza que pretende desarquivar este post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Tem a certeza que pretende desarquivar este post?" }, "story": { - "add": "Adicionar Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Adicionar Story" }, "timeline": { "peopleYouMayKnow": "Pessoas que talvez conhe\u00e7a", @@ -239,128 +166,5 @@ "sendingReport": "A enviar den\u00fancia", "thanksMsg": "Obrigado pela den\u00fancia, pessoas como voc\u00ea ajudam a manter a nossa comunidade segura!", "contactAdminMsg": "Se quiser entrar em contato com um administrador acerca desta publica\u00e7\u00e3o ou den\u00fancia" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/ro.json b/public/_lang/ro-RO.json similarity index 56% rename from public/_lang/ro.json rename to public/_lang/ro-RO.json index 585d7c054..22b6299ce 100644 --- a/public/_lang/ro.json +++ b/public/_lang/ro-RO.json @@ -26,10 +26,7 @@ "clickHere": "click here", "sensitive": "Sensibil", "sensitiveContent": "Con\u021binut sensibil", - "sensitiveContentWarning": "Aceast\u0103 postare poate con\u021bine con\u021binut sensibil", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Aceast\u0103 postare poate con\u021bine con\u021binut sensibil" }, "site": { "terms": "Condi\u021bii de utilizare", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Unitate", "settings": "Set\u0103ri", - "appearance": "", "compose": "Creaz\u0103 nou", "logout": "Deconectare", - "createStory": "", "about": "Despre", "help": "Ajutor", "language": "Limb\u0103", "privacy": "Confiden\u021bialitate", "terms": "Termeni", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u00cenapoi la design-ul anterior" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Cereri" }, "notifications": { - "title": "", "liked": "\u021bi-a pl\u0103cut", "commented": "a comentat la", "reacted": "a reac\u021bionat la", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "postare", "story": "poveste", - "noneFound": "No notifications found", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Distribuie c\u0103tre urm\u0103ritori", @@ -124,24 +99,7 @@ "followRequested": "Urm\u0103re\u0219te cererea", "joined": "S-a al\u0103turat", "emptyCollections": "Se pare c\u0103 nu putem g\u0103si colec\u021bii", - "emptyPosts": "Se pare c\u0103 nu putem g\u0103si niciun post", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Se pare c\u0103 nu putem g\u0103si niciun post" }, "menu": { "viewPost": "Vizualiza\u021bi postul", @@ -184,41 +142,10 @@ "embedConfirmText": "Folosind acest lucru \u00eencorporat, sunte\u021bi de acord cu", "deletePostConfirm": "Sunte\u0163i sigur c\u0103 dori\u0163i s\u0103 \u015fterge\u0163i acest post?", "archivePostConfirm": "Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 arhiva\u021bi acest post?", - "unarchivePostConfirm": "Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 dezarhiva\u021bi acest post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 dezarhiva\u021bi acest post?" }, "story": { - "add": "Ad\u0103uga\u021bi poveste", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Ad\u0103uga\u021bi poveste" }, "timeline": { "peopleYouMayKnow": "Persoane pe care i-ai putea cunoa\u0219te", @@ -239,128 +166,5 @@ "sendingReport": "Sending report", "thanksMsg": "Thanks for the report, people like you help keep our community safe!", "contactAdminMsg": "If you'd like to contact an administrator about this post or report" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/ru.json b/public/_lang/ru-RU.json similarity index 78% rename from resources/assets/js/i18n/ru.json rename to public/_lang/ru-RU.json index 9087b917d..25e35e3fa 100644 --- a/resources/assets/js/i18n/ru.json +++ b/public/_lang/ru-RU.json @@ -26,10 +26,7 @@ "clickHere": "\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c", "sensitive": "\u0412\u044b\u0437\u044b\u0432\u0430\u044e\u0449\u0438\u0439", "sensitiveContent": "\u0412\u044b\u0437\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435", - "sensitiveContentWarning": "\u042d\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432\u044b\u0437\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u042d\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432\u044b\u0437\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435" }, "site": { "terms": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f", @@ -49,17 +46,13 @@ "profile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c", "drive": "\u0414\u0438\u0441\u043a", "settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", - "appearance": "", "compose": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439", "logout": "\u0412\u044b\u0439\u0442\u0438", - "createStory": "", "about": "\u041e \u043d\u0430\u0441", "help": "\u041f\u043e\u043c\u043e\u0449\u044c", "language": "\u042f\u0437\u044b\u043a", "privacy": "\u041a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c", "terms": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u0434\u0438\u0437\u0430\u0439\u043d\u0443" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0417\u0430\u043f\u0440\u043e\u0441\u044b" }, "notifications": { - "title": "", "liked": "\u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0441\u044f \u0432\u0430\u0448", "commented": "\u043f\u0440\u043e\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u0432\u0430\u0448", "reacted": "\u043e\u0442\u0440\u0435\u0430\u0433\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u0432\u0430\u0448", @@ -87,24 +79,7 @@ "modlog": "\u0436\u0443\u0440\u043d\u0430\u043b \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0438\u0438", "post": "\u0437\u0430\u043f\u0438\u0441\u044c", "story": "\u0438\u0441\u0442\u043e\u0440\u0438\u044f", - "noneFound": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b" }, "post": { "shareToFollowers": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u043c\u0438", @@ -124,24 +99,7 @@ "followRequested": "\u0425\u043e\u0447\u0435\u0442 \u043d\u0430 \u0412\u0430\u0441 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f", "joined": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f", "emptyCollections": "\u041f\u043e\u0445\u043e\u0436\u0435, \u043c\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u043c \u043d\u0430\u0439\u0442\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438", - "emptyPosts": "\u041f\u043e\u0445\u043e\u0436\u0435, \u043c\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u043c \u043d\u0430\u0439\u0442\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u041f\u043e\u0445\u043e\u0436\u0435, \u043c\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u043c \u043d\u0430\u0439\u0442\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438" }, "menu": { "viewPost": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c", @@ -184,41 +142,10 @@ "embedConfirmText": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u044d\u0442\u043e\u0442 \u0438\u043d\u0441\u0442\u0430\u043d\u0442, \u0432\u044b \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u0448\u0438\u043c\u0438", "deletePostConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442?", "archivePostConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442?", - "unarchivePostConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0431\u0440\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442 \u0438\u0437 \u0430\u0440\u0445\u0438\u0432\u0430?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0431\u0440\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u043e\u0441\u0442 \u0438\u0437 \u0430\u0440\u0445\u0438\u0432\u0430?" }, "story": { - "add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u044e", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u044e" }, "timeline": { "peopleYouMayKnow": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0434\u0440\u0443\u0437\u044c\u044f", @@ -239,128 +166,5 @@ "sendingReport": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0436\u0430\u043b\u043e\u0431\u044b", "thanksMsg": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435! \u0422\u0430\u043a\u0438\u0435, \u043a\u0430\u043a \u0432\u044b, \u043f\u043e\u043c\u043e\u0433\u0430\u044e\u0442 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u0435\u0435!", "contactAdminMsg": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0432\u044b \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u043e\u043c \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u044d\u0442\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0438\u043b\u0438 \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c\u0441\u044f" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/sc-IT.json b/public/_lang/sc-IT.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/sc-IT.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/sco-GB.json b/public/_lang/sco-GB.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/sco-GB.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/sk.json b/public/_lang/sk-SK.json similarity index 59% rename from public/_lang/sk.json rename to public/_lang/sk-SK.json index c6d7a02d1..04c3c804c 100644 --- a/public/_lang/sk.json +++ b/public/_lang/sk-SK.json @@ -26,10 +26,7 @@ "clickHere": "klikni tu", "sensitive": "Citliv\u00fd", "sensitiveContent": "Citliv\u00fd obsah", - "sensitiveContentWarning": "Tento pr\u00edspevok m\u00f4\u017ee obsahova\u0165 citliv\u00fd obsah", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Tento pr\u00edspevok m\u00f4\u017ee obsahova\u0165 citliv\u00fd obsah" }, "site": { "terms": "Podmienky pou\u017e\u00edvania", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "\u00dalo\u017eisko", "settings": "Nastavenia", - "appearance": "", "compose": "Vytvori\u0165 nov\u00fd", "logout": "Odhl\u00e1si\u0165 sa", - "createStory": "", "about": "O aplik\u00e1cii", "help": "Pomocn\u00edk", "language": "Jazyk", "privacy": "Ochrana osobn\u00fdch \u00fadajov", "terms": "Podmienky", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Vr\u00e1ti\u0165 sa sp\u00e4\u0165 k predo\u0161l\u00e9mu dizajnu" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u017diadosti" }, "notifications": { - "title": "", "liked": "sa p\u00e1\u010di v\u00e1\u0161", "commented": "komentoval na va\u0161om", "reacted": "reagoval na v\u00e1\u0161", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "pr\u00edspevok", "story": "story", - "noneFound": "\u017diadne n\u00e1jden\u00e9 notifik\u00e1cie", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u017diadne n\u00e1jden\u00e9 notifik\u00e1cie" }, "post": { "shareToFollowers": "Zdie\u013ea\u0165 pre sledovate\u013eov", @@ -124,24 +99,7 @@ "followRequested": "\u017diados\u0165 o sledovanie bola odoslan\u00e1", "joined": "Pripojen\u00e9", "emptyCollections": "Zd\u00e1 sa, \u017ee nem\u00f4\u017eeme n\u00e1js\u0165 \u017eiadne kolekcie", - "emptyPosts": "Zd\u00e1 sa, \u017ee nem\u00f4\u017eeme n\u00e1js\u0165 \u017eiadne pr\u00edspevky", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Zd\u00e1 sa, \u017ee nem\u00f4\u017eeme n\u00e1js\u0165 \u017eiadne pr\u00edspevky" }, "menu": { "viewPost": "Zobrazi\u0165 pr\u00edspevok", @@ -184,41 +142,10 @@ "embedConfirmText": "Pou\u017e\u00edvan\u00edm tohto vlo\u017eenia s\u00fahlas\u00edte s na\u0161imi", "deletePostConfirm": "Naozaj chcete odstr\u00e1ni\u0165 tento pr\u00edspevok?", "archivePostConfirm": "Naozaj chcete archivova\u0165 tento pr\u00edspevok?", - "unarchivePostConfirm": "Naozaj chcete odarchivova\u0165 tento pr\u00edspevok?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Naozaj chcete odarchivova\u0165 tento pr\u00edspevok?" }, "story": { - "add": "Prida\u0165 Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Prida\u0165 Story" }, "timeline": { "peopleYouMayKnow": "\u013dudia ktor\u00fdch mo\u017eno pozn\u00e1te", @@ -239,128 +166,5 @@ "sendingReport": "Odosielanie hl\u00e1senia", "thanksMsg": "\u010eakujeme za hl\u00e1senie, \u013eudia ako vy pom\u00e1haj\u00fa udr\u017eiava\u0165 na\u0161u komunitu v bezpe\u010d\u00ed!", "contactAdminMsg": "Ak chcete kontaktova\u0165 administr\u00e1tora oh\u013eadom tohto pr\u00edspevku alebo ho nahl\u00e1si\u0165" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/sl-SI.json b/public/_lang/sl-SI.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/sl-SI.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/sq-AL.json b/public/_lang/sq-AL.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/sq-AL.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/sr-CS.json b/public/_lang/sr-CS.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/sr-CS.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/sr.json b/public/_lang/sr-SP.json similarity index 52% rename from public/_lang/sr.json rename to public/_lang/sr-SP.json index 0f37a9e27..b52728000 100644 --- a/public/_lang/sr.json +++ b/public/_lang/sr-SP.json @@ -26,10 +26,7 @@ "clickHere": "click here", "sensitive": "Osetljivo", "sensitiveContent": "Osetljivi sadr\u017eaj", - "sensitiveContentWarning": "Ovaj post mo\u017ee sadr\u017eati osetljivi sadr\u017eaj", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Ovaj post mo\u017ee sadr\u017eati osetljivi sadr\u017eaj" }, "site": { "terms": "Uslovi kori\u0161\u0107enja", @@ -49,17 +46,13 @@ "profile": "Profile", "drive": "Drive", "settings": "Settings", - "appearance": "", "compose": "Create New", "logout": "Logout", - "createStory": "", "about": "About", "help": "Help", "language": "Language", "privacy": "Privacy", "terms": "Terms", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Requests" }, "notifications": { - "title": "", "liked": "liked your", "commented": "commented on your", "reacted": "reacted to your", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "post", "story": "story", - "noneFound": "No notifications found", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -124,24 +99,7 @@ "followRequested": "Follow Requested", "joined": "Joined", "emptyCollections": "We can't seem to find any collections", - "emptyPosts": "We can't seem to find any posts", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "We can't seem to find any posts" }, "menu": { "viewPost": "View Post", @@ -184,41 +142,10 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "Are you sure you want to delete this post?", "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Add Story" }, "timeline": { "peopleYouMayKnow": "People you may know", @@ -239,128 +166,5 @@ "sendingReport": "Sending report", "thanksMsg": "Thanks for the report, people like you help keep our community safe!", "contactAdminMsg": "If you'd like to contact an administrator about this post or report" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/resources/assets/js/i18n/sv.json b/public/_lang/sv-SE.json similarity index 56% rename from resources/assets/js/i18n/sv.json rename to public/_lang/sv-SE.json index ed497ddcd..36badbb9d 100644 --- a/resources/assets/js/i18n/sv.json +++ b/public/_lang/sv-SE.json @@ -26,10 +26,7 @@ "clickHere": "klicka h\u00e4r", "sensitive": "K\u00e4nsligt", "sensitiveContent": "K\u00e4nsligt inneh\u00e5ll", - "sensitiveContentWarning": "Det h\u00e4r inl\u00e4gget kan inneh\u00e5lla k\u00e4nsligt inneh\u00e5ll", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Det h\u00e4r inl\u00e4gget kan inneh\u00e5lla k\u00e4nsligt inneh\u00e5ll" }, "site": { "terms": "Anv\u00e4ndarvillkor", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Enhet", "settings": "Inst\u00e4llningar", - "appearance": "", "compose": "Skapa ny", "logout": "Logga ut", - "createStory": "", "about": "Om", "help": "Hj\u00e4lp", "language": "Spr\u00e5k", "privacy": "Integritet", "terms": "Villkor", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "G\u00e5 tillbaka till f\u00f6reg\u00e5ende design" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "F\u00f6rfr\u00e5gningar" }, "notifications": { - "title": "", "liked": "gillade ditt", "commented": "kommenterade p\u00e5 din", "reacted": "reagerade p\u00e5 din", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "inl\u00e4gg", "story": "historik", - "noneFound": "Inga aviseringar hittades", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Inga aviseringar hittades" }, "post": { "shareToFollowers": "Dela till f\u00f6ljare", @@ -124,24 +99,7 @@ "followRequested": "F\u00f6ljf\u00f6rfr\u00e5gan skickad", "joined": "Gick med", "emptyCollections": "Vi verkar inte hitta n\u00e5gra kollektioner", - "emptyPosts": "Vi verkar inte hitta n\u00e5gra inl\u00e4gg", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Vi verkar inte hitta n\u00e5gra inl\u00e4gg" }, "menu": { "viewPost": "Visa inl\u00e4gg", @@ -184,41 +142,10 @@ "embedConfirmText": "Genom att anv\u00e4nda denna inb\u00e4ddning godk\u00e4nner du v\u00e5r", "deletePostConfirm": "\u00c4r du s\u00e4ker att du vill ta bort detta inl\u00e4gg?", "archivePostConfirm": "\u00c4r du s\u00e4ker att du vill arkivera detta inl\u00e4gg?", - "unarchivePostConfirm": "\u00c4r du s\u00e4ker att du vill avarkivera detta inl\u00e4gg?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u00c4r du s\u00e4ker att du vill avarkivera detta inl\u00e4gg?" }, "story": { - "add": "L\u00e4gg till Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "L\u00e4gg till Story" }, "timeline": { "peopleYouMayKnow": "Personer du kanske k\u00e4nner", @@ -239,128 +166,5 @@ "sendingReport": "Skickar rapport", "thanksMsg": "Tack f\u00f6r rapporten, personer som gillar att du hj\u00e4lper till att skydda v\u00e5r gemenskap!", "contactAdminMsg": "Om du vill kontakta en administrat\u00f6r om detta inl\u00e4gg eller rapport" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/syc-SY.json b/public/_lang/syc-SY.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/syc-SY.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/ta-IN.json b/public/_lang/ta-IN.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/ta-IN.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/th.json b/public/_lang/th-TH.json similarity index 76% rename from resources/assets/js/i18n/th.json rename to public/_lang/th-TH.json index fe3e08f44..9da33b30b 100644 --- a/resources/assets/js/i18n/th.json +++ b/public/_lang/th-TH.json @@ -26,10 +26,7 @@ "clickHere": "\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", "sensitive": "\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19", "sensitiveContent": "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19", - "sensitiveContentWarning": "\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e21\u0e35\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e48\u0e2d\u0e19\u0e44\u0e27", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e21\u0e35\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2d\u0e48\u0e2d\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e48\u0e2d\u0e19\u0e44\u0e27" }, "site": { "terms": "\u0e02\u0e49\u0e2d\u0e15\u0e01\u0e25\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", @@ -49,17 +46,13 @@ "profile": "\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c", "drive": "\u0e44\u0e14\u0e23\u0e1f\u0e4c", "settings": "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32", - "appearance": "", "compose": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e2b\u0e21\u0e48", "logout": "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e23\u0e30\u0e1a\u0e1a", - "createStory": "", "about": "\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a", "help": "\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", "language": "\u0e20\u0e32\u0e29\u0e32", "privacy": "\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27", "terms": "\u0e02\u0e49\u0e2d\u0e15\u0e01\u0e25\u0e07", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0e04\u0e33\u0e02\u0e2d" }, "notifications": { - "title": "", "liked": "\u0e16\u0e39\u0e01\u0e43\u0e08\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", "commented": "\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", "reacted": "\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e16\u0e36\u0e07\u0e04\u0e38\u0e13", @@ -87,24 +79,7 @@ "modlog": "\u0e21\u0e47\u0e2d\u0e14\u0e25\u0e47\u0e2d\u0e01", "post": "\u0e42\u0e1e\u0e2a\u0e15\u0e4c", "story": "\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e32\u0e27", - "noneFound": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19" }, "post": { "shareToFollowers": "\u0e41\u0e0a\u0e23\u0e4c\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", @@ -124,24 +99,7 @@ "followRequested": "\u0e04\u0e33\u0e02\u0e2d\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21", "joined": "\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e41\u0e25\u0e49\u0e27", "emptyCollections": "\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e01\u0e0a\u0e31\u0e19\u0e43\u0e14\u0e46", - "emptyPosts": "\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e43\u0e14\u0e46", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e43\u0e14\u0e46" }, "menu": { "viewPost": "\u0e14\u0e39\u0e42\u0e1e\u0e2a\u0e15\u0e4c", @@ -184,41 +142,10 @@ "embedConfirmText": "\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e15\u0e31\u0e27\u0e1d\u0e31\u0e07\u0e19\u0e35\u0e49\u0e41\u0e2a\u0e14\u0e07\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32", "deletePostConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49?", "archivePostConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e01\u0e47\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e16\u0e32\u0e27\u0e23?", - "unarchivePostConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e25\u0e34\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e16\u0e32\u0e27\u0e23?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e25\u0e34\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49\u0e16\u0e32\u0e27\u0e23?" }, "story": { - "add": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e32\u0e27", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e32\u0e27" }, "timeline": { "peopleYouMayKnow": "\u0e04\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e23\u0e39\u0e49\u0e08\u0e31\u0e01", @@ -239,128 +166,5 @@ "sendingReport": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19", "thanksMsg": "\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e04\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22!", "contactAdminMsg": "\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/tlh.json b/public/_lang/tlh.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/tlh.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/tr.json b/public/_lang/tr-TR.json similarity index 57% rename from resources/assets/js/i18n/tr.json rename to public/_lang/tr-TR.json index 358d69d90..bfcc5b786 100644 --- a/resources/assets/js/i18n/tr.json +++ b/public/_lang/tr-TR.json @@ -26,10 +26,7 @@ "clickHere": "buraya t\u0131klay\u0131n", "sensitive": "Hassas", "sensitiveContent": "Hassas i\u00e7erik", - "sensitiveContentWarning": "Bu ileti hassas i\u00e7erik i\u00e7eriyor olabilir", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "Bu ileti hassas i\u00e7erik i\u00e7eriyor olabilir" }, "site": { "terms": "Kullan\u0131m Ko\u015fullar\u0131", @@ -49,17 +46,13 @@ "profile": "Profil", "drive": "Depolama", "settings": "Ayarlar", - "appearance": "", "compose": "Yeni olu\u015ftur", "logout": "Oturumu kapat", - "createStory": "", "about": "Hakk\u0131nda", "help": "Yard\u0131m", "language": "Dil", "privacy": "Gizlilik", "terms": "Ko\u015fullar", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u00d6nceki tasar\u0131ma geri d\u00f6n" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0130stekler" }, "notifications": { - "title": "", "liked": "be\u011fendim", "commented": "yorum yazd\u0131", "reacted": "tepki verdi", @@ -87,24 +79,7 @@ "modlog": "modlog", "post": "g\u00f6nderi", "story": "hikaye", - "noneFound": "Bildirim bulunamad\u0131", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Bildirim bulunamad\u0131" }, "post": { "shareToFollowers": "Takip\u00e7ilerle payla\u015f", @@ -124,24 +99,7 @@ "followRequested": "Takip \u0130ste\u011fi", "joined": "Kat\u0131ld\u0131", "emptyCollections": "Herhangi bir derleme bulunmuyor", - "emptyPosts": "Herhangi bir g\u00f6nderi bulunmuyor", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Herhangi bir g\u00f6nderi bulunmuyor" }, "menu": { "viewPost": "G\u00f6nderiyi g\u00f6r\u00fcnt\u00fcle", @@ -184,41 +142,10 @@ "embedConfirmText": "Bu g\u00f6m\u00fcy\u00fc kullanarak,", "deletePostConfirm": "Bu g\u00f6nderiyi silmek istedi\u011finizden emin misiniz?", "archivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivlemek istedi\u011finizden emin misiniz?", - "unarchivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivden \u00e7\u0131karmak istedi\u011finize emin misiniz?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Bu g\u00f6nderiyi ar\u015fivden \u00e7\u0131karmak istedi\u011finize emin misiniz?" }, "story": { - "add": "Hikaye ekle", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Hikaye ekle" }, "timeline": { "peopleYouMayKnow": "Tan\u0131yor olabilece\u011fin ki\u015filer", @@ -239,128 +166,5 @@ "sendingReport": "Bildiri g\u00f6nderiliyor", "thanksMsg": "Bildirdi\u011finiz i\u00e7in te\u015fekk\u00fcrler, sizin gibi insanlar sayesinde toplulu\u011fumuz g\u00fcvende kal\u0131yor!", "contactAdminMsg": "E\u011fer bu g\u00f6nderi veya bildirim hakk\u0131nda bir y\u00f6netici ile irtibata ge\u00e7mek istiyorsan\u0131z" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/ug-CN.json b/public/_lang/ug-CN.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/ug-CN.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/public/_lang/uk.json b/public/_lang/uk-UA.json similarity index 75% rename from public/_lang/uk.json rename to public/_lang/uk-UA.json index fef8f1443..0eb681d9e 100644 --- a/public/_lang/uk.json +++ b/public/_lang/uk-UA.json @@ -26,10 +26,7 @@ "clickHere": "\u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0442\u0443\u0442", "sensitive": "\u0427\u0443\u0442\u043b\u0438\u0432\u0435", "sensitiveContent": "\u0427\u0443\u0442\u043b\u0438\u0432\u0438\u0439 \u0432\u043c\u0456\u0441\u0442", - "sensitiveContentWarning": "\u0426\u0435\u0439 \u0434\u043e\u043f\u0438\u0441 \u043c\u043e\u0436\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0447\u0443\u0442\u043b\u0438\u0432\u0438\u0439 \u0432\u043c\u0456\u0441\u0442", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u0426\u0435\u0439 \u0434\u043e\u043f\u0438\u0441 \u043c\u043e\u0436\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0447\u0443\u0442\u043b\u0438\u0432\u0438\u0439 \u0432\u043c\u0456\u0441\u0442" }, "site": { "terms": "\u0423\u043c\u043e\u0432\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f", @@ -49,17 +46,13 @@ "profile": "\u041f\u0440\u043e\u0444\u0456\u043b\u044c", "drive": "\u0421\u0445\u043e\u0432\u0438\u0449\u0435", "settings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438", - "appearance": "", "compose": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438", "logout": "\u0412\u0438\u0439\u0442\u0438", - "createStory": "", "about": "\u041f\u0440\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a", "help": "\u0414\u043e\u0432\u0456\u0434\u043a\u0430", "language": "\u041c\u043e\u0432\u0430", "privacy": "\u041f\u0440\u0438\u0432\u0430\u0442\u043d\u0456\u0441\u0442\u044c", "terms": "\u0423\u043c\u043e\u0432\u0438", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u043c\u0438\u043d\u0443\u043b\u0438\u0439 \u0434\u0438\u0437\u0430\u0439\u043d" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "\u0417\u0430\u043f\u0438\u0442\u0438" }, "notifications": { - "title": "", "liked": "\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0443\u043f\u043e\u0434\u043e\u0431\u0430\u043d\u043d\u044f \u043f\u0456\u0434 \u0432\u0430\u0448", "commented": "\u043a\u043e\u043c\u0435\u043d\u0442\u0443\u0454 \u0432\u0430\u0448", "reacted": "\u0440\u0435\u0430\u0433\u0443\u0454 \u043d\u0430 \u0432\u0430\u0448", @@ -87,24 +79,7 @@ "modlog": "\u043c\u043e\u0434\u0436\u0443\u0440\u043d\u0430\u043b", "post": "\u0434\u043e\u043f\u0438\u0441", "story": "\u0441\u0442\u043e\u0440\u0456", - "noneFound": "\u0421\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u044c \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "\u0421\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u044c \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e" }, "post": { "shareToFollowers": "\u041f\u043e\u0448\u0438\u0440\u0438\u0442\u0438 \u0430\u0432\u0434\u0438\u0442\u043e\u0440\u0456\u0457", @@ -124,24 +99,7 @@ "followRequested": "\u0417\u0430\u043f\u0438\u0442 \u043d\u0430 \u0441\u0442\u0435\u0436\u0435\u043d\u043d\u044f", "joined": "\u0414\u043e\u043b\u0443\u0447\u0430\u0454\u0442\u044c\u0441\u044f", "emptyCollections": "\u0417\u0431\u0456\u0440\u043e\u043a \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0438 \u043d\u0435\u043c\u0430", - "emptyPosts": "\u0414\u043e\u043f\u0438\u0441\u0456\u0432 \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0438 \u043d\u0435\u043c\u0430", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "\u0414\u043e\u043f\u0438\u0441\u0456\u0432 \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0438 \u043d\u0435\u043c\u0430" }, "menu": { "viewPost": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0434\u043e\u043f\u0438\u0441", @@ -184,41 +142,10 @@ "embedConfirmText": "\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u044e\u0447\u0438 \u043a\u0443\u0434\u0438\u0441\u044c \u0434\u043e\u043f\u0438\u0441, \u0432\u0438 \u043f\u043e\u0433\u043e\u0434\u0436\u0443\u0454\u0442\u0435 \u043d\u0430\u0448\u0456", "deletePostConfirm": "\u0422\u043e\u0447\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u043e\u043f\u0438\u0441?", "archivePostConfirm": "\u0422\u043e\u0447\u043d\u043e \u0430\u0440\u0445\u0456\u0432\u0443\u0432\u0430\u0442\u0438 \u0434\u043e\u043f\u0438\u0441?", - "unarchivePostConfirm": "\u0422\u043e\u0447\u043d\u043e \u0440\u043e\u0437\u0430\u0440\u0445\u0456\u0432\u0443\u0432\u0430\u0442\u0438 \u0434\u043e\u043f\u0438\u0441?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "\u0422\u043e\u0447\u043d\u043e \u0440\u043e\u0437\u0430\u0440\u0445\u0456\u0432\u0443\u0432\u0430\u0442\u0438 \u0434\u043e\u043f\u0438\u0441?" }, "story": { - "add": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u043e\u0440\u0456", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u043e\u0440\u0456" }, "timeline": { "peopleYouMayKnow": "\u0419\u043c\u043e\u0432\u0456\u0440\u043d\u0456 \u0437\u043d\u0430\u0439\u043e\u043c\u0456", @@ -239,128 +166,5 @@ "sendingReport": "\u041d\u0430\u0434\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0441\u043a\u0430\u0440\u0433\u0438", "thanksMsg": "\u0414\u044f\u043a\u0443\u0454\u043c\u043e \u0437\u0430 \u0441\u043a\u0430\u0440\u0433\u0443: \u0432\u0438 \u0434\u043e\u043f\u043e\u043c\u0430\u0433\u0430\u0454\u0442\u0435 \u0432\u0431\u0435\u0437\u043f\u0435\u0447\u0438\u0442\u0438 \u043d\u0430\u0448\u0443 \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0442\u0443!", "contactAdminMsg": "\u042f\u043a\u0449\u043e \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0441\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0443\u0432\u0430\u0442\u0438 \u0437 \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0446\u0456\u0454\u044e \u043f\u0440\u043e \u0446\u0435\u0439 \u0434\u043e\u043f\u0438\u0441 \u0447\u0438 \u0441\u043a\u0430\u0440\u0433\u0443" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/vec-IT.json b/public/_lang/vec-IT.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/public/_lang/vec-IT.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/resources/assets/js/i18n/vi.json b/public/_lang/vi-VN.json similarity index 61% rename from resources/assets/js/i18n/vi.json rename to public/_lang/vi-VN.json index 63ebef92a..a0433015a 100644 --- a/resources/assets/js/i18n/vi.json +++ b/public/_lang/vi-VN.json @@ -26,10 +26,7 @@ "clickHere": "nh\u1ea5n v\u00e0o \u0111\u00e2y", "sensitive": "Nh\u1ea1y c\u1ea3m", "sensitiveContent": "N\u1ed9i dung nh\u1ea1y c\u1ea3m", - "sensitiveContentWarning": "\u1ea2nh n\u00e0y c\u00f3 th\u1ec3 ch\u1ee9a n\u1ed9i dung nh\u1ea1y c\u1ea3m", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "\u1ea2nh n\u00e0y c\u00f3 th\u1ec3 ch\u1ee9a n\u1ed9i dung nh\u1ea1y c\u1ea3m" }, "site": { "terms": "\u0110i\u1ec1u kho\u1ea3n s\u1eed d\u1ee5ng", @@ -49,17 +46,13 @@ "profile": "Trang c\u00e1 nh\u00e2n", "drive": "L\u01b0u tr\u1eef", "settings": "Thi\u1ebft l\u1eadp", - "appearance": "", "compose": "\u1ea2nh m\u1edbi", "logout": "\u0110\u0103ng xu\u1ea5t", - "createStory": "", "about": "Gi\u1edbi thi\u1ec7u", "help": "Tr\u1ee3 gi\u00fap", "language": "Ng\u00f4n ng\u1eef", "privacy": "B\u1ea3o m\u1eadt", "terms": "Quy t\u1eafc", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "D\u00f9ng giao di\u1ec7n c\u0169" }, "directMessages": { @@ -68,7 +61,6 @@ "requests": "Y\u00eau c\u1ea7u" }, "notifications": { - "title": "", "liked": "\u0111\u00e3 th\u00edch \u1ea3nh", "commented": "b\u00ecnh lu\u1eadn v\u1ec1 \u1ea3nh", "reacted": "xem \u1ea3nh", @@ -87,24 +79,7 @@ "modlog": "nh\u1eadt k\u00fd ki\u1ec3m duy\u1ec7t", "post": "b\u00e0i \u0111\u0103ng", "story": "kho\u1ea3nh kh\u1eafc", - "noneFound": "Kh\u00f4ng c\u00f3 th\u00f4ng b\u00e1o m\u1edbi", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "noneFound": "Kh\u00f4ng c\u00f3 th\u00f4ng b\u00e1o m\u1edbi" }, "post": { "shareToFollowers": "Chia s\u1ebb \u0111\u1ebfn ng\u01b0\u1eddi theo d\u00f5i", @@ -124,24 +99,7 @@ "followRequested": "Y\u00eau c\u1ea7u theo d\u00f5i", "joined": "\u0110\u00e3 tham gia", "emptyCollections": "Kh\u00f4ng t\u00ecm th\u1ea5y b\u1ed9 s\u01b0u t\u1eadp n\u00e0o", - "emptyPosts": "Kh\u00f4ng t\u00ecm th\u1ea5y \u1ea3nh n\u00e0o", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "emptyPosts": "Kh\u00f4ng t\u00ecm th\u1ea5y \u1ea3nh n\u00e0o" }, "menu": { "viewPost": "Xem \u1ea3nh", @@ -184,41 +142,10 @@ "embedConfirmText": "S\u1eed d\u1ee5ng m\u00e3 nh\u00fang n\u00e0y ngh\u0129a l\u00e0 b\u1ea1n \u0111\u1ed3ng \u00fd v\u1edbi", "deletePostConfirm": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n x\u00f3a \u1ea3nh n\u00e0y?", "archivePostConfirm": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n l\u01b0u tr\u1eef \u1ea3nh n\u00e0y?", - "unarchivePostConfirm": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n b\u1ecf l\u01b0u tr\u1eef \u1ea3nh n\u00e0y?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n b\u1ecf l\u01b0u tr\u1eef \u1ea3nh n\u00e0y?" }, "story": { - "add": "Kho\u1ea3nh kh\u1eafc", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Kho\u1ea3nh kh\u1eafc" }, "timeline": { "peopleYouMayKnow": "Nh\u1eefng ng\u01b0\u1eddi b\u1ea1n c\u00f3 th\u1ec3 bi\u1ebft", @@ -239,128 +166,5 @@ "sendingReport": "\u0110ang g\u1eedi b\u00e1o c\u00e1o...", "thanksMsg": "C\u1ea3m \u01a1n \u0111\u00e3 g\u1eedi b\u00e1o c\u00e1o, b\u1ea1n \u0111\u00e3 gi\u00fap c\u1ed9ng \u0111\u1ed3ng s\u1ea1ch h\u01a1n!", "contactAdminMsg": "N\u1ebfu c\u1ea7n thi\u1ebft, h\u00e3y li\u00ean h\u1ec7 qu\u1ea3n tr\u1ecb vi\u00ean v\u1ec1 \u1ea3nh n\u00e0y ho\u1eb7c b\u00e1o c\u00e1o" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" } } \ No newline at end of file diff --git a/public/_lang/zh-cn.json b/public/_lang/zh-cn.json index 830359bde..5445b0116 100644 --- a/public/_lang/zh-cn.json +++ b/public/_lang/zh-cn.json @@ -10,7 +10,6 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", - "bookmark": "", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -20,16 +19,9 @@ "other": "Other", "readMore": "Read more", "success": "Success", - "proceed": "", - "next": "", - "close": "", - "clickHere": "", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", - "sensitiveContentWarning": "This post may contain sensitive content", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "This post may contain sensitive content" }, "site": { "terms": "Terms of Use", @@ -49,17 +41,7 @@ "profile": "Profile", "drive": "Drive", "settings": "Settings", - "appearance": "", "compose": "Create New", - "logout": "", - "createStory": "", - "about": "", - "help": "", - "language": "", - "privacy": "", - "terms": "", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { @@ -68,7 +50,6 @@ "requests": "Requests" }, "notifications": { - "title": "", "liked": "liked your", "commented": "commented on your", "reacted": "reacted to your", @@ -86,25 +67,7 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story", - "noneFound": "", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "story": "story" }, "post": { "shareToFollowers": "Share to followers", @@ -122,26 +85,7 @@ "unfollow": "Unfollow", "editProfile": "Edit Profile", "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "", - "emptyPosts": "", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "joined": "Joined" }, "menu": { "viewPost": "View Post", @@ -184,183 +128,12 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "Are you sure you want to delete this post?", "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know", - "onboarding": { - "welcome": "", - "thisIsYourHomeFeed": "", - "letUsHelpYouFind": "", - "refreshFeed": "" - } - }, - "hashtags": { - "emptyFeed": "" - }, - "report": { - "report": "", - "selectReason": "", - "reported": "", - "sendingReport": "", - "thanksMsg": "", - "contactAdminMsg": "" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" + "peopleYouMayKnow": "People you may know" } } \ No newline at end of file diff --git a/public/_lang/zh-tw.json b/public/_lang/zh-tw.json index 830359bde..5445b0116 100644 --- a/public/_lang/zh-tw.json +++ b/public/_lang/zh-tw.json @@ -10,7 +10,6 @@ "shared": "Shared", "shares": "Shares", "unshare": "Unshare", - "bookmark": "", "cancel": "Cancel", "copyLink": "Copy Link", "delete": "Delete", @@ -20,16 +19,9 @@ "other": "Other", "readMore": "Read more", "success": "Success", - "proceed": "", - "next": "", - "close": "", - "clickHere": "", "sensitive": "Sensitive", "sensitiveContent": "Sensitive Content", - "sensitiveContentWarning": "This post may contain sensitive content", - "javascript": "", - "loading": "", - "continue": "" + "sensitiveContentWarning": "This post may contain sensitive content" }, "site": { "terms": "Terms of Use", @@ -49,17 +41,7 @@ "profile": "Profile", "drive": "Drive", "settings": "Settings", - "appearance": "", "compose": "Create New", - "logout": "", - "createStory": "", - "about": "", - "help": "", - "language": "", - "privacy": "", - "terms": "", - "legalNotice": "", - "mobileApps": "", "backToPreviousDesign": "Go back to previous design" }, "directMessages": { @@ -68,7 +50,6 @@ "requests": "Requests" }, "notifications": { - "title": "", "liked": "liked your", "commented": "commented on your", "reacted": "reacted to your", @@ -86,25 +67,7 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story", - "noneFound": "", - "youRecent": "", - "hasUnlisted": "", - "cannotDisplay": "", - "followRequest": "", - "filteringResults": "", - "mentions": "", - "mentionsDescription": "", - "likes": "", - "likesDescription": "", - "followers": "", - "followersDescription": "", - "reblogs": "", - "reblogsDescription": "", - "dms": "", - "dmsDescription": "", - "accept": "", - "reject": "" + "story": "story" }, "post": { "shareToFollowers": "Share to followers", @@ -122,26 +85,7 @@ "unfollow": "Unfollow", "editProfile": "Edit Profile", "followRequested": "Follow Requested", - "joined": "Joined", - "emptyCollections": "", - "emptyPosts": "", - "blocking": "", - "sponsor": "", - "followYou": "", - "archives": "", - "bookmarks": "", - "likes": "", - "muted": "", - "blocked": "", - "myPortifolio": "", - "private": "", - "public": "", - "draft": "", - "emptyLikes": "", - "emptyBookmarks": "", - "emptyArchives": "", - "untitled": "", - "noDescription": "" + "joined": "Joined" }, "menu": { "viewPost": "View Post", @@ -184,183 +128,12 @@ "embedConfirmText": "By using this embed, you agree to our", "deletePostConfirm": "Are you sure you want to delete this post?", "archivePostConfirm": "Are you sure you want to archive this post?", - "unarchivePostConfirm": "Are you sure you want to unarchive this post?", - "pin": "", - "unpin": "", - "pinPostConfirm": "", - "unpinPostConfirm": "" + "unarchivePostConfirm": "Are you sure you want to unarchive this post?" }, "story": { - "add": "Add Story", - "myStory": "", - "viewMyStory": "", - "goBack": "", - "delete": "", - "crop": "", - "error": "", - "cropping": "", - "storyDuration": "", - "seconds": "", - "processing": "", - "shareWithFollowers": "", - "cancel": "", - "viewedBy": "", - "next": "", - "zoom": "", - "options": "", - "allowReplies": "", - "allowReactions": "", - "limit": "", - "reactionSent": "", - "replySent": "", - "expiresIn": "", - "viewers": "", - "report": "", - "close": "", - "myStories": "", - "seeAll": "" + "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know", - "onboarding": { - "welcome": "", - "thisIsYourHomeFeed": "", - "letUsHelpYouFind": "", - "refreshFeed": "" - } - }, - "hashtags": { - "emptyFeed": "" - }, - "report": { - "report": "", - "selectReason": "", - "reported": "", - "sendingReport": "", - "thanksMsg": "", - "contactAdminMsg": "" - }, - "appearance": { - "theme": "", - "profileLayout": "", - "compactPreviews": "", - "loadComments": "", - "hideStats": "", - "auto": "", - "lightMode": "", - "darkMode": "", - "grid": "", - "masonry": "", - "feed": "" - }, - "settings": { - "filters": { - "title": "", - "manage_your_custom_filters": "", - "customize_your_experience": "", - "add_new_filter": "", - "limit_message": "", - "learn_more_help_center": "", - "no_filters": "", - "no_filters_message": "", - "create_first_filter": "", - "no_matching_filters": "", - "no_matching_filters_message": "", - "create_new_filter": "", - "filter_title": "", - "edit_filter": "", - "advance_mode": "", - "simple_mode": "", - "keywords": "", - "legend": "", - "whole_word": "", - "partial_word": "", - "duplicate_not_allowed": "", - "filter_action": "", - "hide_media_blur": "", - "show_warning": "", - "hide_content_completely": "", - "apply_filters_to": "", - "home_timeline": "", - "notifications": "", - "public_timeline": "", - "hashtags": "", - "groups": "", - "conversations": "", - "duration": "", - "forever": "", - "30_minutes": "", - "1_hour": "", - "6_hours": "", - "12_hours": "", - "1_day": "", - "1_week": "", - "cutom": "", - "enter_duration_in_seconds": "", - "save_changes": "", - "create_filter": "", - "name_your_filter": "", - "give_your_filter_a_name": "", - "my_filter_name": "", - "filter_duration": "", - "add_filter_keywords": "", - "add_word_or_phrase": "", - "whole_word_match": "", - "partial_word_match": "", - "add_another_keyword": "", - "please_remove_duplicate_keywords": "", - "choose_filter_action": "", - "choose_filter_action_description": "", - "hide_completely": "", - "choose_where_to_apply": "", - "choose_where_to_apply_description": "", - "review_your_filter": "", - "review_your_filter_description": "", - "no_keywords_specified": "", - "action": "", - "expires": "", - "never_expires": "", - "titleAdvance": "", - "context": "", - "review": "", - "add_keyword": "", - "enter_filter_title": "" - } - }, - "powered_by_pixelfed": "", - "landing": { - "login": "", - "signup": "", - "about": "", - "directory": "", - "explore": "", - "decentralized_by_pixelfed": "", - "posts": "", - "active_users": "", - "total_users": "", - "managed_by": "", - "server_rules": "", - "supported_features": "", - "features": { - "photo_posts": "", - "photo_albums": "", - "photo_filters": "", - "collections": "", - "comments": "", - "hashtags": "", - "likes": "", - "notifications": "", - "shares": "", - "share_up_to_n_photos": "", - "share_up_to_n_photos_videos": "", - "file_size": "", - "federation": "", - "mobile_app": "", - "stories": "", - "videos": "" - }, - "discover_accounts": "", - "nothing_to_show": "", - "explore_trending": "" + "peopleYouMayKnow": "People you may know" } } \ No newline at end of file diff --git a/public/_lang/zh.json b/public/_lang/zh.json deleted file mode 100644 index ac4343efe..000000000 --- a/public/_lang/zh.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "common": { - "comment": "\u8bc4\u8bba", - "commented": "\u5df2\u8bc4\u8bba", - "comments": "\u8bc4\u8bba", - "like": "\u8d5e", - "liked": "\u5df2\u8d5e", - "likes": "\u70b9\u8d5e", - "share": "\u5206\u4eab", - "shared": "\u5df2\u5206\u4eab\u7684", - "shares": "\u5206\u4eab", - "unshare": "\u53d6\u6d88\u5206\u4eab", - "bookmark": "\u6536\u85cf", - "cancel": "\u53d6\u6d88", - "copyLink": "\u590d\u5236\u94fe\u63a5", - "delete": "\u5220\u9664", - "error": "\u9519\u8bef", - "errorMsg": "\u51fa\u9519\u4e86\u3002\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002", - "oops": "\u54ce\u5440\uff01", - "other": "\u5176\u5b83", - "readMore": "\u9605\u8bfb\u66f4\u591a", - "success": "\u6210\u529f", - "proceed": "\u7ee7\u7eed", - "next": "\u4e0b\u4e00\u4e2a", - "close": "\u5173\u95ed", - "clickHere": "\u70b9\u51fb\u6b64\u5904", - "sensitive": "\u654f\u611f", - "sensitiveContent": "\u654f\u611f\u5185\u5bb9", - "sensitiveContentWarning": "\u6b64\u5e16\u6587\u53ef\u80fd\u5305\u542b\u654f\u611f\u5185\u5bb9" - }, - "site": { - "terms": "\u4f7f\u7528\u6761\u6b3e", - "privacy": "\u9690\u79c1\u653f\u7b56" - }, - "navmenu": { - "search": "\u641c\u7d22", - "admin": "\u7ba1\u7406\u9762\u677f", - "homeFeed": "\u4e3b\u9875", - "localFeed": "\u672c\u7ad9\u52a8\u6001", - "globalFeed": "\u8de8\u7ad9\u52a8\u6001", - "discover": "\u63a2\u7d22", - "directMessages": "\u79c1\u4fe1", - "notifications": "\u901a\u77e5", - "groups": "\u7fa4\u7ec4", - "stories": "\u6545\u4e8b", - "profile": "\u4e2a\u4eba\u8d44\u6599", - "drive": "\u7f51\u76d8", - "settings": "\u8bbe\u7f6e", - "compose": "\u521b\u5efa", - "logout": "\u767b\u51fa", - "about": "\u5173\u4e8e", - "help": "\u5e2e\u52a9", - "language": "\u8bed\u8a00", - "privacy": "\u9690\u79c1", - "terms": "\u4f7f\u7528\u6761\u6b3e", - "backToPreviousDesign": "\u8fd4\u56de\u4e0a\u4e00\u4e2a\u8bbe\u8ba1" - }, - "directMessages": { - "inbox": "\u6536\u4ef6\u7bb1", - "sent": "\u5df2\u53d1\u9001", - "requests": "\u8bf7\u6c42" - }, - "notifications": { - "liked": "\u70b9\u8d5e\u4e86\u4f60\u7684", - "commented": "\u8bc4\u8bba\u4e86\u4f60\u7684", - "reacted": "\u56de\u5e94\u4e86\u4f60\u7684", - "shared": "\u8f6c\u53d1\u4e86\u4f60\u7684", - "tagged": "\u5728\u5e16\u5b50\u4e2d\u6807\u8bb0\u4e86\u4f60", - "updatedA": "\u66f4\u65b0\u4e86\u4e00\u4e2a", - "sentA": "\u53d1\u9001\u4e86\u4e00\u4e2a", - "followed": "\u5df2\u5173\u6ce8", - "mentioned": "\u63d0\u53ca\u4e86", - "you": "\u4f60", - "yourApplication": "\u60a8\u60f3\u8981\u52a0\u5165", - "applicationApproved": "\u7684\u7533\u8bf7\u88ab\u6279\u51c6\u4e86\uff01", - "applicationRejected": "\u7684\u7533\u8bf7\u88ab\u62d2\u7edd\u3002\u60a8\u53ef\u4ee5\u5728 6 \u4e2a\u6708\u540e\u91cd\u65b0\u7533\u8bf7\u52a0\u5165\u3002", - "dm": "\u79c1\u4fe1", - "groupPost": "\u7fa4\u7ec4\u8d34\u6587", - "modlog": "\u7ba1\u7406\u65e5\u5fd7", - "post": "\u5e16\u6587", - "story": "\u6545\u4e8b", - "noneFound": "\u6682\u65e0\u901a\u77e5" - }, - "post": { - "shareToFollowers": "\u5206\u4eab\u7ed9\u5173\u6ce8\u8005", - "shareToOther": "\u4e0e\u4ed6\u4eba\u5206\u4eab", - "noLikes": "\u5c1a\u65e0\u70b9\u8d5e", - "uploading": "\u4e0a\u4f20\u4e2d" - }, - "profile": { - "posts": "\u5e16\u5b50", - "followers": "\u5173\u6ce8\u8005", - "following": "\u6b63\u5728\u5173\u6ce8", - "admin": "\u7ba1\u7406\u5458", - "collections": "\u5f71\u96c6", - "follow": "\u5173\u6ce8", - "unfollow": "\u53d6\u6d88\u5173\u6ce8", - "editProfile": "\u7f16\u8f91\u4e2a\u4eba\u8d44\u6599", - "followRequested": "\u5df2\u53d1\u9001\u5173\u6ce8\u8bf7\u6c42", - "joined": "\u5df2\u52a0\u5165", - "emptyCollections": "\u6211\u4eec\u4f3c\u4e4e\u627e\u4e0d\u5230\u4efb\u4f55\u5f71\u96c6", - "emptyPosts": "\u6211\u4eec\u4f3c\u4e4e\u672a\u80fd\u627e\u5230\u4efb\u4f55\u5e16\u6587" - }, - "menu": { - "viewPost": "\u67e5\u770b\u5e16\u6587", - "viewProfile": "\u67e5\u770b\u4e2a\u4eba\u8d44\u6599", - "moderationTools": "\u7ba1\u7406\u5de5\u5177", - "report": "\u4e3e\u62a5", - "archive": "\u5c01\u5b58", - "unarchive": "\u53d6\u6d88\u5c01\u5b58", - "embed": "\u5d4c\u5165", - "selectOneOption": "\u8bf7\u4ece\u4e0b\u5217\u9009\u9879\u4e2d\u9009\u62e9\u4e00\u4e2a", - "unlistFromTimelines": "\u4ece\u65f6\u95f4\u7ebf\u4e2d\u9690\u85cf", - "addCW": "\u6dfb\u52a0\u5185\u5bb9\u8b66\u544a", - "removeCW": "\u79fb\u9664\u5185\u5bb9\u8b66\u544a", - "markAsSpammer": "\u6807\u8bb0\u4e3a\u9a9a\u6270\u4fe1\u606f\u53d1\u9001\u8005", - "markAsSpammerText": "\u5c06\u6240\u6709\u76ee\u524d\u53ca\u672a\u6765\u7684\u5e16\u5b50\u9690\u85cf\u5e76\u6dfb\u52a0\u5185\u5bb9\u8b66\u544a", - "spam": "\u9a9a\u6270\u4fe1\u606f", - "sensitive": "\u654f\u611f\u5185\u5bb9", - "abusive": "\u6076\u610f\u6216\u6709\u5bb3\u7684", - "underageAccount": "\u672a\u6210\u5e74\u8d26\u6237", - "copyrightInfringement": "\u7248\u6743\u4fb5\u72af", - "impersonation": "\u5192\u5145\u4ed6\u4eba", - "scamOrFraud": "\u9a9a\u6270\u6216\u6b3a\u8bc8\u884c\u4e3a", - "confirmReport": "\u786e\u8ba4\u4e3e\u62a5", - "confirmReportText": "\u60a8\u786e\u5b9a\u8981\u4e3e\u62a5\u8fd9\u7bc7\u5e16\u6587\u5417\uff1f", - "reportSent": "\u4e3e\u62a5\u5df2\u53d1\u9001\uff01", - "reportSentText": "\u6211\u4eec\u5df2\u6210\u529f\u6536\u5230\u60a8\u7684\u4e3e\u62a5\u3002", - "reportSentError": "\u4e3e\u62a5\u8fd9\u4e2a\u5e16\u5b50\u65f6\u51fa\u73b0\u95ee\u9898\u3002", - "modAddCWConfirm": "\u60a8\u786e\u5b9a\u8981\u4e3a\u8fd9\u4e2a\u5e16\u6587\u6dfb\u52a0\u5185\u5bb9\u8b66\u544a\uff1f", - "modCWSuccess": "\u5185\u5bb9\u8b66\u544a\u5df2\u6210\u529f\u6dfb\u52a0", - "modRemoveCWConfirm": "\u60a8\u786e\u5b9a\u8981\u79fb\u9664\u8fd9\u4e2a\u5e16\u6587\u4e0a\u7684\u5185\u5bb9\u8b66\u544a\u5417\uff1f", - "modRemoveCWSuccess": "\u5185\u5bb9\u8b66\u544a\u5df2\u88ab\u6210\u529f\u79fb\u9664", - "modUnlistConfirm": "\u60a8\u786e\u5b9a\u8981\u9690\u85cf\u8fd9\u4e2a\u5e16\u6587\u5417\uff1f", - "modUnlistSuccess": "\u5e16\u6587\u5df2\u88ab\u6210\u529f\u9690\u85cf", - "modMarkAsSpammerConfirm": "\u60a8\u786e\u5b9a\u8981\u5c06\u6b64\u7528\u6237\u6807\u8bb0\u4e3a\u5783\u573e\u4fe1\u606f\u53d1\u9001\u8005\uff1f\u6240\u6709\u6b64\u7528\u6237\u7684\u73b0\u6709\u548c\u672a\u6765\u7684\u5e16\u5b50\u90fd\u5c06\u88ab\u9690\u85cf\uff0c\u5e76\u6dfb\u52a0\u5185\u5bb9\u8b66\u544a\u3002", - "modMarkAsSpammerSuccess": "\u6210\u529f\u5730\u5c06\u5e10\u6237\u6807\u8bb0\u4e3a\u5783\u573e\u4fe1\u606f\u53d1\u9001\u8005", - "toFollowers": "\u81f3\u5173\u6ce8\u8005", - "showCaption": "\u663e\u793a\u6807\u9898", - "showLikes": "\u663e\u793a\u70b9\u8d5e", - "compactMode": "\u7d27\u51d1\u6a21\u5f0f", - "embedConfirmText": "\u4f7f\u7528\u8fd9\u6bb5\u5d4c\u5165\u5185\u5bb9\u4ee3\u8868\u60a8\u5c06\u540c\u610f\u6211\u4eec\u7684", - "deletePostConfirm": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8be5\u8d34\u5417\uff1f", - "archivePostConfirm": "\u60a8\u786e\u5b9a\u8981\u5c01\u5b58\u6b64\u8d34\u6587\u5417\uff1f", - "unarchivePostConfirm": "\u60a8\u786e\u5b9a\u8981\u53d6\u6d88\u5c01\u5b58\u6b64\u8d34\u6587\u5417\uff1f" - }, - "story": { - "add": "\u6dfb\u52a0\u6545\u4e8b" - }, - "timeline": { - "peopleYouMayKnow": "\u60a8\u53ef\u80fd\u8ba4\u8bc6\u7684\u4eba", - "onboarding": { - "welcome": "\u6b22\u8fce", - "thisIsYourHomeFeed": "\u8fd9\u662f\u4f60\u7684\u4e3b\u9875\u65f6\u95f4\u7ebf\uff0c\u5b83\u4f1a\u6309\u65f6\u95f4\u987a\u5e8f\u6392\u5217\u4f60\u6240\u5173\u6ce8\u7684\u8d26\u6237\u7684\u5e16\u5b50\u3002", - "letUsHelpYouFind": "\u8ba9\u6211\u4eec\u5e2e\u4f60\u627e\u4e00\u4e9b\u6709\u8da3\u7684\u4eba\u6765\u5173\u6ce8", - "refreshFeed": "\u5237\u65b0\u52a8\u6001\u5217\u8868" - } - }, - "hashtags": { - "emptyFeed": "\u6211\u4eec\u4f3c\u4e4e\u627e\u4e0d\u5230\u8fd9\u4e2a\u6807\u7b7e\u7684\u4efb\u4f55\u5e16\u5b50" - }, - "report": { - "report": "\u4e3e\u62a5", - "selectReason": "\u9009\u62e9\u7406\u7531", - "reported": "\u5df2\u4e3e\u62a5", - "sendingReport": "\u6b63\u5728\u63d0\u4ea4\u4e3e\u62a5", - "thanksMsg": "\u611f\u8c22\u4f60\u7684\u4e3e\u62a5\uff0c\u8fd9\u6709\u52a9\u4e8e\u7ef4\u62a4\u6211\u4eec\u793e\u533a\u7684\u5b89\u5168\uff01", - "contactAdminMsg": "\u5982\u679c\u4f60\u60f3\u5c31\u8fd9\u4e2a\u5e16\u5b50\u8054\u7cfb\u7ba1\u7406\u5458\u6216\u7ba1\u7406\u5458\u4e3e\u62a5" - } -} \ No newline at end of file diff --git a/public/js/admin.js b/public/js/admin.js index 614611dab..859c70922 100644 --- a/public/js/admin.js +++ b/public/js/admin.js @@ -1,2 +1,2 @@ /*! For license information please see admin.js.LICENSE.txt */ -(self.webpackChunkpixelfed=self.webpackChunkpixelfed||[]).push([[9567],{95366(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(2e4);a(73718);function i(){var t,e,a="function"==typeof Symbol?Symbol:{},s=a.iterator||"@@iterator",o=a.toStringTag||"@@toStringTag";function r(a,s,i,o){var r=s&&s.prototype instanceof c?s:c,d=Object.create(r.prototype);return n(d,"_invoke",function(a,s,i){var n,o,r,c=0,d=i||[],u=!1,m={p:0,n:0,v:t,a:p,f:p.bind(t,4),d:function(e,a){return n=e,o=0,r=t,m.n=a,l}};function p(a,s){for(o=a,r=s,e=0;!u&&c&&!i&&e3?(i=v===s)&&(r=n[(o=n[4])?5:(o=3,3)],n[4]=n[5]=t):n[0]<=p&&((i=a<2&&ps||s>v)&&(n[4]=a,n[5]=s,m.n=v,o=0))}if(i||a>1)return l;throw u=!0,s}return function(i,d,v){if(c>1)throw TypeError("Generator is already running");for(u&&1===d&&p(d,v),o=d,r=v;(e=o<2?t:r)||!u;){n||(o?o<3?(o>1&&(m.n=-1),p(o,r)):m.n=r:m.v=r);try{if(c=2,n){if(o||(i="next"),e=n[i]){if(!(e=e.call(n,r)))throw TypeError("iterator result is not an object");if(!e.done)return e;r=e.value,o<2&&(o=0)}else 1===o&&(e=n.return)&&e.call(n),o<2&&(r=TypeError("The iterator does not provide a '"+i+"' method"),o=1);n=t}else if((e=(u=m.n<0)?r:a.call(s,m))!==l)break}catch(e){n=t,o=1,r=e}finally{c=1}}return{value:e,done:u}}}(a,i,o),!0),d}var l={};function c(){}function d(){}function u(){}e=Object.getPrototypeOf;var m=[][s]?e(e([][s]())):(n(e={},s,function(){return this}),e),p=u.prototype=c.prototype=Object.create(m);function v(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,u):(t.__proto__=u,n(t,o,"GeneratorFunction")),t.prototype=Object.create(p),t}return d.prototype=u,n(p,"constructor",u),n(u,"constructor",d),d.displayName="GeneratorFunction",n(u,o,"GeneratorFunction"),n(p),n(p,o,"Generator"),n(p,s,function(){return this}),n(p,"toString",function(){return"[object Generator]"}),(i=function(){return{w:r,m:v}})()}function n(t,e,a,s){var i=Object.defineProperty;try{i({},"",{})}catch(t){i=0}n=function(t,e,a,s){function o(e,a){n(t,e,function(t){return this._invoke(e,a,t)})}e?i?i(t,e,{value:a,enumerable:!s,configurable:!s,writable:!s}):t[e]=a:(o("next",0),o("throw",1),o("return",2))},n(t,e,a,s)}function o(t,e,a,s,i,n,o){try{var r=t[n](o),l=r.value}catch(t){return void a(t)}r.done?e(l):Promise.resolve(l).then(s,i)}const r={components:{Autocomplete:s.default},data:function(){return{loaded:!1,tabIndex:0,config:{autospam_enabled:null,open:0,closed:0},closedReports:[],closedReportsFetched:!1,closedReportsCursor:null,closedReportsCanLoadMore:!1,showSpamReportModal:!1,showSpamReportModalLoading:!0,viewingSpamReport:void 0,viewingSpamReportLoading:!1,showNonSpamModal:!1,nonSpamAccounts:[],searchLoading:!1,customTokens:[],customTokensFetched:!1,customTokensCanLoadMore:!1,showCreateTokenModal:!1,customTokenForm:{token:void 0,weight:1,category:"spam",note:void 0,active:!0},showEditTokenModal:!1,editCustomToken:{},editCustomTokenForm:{token:void 0,weight:1,category:"spam",note:void 0,active:!0}}},mounted:function(){var t=this;setTimeout(function(){t.loaded=!0,t.fetchConfig()},1e3)},methods:{toggleTab:function(t){var e=this;this.tabIndex=t,0==t&&setTimeout(function(){e.initChart()},500),"closed_reports"!==t||this.closedReportsFetched||this.fetchClosedReports(),"manage_tokens"!==t||this.customTokensFetched||this.fetchCustomTokens()},formatCount:function(t){return App.util.format.count(t)},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},fetchConfig:function(){var t=this;axios.post("/i/admin/api/autospam/config").then(function(e){t.config=e.data,t.loaded=!0}).finally(function(){setTimeout(function(){t.initChart()},100)})},initChart:function(){new Chart(document.querySelector("#c1-dark"),{type:"line",options:{scales:{yAxes:[{gridLines:{lineWidth:1,color:"#212529",zeroLineColor:"#212529"}}]}},data:{datasets:[{data:this.config.graph}],labels:this.config.graphLabels}})},fetchClosedReports:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/autospam/reports/closed";axios.post(e).then(function(e){t.closedReports=e.data}).finally(function(){t.closedReportsFetched=!0})},viewSpamReport:function(t){this.viewingSpamReportLoading=!1,this.viewingSpamReport=t,this.showSpamReportModal=!0,setTimeout(function(){pixelfed.readmore()},500)},autospamPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.closedReports.links.next:this.closedReports.links.prev;this.fetchClosedReports(e)},autospamTrainSpam:function(){event.currentTarget.blur(),axios.post("/i/admin/api/autospam/train").then(function(t){swal("Training Autospam!","A background job has been dispatched to train Autospam!","success"),setTimeout(function(){window.location.reload()},1e4)}).catch(function(t){422===t.response.status?swal("Error",t.response.data.error,"error"):swal("Error","Oops, an error occured, please try again later","error")})},autospamTrainNonSpam:function(){this.showNonSpamModal=!0},composeSearch:function(t){var e=this;return t.length<1?[]:axios.post("/i/admin/api/autospam/search/non-spam",{q:t}).then(function(t){return t.data.filter(function(t){return!e.nonSpamAccounts||!e.nonSpamAccounts.length||e.nonSpamAccounts&&-1==e.nonSpamAccounts.map(function(t){return t.id}).indexOf(t.id)})})},getTagResultValue:function(t){return t.username},onSearchResultClick:function(t){-1==this.nonSpamAccounts.map(function(t){return t.id}).indexOf(t.id)&&this.nonSpamAccounts.push(t)},autospamTrainNonSpamRemove:function(t){this.nonSpamAccounts.splice(t,1)},autospamTrainNonSpamSubmit:function(){this.showNonSpamModal=!1,axios.post("/i/admin/api/autospam/train/non-spam",{accounts:this.nonSpamAccounts}).then(function(t){swal("Training Autospam!","A background job has been dispatched to train Autospam!","success"),setTimeout(function(){window.location.reload()},1e4)}).catch(function(t){422===t.response.status?swal("Error",t.response.data.error,"error"):swal("Error","Oops, an error occured, please try again later","error")})},fetchCustomTokens:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/autospam/tokens/custom";axios.post(e).then(function(e){t.customTokens=e.data}).finally(function(){t.customTokensFetched=!0})},handleSaveToken:function(){var t=this;axios.post("/i/admin/api/autospam/tokens/store",this.customTokenForm).then(function(t){console.log(t.data)}).catch(function(t){swal("Oops! An Error Occured",t.response.data.message,"error")}).finally(function(){t.customTokenForm={token:void 0,weight:1,category:"spam",note:void 0,active:!0},t.fetchCustomTokens()})},openEditTokenModal:function(t){event.currentTarget.blur(),this.editCustomToken=t,this.editCustomTokenForm=t,this.showEditTokenModal=!0},handleUpdateToken:function(){axios.post("/i/admin/api/autospam/tokens/update",this.editCustomTokenForm).then(function(t){console.log(t.data)})},autospamTokenPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.customTokens.next_page_url:this.customTokens.prev_page_url;this.fetchCustomTokens(e)},downloadExport:function(){event.currentTarget.blur(),axios.post("/i/admin/api/autospam/tokens/export",{},{responseType:"blob"}).then(function(t){var e=document.createElement("a");e.setAttribute("download","pixelfed-autospam-export.json");var a=URL.createObjectURL(t.data);e.href=a,e.setAttribute("target","_blank"),e.click(),URL.revokeObjectURL(a)}).catch(function(){var t,e=(t=i().m(function t(e){var a,s;return i().w(function(t){for(;;)switch(t.n){case 0:if(a=e.response.data,!("blob"===e.request.responseType&&e.response.data instanceof Blob&&e.response.data.type&&-1!=e.response.data.type.toLowerCase().indexOf("json"))){t.n=2;break}return s=JSON,t.n=1,e.response.data.text();case 1:a=s.parse.call(s,t.v),swal("Export Error",a.error,"error");case 2:case 3:return t.a(2)}},t)}),function(){var e=this,a=arguments;return new Promise(function(s,i){var n=t.apply(e,a);function r(t){o(n,s,i,r,l,"next",t)}function l(t){o(n,s,i,r,l,"throw",t)}r(void 0)})});return function(t){return e.apply(this,arguments)}}())},enableAdvanced:function(){event.currentTarget.blur(),!this.config.files.spam.exists||!this.config.files.ham.exists||!this.config.files.combined.exists||this.config.files.spam.size<1e3||this.config.files.ham.size<1e3||this.config.files.combined.size<1e3?swal("Training Required",'Before you can enable Advanced Detection, you need to train the models.\n\n Click on the "Train Autospam" tab and train both categories before proceeding',"error"):swal({title:"Confirm",text:"Are you sure you want to enable Advanced Detection?",icon:"warning",dangerMode:!0,buttons:{cancel:"Cancel",confirm:{text:"Enable",value:"enable"}}}).then(function(t){"enable"===t&&axios.post("/i/admin/api/autospam/config/enable").then(function(t){swal("Success! Advanced Detection is now enabled!\n\n This page will reload in a few seconds!",{icon:"success"}),setTimeout(function(){window.location.reload()},5e3)}).catch(function(t){swal("Oops!","An error occured, please try again later","error")})})},disableAdvanced:function(){event.currentTarget.blur(),swal({title:"Confirm",text:"Are you sure you want to disable Advanced Detection?",icon:"warning",dangerMode:!0,buttons:{cancel:"Cancel",confirm:{text:"Disable",value:"disable"}}}).then(function(t){"disable"===t&&axios.post("/i/admin/api/autospam/config/disable").then(function(t){swal("Success! Advanced Detection is now disabled!\n\n This page will reload in a few seconds!",{icon:"success"}),setTimeout(function(){window.location.reload()},5e3)}).catch(function(t){swal("Oops!","An error occured, please try again later","error")})})},handleImport:function(){event.currentTarget.blur(),swal("Error","You do not have enough data to support importing.","error")}}}},71847(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(74692);const i={data:function(){return{loaded:!1,initialData:{},tabIndex:1,tabs:[{id:1,title:"Overview",icon:"far fa-home"},{id:3,title:"Server Details",icon:"far fa-info-circle"},{id:4,title:"Admin Contact",icon:"far fa-user-crown"},{id:5,title:"Favourite Posts",icon:"far fa-heart"},{id:6,title:"Privacy Pledge",icon:"far fa-eye-slash"},{id:7,title:"Community Guidelines",icon:"far fa-smile-beam"},{id:8,title:"Feature Requirements",icon:"far fa-bolt"},{id:9,title:"User Testimonials",icon:"far fa-comment-smile"}],form:{summary:"",location:0,contact_account:0,contact_email:"",privacy_pledge:void 0,banner_image:void 0,locale:0},requirements:{activitypub_enabled:void 0,open_registration:void 0,oauth_enabled:void 0,curated_onboarding:void 0},feature_config:[],requirements_validator:[],popularPostsLoaded:!1,popularPosts:[],selectedPopularPosts:[],selectedPosts:[],favouritePostByIdInput:"",favouritePostByIdFetching:!1,communityGuidelines:[],isUploadingBanner:!1,state:{is_eligible:!1,submission_exists:!1,awaiting_approval:!1,is_active:!1,submission_timestamp:void 0},isSubmitting:!1,testimonial:{username:void 0,body:void 0},testimonials:[],isEditingTestimonial:!1,editingTestimonial:void 0}},mounted:function(){this.fetchInitialData()},methods:{toggleTab:function(t){this.tabIndex=t},fetchInitialData:function(){var t=this;axios.get("/i/admin/api/directory/initial-data").then(function(e){t.initialData=e.data,e.data.activitypub_enabled&&(t.requirements.activitypub_enabled=e.data.activitypub_enabled),e.data.open_registration&&(t.requirements.open_registration=e.data.open_registration),e.data.curated_onboarding&&(t.requirements.curated_onboarding=e.data.curated_onboarding),e.data.oauth_enabled&&(t.requirements.oauth_enabled=e.data.oauth_enabled),e.data.summary&&(t.form.summary=e.data.summary),e.data.location&&(t.form.location=e.data.location),e.data.favourite_posts&&(t.selectedPosts=e.data.favourite_posts),e.data.admin&&(t.form.contact_account=e.data.admin),e.data.contact_email&&(t.form.contact_email=e.data.contact_email),e.data.community_guidelines&&(t.communityGuidelines=e.data.community_guidelines),e.data.privacy_pledge&&(t.form.privacy_pledge=e.data.privacy_pledge),e.data.feature_config&&(t.feature_config=e.data.feature_config),e.data.requirements_validator&&(t.requirements_validator=e.data.requirements_validator),e.data.banner_image&&(t.form.banner_image=e.data.banner_image),e.data.primary_locale&&(t.form.primary_locale=e.data.primary_locale),e.data.is_eligible&&(t.state.is_eligible=e.data.is_eligible),e.data.testimonials&&(t.testimonials=e.data.testimonials),e.data.submission_state&&(t.state.is_active=e.data.submission_state.active_submission,t.state.submission_exists=e.data.submission_state.pending_submission,t.state.awaiting_approval=e.data.submission_state.pending_submission)}).then(function(){t.loaded=!0})},initPopularPosts:function(){var t=this;this.popularPostsLoaded||axios.get("/i/admin/api/directory/popular-posts").then(function(e){t.popularPosts=e.data.filter(function(e){return!t.selectedPosts.map(function(t){return t.id}).includes(e.id)})}).then(function(){t.popularPostsLoaded=!0})},formatCount:function(t){return window.App.util.format.count(t)},formatDateTime:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{dateStyle:"medium",timeStyle:"short"}).format(e)},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{month:"short",year:"numeric"}).format(e)},formatTimestamp:function(t){return window.App.util.format.timeAgo(t)},togglePopularPost:function(t,e){if(this.selectedPosts.length)if(this.selectedPosts.map(function(t){return t.id}).includes(t))this.selectedPosts=this.selectedPosts.filter(function(e){return e.id!=t});else{if(this.selectedPosts.length>=12)return swal("Oops!","You can only select 12 popular posts","error"),void(event.currentTarget.checked=!1);this.selectedPosts.push(e)}else this.selectedPosts.push(e)},toggleSelectedPost:function(t){this.selectedPosts=this.selectedPosts.filter(function(e){return e.id!==t.id})},handlePostByIdSearch:function(){var t=this;event.currentTarget.blur(),this.selectedPosts.length>=12?swal("Oops","You can only select 12 posts","error"):(this.favouritePostByIdFetching=!0,axios.post("/i/admin/api/directory/add-by-id",{q:this.favouritePostByIdInput}).then(function(e){t.selectedPosts.map(function(t){return t.id}).includes(e.data.id)?swal("Oops!","You already selected this post!","error"):(t.selectedPosts.push(e.data),t.favouritePostByIdInput="",t.popularPosts=t.popularPosts.filter(function(t){return t.id!=e.data.id}))}).then(function(){t.favouritePostByIdFetching=!1,s("#favposts-1-tab").tab("show")}).catch(function(e){swal("Invalid Post","The post id you added is not valid","error"),t.favouritePostByIdFetching=!1}))},save:function(){axios.post("/i/admin/api/directory/save",{location:this.form.location,summary:this.form.summary,admin_uid:this.form.contact_account,contact_email:this.form.contact_email,favourite_posts:this.selectedPosts.map(function(t){return t.id}),privacy_pledge:this.form.privacy_pledge}).then(function(t){swal("Success!","Successfully saved directory settings","success")}).catch(function(t){swal("Oops!",t.response.data.message,"error")})},uploadBannerImage:function(){var t=this;if(this.isUploadingBanner=!0,window.confirm("Are you sure you want to update your server banner image?")){var e=new FormData;e.append("banner_image",this.$refs.bannerImageRef.files[0]),axios.post("/i/admin/api/directory/save",e,{headers:{"Content-Type":"multipart/form-data"}}).then(function(e){t.form.banner_image=e.data.banner_image,t.isUploadingBanner=!1}).catch(function(e){swal("Error",e.response.data.message,"error"),t.isUploadingBanner=!1})}else this.isUploadingBanner=!1},deleteBannerImage:function(){var t=this;window.confirm("Are you sure you want to delete your server banner image?")&&axios.delete("/i/admin/api/directory/banner-image").then(function(e){t.form.banner_image=e.data}).catch(function(t){console.log(t)})},handleSubmit:function(){var t=this;window.confirm("Are you sure you want to submit your server?")&&(this.isSubmitting=!0,axios.post("/i/admin/api/directory/submit").then(function(e){setTimeout(function(){t.isSubmitting=!1,t.state.is_active=!0,console.log(e.data)},3e3)}).catch(function(t){swal("Error",t.response.data.message,"error")}))},deleteTestimonial:function(t){var e=this;window.confirm("Are you sure you want to delete the testimonial by "+t.profile.username+"?")&&axios.post("/i/admin/api/directory/testimonial/delete",{profile_id:t.profile.id}).then(function(a){e.testimonials=e.testimonials.filter(function(e){return e.profile.id!=t.profile.id})})},editTestimonial:function(t){this.isEditingTestimonial=!0,this.editingTestimonial=t},saveTestimonial:function(){var t,e=this;null===(t=event.currentTarget)||void 0===t||t.blur(),axios.post("/i/admin/api/directory/testimonial/save",{username:this.testimonial.username,body:this.testimonial.body}).then(function(t){e.testimonials.push(t.data),e.testimonial={username:void 0,body:void 0}}).catch(function(t){var e=t.response.data.hasOwnProperty("error")?t.response.data.error:t.response.data.message;swal("Oops!",e,"error")})},cancelEditTestimonial:function(){var t;null===(t=event.currentTarget)||void 0===t||t.blur(),this.isEditingTestimonial=!1,this.editingTestimonial={}},saveEditTestimonial:function(){var t,e=this;null===(t=event.currentTarget)||void 0===t||t.blur(),axios.post("/i/admin/api/directory/testimonial/update",{profile_id:this.editingTestimonial.profile.id,body:this.editingTestimonial.body}).then(function(t){e.isEditingTestimonial=!1,e.editingTestimonial={}})}},watch:{selectedPosts:function(t){var e=t.map(function(t){return t.id});this.popularPosts=this.popularPosts.filter(function(t){return!e.includes(t.id)})}}}},44107(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(2e4);a(73718);const i={components:{Autocomplete:s.default},data:function(){return{loaded:!1,tabIndex:0,stats:{total_unique:0,total_posts:0,added_14_days:0,total_banned:0,total_nsfw:0},hashtags:[],pagination:[],sortCol:void 0,sortDir:void 0,trendingTags:[],bannedTags:[],showEditModal:!1,editingHashtag:void 0,editSaved:!1,editSavedTimeout:void 0,searchLoading:!1}},mounted:function(){var t=this;this.fetchStats(),this.fetchHashtags(),this.$root.$on("bv::modal::hidden",function(e,a){t.editSaved=!1,clearTimeout(t.editSavedTimeout),t.editingHashtag=void 0})},watch:{editingHashtag:{deep:!0,immediate:!0,handler:function(t,e){null!=t&&null!=e&&this.storeHashtagEdit(t)}}},methods:{fetchStats:function(){var t=this;axios.get("/i/admin/api/hashtags/stats").then(function(e){t.stats=e.data})},fetchHashtags:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/hashtags/query";axios.get(e).then(function(e){t.hashtags=e.data.data,t.pagination={next:e.data.links.next,prev:e.data.links.prev},t.loaded=!0})},prettyCount:function(t){return t?t.toLocaleString("en-CA",{compactDisplay:"short",notation:"compact"}):t},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},boolIcon:function(t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"text-muted";return t?''):'')},paginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev;this.fetchHashtags(e)},toggleCol:function(t){this.sortCol=t,this.sortDir?this.sortDir="asc"==this.sortDir?"desc":"asc":this.sortDir="desc";var e="/i/admin/api/hashtags/query?sort="+t+"&dir="+this.sortDir;this.fetchHashtags(e)},buildColumn:function(t,e){var a='';return e==this.sortCol&&(a="desc"==this.sortDir?'':''),"".concat(t," ").concat(a)},toggleTab:function(t){var e=this;if(this.loaded=!1,this.tabIndex=t,0===t)this.fetchHashtags();else if(1===t)axios.get("/api/v1.1/discover/posts/hashtags").then(function(t){e.trendingTags=t.data,e.loaded=!0});else if(2===t){this.fetchHashtags("/i/admin/api/hashtags/query?action=banned")}else if(3===t){this.fetchHashtags("/i/admin/api/hashtags/query?action=nsfw")}},openEditHashtagModal:function(t){var e=this;this.editSaved=!1,clearTimeout(this.editSavedTimeout),this.$nextTick(function(){axios.get("/i/admin/api/hashtags/get",{params:{id:t.id}}).then(function(t){e.editingHashtag=t.data.data,e.showEditModal=!0})})},storeHashtagEdit:function(t,e){var a=this;this.editSaved=!1,t.is_banned&&(t.can_trend||t.can_search)&&swal("Banned Hashtag Limits","Banned hashtags cannot trend or be searchable, to allow those you need to unban the hashtag","error"),axios.post("/i/admin/api/hashtags/update",t).then(function(e){a.editSaved=!0,1!==a.tabIndex&&(a.hashtags=a.hashtags.map(function(a){return a.id==t.id&&(a=e.data.data),a})),a.editSavedTimeout=setTimeout(function(){a.editSaved=!1},5e3)}).catch(function(t){swal("Oops!","An error occured, please try again.","error"),console.log(t)})},composeSearch:function(t){return t.length<1?[]:axios.get("/i/admin/api/hashtags/query",{params:{q:t,sort:"cached_count",dir:"desc"}}).then(function(t){return t.data.data})},getTagResultValue:function(t){return t.name},onSearchResultClick:function(t){this.openEditHashtagModal(t)},clearTrendingCache:function(){event.currentTarget.blur(),window.confirm("Are you sure you want to clear the trending hashtags cache?")&&axios.post("/i/admin/api/hashtags/clear-trending-cache").then(function(t){swal("Cache Cleared!","Successfully cleared the trending hashtag cache!","success")})}}}},56310(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>m});var s=a(2e4);a(73718);function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function n(){var t,e,a="function"==typeof Symbol?Symbol:{},s=a.iterator||"@@iterator",i=a.toStringTag||"@@toStringTag";function r(a,s,i,n){var r=s&&s.prototype instanceof c?s:c,d=Object.create(r.prototype);return o(d,"_invoke",function(a,s,i){var n,o,r,c=0,d=i||[],u=!1,m={p:0,n:0,v:t,a:p,f:p.bind(t,4),d:function(e,a){return n=e,o=0,r=t,m.n=a,l}};function p(a,s){for(o=a,r=s,e=0;!u&&c&&!i&&e3?(i=v===s)&&(r=n[(o=n[4])?5:(o=3,3)],n[4]=n[5]=t):n[0]<=p&&((i=a<2&&ps||s>v)&&(n[4]=a,n[5]=s,m.n=v,o=0))}if(i||a>1)return l;throw u=!0,s}return function(i,d,v){if(c>1)throw TypeError("Generator is already running");for(u&&1===d&&p(d,v),o=d,r=v;(e=o<2?t:r)||!u;){n||(o?o<3?(o>1&&(m.n=-1),p(o,r)):m.n=r:m.v=r);try{if(c=2,n){if(o||(i="next"),e=n[i]){if(!(e=e.call(n,r)))throw TypeError("iterator result is not an object");if(!e.done)return e;r=e.value,o<2&&(o=0)}else 1===o&&(e=n.return)&&e.call(n),o<2&&(r=TypeError("The iterator does not provide a '"+i+"' method"),o=1);n=t}else if((e=(u=m.n<0)?r:a.call(s,m))!==l)break}catch(e){n=t,o=1,r=e}finally{c=1}}return{value:e,done:u}}}(a,i,n),!0),d}var l={};function c(){}function d(){}function u(){}e=Object.getPrototypeOf;var m=[][s]?e(e([][s]())):(o(e={},s,function(){return this}),e),p=u.prototype=c.prototype=Object.create(m);function v(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,u):(t.__proto__=u,o(t,i,"GeneratorFunction")),t.prototype=Object.create(p),t}return d.prototype=u,o(p,"constructor",u),o(u,"constructor",d),d.displayName="GeneratorFunction",o(u,i,"GeneratorFunction"),o(p),o(p,i,"Generator"),o(p,s,function(){return this}),o(p,"toString",function(){return"[object Generator]"}),(n=function(){return{w:r,m:v}})()}function o(t,e,a,s){var i=Object.defineProperty;try{i({},"",{})}catch(t){i=0}o=function(t,e,a,s){function n(e,a){o(t,e,function(t){return this._invoke(e,a,t)})}e?i?i(t,e,{value:a,enumerable:!s,configurable:!s,writable:!s}):t[e]=a:(n("next",0),n("throw",1),n("return",2))},o(t,e,a,s)}function r(t,e,a,s,i,n,o){try{var r=t[n](o),l=r.value}catch(t){return void a(t)}r.done?e(l):Promise.resolve(l).then(s,i)}function l(t){return function(){var e=this,a=arguments;return new Promise(function(s,i){var n=t.apply(e,a);function o(t){r(n,s,i,o,l,"next",t)}function l(t){r(n,s,i,o,l,"throw",t)}o(void 0)})}}function c(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),a.push.apply(a,s)}return a}function d(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/instances/get";axios.get(e).then(function(e){t.instances=e.data.data,t.pagination=d(d({},e.data.links),e.data.meta)}).then(function(){t.$nextTick(function(){t.loaded=!0})})},toggleTab:function(t){this.loaded=!1,this.tabIndex=t,this.searchQuery=void 0;var e="/i/admin/api/instances/get?filter="+this.filterMap[t];history.pushState(null,"","/i/admin/instances?filter="+this.filterMap[t]),this.fetchInstances(e)},prettyCount:function(t){return t?t.toLocaleString("en-CA",{compactDisplay:"short",notation:"compact"}):0},formatCount:function(t){return t?t.toLocaleString("en-CA"):0},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},boolIcon:function(t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"text-muted";return t?''):'')},toggleCol:function(t){if(this.filterMap[this.tabIndex]!=t&&!this.searchQuery){this.sortCol=t,this.sortDir?this.sortDir="asc"==this.sortDir?"desc":"asc":this.sortDir="desc";var e=new URL(window.location.origin+"/i/admin/instances");e.searchParams.set("sort",t),e.searchParams.set("dir",this.sortDir),0!=this.tabIndex&&e.searchParams.set("filter",this.filterMap[this.tabIndex]),history.pushState(null,"",e);var a=new URL(window.location.origin+"/i/admin/api/instances/get");a.searchParams.set("sort",t),a.searchParams.set("dir",this.sortDir),0!=this.tabIndex&&a.searchParams.set("filter",this.filterMap[this.tabIndex]),this.fetchInstances(a.toString())}},buildColumn:function(t,e){if(-1!=[1,5,6].indexOf(this.tabIndex)||this.searchQuery&&this.searchQuery.length)return t;if(2===this.tabIndex&&"banned"===e)return t;if(3===this.tabIndex&&"auto_cw"===e)return t;if(4===this.tabIndex&&"unlisted"===e)return t;var a='';return e==this.sortCol&&(a="desc"==this.sortDir?'':''),"".concat(t," ").concat(a)},paginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev,a="next"==t?this.pagination.next_cursor:this.pagination.prev_cursor,s=new URL(window.location.origin+"/i/admin/instances");a&&s.searchParams.set("cursor",a),this.searchQuery&&s.searchParams.set("q",this.searchQuery),this.sortCol&&s.searchParams.set("sort",this.sortCol),this.sortDir&&s.searchParams.set("dir",this.sortDir),history.pushState(null,"",s.toString()),this.fetchInstances(e)},composeSearch:function(t){var e=this;return t.length<1?[]:(this.searchQuery=t,history.pushState(null,"","/i/admin/instances?q="+t),axios.get("/i/admin/api/instances/query",{params:{q:t}}).then(function(t){return t&&t.data?(e.tabIndex=-1,e.instances=t.data.data,e.pagination=d(d({},t.data.links),t.data.meta)):e.fetchInstances(),t.data.data}))},getTagResultValue:function(t){return t.name},onSearchResultClick:function(t){this.openInstanceModal(t.id)},openInstanceModal:function(t){var e=this,a=this.instances.filter(function(e){return e.id===t})[0];this.refreshedModalStats=!1,this.editingInstanceChanges=!1,this.instanceModalNotes=!1,this.canEditInstance=!1,this.instanceModal=a,this.$nextTick(function(){e.editingInstance=a,e.showInstanceModal=!0,e.canEditInstance=!0})},showModalNotes:function(){this.instanceModalNotes=!0},saveInstanceModalChanges:function(){var t=this;axios.post("/i/admin/api/instances/update",this.editingInstance).then(function(e){t.showInstanceModal=!1,t.$bvToast.toast("Successfully updated ".concat(e.data.data.domain),{title:"Instance Updated",autoHideDelay:5e3,appendToast:!0,variant:"success"})})},saveNewInstance:function(){var t=this;axios.post("/i/admin/api/instances/create",this.addNewInstance).then(function(e){t.showInstanceModal=!1,t.instances.unshift(e.data.data)}).catch(function(e){swal("Oops!","An error occured, please try again later.","error"),t.addNewInstance={domain:"",banned:!1,auto_cw:!1,unlisted:!1,notes:void 0}})},refreshModalStats:function(){var t=this;axios.post("/i/admin/api/instances/refresh-stats",{id:this.instanceModal.id}).then(function(e){t.refreshedModalStats=!0,t.instanceModal=e.data.data,t.editingInstance=e.data.data,t.instances=t.instances.map(function(t){return t.id===e.data.data.id?e.data.data:t})})},deleteInstanceModal:function(){var t=this;window.confirm("Are you sure you want to delete this instance? This will not delete posts or profiles from this instance.")&&axios.post("/i/admin/api/instances/delete",{id:this.instanceModal.id}).then(function(e){t.showInstanceModal=!1,t.instances=t.instances.filter(function(e){return e.id!=t.instanceModal.id})}).then(function(){setTimeout(function(){return t.fetchStats()},1e3)})},openImportForm:function(){var t=document.createElement("p");t.classList.add("text-left"),t.classList.add("mb-0"),t.innerHTML='

Import your instance moderation backup.


Import Instructions:

  1. Press OK
  2. Press "Choose File" on Import form input
  3. Select your pixelfed-instances-mod.json file
  4. Review instance moderation actions. Tap on an instance to remove it
  5. Press "Import" button to finish importing
';var e=document.createElement("div");e.appendChild(t),swal({title:"Import Backup",content:e,icon:"info"}),this.showImportForm=!0},downloadBackup:function(t){axios.get("/i/admin/api/instances/download-backup",{responseType:"blob"}).then(function(t){var e=document.createElement("a");e.setAttribute("download","pixelfed-instances-mod.json");var a=URL.createObjectURL(t.data);e.href=a,e.setAttribute("target","_blank"),e.click(),swal("Instance Backup Downloading","Your instance moderation backup is downloading. Use this to import auto_cw, banned and unlisted instances to supported Pixelfed instances.","success")})},onImportUpload:function(t){var e=this;return l(n().m(function a(){var s;return n().w(function(a){for(;;)switch(a.n){case 0:return a.n=1,e.getParsedImport(t.target.files[0]);case 1:if((s=a.v).hasOwnProperty("version")&&1===s.version){a.n=2;break}return swal("Invalid Backup","We cannot validate this backup. Please try again later.","error"),e.showImportForm=!1,e.$refs.importInput.reset(),a.a(2);case 2:e.importData=s,e.showImportModal=!0;case 3:return a.a(2)}},a)}))()},getParsedImport:function(t){var e=this;return l(n().m(function a(){var s,i,o;return n().w(function(a){for(;;)switch(a.p=a.n){case 0:return a.p=0,a.n=1,e.parseJsonFile(t);case 1:return a.a(2,a.v);case 2:return a.p=2,o=a.v,(s=document.createElement("p")).classList.add("text-left"),s.classList.add("mb-0"),s.innerHTML='

An error occured when attempting to parse the import file. Please try again later.


Error message:

'+o.message+"
",(i=document.createElement("div")).appendChild(s),swal({title:"Import Error",content:i,icon:"error"}),a.a(2)}},a,null,[[0,2]])}))()},promisedParseJSON:function(t){return l(n().m(function e(){return n().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(e,a){try{e(JSON.parse(t))}catch(t){a(t)}}))},e)}))()},parseJsonFile:function(t){var e=this;return l(n().m(function a(){return n().w(function(a){for(;;)if(0===a.n)return a.a(2,new Promise(function(a,s){var i=new FileReader;i.onload=function(t){return a(e.promisedParseJSON(t.target.result))},i.onerror=function(t){return s(t)},i.readAsText(t)}))},a)}))()},filterImportData:function(t,e){switch(t){case"auto_cw":this.importData.auto_cw.splice(e,1);break;case"unlisted":this.importData.unlisted.splice(e,1);break;case"banned":this.importData.banned.splice(e,1)}},completeImport:function(){var t=this;this.showImportForm=!1,axios.post("/i/admin/api/instances/import-data",{banned:this.importData.banned,auto_cw:this.importData.auto_cw,unlisted:this.importData.unlisted}).then(function(t){swal("Import Uploaded","Import successfully uploaded, please allow a few minutes to process.","success")}).then(function(){setTimeout(function(){return t.fetchStats()},1e3)})},cancelImport:function(t){if(this.importData.banned.length||this.importData.auto_cw.length||this.importData.unlisted.length){if(!window.confirm("Are you sure you want to cancel importing?"))return void t.preventDefault();this.showImportForm=!1,this.$refs.importInput.value="",this.importData={banned:[],auto_cw:[],unlisted:[]}}},onViewMoreInstance:function(){this.showInstanceModal=!1,window.location.href="/i/admin/instances/show/"+this.instanceModal.id}}}},51839(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>c});var s=a(98385),i=a(74692);function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function o(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),a.push.apply(a,s)}return a}function r(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/all",a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;axios.get("/i/admin/api/reports/stats").then(function(e){t.stats=e.data}).finally(function(){e?t.fetchReports(e):a&&t.fetchAutospam(a),i('[data-toggle="tooltip"]').tooltip()})},fetchModeratedAccounts:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/moderated-profiles";axios.get(e).then(function(e){t.moderatedProfiles=e.data.data,t.moderatedProfilesPagination={prev:e.data.links.prev,next:e.data.links.next}}).finally(function(){t.loaded=!0,i('[data-toggle="tooltip"]').tooltip()})},paginateModeratedAccounts:function(t){event.currentTarget.blur();var e="next"==t?this.moderatedProfilesPagination.next:this.moderatedProfilesPagination.prev;this.fetchModeratedAccounts(e)},fetchReports:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/all";axios.get(e).then(function(e){t.reports=e.data.data,t.pagination={next:e.data.links.next,prev:e.data.links.prev}}).finally(function(){t.loaded=!0})},fetchRemoteReports:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/remote";axios.get(e).then(function(e){t.reports=e.data.data,t.pagination={next:e.data.links.next,prev:e.data.links.prev}}).finally(function(){t.loaded=!0,t.remoteReportsLoaded=!0})},remoteReportPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev;this.fetchRemoteReports(e)},handleCloseRemoteReportModal:function(){this.showRemoteReportModal=!1},showRemoteReport:function(t){this.remoteReportModalModel=t,this.showRemoteReportModal=!0},refreshRemoteReports:function(){var t=this;this.fetchStats(""),this.$nextTick(function(){t.toggleTab(3)})},paginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev;this.fetchReports(e)},viewReport:function(t){this.viewingReportLoading=!1,this.viewingReport=t,this.showReportModal=!0,window.history.pushState(null,null,"/i/admin/reports?tab=report&id="+t.id),setTimeout(function(){pixelfed.readmore()},1e3)},handleAction:function(t,e){var a=this;event.currentTarget.blur(),this.viewingReportLoading=!0,"ignore"===e||window.confirm(this.getActionLabel(t,e))?(this.loaded=!1,axios.post("/i/admin/api/reports/handle",{id:this.viewingReport.id,object_id:this.viewingReport.object_id,object_type:this.viewingReport.object_type,action:e,action_type:t}).catch(function(t){swal("Error",t.response.data.error,"error")}).finally(function(){a.viewingReportLoading=!0,a.viewingReport=!1,a.showReportModal=!1,setTimeout(function(){a.fetchStats()},1e3)})):this.viewingReportLoading=!1},getActionLabel:function(t,e){if("profile"===t)switch(e){case"ignore":return"Are you sure you want to ignore this profile report?";case"nsfw":return"Are you sure you want to mark this profile as NSFW?";case"unlist":return"Are you sure you want to mark all posts by this profile as unlisted?";case"private":return"Are you sure you want to mark all posts by this profile as private?";case"delete":return"Are you sure you want to delete this profile?"}else if("post"===t)switch(e){case"ignore":return"Are you sure you want to ignore this post report?";case"nsfw":return"Are you sure you want to mark this post as NSFW?";case"unlist":return"Are you sure you want to mark this post as unlisted?";case"private":return"Are you sure you want to mark this post as private?";case"delete":return"Are you sure you want to delete this post?"}else if("story"===t)switch(e){case"ignore":return"Are you sure you want to ignore this story report?";case"delete":return"Are you sure you want to delete this story?";case"delete-all":return"Are you sure you want to delete all stories by this account?"}},fetchAutospam:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/spam/all";axios.get(e).then(function(e){t.autospam=e.data.data,t.autospamPagination={next:e.data.links.next,prev:e.data.links.prev}}).finally(function(){t.autospamLoaded=!0,t.loaded=!0})},autospamPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.autospamPagination.next:this.autospamPagination.prev;this.fetchAutospam(e)},viewSpamReport:function(t){this.viewingSpamReportLoading=!1,this.viewingSpamReport=t,this.showSpamReportModal=!0,window.history.pushState(null,null,"/i/admin/reports?tab=autospam&id="+t.id),setTimeout(function(){pixelfed.readmore()},1e3)},getSpamActionLabel:function(t){switch(t){case"mark-all-read":return"Are you sure you want to mark all spam reports by this account as read?";case"mark-all-not-spam":return"Are you sure you want to mark all spam reports by this account as not spam?";case"delete-profile":return"Are you sure you want to delete this profile?"}},handleSpamAction:function(t){var e=this;event.currentTarget.blur(),this.viewingSpamReportLoading=!0,"mark-not-spam"===t||"mark-read"===t||window.confirm(this.getSpamActionLabel(t))?(this.loaded=!1,axios.post("/i/admin/api/reports/spam/handle",{id:this.viewingSpamReport.id,action:t}).catch(function(t){swal("Error",t.response.data.error,"error")}).finally(function(){e.viewingSpamReportLoading=!0,e.viewingSpamReport=!1,e.showSpamReportModal=!1,setTimeout(function(){e.fetchStats(null,"/i/admin/api/reports/spam/all")},500)})):this.viewingSpamReportLoading=!1},fetchReport:function(t){var e=this;axios.get("/i/admin/api/reports/get/"+t).then(function(t){e.tabIndex=0,e.viewReport(t.data.data)}).catch(function(t){e.fetchStats(),window.history.pushState(null,null,"/i/admin/reports")})},fetchSpamReport:function(t){var e=this;axios.get("/i/admin/api/reports/spam/get/"+t).then(function(t){e.tabIndex=2,e.viewSpamReport(t.data.data)}).catch(function(t){e.fetchStats(),window.history.pushState(null,null,"/i/admin/reports")})},truncateText:function(t,e){var a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(t&&t.length){if(t.length<=e)return t;var s=t.slice(0,e).trim();return a?s+"...":s}},getModerationLabels:function(t){if(t.is_banned)return'Banned';var e=[];return t.is_banned&&e.push("Banned"),t.is_noautolink&&e.push("No Autolink"),t.is_nodms&&e.push("No DMS"),t.is_notrending&&e.push("No Trending"),t.is_nsfw&&e.push("NSFW"),t.is_unlisted&&e.push("Unlisted"),e.map(function(t,e){return'').concat(t,"")}).join(" ")},handleModeratedProfileSearch:function(t){t.currentTarget.blur();var e="/i/admin/api/reports/moderated-profiles?search=".concat(this.moderatedProfilesSearchInput);this.fetchModeratedAccounts(e)},clearModeratedProfileSearch:function(){this.moderatedProfilesSearchInput=void 0,this.fetchModeratedAccounts()},openModeratedProfileModal:function(t){this.modModalData=t,this.modModalModel={is_banned:t.is_banned,is_noautolink:t.is_noautolink,is_nodms:t.is_nodms,is_notrending:t.is_notrending,is_nsfw:t.is_nsfw,is_unlisted:t.is_unlisted},i(this.$refs.moderatedProfileModal).modal("show"),window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles&action=view&id=".concat(t.id))},handleModProfileModalUpdate:function(){var t=this;axios.post("/i/admin/api/reports/moderated-profiles/update",r(r({},this.modModalData),this.modModalModel)).then(function(t){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles"),window.location.reload()}).catch(function(t){var e="An error occurred";e=t.response?"Error ".concat(t.response.status,": ").concat(t.response.data.error||t.response.data.message||t.response.statusText):t.request?"No response received from server":t.message,swal("Error",e,"error")}).finally(function(){i(t.$refs.moderatedProfileModal).modal("hide")})},handleModProfileModalDelete:function(){var t=this;swal({title:"Confirm Delete",text:"Are you sure you want to delete this moderated profile ruleset?",buttons:{cancel:"Cancel",danger:{text:"Delete",value:"delete"}}}).then(function(e){"delete"===e&&axios.post("/i/admin/api/reports/moderated-profiles/delete",{id:t.modModalData.id}).then(function(t){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles"),window.location.reload()}),i(t.$refs.moderatedProfileModal).modal("hide"),swal.close()})},fetchModeratedProfile:function(t){var e=this;axios.get("/i/admin/api/reports/moderated-profiles/show?id=".concat(t)).then(function(t){e.modModalData=t.data.data;var a=t.data.data;e.modModalModel={is_banned:a.is_banned,is_noautolink:a.is_noautolink,is_nodms:a.is_nodms,is_notrending:a.is_notrending,is_nsfw:a.is_nsfw,is_unlisted:a.is_unlisted},i(e.$refs.moderatedProfileModal).modal("show")}).catch(function(t){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles"),swal("Error","Invalid moderated profile id!","error")})},addModeratedProfile:function(){swal({text:"Enter profile URL (ie: https://mastodon.social/@Mastodon)",content:"input",button:{text:"Add",closeModal:!1}}).then(function(t){if(!t)throw null;if(t.startsWith("@"))throw swal("Error","Invalid URL, webfinger is not supported yet.","error"),null;if(!t.startsWith("http"))throw swal("Error","Invalid URL","error"),null;if(-1===t.indexOf("."))throw swal("Error","Invalid URL","error"),null;var e={url:t};return axios.post("/i/admin/api/reports/moderated-profiles/create",e)}).then(function(t){var e,a;t&&t.data&&null!==(e=t.data)&&void 0!==e&&e.id?window.location.href="/i/admin/reports?tab=moderated-profiles&action=view&id=".concat(null===(a=t.data)||void 0===a?void 0:a.id):(swal.stopLoading(),swal.close())}).catch(function(t){var e,a;t?null!=t&&null!==(e=t.response)&&void 0!==e&&null!==(e=e.data)&&void 0!==e&&e.error?swal("Error",null==t||null===(a=t.response)||void 0===a||null===(a=a.data)||void 0===a?void 0:a.error,"error"):swal("Error","Something went wrong!","error"):(swal.stopLoading(),swal.close())})},closeModeratedProfileModal:function(){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles")},exportModeratedProfiles:function(){axios.get("/i/admin/api/reports/moderated-profiles/export",{responseType:"blob"}).then(function(t){var e=new URL(window.location.href),a=new Date,s="".concat(a.getMonth(),"-").concat(a.getDate(),"-").concat(a.getFullYear(),"-").concat(Date.now()),i=e.host+"-moderated-profiles-"+s+".json",n=document.createElement("a");n.setAttribute("download",i);var o=URL.createObjectURL(t.data);n.href=o,n.setAttribute("target","_blank"),n.click(),swal("Success!","You have successfully exported the moderated profile backup.","success")})}}}},86871(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(8889),i=a(34429),n=a(7210),o=a(62355);const r={components:{"admin-read-more":s.default,"tab-header":i.default,checkbox:n.default,"form-input":o.default},data:function(){return{loaded:!1,initialData:{},tabIndex:1,tabbies:["landing","branding","media","posts","platform","rules","users","storage"],tabs:[{id:1,title:"Overview",icon:"far fa-home"},{id:"landing",title:"Landing",icon:"far fa-info-circle"},{id:"branding",title:"Branding",icon:"far fa-user-crown"},{id:"media",title:"Media",icon:"far fa-image"},{id:"platform",title:"Platform",icon:"far fa-database"},{id:"posts",title:"Posts",icon:"far fa-heart"},{id:"rules",title:"Rules",icon:"far fa-eye-slash"},{id:"storage",title:"Storage",icon:"far fa-hdd"},{id:"users",title:"Users",icon:"far fa-users"}],isSubmitting:!1,isSubmittingTimeout:!1,isSubmittingTimeoutHandler:void 0,features:[],landing:{current_admin:0},branding:[],media:[],mediaTypes:{jpeg:!1,png:!1,gif:!1,webp:!1,avif:!1,heic:!1,mp4:!1,mov:!1},rules:[],users:[],posts:[],platform:[],storage:[],newRule:void 0,isSubmittingNewRule:!1,isDeletingRule:!1,suggestedRules:[],hasDuplicateRules:!1,showAllRules:!1,showDiskConfig:!1}},computed:{maxMediaSizeToMb:{get:function(){return this.media&&this.media.max_photo_size?(this.media.max_photo_size/1e3).toFixed(2)+" MB":"0.00 MB"}},maxAccountSizeToMb:{get:function(){if(!this.users||!this.users.max_account_size)return"0.00 MB";var t=this.users.max_account_size/1024;return t>1e6?(t/1e6).toFixed(1)+"TB":t>1e3?(t/1024).toFixed(2)+"GB":(this.users.max_account_size/1024).toFixed(2)+" MB"}},rulesComputed:{get:function(){return this.rules&&this.rules.length?this.rules.length>2&&!this.showAllRules?this.rules.slice(0,2):this.rules:[]}},suggestedRulesComputed:{get:function(){var t=this;return this.rules&&this.rules.length?this.suggestedRules.filter(function(e){return!t.rules.includes(e)}):this.suggestedRules}},hasDuplicateRulesComputed:{get:function(){if(!this.rules||!this.rules.length)return!1;var t=this.rules;return t.filter(function(e,a){return t.indexOf(e)!==a}).length}},activeMediaTypes:{get:function(){var t="";return this.mediaTypes.jpeg&&(t+="image/jpeg,"),this.mediaTypes.png&&(t+="image/png,"),this.mediaTypes.gif&&(t+="image/gif,"),this.mediaTypes.webp&&(t+="image/webp,"),this.mediaTypes.avif&&(t+="image/avif,"),this.mediaTypes.heic&&(t+="image/heic,"),this.mediaTypes.mp4&&(t+="video/mp4,"),this.mediaTypes.mov&&(t+="video/mov,"),t.endsWith(",")&&(t=t.slice(0,-1)),t}}},mounted:function(){this.fetchInitialData();var t=new URL(window.location.href);if(t.searchParams.has("t")){var e=t.searchParams.get("t");this.tabbies.includes(e)?this.tabIndex=e:window.history.pushState(null,null,"/i/admin/settings")}},methods:{toggleTab:function(t){clearTimeout(this.isSubmittingTimeoutHandler),this.isSubmittingTimeout=!1,this.tabIndex=t,this.showAllRules=!1,this.tabbies.includes(t)?window.history.pushState(null,null,"/i/admin/settings?t="+t):window.history.pushState(null,null,"/i/admin/settings")},fetchInitialData:function(){var t=this;axios.get("/i/admin/api/settings/fetch").then(function(e){t.initialData=e.data,t.features=e.data.features,t.landing=e.data.landing,t.branding=e.data.branding,t.media=e.data.media,t.setMediaTypes(),t.rules=e.data.rules,t.users=e.data.users,t.suggestedRules=e.data.suggested_rules,t.posts=e.data.posts,t.platform=e.data.platform,t.storage=e.data.storage}).then(function(){t.loaded=!0})},setMediaTypes:function(){var t=this,e=this.media.media_types.split(",");e&&e.length&&e.forEach(function(e){var a=e.split("/")[1];["jpeg","png","gif","webp","avif","heic","mp4","mov"].includes(a)&&(t.mediaTypes[a]=!0)})},formatCount:function(t){return window.App.util.format.count(t)},formatDateTime:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{dateStyle:"medium",timeStyle:"short"}).format(e)},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{month:"short",year:"numeric"}).format(e)},formatTimestamp:function(t){return window.App.util.format.timeAgo(t)},handleSave:function(t){switch(this.isSubmitting=!0,t){case"overview":return this.saveHome();case"landing":return this.saveLanding();case"branding":return this.saveBranding();case"posts":return this.savePosts();case"media":return this.saveMedia();case"platform":return this.savePlatform();case"users":return this.saveUsers();case"storage":return this.saveStorage()}},handleAddRule:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),this.isSubmittingNewRule=!0,axios.post("/i/admin/api/settings/rules/add",{rule:this.newRule}).then(function(t){a.rules.push(a.newRule),a.newRule=void 0,a.isSubmittingNewRule=!1,a.showAllRules=!0}).catch(function(t){var e;t.response.data&&null!==(e=t.response.data)&&void 0!==e&&e.message&&swal("Error",t.response.data.message,"error"),a.isSubmittingNewRule=!1})},addSuggestedRule:function(t,e){var a;null===(a=e.currentTarget)||void 0===a||a.blur(),this.newRule=t},importAllDefaultRules:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),this.isSubmittingNewRule=!0,this.showAllRules=!0;for(var s=function(){var t=a.suggestedRules[i];setTimeout(function(){axios.post("/i/admin/api/settings/rules/add",{rule:t}).then(function(e){a.rules.push(t)})},300*i)},i=this.suggestedRules.length-1;i>=0;i--)s();this.isSubmittingNewRule=!1},handleDeleteRule:function(t,e,a){var s,i=this;null===(s=a.currentTarget)||void 0===s||s.blur(),this.isDeletingRule=!0,axios.post("/i/admin/api/settings/rules/delete",{rule:t}).then(function(t){i.isDeletingRule=!1,i.rules=t.data}).catch(function(t){})},handleDeleteAllRules:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),this.isDeletingRule=!0,swal({title:"Confirm",text:"Are you sure you want to delete all rules?",buttons:!0,dangerMode:!0}).then(function(t){!0===t?axios.post("/i/admin/api/settings/rules/delete/all").then(function(t){a.isDeletingRule=!1,a.rules=[]}).catch(function(t){}):a.isDeletingRule=!1})},removeAutofollow:function(t,e){var a,s=this;null===(a=e.currentTarget)||void 0===a||a.blur(),axios.post("/i/admin/api/settings/autofollow/delete",{username:t}).then(function(t){s.users.admin_autofollow_accounts=t.data.accounts}).catch(function(t){swal("Oops!","An error occurred, please try again later!","error")})},addAutofollow:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),swal({text:"Enter account username",content:"input",button:{text:"Add Autofollow",closeModal:!1}}).then(function(t){if(!t)throw null;axios.post("/i/admin/api/settings/autofollow/add",{username:t}).then(function(e){e.data.accounts.map(function(t){return t.toLowerCase()}).includes(t.toLowerCase())||swal("Oops!","The account you attempted to add does not exist or cannot be added!","error"),a.users.admin_autofollow_accounts=e.data.accounts,swal.stopLoading(),swal.close()}).catch(function(t){t.response.data&&t.response.data.message?swal("Error",t.response.data.message,"error"):swal("Oops!","The account you attempted to add does not exist or cannot be added!","error"),swal.stopLoading(),swal.close()})})},saveHome:function(){var t=this;axios.post("/i/admin/api/settings/update/home",{registration_status:this.features.registration_status,cloud_storage:this.features.cloud_storage,activitypub_enabled:this.features.activitypub_enabled,account_migration:this.features.account_migration,mobile_apis:this.features.mobile_apis,stories:this.features.stories,instagram_import:this.features.instagram_import,autospam_enabled:this.features.autospam_enabled,authorized_fetch:this.features.authorized_fetch}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)})},saveLanding:function(){var t=this;axios.post("/i/admin/api/settings/update/landing",{current_admin:this.landing.current_admin,show_directory:this.landing.show_directory,show_explore:this.landing.show_explore}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)})},saveBranding:function(){var t=this;axios.post("/i/admin/api/settings/update/branding",{name:this.branding.name,short_description:this.branding.short_description,long_description:this.branding.long_description}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)})},savePosts:function(){var t=this;axios.post("/i/admin/api/settings/update/posts",{max_caption_length:this.posts.max_caption_length,max_altext_length:this.posts.max_altext_length}).then(function(e){t.posts=e.data,t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){t.isSubmitting=!1,e.response.data&&e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Oops!","An error occured","error")})},saveMedia:function(){var t=this;axios.post("/i/admin/api/settings/update/media",{image_quality:this.media.image_quality,max_album_length:this.media.max_album_length,max_photo_size:this.media.max_photo_size,media_types:this.activeMediaTypes,optimize_image:this.media.optimize_image,optimize_video:this.media.optimize_video}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){t.isSubmitting=!1,e.response.data&&e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Oops!","An error occured","error")})},savePlatform:function(){var t=this;axios.post("/i/admin/api/settings/update/platform",{allow_app_registration:this.platform.allow_app_registration,app_registration_rate_limit_attempts:this.platform.app_registration_rate_limit_attempts,app_registration_rate_limit_decay:this.platform.app_registration_rate_limit_decay,app_registration_confirm_rate_limit_attempts:this.platform.app_registration_confirm_rate_limit_attempts,app_registration_confirm_rate_limit_decay:this.platform.app_registration_confirm_rate_limit_decay,allow_post_embeds:this.platform.allow_post_embeds,allow_profile_embeds:this.platform.allow_profile_embeds,captcha_enabled:this.platform.captcha_enabled,captcha_secret:this.platform.captcha_secret,captcha_sitekey:this.platform.captcha_sitekey,captcha_on_login:this.platform.captcha_on_login,captcha_on_register:this.platform.captcha_on_register,custom_emoji_enabled:this.platform.custom_emoji_enabled}).then(function(e){t.platform=e.data,t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){t.isSubmitting=!1,e.response.data&&e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Oops!","An error occured","error")})},saveUsers:function(){var t=this;axios.post("/i/admin/api/settings/update/users",{require_email_verification:this.users.require_email_verification,enforce_account_limit:this.users.enforce_account_limit,max_account_size:this.users.max_account_size,admin_autofollow:this.users.admin_autofollow,admin_autofollow_accounts:this.users.admin_autofollow_accounts,max_user_blocks:this.users.max_user_blocks,max_user_mutes:this.users.max_user_mutes,max_domain_blocks:this.users.max_domain_blocks}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Error","An unexpected error occurred, please try again!","error"),t.isSubmitting=!1})},saveStorage:function(){var t=this,e=this.showDiskConfig?{primary_disk:this.storage.primary_disk,update_disk:!0,disk_config:this.storage.disk_config}:{primary_disk:this.storage.primary_disk};axios.post("/i/admin/api/settings/update/storage",e).then(function(e){t.features.cloud_storage="cloud"===e.data.primary_disk,t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){if(e.response.data.error)if(e.response.data.s3_vce){var a=document.createElement("div");a.classList.add("text-left"),a.innerHTML=e.response.data.message;var s=document.createElement("div");s.appendChild(a),swal({title:"Invalid S3 Credentials",content:s,icon:"error"})}else swal("Error",e.response.data.message,"error");t.isSubmitting=!1})},handleChange:function(t,e,a){switch(e){case"features":this.features[a]=t;break;case"landing":this.landing[a]=t;break;case"platform":this.platform[a]=t;break;case"media":this.media[a]=t;break;case"users":this.users[a]=t;break;case"storage":this.storage[a]=t}console.log(t),console.log(a)},handleSubChange:function(t,e,a,s){switch(e){case"features":this.features[a][s]=t;break;case"landing":this.landing[a][s]=t;break;case"platform":this.platform[a][s]=t;break;case"media":this.media[a][s]=t;break;case"users":this.users[a][s]=t;break;case"storage":this.storage[a][s]=t}console.log(t),console.log(a)}},watch:{}}},99697(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(18634),i=a(8889);const n={props:{status:{type:Object}},data:function(){return{showInReplyTo:!1}},components:{"admin-read-more":i.default},methods:{toggleLightbox:function(t){(0,s.default)({el:t.target})},toggleVideoLightbox:function(t,e){(0,s.default)({el:event.target,vidSrc:e})},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("default",{month:"long",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric"}).format(e)}}}},72173(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{content:{type:String},maxLength:{type:Number,default:140},fontSize:{type:String,default:"13"},step:{type:Boolean,default:!1},stepLimit:{type:Number,default:140},initialLimit:{type:Number,default:10}},computed:{contentText:{get:function(){if(this.step){var t=this.content.length/this.stepLimit;return(1==this.stepIndex||tthis.maxLength&&(this.canExpand=!0),this.expanded?this.content:this.truncate()}}},data:function(){return{expanded:!1,canExpand:!1,canStepExpand:!1,stepIndex:1}},methods:{expand:function(){this.step?(this.stepIndex++,this.canStepExpand=!0):this.expanded=!0},truncate:function(){if(this.content&&this.content.length)return this.content&&this.content.lengththis.stepLimit,this.content.slice(0,this.initialLimit)):this.canStepExpand&&this.stepIndexn});var s=a(27707),i=a(8889);const n={props:{open:{type:Boolean,default:!1},model:{type:Object}},components:{"admin-modal-post":s.default,"admin-read-more":i.default},watch:{open:{handler:function(){this.isOpen=this.open},immediate:!0,deep:!0}},data:function(){return{isLoading:!0,isOpen:!1,actions:["mark-read","cw-posts","unlist-posts","private-posts","delete-posts","mark-all-read-by-domain","mark-all-read-by-username","cw-all-posts","unlist-all-posts","private-all-posts"],actionMap:{"cw-posts":"apply content warnings to all post(s) in this report?","unlist-posts":"unlist all post(s) in this report?","delete-posts":"delete all post(s) in this report?","private-posts":"make all post(s) in this report private/followers-only?","mark-all-read-by-domain":"mark all reports by this instance as closed?","mark-all-read-by-username":"mark all reports against this user as closed?","cw-all-posts":"apply content warnings to all post(s) belonging to this account?","unlist-all-posts":"make all post(s) belonging to this account as unlisted?","private-all-posts":"make all post(s) belonging to this account as private?"}}},mounted:function(){var t=this;setTimeout(function(){t.isLoading=!1},300)},methods:{prettyCount:function(t){return t?t.toLocaleString("en-CA",{compactDisplay:"short",notation:"compact"}):t},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("default",{month:"long",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric"}).format(e)},handleAction:function(t){var e=this;"mark-read"!==t?swal({title:"Confirm",text:"Are you sure you want to "+this.actionMap[t],icon:"warning",buttons:!0,dangerMode:!0}).then(function(a){!0===a&&axios.post("/i/admin/api/reports/remote/handle",{id:e.model.id,action:t}).finally(function(){e.$emit("refresh"),e.$emit("close")})}):axios.post("/i/admin/api/reports/remote/handle",{id:this.model.id,action:t}).then(function(t){console.log(t.data)}).finally(function(){e.$emit("refresh"),e.$emit("close")})}}}},4970(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{name:{type:String},value:{type:Boolean},description:{type:String}},computed:{elementId:{get:function(){var t=this.name;return"fec_"+(t=(t=(t=(t=t.toLowerCase()).replace(/[^a-z0-9 -]/g," ")).replace(/\s+/g,"-")).replace(/^-+|-+$/g,""))}}}}},45053(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{name:{type:String},value:{type:String},placeholder:{type:String},description:{type:String},isCard:{type:Boolean,default:!0},isInline:{type:Boolean,default:!1},isDisabled:{type:Boolean,default:!1}},computed:{elementId:{get:function(){var t=this.name;return"fec_"+(t=(t=(t=(t=t.toLowerCase()).replace(/[^a-z0-9 -]/g," ")).replace(/\s+/g,"-")).replace(/^-+|-+$/g,""))}}}}},16563(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{title:{type:String},saving:{type:Boolean},saved:{type:Boolean}},computed:{buttonLabel:{get:function(){return this.saved?"Saved":this.saving?"Saving":"Save"}},isSaving:{get:function(){return this.saving}}},methods:{save:function(t){var e;null===(e=t.currentTarget)||void 0===e||e.blur(),this.$emit("save")}}}},69385(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"header bg-primary pb-3 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[e("div",{staticClass:"row align-items-center py-4"},[t._m(0),t._v(" "),e("div",{staticClass:"col-xl-4 col-lg-3 col-md-4"},[e("div",{staticClass:"card card-stats mb-lg-0"},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col"},[e("h5",{staticClass:"card-title text-uppercase text-muted mb-0"},[t._v("Active Autospam")]),t._v(" "),e("span",{staticClass:"h2 font-weight-bold mb-0"},[t._v(t._s(t.formatCount(t.config.open)))])]),t._v(" "),t._m(1)])])])]),t._v(" "),e("div",{staticClass:"col-xl-4 col-lg-3 col-md-4"},[e("div",{staticClass:"card card-stats bg-dark mb-lg-0"},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col"},[e("h5",{staticClass:"card-title text-uppercase text-muted mb-0"},[t._v("Closed Autospam")]),t._v(" "),e("span",{staticClass:"h2 font-weight-bold text-muted mb-0"},[t._v(t._s(t.formatCount(t.config.closed)))])]),t._v(" "),t._m(2)])])])])])])])]),t._v(" "),t.loaded?e("div",{staticClass:"m-n2 m-lg-4"},[e("div",{staticClass:"container-fluid mt-4"},[e("div",{staticClass:"row mb-3 justify-content-between"},[e("div",{staticClass:"col-12"},[e("ul",{staticClass:"nav nav-pills"},[e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:0==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab(0)}}},[t._v("Dashboard")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"about"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("about")}}},[t._v("About / How to Use Autospam")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"train"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("train")}}},[t._v("Train Autospam")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"closed_reports"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("closed_reports")}}},[t._v("Closed Reports")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"manage_tokens"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("manage_tokens")}}},[t._v("Manage Tokens")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"import_export"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("import_export")}}},[t._v("Import/Export")])])])])]),t._v(" "),0===this.tabIndex?e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-4"},[null===t.config.autospam_enabled?e("div"):t.config.autospam_enabled?e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[t._m(3)]):e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[t._m(4)]),t._v(" "),null===t.config.nlp_enabled?e("div"):t.config.nlp_enabled?e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[e("div",{staticClass:"card-body text-center"},[t._m(5),t._v(" "),e("p",{staticClass:"lead text-light"},[t._v("Advanced (NLP) Detection Active")]),t._v(" "),e("a",{staticClass:"btn btn-outline-danger btn-block font-weight-bold",class:{disabled:1!=t.config.autospam_enabled},attrs:{href:"#",disabled:1!=t.config.autospam_enabled},on:{click:function(e){return e.preventDefault(),t.disableAdvanced.apply(null,arguments)}}},[t._v("Disable Advanced Detection")])])]):e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[e("div",{staticClass:"card-body text-center"},[t._m(6),t._v(" "),e("p",{staticClass:"lead text-danger font-weight-bold"},[t._v("Advanced (NLP) Detection Inactive")]),t._v(" "),e("a",{staticClass:"btn btn-primary btn-block font-weight-bold",class:{disabled:1!=t.config.autospam_enabled},attrs:{href:"#",disabled:1!=t.config.autospam_enabled},on:{click:function(e){return e.preventDefault(),t.enableAdvanced.apply(null,arguments)}}},[t._v("Enable Advanced Detection")])])])]),t._v(" "),t._m(7)]):"about"===this.tabIndex?e("div",[t._m(8)]):"train"===this.tabIndex?e("div",[t._m(9),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header bg-gradient-primary text-white font-weight-bold"},[t._v("Train Spam Posts")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(10),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Use existing posts marked as spam to train Autospam")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",class:{disabled:t.config.files.spam.exists},attrs:{disabled:t.config.files.spam.exists},on:{click:function(e){return e.preventDefault(),t.autospamTrainSpam.apply(null,arguments)}}},[t._v("\n\t \t\t\t\t\t\t"+t._s(t.config.files.spam.exists?"Already trained":"Train Spam")+"\n\t \t\t\t\t\t")])])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header bg-gradient-primary text-white font-weight-bold"},[t._v("Train Non-Spam Posts")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(11),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Use posts from trusted users to train non-spam posts")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",class:{disabled:t.config.files.ham.exists},attrs:{disabled:t.config.files.ham.exists},on:{click:function(e){return e.preventDefault(),t.autospamTrainNonSpam.apply(null,arguments)}}},[t._v("\n\t \t\t\t\t\t\t"+t._s(t.config.files.ham.exists?"Already trained":"Train Non-Spam")+"\n\t \t\t\t\t\t")])])])])])])]):"closed_reports"===this.tabIndex?e("div",[t.closedReportsFetched?[e("div",{staticClass:"table-responsive rounded"},[e("table",{staticClass:"table table-dark"},[t._m(12),t._v(" "),e("tbody",t._l(t.closedReports.data,function(a,s){return e("tr",{key:"closed_reports"+a.id+s},[e("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[t._v("\n\t\t \t"+t._s(a.id)+"\n\t\t ")]),t._v(" "),t._m(13,!0),t._v(" "),e("td",{staticClass:"align-middle"},[a.status&&a.status.account?e("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(a.status.account.id),target:"_blank"}},[e("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[e("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:a.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[t._v("@"+t._s(a.status.account.username))]),t._v(" "),e("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[e("span",[t._v(t._s(a.status.account.followers_count)+" Followers")]),t._v(" "),e("span",[t._v("·")]),t._v(" "),e("span",[t._v("Joined "+t._s(t.timeAgo(a.status.account.created_at)))])])])])]):t._e()]),t._v(" "),e("td",{staticClass:"font-weight-bold align-middle"},[t._v(t._s(t.timeAgo(a.created_at)))]),t._v(" "),e("td",{staticClass:"align-middle"},[e("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.viewSpamReport(a)}}},[t._v("View")])])])}),0)])]),t._v(" "),t.closedReportsFetched&&t.closedReports&&t.closedReports.data.length?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.closedReports.links.prev},on:{click:function(e){return t.autospamPaginate("prev")}}},[t._v("\n\t\t Prev\n\t\t ")]),t._v(" "),e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.closedReports.links.next},on:{click:function(e){return t.autospamPaginate("next")}}},[t._v("\n\t\t Next\n\t\t ")])]):t._e()]:[e("div",{staticClass:"d-flex justify-content-center align-items-center py-5"},[e("b-spinner")],1)]],2):"manage_tokens"===this.tabIndex?e("div",[e("div",{staticClass:"row align-items-center mb-3"},[t._m(14),t._v(" "),e("div",{staticClass:"col-12 col-md-3"},[e("a",{staticClass:"btn btn-primary btn-lg btn-block",attrs:{href:"#"},on:{click:function(e){e.preventDefault(),t.showCreateTokenModal=!0}}},[e("i",{staticClass:"far fa-plus fa-lg mr-1"}),t._v("\n \t\t\t\tCreate New Token\n \t\t\t")])])]),t._v(" "),t.customTokensFetched?[t.customTokens&&t.customTokens.data&&t.customTokens.data.length?[e("div",{staticClass:"table-responsive rounded"},[e("table",{staticClass:"table table-dark"},[t._m(15),t._v(" "),e("tbody",t._l(t.customTokens.data,function(a,s){return e("tr",{key:"ct"+a.id+s},[e("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[t._v("\n\t\t\t \t"+t._s(a.id)+"\n\t\t\t ")]),t._v(" "),e("td",{staticClass:"align-middle"},[e("p",{staticClass:"font-weight-bold mb-0"},[t._v(t._s(a.token))])]),t._v(" "),e("td",{staticClass:"align-middle"},[e("p",{staticClass:"text-capitalize mb-0"},[t._v(t._s(a.category))])]),t._v(" "),e("td",{staticClass:"align-middle"},[e("p",{staticClass:"text-capitalize mb-0"},[t._v(t._s(a.weight))])]),t._v(" "),e("td",{staticClass:"font-weight-bold align-middle"},[t._v(t._s(t.timeAgo(a.created_at)))]),t._v(" "),e("td",{staticClass:"font-weight-bold align-middle"},[e("a",{staticClass:"btn btn-primary btn-sm font-weight-bold",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.openEditTokenModal(a)}}},[t._v("Edit")])])])}),0)])]),t._v(" "),t.customTokensFetched&&t.customTokens&&t.customTokens.data.length?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.customTokens.prev_page_url},on:{click:function(e){return t.autospamTokenPaginate("prev")}}},[t._v("\n\t\t\t Prev\n\t\t\t ")]),t._v(" "),e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.customTokens.next_page_url},on:{click:function(e){return t.autospamTokenPaginate("next")}}},[t._v("\n\t\t\t Next\n\t\t\t ")])]):t._e()]:e("div",[t._m(16)])]:[e("div",{staticClass:"d-flex justify-content-center align-items-center py-5"},[e("b-spinner")],1)]],2):"import_export"===this.tabIndex?e("div",[t._m(17),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header font-weight-bold"},[t._v("Import Training Data")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(18),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Make sure the file you are importing is a valid training data export!")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",on:{click:function(e){return e.preventDefault(),t.handleImport.apply(null,arguments)}}},[t._v("Upload Import")])])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header font-weight-bold"},[t._v("Export Training Data")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(19),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Only share training data with people you trust. It can be used by spammers to bypass detection!")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",on:{click:function(e){return e.preventDefault(),t.downloadExport.apply(null,arguments)}}},[t._v("Download Export")])])])])])])]):t._e()])]):e("div",{staticClass:"my-5 text-center"},[e("b-spinner")],1),t._v(" "),e("b-modal",{attrs:{title:"Autospam Post","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:t.showSpamReportModal,callback:function(e){t.showSpamReportModal=e},expression:"showSpamReportModal"}},[t.viewingSpamReportLoading?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("b-spinner")],1):[e("div",{staticClass:"list-group list-group-horizontal mt-3"},[t.viewingSpamReport&&t.viewingSpamReport.status&&t.viewingSpamReport.status.account?e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[t._v("Reported Account")]),t._v(" "),t.viewingSpamReport.status.account&&t.viewingSpamReport.status.account.id?e("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(t.viewingSpamReport.status.account.id),target:"_blank"}},[e("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[e("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.viewingSpamReport.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0 text-break",class:[t.viewingSpamReport.status.account.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[t._v("@"+t._s(t.viewingSpamReport.status.account.acct))]),t._v(" "),e("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[e("span",[t._v(t._s(t.viewingSpamReport.status.account.followers_count)+" Followers")]),t._v(" "),e("span",[t._v("·")]),t._v(" "),e("span",[t._v("Joined "+t._s(t.timeAgo(t.viewingSpamReport.status.account.created_at)))])])])])]):t._e()]):t._e()]),t._v(" "),t.viewingSpamReport&&t.viewingSpamReport.status?e("div",{staticClass:"list-group mt-3"},[t.viewingSpamReport&&t.viewingSpamReport.status&&t.viewingSpamReport.status.media_attachments.length?e("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[e("div",[t._v("Reported Post")]),t._v(" "),e("a",{staticClass:"font-weight-bold",attrs:{href:t.viewingSpamReport.status.url,target:"_blank"}},[t._v("View")])]),t._v(" "),"image"===t.viewingSpamReport.status.media_attachments[0].type?e("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:t.viewingSpamReport.status.media_attachments[0].url,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===t.viewingSpamReport.status.media_attachments[0].type?e("video",{attrs:{height:"140",controls:"",src:t.viewingSpamReport.status.media_attachments[0].url,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):t._e()]):t._e(),t._v(" "),t.viewingSpamReport&&t.viewingSpamReport.status&&t.viewingSpamReport.status.content_text&&t.viewingSpamReport.status.content_text.length?e("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[e("div",[t._v("Reported Post Caption")]),t._v(" "),e("a",{staticClass:"font-weight-bold",attrs:{href:t.viewingSpamReport.status.url,target:"_blank"}},[t._v("View")])]),t._v(" "),e("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[t._v(t._s(t.viewingSpamReport.status.content_text))])]):t._e()]):t._e()]],2),t._v(" "),e("b-modal",{attrs:{title:"Train Non-Spam","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:t.showNonSpamModal,callback:function(e){t.showNonSpamModal=e},expression:"showNonSpamModal"}},[e("p",{staticClass:"small font-weight-bold"},[t._v("Select trusted accounts to train non-spam posts against!")]),t._v(" "),!t.nonSpamAccounts||t.nonSpamAccounts.length<10?e("autocomplete",{ref:"autocomplete",attrs:{search:t.composeSearch,disabled:t.searchLoading,placeholder:"Search by username","aria-label":"Search by username","get-result-value":t.getTagResultValue},on:{submit:t.onSearchResultClick},scopedSlots:t._u([{key:"result",fn:function(a){var s=a.result,i=a.props;return[e("li",t._b({staticClass:"autocomplete-result d-flex align-items-center",staticStyle:{gap:"0.5rem"}},"li",i,!1),[e("img",{staticClass:"rounded-circle",attrs:{src:s.avatar,width:"32",height:"32",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v("\n "+t._s(s.username)+"\n ")])])]}}],null,!1,565605044)}):t._e(),t._v(" "),e("div",{staticClass:"list-group mt-3"},t._l(t.nonSpamAccounts,function(a,s){return e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"d-flex align-items-center justify-content-between"},[e("div",{staticClass:"d-flex flex-row align-items-center",staticStyle:{gap:"0.5rem"}},[e("img",{staticClass:"rounded-circle",attrs:{src:a.avatar,width:"32",height:"32",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v("\n\t "+t._s(a.username)+"\n\t ")])]),t._v(" "),e("a",{staticClass:"text-danger",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.autospamTrainNonSpamRemove(s)}}},[e("i",{staticClass:"fas fa-trash"})])])])}),0),t._v(" "),t.nonSpamAccounts&&t.nonSpamAccounts.length?e("div",{staticClass:"mt-3"},[e("a",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.autospamTrainNonSpamSubmit.apply(null,arguments)}}},[t._v("Train non-spam posts on trusted accounts")])]):t._e()],1),t._v(" "),e("b-modal",{attrs:{title:"Create New Token","cancel-title":"Close","cancel-variant":"outline-primary","ok-title":"Save","ok-variant":"primary"},on:{ok:t.handleSaveToken},model:{value:t.showCreateTokenModal,callback:function(e){t.showCreateTokenModal=e},expression:"showCreateTokenModal"}},[e("div",{staticClass:"list-group mt-3"},[e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Token")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.token,expression:"customTokenForm.token"}],staticClass:"form-control",domProps:{value:t.customTokenForm.token},on:{input:function(e){e.target.composing||t.$set(t.customTokenForm,"token",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Weight")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.weight,expression:"customTokenForm.weight"}],staticClass:"form-control",attrs:{type:"number",min:"-128",max:"128",step:"1"},domProps:{value:t.customTokenForm.weight},on:{input:function(e){e.target.composing||t.$set(t.customTokenForm,"weight",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Category")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("select",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.category,expression:"customTokenForm.category"}],staticClass:"form-control",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.customTokenForm,"category",e.target.multiple?a:a[0])}}},[e("option",{attrs:{value:"spam"}},[t._v("Is Spam")]),t._v(" "),e("option",{attrs:{value:"ham"}},[t._v("Is NOT Spam")])])])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Note")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.note,expression:"customTokenForm.note"}],staticClass:"form-control",domProps:{value:t.customTokenForm.note},on:{input:function(e){e.target.composing||t.$set(t.customTokenForm,"note",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Active")])]),t._v(" "),e("div",{staticClass:"col-8 text-right"},[e("div",{staticClass:"custom-control custom-checkbox"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.active,expression:"customTokenForm.active"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"customCheck1"},domProps:{checked:Array.isArray(t.customTokenForm.active)?t._i(t.customTokenForm.active,null)>-1:t.customTokenForm.active},on:{change:function(e){var a=t.customTokenForm.active,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&t.$set(t.customTokenForm,"active",a.concat([null])):n>-1&&t.$set(t.customTokenForm,"active",a.slice(0,n).concat(a.slice(n+1)))}else t.$set(t.customTokenForm,"active",i)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"customCheck1"}})])])])])])]),t._v(" "),e("b-modal",{attrs:{title:"Edit Token","cancel-title":"Close","cancel-variant":"outline-primary","ok-title":"Update","ok-variant":"primary"},on:{ok:t.handleUpdateToken},model:{value:t.showEditTokenModal,callback:function(e){t.showEditTokenModal=e},expression:"showEditTokenModal"}},[e("div",{staticClass:"list-group mt-3"},[e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Token")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{staticClass:"form-control",attrs:{disabled:""},domProps:{value:t.editCustomTokenForm.token}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Weight")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.weight,expression:"editCustomTokenForm.weight"}],staticClass:"form-control",attrs:{type:"number",min:"-128",max:"128",step:"1"},domProps:{value:t.editCustomTokenForm.weight},on:{input:function(e){e.target.composing||t.$set(t.editCustomTokenForm,"weight",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Category")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("select",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.category,expression:"editCustomTokenForm.category"}],staticClass:"form-control",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.editCustomTokenForm,"category",e.target.multiple?a:a[0])}}},[e("option",{attrs:{value:"spam"}},[t._v("Is Spam")]),t._v(" "),e("option",{attrs:{value:"ham"}},[t._v("Is NOT Spam")])])])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Note")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.note,expression:"editCustomTokenForm.note"}],staticClass:"form-control",domProps:{value:t.editCustomTokenForm.note},on:{input:function(e){e.target.composing||t.$set(t.editCustomTokenForm,"note",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Active")])]),t._v(" "),e("div",{staticClass:"col-8 text-right"},[e("div",{staticClass:"custom-control custom-checkbox"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.active,expression:"editCustomTokenForm.active"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"customCheck1"},domProps:{checked:Array.isArray(t.editCustomTokenForm.active)?t._i(t.editCustomTokenForm.active,null)>-1:t.editCustomTokenForm.active},on:{change:function(e){var a=t.editCustomTokenForm.active,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&t.$set(t.editCustomTokenForm,"active",a.concat([null])):n>-1&&t.$set(t.editCustomTokenForm,"active",a.slice(0,n).concat(a.slice(n+1)))}else t.$set(t.editCustomTokenForm,"active",i)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"customCheck1"}})])])])])])])],1)},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-xl-4 col-lg-6 col-md-4"},[e("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[t._v("Autospam")]),t._v(" "),e("p",{staticClass:"text-lighter"},[t._v("The automated spam detection system")])])},function(){var t=this._self._c;return t("div",{staticClass:"col-auto"},[t("div",{staticClass:"icon icon-shape bg-gradient-primary text-white rounded-circle shadow"},[t("i",{staticClass:"far fa-sensor-alert"})])])},function(){var t=this._self._c;return t("div",{staticClass:"col-auto"},[t("div",{staticClass:"icon icon-shape bg-gradient-primary text-white rounded-circle shadow"},[t("i",{staticClass:"far fa-shield-alt"})])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card-body text-center"},[e("p",[e("i",{staticClass:"far fa-check-circle fa-5x text-success"})]),t._v(" "),e("p",{staticClass:"lead text-light mb-0"},[t._v("Autospam Service Operational")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card-body text-center"},[e("p",[e("i",{staticClass:"far fa-exclamation-circle fa-5x text-danger"})]),t._v(" "),e("p",{staticClass:"lead text-danger font-weight-bold mb-0"},[t._v("Autospam Service Inactive")]),t._v(" "),e("p",{staticClass:"small text-light mb-0"},[t._v("To activate, "),e("a",{attrs:{href:"/i/admin/settings"}},[t._v("click here")]),t._v(" and enable "),e("span",{staticClass:"font-weight-bold"},[t._v("Spam detection")])])])},function(){var t=this._self._c;return t("p",[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this._self._c;return t("p",[t("i",{staticClass:"far fa-exclamation-circle fa-5x text-danger"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-8"},[e("div",{staticClass:"card bg-default"},[e("div",{staticClass:"card-header bg-transparent"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col"},[e("h6",{staticClass:"text-light text-uppercase ls-1 mb-1"},[t._v("Stats")]),t._v(" "),e("h5",{staticClass:"h3 text-white mb-0"},[t._v("Autospam Detections")])])])]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"chart"},[e("canvas",{staticClass:"chart-canvas",attrs:{id:"c1-dark"}})])])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"row"},[e("div",{staticClass:"col-12"},[e("div",{staticClass:"card card-body"},[e("h1",[t._v("About Autospam")]),t._v(" "),e("p",{staticClass:"mb-0"},[t._v("To detect and mitigate spam, we built Autospam, an internal tool that uses NLP and other behavioural metrics to classify potential spam posts.")]),t._v(" "),e("hr"),t._v(" "),e("h2",[t._v("Standard Detection")]),t._v(" "),e("p",[t._v('Standard or "Classic" detection works by evaluating several "signals" from the post and it\'s associated account.')]),t._v(" "),e("p",[t._v('Some of the following "signals" may trigger a positive detection from public posts:')]),t._v(" "),e("ul",[e("li",[t._v("Account is less than 6 months old")]),t._v(" "),e("li",[t._v("Account has less than 100 followers")]),t._v(" "),e("li",[t._v("Post contains one or more of: "),e("span",{staticClass:"badge badge-primary"},[t._v("https://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("http://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("hxxps://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("hxxp://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("www.")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v(".com")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v(".net")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v(".org")])])]),t._v(" "),e("p",[t._v("If you've marked atleast one positive detection from an account as "),e("span",{staticClass:"font-weight-bold"},[t._v("Not spam")]),t._v(", any future posts they create will skip detection.")]),t._v(" "),e("hr"),t._v(" "),e("h2",[t._v("Advanced Detection")]),t._v(" "),e("p",[t._v("Advanced Detection works by using a statistical method that combines prior knowledge and observed data to estimate an average value. It assigns weights to both the prior knowledge and the observed data, allowing for a more informed and reliable estimation that adapts to new information.")]),t._v(" "),e("p",[t._v("When you train Spam or Not Spam data, the caption is broken up into words (tokens) and are counted (weights) and then stored in the appropriate category (Spam or Not Spam).")]),t._v(" "),e("p",[t._v("The training data is then used to classify spam on future posts (captions) by calculating each token and associated weights and comparing it to known categories (Spam or Not Spam).")])])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"row"},[e("div",{staticClass:"col-12"},[e("div",{staticClass:"card card-body"},[e("p",{staticClass:"mb-0"},[t._v("\n\t \t\t\t\tIn order for Autospam to be effective, you need to train it by classifying data as spam or not-spam.\n\t \t\t\t")]),t._v(" "),e("p",{staticClass:"mb-0 small"},[t._v("\n\t \t\t\t\tWe recommend atleast 200 classifications for both spam and not-spam, it is important to train Autospam on both so you get more accurate results.\n\t \t\t\t")])])])])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-sensor-alert fa-5x text-danger"})])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Type")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("td",{staticClass:"align-middle"},[t("p",{staticClass:"text-capitalize font-weight-bold mb-0"},[this._v("Autospam Post")])])},function(){var t=this._self._c;return t("div",{staticClass:"col-12 col-md-9"},[t("div",{staticClass:"card card-body mb-0"},[t("p",{staticClass:"mb-0"},[this._v("\n\t \t\t\t\tTokens are used to split paragraphs and sentences into smaller units that can be more easily assigned meaning.\n\t \t\t\t")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Token")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Category")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Weight")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Edit")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card"},[e("div",{staticClass:"card-body text-center py-5"},[e("p",{staticClass:"pt-5"},[e("i",{staticClass:"far fa-inbox fa-4x text-light"})]),t._v(" "),e("p",{staticClass:"lead mb-5"},[t._v("No custom tokens found!")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"row"},[e("div",{staticClass:"col-12"},[e("div",{staticClass:"card card-body"},[e("p",{staticClass:"mb-0"},[t._v("\n\t \t\t\t\tYou can import and export Spam training data\n\t \t\t\t")]),t._v(" "),e("p",{staticClass:"mb-0 small"},[t._v("\n\t \t\t\t\tWe recommend exercising caution when importing training data from untrusted parties!\n\t \t\t\t")])])])])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-plus-circle fa-5x text-light"})])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-download fa-5x text-light"})])}]},41298(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return t.loaded?e("div",[e("div",{staticClass:"header bg-primary pb-2 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[e("div",{staticClass:"row align-items-center py-4"},[t._m(0),t._v(" "),e("div",{staticClass:"col-lg-6 col-5"},[e("p",{staticClass:"text-right"},[e("button",{staticClass:"btn btn-outline-white btn-lg px-5 py-2",on:{click:t.save}},[t._v("Save changes")])])])])])])]),t._v(" "),e("div",{staticClass:"container"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-3"},[e("div",{staticClass:"nav-wrapper"},[e("div",{staticClass:"nav flex-column nav-pills",attrs:{id:"tabs-icons-text",role:"tablist","aria-orientation":"vertical"}},t._l(t.tabs,function(a){return e("div",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3",class:{active:t.tabIndex===a.id},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.toggleTab(a.id)}}},[e("i",{class:a.icon}),t._v(" "),e("span",{staticClass:"ml-2"},[t._v(t._s(a.title))])])])}),0)])]),t._v(" "),e("div",{staticClass:"col-12 col-md-9"},[e("div",{staticClass:"card shadow mt-3"},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"tab-content"},[1===t.tabIndex?e("div",{staticClass:"tab-pane fade show active"},[t.isSubmitting||t.state.awaiting_approval||t.state.is_active?t.isSubmitting||!t.state.awaiting_approval||t.state.is_active?!t.isSubmitting&&t.state.awaiting_approval&&t.state.is_active?e("div",[t._m(3)]):t.isSubmitting||t.state.awaiting_approval||!t.state.is_active?t.isSubmitting?e("div",[e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("b-spinner",{attrs:{variant:"primary"}}),t._v(" "),e("p",{staticClass:"lead my-0 text-primary"},[t._v("Sending submission...")])],1)]):e("div",[t._m(6)]):e("div",[e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("h2",{staticClass:"font-weight-bold"},[t._v("Active Listing")]),t._v(" "),t._m(4),t._v(" "),t._m(5),t._v(" "),e("button",{staticClass:"btn btn-primary btn-sm mt-3 font-weight-bold px-5 text-uppercase",on:{click:t.handleSubmit}},[t._v("\n Update my listing on pixelfed.org\n ")])])]):e("div",[t._m(2)]):e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("div",{staticClass:"text-center mb-4"},[t._m(1),t._v(" "),e("p",{staticClass:"display-3 mb-1"},[t._v("Awaiting Submission")]),t._v(" "),t.state.is_eligible||t.state.submission_exists?t.state.is_eligible&&!t.state.submission_exists?e("div",{staticClass:"mb-4"},[e("p",{staticClass:"lead mt-0 text-muted"},[t._v("Your directory listing is ready for submission!")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold px-5 text-uppercase",on:{click:t.handleSubmit}},[t._v("\n Submit my Server to pixelfed.org\n ")])]):t._e():e("p",{staticClass:"lead mt-0 text-muted"},[t._v("Your directory listing isn't completed yet")])])]),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card text-left"},[e("div",{staticClass:"list-group list-group-flush"},[e("div",{staticClass:"list-group-item"},[!0===t.requirements.curated_onboarding?[e("i",{staticClass:"far fa-exclamation-circle text-success"}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n Curated account registration\n ")])]:[e("i",{staticClass:"far",class:[t.requirements.open_registration?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements.open_registration?"Open":"Closed")+" account registration\n ")])]],2),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.requirements.oauth_enabled?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements.oauth_enabled?"Enabled":"Disabled")+" mobile apis/oauth\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.requirements.activitypub_enabled?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements.activitypub_enabled?"Enabled":"Disabled")+" activitypub federation\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.summary&&t.form.summary.length&&t.form.location&&t.form.location.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.summary&&t.form.summary.length&&t.form.location&&t.form.location.length?"Configured":"Missing")+" server details\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.requirements_validator&&0==t.requirements_validator.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements_validator&&0==t.requirements_validator.length?"Valid":"Invalid")+" feature requirements\n ")])])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card text-left"},[e("div",{staticClass:"list-group list-group-flush"},[e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.contact_account?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.contact_account?"Configured":"Missing")+" admin account\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.contact_email?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.contact_email?"Configured":"Missing")+" contact email\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.selectedPosts&&t.selectedPosts.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.selectedPosts&&t.selectedPosts.length?"Configured":"Missing")+" favourite posts\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.privacy_pledge?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.privacy_pledge?"Configured":"Missing")+" privacy pledge\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.communityGuidelines&&t.communityGuidelines.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.communityGuidelines&&t.communityGuidelines.length?"Configured":"Missing")+" community guidelines\n ")])])])])])])]):2===t.tabIndex?e("div",{staticClass:"tab-pane fade show active"},[e("p",{staticClass:"description"},[t._v("Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.")])]):3===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Server Details")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Edit your server details to better describe it")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Summary")]),t._v(" "),e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.form.summary,expression:"form.summary"}],staticClass:"form-control form-control-muted",attrs:{id:"form-summary",rows:"3",placeholder:"A descriptive summary of your instance up to 140 characters long. HTML is not allowed."},domProps:{value:t.form.summary},on:{input:function(e){e.target.composing||t.$set(t.form,"summary",e.target.value)}}}),t._v(" "),e("p",{staticClass:"help-text small text-muted text-right"},[t._v("\n "+t._s(t.form.summary&&t.form.summary.length?t.form.summary.length:0)+"/140\n ")])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Location")]),t._v(" "),e("select",{directives:[{name:"model",rawName:"v-model",value:t.form.location,expression:"form.location"}],staticClass:"form-control form-control-muted",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.form,"location",e.target.multiple?a:a[0])}}},[e("option",{attrs:{selected:"",disabled:"",value:"0"}},[t._v("Select the country your server is in")]),t._v(" "),t._l(t.initialData.countries,function(a){return e("option",{domProps:{value:a}},[t._v(t._s(a))])})],2),t._v(" "),e("p",{staticClass:"form-text small text-muted"},[t._v("Select the country your server is hosted in, even if you are in a different country")])])])])]),t._v(" "),e("div",{staticClass:"list-group mb-4"},[e("div",{staticClass:"list-group-item"},[e("label",{staticClass:"font-weight-bold mb-0"},[t._v("Server Banner")]),t._v(" "),e("p",{staticClass:"small"},[t._v("Add an optional banner image to your directory listing")]),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card mb-0 shadow-none border"},[t.form.banner_image?e("div",[e("a",{attrs:{href:t.form.banner_image,target:"_blank"}},[e("img",{staticClass:"card-img-top",attrs:{src:t.form.banner_image}})])]):e("div",{staticClass:"card-body bg-primary text-white"},[t._m(7),t._v(" "),e("p",{staticClass:"text-center mb-0"},[t._v("No banner image")])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[t.isUploadingBanner?e("div",{staticClass:"text-center"},[e("b-spinner",{attrs:{variant:"primary"}})],1):e("div",{staticClass:"custom-file"},[e("input",{ref:"bannerImageRef",staticClass:"custom-file-input",attrs:{type:"file",id:"banner_image"},on:{change:t.uploadBannerImage}}),t._v(" "),e("label",{staticClass:"custom-file-label",attrs:{for:"banner_image"}},[t._v("Choose file")]),t._v(" "),e("p",{staticClass:"form-text text-muted small mb-0"},[t._v("Must be 1920 by 1080 pixels")]),t._v(" "),t._m(8),t._v(" "),t.form.banner_image&&!t.form.banner_image.endsWith("default.jpg")?e("div",[e("button",{staticClass:"btn btn-danger font-weight-bold btn-block mt-5",on:{click:t.deleteBannerImage}},[t._v("Delete banner image")])]):t._e()])])])])]),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Primary Language")]),t._v(" "),e("select",{directives:[{name:"model",rawName:"v-model",value:t.form.primary_locale,expression:"form.primary_locale"}],staticClass:"form-control form-control-muted",attrs:{disabled:""},on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.form,"primary_locale",e.target.multiple?a:a[0])}}},t._l(t.initialData.available_languages,function(a){return e("option",{domProps:{value:a.code}},[t._v(t._s(a.name))])}),0),t._v(" "),t._m(9)])])])])]):4===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Admin Contact")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Set a designated admin account and public email address")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[t.initialData.admins.length?e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Designated Admin")]),t._v(" "),e("select",{directives:[{name:"model",rawName:"v-model",value:t.form.contact_account,expression:"form.contact_account"}],staticClass:"form-control form-control-muted",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.form,"contact_account",e.target.multiple?a:a[0])}}},[e("option",{attrs:{disabled:"",value:"0"}},[t._v("Select a designated admin")]),t._v(" "),t._l(t.initialData.admins,function(a,s){return e("option",{key:"pfc-"+a+s,domProps:{value:a.pid}},[t._v(t._s(a.username))])})],2)]):e("div",{staticClass:"px-3 pb-2 pt-0 border border-danger rounded"},[e("p",{staticClass:"lead font-weight-bold text-danger"},[t._v("No admin(s) found")]),t._v(" "),t._m(10)])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Public Email")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.form.contact_email,expression:"form.contact_email"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"info@example.org"},domProps:{value:t.form.contact_email},on:{input:function(e){e.target.composing||t.$set(t.form,"contact_email",e.target.value)}}}),t._v(" "),e("p",{staticClass:"help-text small text-muted"},[t._v("\n Must be a valid email address\n ")])])])])]):5===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Favourite Posts")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Show off a few favourite posts from your server")]),t._v(" "),e("hr",{staticClass:"mt-0 mb-1"}),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.selectedPosts&&12!==t.selectedPosts.length,expression:"selectedPosts && selectedPosts.length !== 12"}],staticClass:"nav-wrapper"},[e("ul",{staticClass:"nav nav-pills nav-fill flex-column flex-md-row",attrs:{role:"tablist"}},[e("li",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3 mb-md-0 active",attrs:{id:"favposts-1-tab","data-toggle":"tab",href:"#favposts-1",role:"tab","aria-controls":"favposts-1","aria-selected":"true"}},[t._v(t._s(this.selectedPosts.length?this.selectedPosts.length:"")+" Selected Posts")])]),t._v(" "),t.selectedPosts&&t.selectedPosts.length<12?e("li",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3 mb-md-0",attrs:{id:"favposts-2-tab","data-toggle":"tab",href:"#favposts-2",role:"tab","aria-controls":"favposts-2","aria-selected":"false"}},[t._v("Add by post id")])]):t._e(),t._v(" "),t.selectedPosts&&t.selectedPosts.length<12?e("li",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3 mb-md-0",attrs:{id:"favposts-3-tab","data-toggle":"tab",href:"#favposts-3",role:"tab","aria-controls":"favposts-3","aria-selected":"false"},on:{click:t.initPopularPosts}},[t._v("Add by popularity")])]):t._e()])]),t._v(" "),e("div",{staticClass:"tab-content mt-3"},[e("div",{staticClass:"tab-pane fade list-fade-bottom show active",attrs:{id:"favposts-1",role:"tabpanel","aria-labelledby":"favposts-1-tab"}},[t.selectedPosts&&t.selectedPosts.length?e("div",{staticStyle:{"max-height":"520px","overflow-y":"auto"}},[t._l(t.selectedPosts,function(a){return e("div",{key:"sp-"+a.id,staticClass:"list-group-item border-primary form-control-muted"},[e("div",{staticClass:"media align-items-center"},[e("div",{staticClass:"custom-control custom-checkbox mr-2"},[e("input",{staticClass:"custom-control-input",attrs:{type:"checkbox",checked:"",id:"checkbox-sp-".concat(a.id)},on:{change:function(e){return t.toggleSelectedPost(a)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"checkbox-sp-".concat(a.id)}})]),t._v(" "),e("img",{staticClass:"border rounded-sm mr-3",staticStyle:{"object-fit":"cover"},attrs:{src:a.media_attachments[0].url,width:"100",height:"100",loading:"lazy"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"lead mt-0 mb-0 font-weight-bold"},[t._v("@"+t._s(a.account.username))]),t._v(" "),e("p",{staticClass:"text-muted mb-0",staticStyle:{"font-size":"14px"}},[e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.favourites_count)))]),t._v(" Likes")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.account.followers_count)))]),t._v(" Followers")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[t._v("Created "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatDateTime(a.created_at)))])])])]),t._v(" "),e("a",{staticClass:"btn btn-outline-primary btn-sm rounded-pill",attrs:{href:a.url,target:"_blank"}},[t._v("View")])])])}),t._v(" "),e("div",{staticClass:"mt-5 mb-5 pt-3"})],2):e("div",[t._m(11)])]),t._v(" "),e("div",{staticClass:"tab-pane fade",attrs:{id:"favposts-2",role:"tabpanel","aria-labelledby":"favposts-2-tab"}},[e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold"},[t._v("Find and add by post id")]),t._v(" "),e("div",{staticClass:"input-group mb-3"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.favouritePostByIdInput,expression:"favouritePostByIdInput"}],staticClass:"form-control form-control-muted border",attrs:{type:"number",placeholder:"Post id",min:"1",max:"99999999999999999999",disabled:t.favouritePostByIdFetching},domProps:{value:t.favouritePostByIdInput},on:{input:function(e){e.target.composing||(t.favouritePostByIdInput=e.target.value)}}}),t._v(" "),e("div",{staticClass:"input-group-append"},[t.favouritePostByIdFetching?e("button",{staticClass:"btn btn-outline-primary",attrs:{disabled:""}},[t._m(12)]):e("button",{staticClass:"btn btn-outline-primary",attrs:{type:"button"},on:{click:t.handlePostByIdSearch}},[t._v("\n Search\n ")])])])])]),t._v(" "),t._m(13)])]),t._v(" "),e("div",{staticClass:"tab-pane fade list-fade-bottom mb-0",attrs:{id:"favposts-3",role:"tabpanel","aria-labelledby":"favposts-3-tab"}},[t.popularPostsLoaded?e("div",{staticClass:"list-group",staticStyle:{"max-height":"520px","overflow-y":"auto"}},[t._l(t.popularPosts,function(a){return e("div",{key:"pp-"+a.id,staticClass:"list-group-item",class:[t.selectedPosts.includes(a)?"border-primary form-control-muted":""]},[e("div",{staticClass:"media align-items-center"},[e("div",{staticClass:"custom-control custom-checkbox mr-2"},[e("input",{staticClass:"custom-control-input",attrs:{type:"checkbox",id:"checkbox-pp-".concat(a.id)},domProps:{checked:t.selectedPosts.includes(a)},on:{change:function(e){return t.togglePopularPost(a.id,a)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"checkbox-pp-".concat(a.id)}})]),t._v(" "),e("img",{staticClass:"border rounded-sm mr-3",staticStyle:{"object-fit":"cover"},attrs:{src:a.media_attachments[0].url,width:"100",height:"100",loading:"lazy"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"lead mt-0 mb-0 font-weight-bold"},[t._v("@"+t._s(a.account.username))]),t._v(" "),e("p",{staticClass:"text-muted mb-0",staticStyle:{"font-size":"14px"}},[e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.favourites_count)))]),t._v(" Likes")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.account.followers_count)))]),t._v(" Followers")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[t._v("Created "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatDateTime(a.created_at)))])])])]),t._v(" "),e("a",{staticClass:"btn btn-outline-primary btn-sm rounded-pill",attrs:{href:a.url,target:"_blank"}},[t._v("View")])])])}),t._v(" "),e("div",{staticClass:"mt-5 mb-3"})],2):e("div",{staticClass:"text-center py-5"},[t._m(14)])])])]):6===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Privacy Pledge")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Pledge to keep you and your data private and securely stored")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("p",[t._v("To qualify for the Privacy Pledge, you must abide by the following rules:")]),t._v(" "),t._m(15),t._v(" "),e("p",{staticClass:"small text-muted mb-0"},[t._v("You may use 3rd party services like captchas on specific pages, so long as they are clearly defined in your privacy policy")]),t._v(" "),e("hr"),t._v(" "),e("p"),e("div",{staticClass:"custom-control custom-checkbox mr-2"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.form.privacy_pledge,expression:"form.privacy_pledge"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"privacy-pledge"},domProps:{checked:Array.isArray(t.form.privacy_pledge)?t._i(t.form.privacy_pledge,null)>-1:t.form.privacy_pledge},on:{change:function(e){var a=t.form.privacy_pledge,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&t.$set(t.form,"privacy_pledge",a.concat([null])):n>-1&&t.$set(t.form,"privacy_pledge",a.slice(0,n).concat(a.slice(n+1)))}else t.$set(t.form,"privacy_pledge",i)}}}),t._v(" "),e("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"privacy-pledge"}},[t._v("I agree to the uphold the Privacy Pledge")])]),t._v(" "),e("p")]):7===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Community Guidelines")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("A few ground rules to keep your community healthy and safe.")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),t.communityGuidelines&&t.communityGuidelines.length?e("ol",{staticClass:"font-weight-bold"},t._l(t.communityGuidelines,function(a){return e("li",{staticClass:"text-primary"},[e("span",{staticClass:"lead ml-1 text-dark"},[t._v(t._s(a))])])}),0):e("div",{staticClass:"card bg-primary text-white"},[t._m(16)]),t._v(" "),e("hr"),t._v(" "),t._m(17)]):8===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Feature Requirements")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("The minimum requirements for Directory inclusion.")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("media_types")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Media Types")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Allowed MIME types. image/jpeg and image/png by default")]),t._v(" "),t.requirements_validator.hasOwnProperty("media_types")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.media_types[0]))]):t._e()])]),t._v(" "),t.feature_config.optimize_image?e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("image_quality")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Image Quality")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Image optimization is enabled, the image quality must be a value between 1-100.")]),t._v(" "),t.requirements_validator.hasOwnProperty("image_quality")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.image_quality[0]))]):t._e()])]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_photo_size")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Photo Size")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Max photo upload size in kb. Must be between 15-100 MB.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_photo_size")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_photo_size[0]))]):t._e()])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_caption_length")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Caption Length")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("The max caption length limit. Must be between 500-10000.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_caption_length")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_caption_length[0]))]):t._e()])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_altext_length")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Alt-text length")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("The alt-text length limit. Must be between 1000-5000.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_altext_length")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_altext_length[0]))]):t._e()])]),t._v(" "),t.feature_config.enforce_account_limit?e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_account_size")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Account Size")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("The account storage limit. Must be 1GB at minimum.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_account_size")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_account_size[0]))]):t._e()])]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_album_length")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Album Length")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Max photos per album post. Must be between 4-20.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_album_length")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_album_length[0]))]):t._e()])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("account_deletion")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Account Deletion")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Allow users to delete their own account.")]),t._v(" "),t.requirements_validator.hasOwnProperty("account_deletion")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.account_deletion[0]))]):t._e()])])])])])]):9===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("User Testimonials")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Add testimonials from your users.")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6 list-fade-bottom"},[e("div",{staticClass:"list-group pb-5",staticStyle:{"max-height":"520px","overflow-y":"auto"}},t._l(t.testimonials,function(a,s){return e("div",{staticClass:"list-group-item",class:[s==t.testimonials.length-1?"mb-5":""]},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",{staticClass:"media"},[e("img",{staticClass:"mr-3 rounded-circle",attrs:{src:a.profile.avatar,width:"40",h:"40"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("\n "+t._s(a.profile.username)+"\n ")]),t._v(" "),e("p",{staticClass:"small text-muted mt-n1 mb-0"},[t._v("\n Member Since "+t._s(t.formatDate(a.profile.created_at))+"\n ")])])]),t._v(" "),e("div",[e("p",{staticClass:"mb-0 small"},[e("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.editTestimonial(a)}}},[t._v("\n Edit\n ")])]),t._v(" "),e("p",{staticClass:"mb-0 small"},[e("a",{staticClass:"text-danger",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.deleteTestimonial(a)}}},[t._v("\n Delete\n ")])])])]),t._v(" "),e("hr",{staticClass:"my-1"}),t._v(" "),e("p",{staticClass:"small font-weight-bold text-muted mb-0 text-center"},[t._v("Testimonial")]),t._v(" "),e("div",{staticClass:"border rounded px-3"},[e("p",{staticClass:"my-2 small",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:t._s(a.body)}})])])}),0)]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[t.isEditingTestimonial?e("div",{staticClass:"card"},[e("div",{staticClass:"card-header font-weight-bold"},[t._v("\n Edit Testimonial\n ")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Username")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.editingTestimonial.profile.username,expression:"editingTestimonial.profile.username"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"test",disabled:""},domProps:{value:t.editingTestimonial.profile.username},on:{input:function(e){e.target.composing||t.$set(t.editingTestimonial.profile,"username",e.target.value)}}})]),t._v(" "),e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Testimonial")]),t._v(" "),e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.editingTestimonial.body,expression:"editingTestimonial.body"}],staticClass:"form-control form-control-muted",attrs:{rows:"5"},domProps:{value:t.editingTestimonial.body},on:{input:function(e){e.target.composing||t.$set(t.editingTestimonial,"body",e.target.value)}}}),t._v(" "),e("div",{staticClass:"d-flex justify-content-between"},[e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n Text only, up to 500 characters\n ")]),t._v(" "),e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n "+t._s(t.editingTestimonial.body?t.editingTestimonial.body.length:0)+"/500\n ")])])])]),t._v(" "),e("div",{staticClass:"card-footer"},[e("button",{staticClass:"btn btn-primary btn-block",attrs:{type:"button"},on:{click:t.saveEditTestimonial}},[t._v("\n Save\n ")]),t._v(" "),e("button",{staticClass:"btn btn-secondary btn-block",attrs:{type:"button"},on:{click:t.cancelEditTestimonial}},[t._v("\n Cancel\n ")])])]):e("div",{staticClass:"card"},[t.testimonials.length<10?[e("div",{staticClass:"card-header font-weight-bold"},[t._v("\n Add New Testimonial\n ")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Username")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.testimonial.username,expression:"testimonial.username"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"test"},domProps:{value:t.testimonial.username},on:{input:function(e){e.target.composing||t.$set(t.testimonial,"username",e.target.value)}}}),t._v(" "),e("p",{staticClass:"help-text small text-muted"},[t._v("\n Must be a valid user account\n ")])]),t._v(" "),e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Testimonial")]),t._v(" "),e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.testimonial.body,expression:"testimonial.body"}],staticClass:"form-control form-control-muted",attrs:{rows:"5"},domProps:{value:t.testimonial.body},on:{input:function(e){e.target.composing||t.$set(t.testimonial,"body",e.target.value)}}}),t._v(" "),e("div",{staticClass:"d-flex justify-content-between"},[e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n Text only, up to 500 characters\n ")]),t._v(" "),e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n "+t._s(t.testimonial.body?t.testimonial.body.length:0)+"/500\n ")])])])]),t._v(" "),e("div",{staticClass:"card-footer"},[e("button",{staticClass:"btn btn-primary btn-block",attrs:{type:"button"},on:{click:t.saveTestimonial}},[t._v("Save Testimonial")])])]:[t._m(18)]],2)])])]):t._e()])])])])])])]):e("div",[t._m(19)])},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-lg-6 col-7"},[e("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[t._v("Directory")]),t._v(" "),e("p",{staticClass:"h3 text-white font-weight-light"},[t._v("Manage your server listing on pixelfed.org")])])},function(){var t=this._self._c;return t("p",[t("i",{staticClass:"far fa-exclamation-triangle fa-5x text-lighter"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("p",{staticClass:"display-3 mb-1"},[t._v("Awaiting Approval")]),t._v(" "),e("p",{staticClass:"text-primary mb-1"},[t._v("Awaiting submission approval from pixelfed.org, please check back later!")]),t._v(" "),e("p",{staticClass:"small text-muted mb-0"},[t._v("If you are still waiting for approval after 24 hours please contact the Pixelfed team.")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("p",{staticClass:"display-3 mb-1"},[t._v("Awaiting Update Approval")]),t._v(" "),e("p",{staticClass:"text-primary mb-1"},[t._v("Awaiting updated submission approval from pixelfed.org, please check back later!")]),t._v(" "),e("p",{staticClass:"small text-muted mb-0"},[t._v("If you are still waiting for approval after 24 hours please contact the Pixelfed team.")])])},function(){var t=this._self._c;return t("p",{staticClass:"my-3"},[t("i",{staticClass:"far fa-check-circle fa-4x text-success"})])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mt-2 mb-0"},[t._v("Your server directory listing on "),e("a",{staticClass:"font-weight-bold",attrs:{href:"#"}},[t._v("pixelfed.org")]),t._v(" is active")])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("p",{staticClass:"display-3 mb-1"},[t._v("Oops! An unexpected error occured")]),t._v(" "),e("p",{staticClass:"text-primary mb-1"},[t._v("Ask the Pixelfed team for assistance.")])])},function(){var t=this._self._c;return t("p",{staticClass:"text-center mb-2"},[t("i",{staticClass:"far fa-exclamation-circle fa-2x"})])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"form-text text-muted small mb-0"},[t._v("Must be a "),e("kbd",[t._v("JPEG")]),t._v(" or "),e("kbd",[t._v("PNG")]),t._v(" image no larger than 5MB.")])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"form-text text-muted small mb-0"},[t._v("The primary language of your server, to edit this value you need to set the "),e("kbd",[t._v("APP_LOCALE")]),t._v(" .env value")])},function(){var t=this,e=t._self._c;return e("ul",{staticClass:"text-danger"},[e("li",[t._v("Admins must be active")]),t._v(" "),e("li",[t._v("Admins must have 2FA setup and enabled")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body bg-lighter text-center py-5"},[e("p",{staticClass:"text-light mb-1"},[e("i",{staticClass:"far fa-info-circle fa-3x"})]),t._v(" "),e("p",{staticClass:"h2 mb-0"},[t._v("0 posts selected")]),t._v(" "),e("p",{staticClass:"small mb-0"},[t._v("You can select up to 12 favourite posts by id or popularity")])])},function(){var t=this._self._c;return t("div",{staticClass:"spinner-border spinner-border-sm",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card card-body bg-primary"},[e("div",{staticClass:"d-flex align-items-center text-white"},[e("i",{staticClass:"far fa-info-circle mr-2"}),t._v(" "),e("p",{staticClass:"small mb-0 font-weight-bold"},[t._v("A post id is the numerical id found in post urls")])])])])},function(){var t=this._self._c;return t("div",{staticClass:"spinner-border text-primary",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])},function(){var t=this,e=t._self._c;return e("ul",{staticClass:"font-weight-bold"},[e("li",[t._v("No analytics or 3rd party trackers*")]),t._v(" "),e("li",[t._v("User data is not sold to any 3rd parties")]),t._v(" "),e("li",[t._v("Data is stored securely in accordance with industry standards")]),t._v(" "),e("li",[t._v("Admin accounts are protected with 2FA")]),t._v(" "),e("li",[t._v("Follow strict support procedures to keep your accounts safe")]),t._v(" "),e("li",[t._v("Give at least 6 months warning in the event we shut down")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card-body text-center py-5"},[e("p",{staticClass:"mb-n3"},[e("i",{staticClass:"far fa-exclamation-circle fa-3x"})]),t._v(" "),e("p",{staticClass:"lead mb-0"},[t._v("No Community Guidelines have been set")])])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mb-0"},[t._v("You can manage Community Guidelines on the "),e("a",{attrs:{href:"/i/admin/settings"}},[t._v("Settings page")])])},function(){var t=this._self._c;return t("div",{staticClass:"card-body text-center"},[t("p",{staticClass:"lead"},[this._v("You can't add any more testimonials")])])},function(){var t=this._self._c;return t("div",{staticClass:"container my-5 py-5 text-center"},[t("div",{staticClass:"spinner-border text-primary",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])])}]},54449(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"header bg-primary pb-3 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[t._m(0),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Unique Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_unique)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Total Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_posts)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("New (past 14 days)")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.added_14_days)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Banned Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_banned)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("NSFW Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_nsfw)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Clear Trending Cache")]),t._v(" "),e("button",{staticClass:"btn btn-outline-white btn-block btn-sm py-0 mt-1",on:{click:t.clearTrendingCache}},[t._v("Clear Cache")])])])])])])]),t._v(" "),t.loaded?e("div",{staticClass:"m-n2 m-lg-4"},[e("div",{staticClass:"container-fluid mt-4"},[e("div",{staticClass:"row mb-3 justify-content-between"},[e("div",{staticClass:"col-12 col-md-8"},[e("ul",{staticClass:"nav nav-pills"},[e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:0==t.tabIndex}],on:{click:function(e){return t.toggleTab(0)}}},[t._v("All")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:1==t.tabIndex}],on:{click:function(e){return t.toggleTab(1)}}},[t._v("Trending")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:2==t.tabIndex}],on:{click:function(e){return t.toggleTab(2)}}},[t._v("Banned")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:3==t.tabIndex}],on:{click:function(e){return t.toggleTab(3)}}},[t._v("NSFW")])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-4"},[e("autocomplete",{ref:"autocomplete",attrs:{search:t.composeSearch,disabled:t.searchLoading,placeholder:"Search hashtags","aria-label":"Search hashtags","get-result-value":t.getTagResultValue},on:{submit:t.onSearchResultClick},scopedSlots:t._u([{key:"result",fn:function(a){var s=a.result,i=a.props;return[e("li",t._b({staticClass:"autocomplete-result d-flex justify-content-between align-items-center"},"li",i,!1),[e("div",{staticClass:"font-weight-bold",class:{"text-danger":s.is_banned}},[t._v("\n #"+t._s(s.name)+"\n ")]),t._v(" "),e("div",{staticClass:"small text-muted"},[t._v("\n "+t._s(t.prettyCount(s.cached_count))+" posts\n ")])])]}}])})],1)]),t._v(" "),[0,2,3].includes(this.tabIndex)?e("div",{staticClass:"table-responsive"},[e("table",{staticClass:"table table-dark"},[e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("ID","id"))},on:{click:function(e){return t.toggleCol("id")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Hashtag","name"))},on:{click:function(e){return t.toggleCol("name")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Count","cached_count"))},on:{click:function(e){return t.toggleCol("cached_count")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Can Search","can_search"))},on:{click:function(e){return t.toggleCol("can_search")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Can Trend","can_trend"))},on:{click:function(e){return t.toggleCol("can_trend")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("NSFW","is_nsfw"))},on:{click:function(e){return t.toggleCol("is_nsfw")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Banned","is_banned"))},on:{click:function(e){return t.toggleCol("is_banned")}}}),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")])])]),t._v(" "),e("tbody",t._l(t.hashtags,function(a,s){var i;return e("tr",[e("td",{staticClass:"font-weight-bold text-monospace text-muted"},[e("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.openEditHashtagModal(a,s)}}},[t._v("\n "+t._s(a.id)+"\n ")])]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[t._v(t._s(a.name))]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[e("a",{attrs:{href:"/i/web/hashtag/".concat(a.slug)}},[t._v("\n "+t._s(null!==(i=a.cached_count)&&void 0!==i?i:0)+"\n ")])]),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.can_search,"text-success","text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.can_trend,"text-success","text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.is_nsfw,"text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.is_banned,"text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold"},[t._v(t._s(t.timeAgo(a.created_at)))])])}),0)])]):t._e(),t._v(" "),[0,2,3].includes(this.tabIndex)?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.pagination.prev},on:{click:function(e){return t.paginate("prev")}}},[t._v("\n Prev\n ")]),t._v(" "),e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.pagination.next},on:{click:function(e){return t.paginate("next")}}},[t._v("\n Next\n ")])]):t._e(),t._v(" "),1==this.tabIndex?e("div",{staticClass:"table-responsive"},[e("table",{staticClass:"table table-dark"},[t._m(1),t._v(" "),e("tbody",t._l(t.trendingTags,function(a,s){var i;return e("tr",[e("td",{staticClass:"font-weight-bold text-monospace text-muted"},[e("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.openEditHashtagModal(a,s)}}},[t._v("\n "+t._s(a.id)+"\n ")])]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[t._v(t._s(a.hashtag))]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[e("a",{attrs:{href:"/i/web/hashtag/".concat(a.hashtag)}},[t._v("\n "+t._s(null!==(i=a.total)&&void 0!==i?i:0)+"\n ")])])])}),0)])]):t._e()])]):e("div",{staticClass:"my-5 text-center"},[e("b-spinner")],1),t._v(" "),e("b-modal",{attrs:{title:"Edit Hashtag","ok-only":!0,lazy:!0,static:!0},model:{value:t.showEditModal,callback:function(e){t.showEditModal=e},expression:"showEditModal"}},[t.editingHashtag&&t.editingHashtag.name?e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Name")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v(t._s(t.editingHashtag.name))])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Total Uses")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v(t._s(t.editingHashtag.cached_count.toLocaleString("en-CA",{compactDisplay:"short"})))])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Can Trend")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.can_trend,callback:function(e){t.$set(t.editingHashtag,"can_trend",e)},expression:"editingHashtag.can_trend"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Can Search")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.can_search,callback:function(e){t.$set(t.editingHashtag,"can_search",e)},expression:"editingHashtag.can_search"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Banned")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.is_banned,callback:function(e){t.$set(t.editingHashtag,"is_banned",e)},expression:"editingHashtag.is_banned"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("NSFW")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.is_nsfw,callback:function(e){t.$set(t.editingHashtag,"is_nsfw",e)},expression:"editingHashtag.is_nsfw"}})],1)])]):t._e(),t._v(" "),e("transition",{attrs:{name:"fade"}},[t.editingHashtag&&t.editingHashtag.name&&t.editSaved?e("div",[e("p",{staticClass:"text-primary small font-weight-bold text-center mt-1 mb-0"},[t._v("Hashtag changes successfully saved!")])]):t._e()])],1)],1)},i=[function(){var t=this._self._c;return t("div",{staticClass:"row align-items-center py-4"},[t("div",{staticClass:"col-lg-6 col-7"},[t("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[this._v("Hashtags")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Hashtag")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Trending Count")])])])}]},38343(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t,e,a,s=this,i=s._self._c;return i("div",[i("div",{staticClass:"header bg-primary pb-3 mt-n4"},[i("div",{staticClass:"container-fluid"},[i("div",{staticClass:"header-body"},[s._m(0),s._v(" "),i("div",{staticClass:"row"},[i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("Total Instances")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.total_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("New (past 14 days)")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.new_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("Banned Instances")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.banned_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("NSFW Instances")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.nsfw_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("button",{staticClass:"btn btn-outline-white btn-block btn-sm mt-1",on:{click:function(t){t.preventDefault(),s.showAddModal=!0}}},[s._v("Create New Instance")]),s._v(" "),s.showImportForm?i("div",[i("div",{staticClass:"form-group mt-3"},[i("div",{staticClass:"custom-file"},[i("input",{ref:"importInput",staticClass:"custom-file-input",attrs:{type:"file",id:"customFile"},on:{change:s.onImportUpload}}),s._v(" "),i("label",{staticClass:"custom-file-label",attrs:{for:"customFile"}},[s._v("Choose file")])])]),s._v(" "),i("p",{staticClass:"mb-0 mt-n3"},[i("a",{staticClass:"text-white font-weight-bold small",attrs:{href:"#"},on:{click:function(t){t.preventDefault(),s.showImportForm=!1}}},[s._v("Cancel")])])]):i("div",{staticClass:"d-flex mt-1"},[i("button",{staticClass:"btn btn-outline-white btn-sm mt-1",on:{click:s.openImportForm}},[s._v("Import")]),s._v(" "),i("button",{staticClass:"btn btn-outline-white btn-block btn-sm mt-1",on:{click:function(t){return s.downloadBackup()}}},[s._v("Download Backup")])])])])])])])]),s._v(" "),s.loaded?i("div",{staticClass:"m-n2 m-lg-4"},[i("div",{staticClass:"container-fluid mt-4"},[i("div",{staticClass:"row mb-3 justify-content-between"},[i("div",{staticClass:"col-12 col-md-8"},[i("ul",{staticClass:"nav nav-pills"},[i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:0==s.tabIndex}],on:{click:function(t){return s.toggleTab(0)}}},[s._v("All")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:1==s.tabIndex}],on:{click:function(t){return s.toggleTab(1)}}},[s._v("New")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:2==s.tabIndex}],on:{click:function(t){return s.toggleTab(2)}}},[s._v("Banned")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:3==s.tabIndex}],on:{click:function(t){return s.toggleTab(3)}}},[s._v("NSFW")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:4==s.tabIndex}],on:{click:function(t){return s.toggleTab(4)}}},[s._v("Unlisted")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:5==s.tabIndex}],on:{click:function(t){return s.toggleTab(5)}}},[s._v("Most Users")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:6==s.tabIndex}],on:{click:function(t){return s.toggleTab(6)}}},[s._v("Most Statuses")])])])]),s._v(" "),i("div",{staticClass:"col-12 col-md-4"},[i("autocomplete",{ref:"autocomplete",attrs:{search:s.composeSearch,disabled:s.searchLoading,defaultValue:s.searchQuery,placeholder:"Search instances by domain","aria-label":"Search instances by domain","get-result-value":s.getTagResultValue},on:{submit:s.onSearchResultClick},scopedSlots:s._u([{key:"result",fn:function(t){var e=t.result,a=t.props;return[i("li",s._b({staticClass:"autocomplete-result d-flex justify-content-between align-items-center"},"li",a,!1),[i("div",{staticClass:"font-weight-bold",class:{"text-danger":e.banned}},[s._v("\n\t\t\t\t\t\t\t\t\t"+s._s(e.domain)+"\n\t\t\t\t\t\t\t\t")]),s._v(" "),i("div",{staticClass:"small text-muted"},[s._v("\n\t\t\t\t\t\t\t\t\t"+s._s(s.prettyCount(e.user_count))+" users\n\t\t\t\t\t\t\t\t")])])]}}])})],1)]),s._v(" "),i("div",{staticClass:"table-responsive"},[i("table",{staticClass:"table table-dark"},[i("thead",{staticClass:"thead-dark"},[i("tr",[i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("ID","id"))},on:{click:function(t){return s.toggleCol("id")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Domain","domain"))},on:{click:function(t){return s.toggleCol("domain")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Software","software"))},on:{click:function(t){return s.toggleCol("software")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("User Count","user_count"))},on:{click:function(t){return s.toggleCol("user_count")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Status Count","status_count"))},on:{click:function(t){return s.toggleCol("status_count")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Banned","banned"))},on:{click:function(t){return s.toggleCol("banned")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("NSFW","auto_cw"))},on:{click:function(t){return s.toggleCol("auto_cw")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Unlisted","unlisted"))},on:{click:function(t){return s.toggleCol("unlisted")}}}),s._v(" "),i("th",{attrs:{scope:"col"}},[s._v("Created")])])]),s._v(" "),i("tbody",s._l(s.instances,function(t,e){return i("tr",[i("td",{staticClass:"font-weight-bold text-monospace text-muted"},[i("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),s.openInstanceModal(t.id)}}},[s._v("\n\t\t\t\t\t\t\t\t\t"+s._s(t.id)+"\n\t\t\t\t\t\t\t\t")])]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(t.domain))]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(t.software))]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(s.prettyCount(t.user_count)))]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(s.prettyCount(t.status_count)))]),s._v(" "),i("td",{staticClass:"font-weight-bold",domProps:{innerHTML:s._s(s.boolIcon(t.banned,"text-danger"))}}),s._v(" "),i("td",{staticClass:"font-weight-bold",domProps:{innerHTML:s._s(s.boolIcon(t.auto_cw,"text-danger"))}}),s._v(" "),i("td",{staticClass:"font-weight-bold",domProps:{innerHTML:s._s(s.boolIcon(t.unlisted,"text-danger"))}}),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(s.timeAgo(t.created_at)))])])}),0)])]),s._v(" "),i("div",{staticClass:"d-flex align-items-center justify-content-center"},[i("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!s.pagination.prev},on:{click:function(t){return s.paginate("prev")}}},[s._v("\n\t\t\t\t\tPrev\n\t\t\t\t")]),s._v(" "),i("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!s.pagination.next},on:{click:function(t){return s.paginate("next")}}},[s._v("\n\t\t\t\t\tNext\n\t\t\t\t")])])])]):i("div",{staticClass:"my-5 text-center"},[i("b-spinner")],1),s._v(" "),i("b-modal",{attrs:{title:"View Instance","header-class":"d-flex align-items-center justify-content-center mb-0 pb-0","ok-title":"Save","ok-disabled":!s.editingInstanceChanges},on:{ok:s.saveInstanceModalChanges},scopedSlots:s._u([{key:"modal-footer",fn:function(){return[i("div",{staticClass:"w-100 d-flex justify-content-between align-items-center"},[i("div",[i("b-button",{attrs:{variant:"outline-danger",size:"sm"},on:{click:s.deleteInstanceModal}},[s._v("\n\t\t\t\t\tDelete\n\t\t\t\t")]),s._v(" "),s.refreshedModalStats?s._e():i("b-button",{attrs:{variant:"outline-primary",size:"sm"},on:{click:s.refreshModalStats}},[s._v("\n\t\t\t\t\tRefresh Stats\n\t\t\t\t")])],1),s._v(" "),i("div",[i("b-button",{attrs:{variant:"link-dark",size:"sm"},on:{click:s.onViewMoreInstance}},[s._v("\n\t\t\t\tView More\n\t\t\t ")]),s._v(" "),i("b-button",{attrs:{variant:"primary"},on:{click:s.saveInstanceModalChanges}},[s._v("\n\t\t\t\tSave\n\t\t\t ")])],1)])]},proxy:!0}]),model:{value:s.showInstanceModal,callback:function(t){s.showInstanceModal=t},expression:"showInstanceModal"}},[s.editingInstance&&s.canEditInstance?i("div",{staticClass:"list-group"},[i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Domain")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(s.editingInstance.domain))])]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[s.editingInstance.software?i("div",[i("div",{staticClass:"text-muted small"},[s._v("Software")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(null!==(t=s.editingInstance.software)&&void 0!==t?t:"Unknown"))])]):s._e(),s._v(" "),i("div",[i("div",{staticClass:"text-muted small"},[s._v("Total Users")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(s.formatCount(null!==(e=s.editingInstance.user_count)&&void 0!==e?e:0)))])]),s._v(" "),i("div",[i("div",{staticClass:"text-muted small"},[s._v("Total Statuses")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(s.formatCount(null!==(a=s.editingInstance.status_count)&&void 0!==a?a:0)))])])]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Banned")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.editingInstance.banned,callback:function(t){s.$set(s.editingInstance,"banned",t)},expression:"editingInstance.banned"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Apply CW to Media")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.editingInstance.auto_cw,callback:function(t){s.$set(s.editingInstance,"auto_cw",t)},expression:"editingInstance.auto_cw"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Unlisted")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.editingInstance.unlisted,callback:function(t){s.$set(s.editingInstance,"unlisted",t)},expression:"editingInstance.unlisted"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex justify-content-between",class:[s.instanceModalNotes?"flex-column gap-2":"align-items-center"]},[i("div",{staticClass:"text-muted small"},[s._v("Notes")]),s._v(" "),i("transition",{attrs:{name:"fade"}},[s.instanceModalNotes?i("div",{staticClass:"w-100"},[i("b-form-textarea",{attrs:{rows:"3","max-rows":"5",maxlength:"500"},model:{value:s.editingInstance.notes,callback:function(t){s.$set(s.editingInstance,"notes",t)},expression:"editingInstance.notes"}}),s._v(" "),i("p",{staticClass:"small text-muted"},[s._v(s._s(s.editingInstance.notes?s.editingInstance.notes.length:0)+"/500")])],1):i("div",{staticClass:"mb-1"},[i("a",{staticClass:"font-weight-bold small",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.showModalNotes()}}},[s._v(s._s(s.editingInstance.notes?"View":"Add"))])])])],1)]):s._e()]),s._v(" "),i("b-modal",{attrs:{title:"Add Instance","ok-title":"Save","ok-disabled":s.addNewInstance.domain.length<2},on:{ok:s.saveNewInstance},model:{value:s.showAddModal,callback:function(t){s.showAddModal=t},expression:"showAddModal"}},[i("div",{staticClass:"list-group"},[i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Domain")]),s._v(" "),i("div",[i("b-form-input",{attrs:{placeholder:"Add domain here"},model:{value:s.addNewInstance.domain,callback:function(t){s.$set(s.addNewInstance,"domain",t)},expression:"addNewInstance.domain"}}),s._v(" "),i("p",{staticClass:"small text-light mb-0"},[s._v("Enter a valid domain without https://")])],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Banned")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.addNewInstance.banned,callback:function(t){s.$set(s.addNewInstance,"banned",t)},expression:"addNewInstance.banned"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Apply CW to Media")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.addNewInstance.auto_cw,callback:function(t){s.$set(s.addNewInstance,"auto_cw",t)},expression:"addNewInstance.auto_cw"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Unlisted")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.addNewInstance.unlisted,callback:function(t){s.$set(s.addNewInstance,"unlisted",t)},expression:"addNewInstance.unlisted"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex flex-column gap-2 justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Notes")]),s._v(" "),i("div",{staticClass:"w-100"},[i("b-form-textarea",{attrs:{rows:"3","max-rows":"5",maxlength:"500",placeholder:"Add optional notes here"},model:{value:s.addNewInstance.notes,callback:function(t){s.$set(s.addNewInstance,"notes",t)},expression:"addNewInstance.notes"}}),s._v(" "),i("p",{staticClass:"small text-muted"},[s._v(s._s(s.addNewInstance.notes?s.addNewInstance.notes.length:0)+"/500")])],1)])])]),s._v(" "),i("b-modal",{attrs:{title:"Import Instance Backup","ok-title":"Import",scrollable:"","ok-disabled":!s.importData||!s.importData.banned.length&&!s.importData.unlisted.length&&!s.importData.auto_cw.length},on:{ok:s.completeImport,cancel:s.cancelImport},model:{value:s.showImportModal,callback:function(t){s.showImportModal=t},expression:"showImportModal"}},[s.showImportModal&&s.importData?i("div",[s.importData.auto_cw&&s.importData.auto_cw.length?i("div",{staticClass:"mb-5"},[i("p",{staticClass:"font-weight-bold text-center my-0"},[s._v("NSFW Instances ("+s._s(s.importData.auto_cw.length)+")")]),s._v(" "),i("p",{staticClass:"small text-center text-muted mb-1"},[s._v("Tap on an instance to remove it.")]),s._v(" "),i("div",{staticClass:"list-group"},s._l(s.importData.auto_cw,function(t,e){return i("a",{staticClass:"list-group-item d-flex align-items-center justify-content-between",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.filterImportData("auto_cw",e)}}},[s._v("\n\t\t\t\t\t\t"+s._s(t)+"\n\n\t\t\t\t\t\t"),i("span",{staticClass:"badge badge-warning"},[s._v("Auto CW")])])}),0)]):s._e(),s._v(" "),s.importData.unlisted&&s.importData.unlisted.length?i("div",{staticClass:"mb-5"},[i("p",{staticClass:"font-weight-bold text-center my-0"},[s._v("Unlisted Instances ("+s._s(s.importData.unlisted.length)+")")]),s._v(" "),i("p",{staticClass:"small text-center text-muted mb-1"},[s._v("Tap on an instance to remove it.")]),s._v(" "),i("div",{staticClass:"list-group"},s._l(s.importData.unlisted,function(t,e){return i("a",{staticClass:"list-group-item d-flex align-items-center justify-content-between",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.filterImportData("unlisted",e)}}},[s._v("\n\t\t\t\t\t\t"+s._s(t)+"\n\n\t\t\t\t\t\t"),i("span",{staticClass:"badge badge-primary"},[s._v("Unlisted")])])}),0)]):s._e(),s._v(" "),s.importData.banned&&s.importData.banned.length?i("div",{staticClass:"mb-5"},[i("p",{staticClass:"font-weight-bold text-center my-0"},[s._v("Banned Instances ("+s._s(s.importData.banned.length)+")")]),s._v(" "),i("p",{staticClass:"small text-center text-muted mb-1"},[s._v("Review instances, tap on an instance to remove it.")]),s._v(" "),i("div",{staticClass:"list-group"},s._l(s.importData.banned,function(t,e){return i("a",{staticClass:"list-group-item d-flex align-items-center justify-content-between",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.filterImportData("banned",e)}}},[s._v("\n\t\t\t\t\t\t"+s._s(t)+"\n\n\t\t\t\t\t\t"),i("span",{staticClass:"badge badge-danger"},[s._v("Banned")])])}),0)]):s._e(),s._v(" "),s.importData.banned.length||s.importData.unlisted.length||s.importData.auto_cw.length?s._e():i("div",[i("div",{staticClass:"text-center"},[i("p",[i("i",{staticClass:"far fa-check-circle fa-4x text-success"})]),s._v(" "),i("p",{staticClass:"lead"},[s._v("Nothing to import!")])])])]):s._e()])],1)},i=[function(){var t=this._self._c;return t("div",{staticClass:"row align-items-center py-4"},[t("div",{staticClass:"col-lg-6 col-7"},[t("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[this._v("Instances")])])])}]},10698(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t,e,a,s,i,n,o,r=this,l=r._self._c;return l("div",[l("div",{staticClass:"header bg-primary pb-3 mt-n4"},[l("div",{staticClass:"container-fluid"},[l("div",{staticClass:"header-body"},[r._m(0),r._v(" "),l("div",{staticClass:"row"},[l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Active Reports")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.open+" open reports"}},[r._v("\n "+r._s(r.prettyCount(r.stats.open))+"\n ")])])]),r._v(" "),l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Active Spam Detections")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.autospam_open+" open spam detections"}},[r._v(r._s(r.prettyCount(r.stats.autospam_open)))])])]),r._v(" "),l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Total Reports")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.total+" total reports"}},[r._v(r._s(r.prettyCount(r.stats.total))+"\n ")])])]),r._v(" "),l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Total Spam Detections")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.autospam+" total spam detections"}},[r._v("\n "+r._s(r.prettyCount(r.stats.autospam))+"\n ")])])])])])])]),r._v(" "),r.loaded?l("div",{staticClass:"m-n2 m-lg-4"},[l("div",{staticClass:"container-fluid mt-4"},[l("div",{staticClass:"row mb-3 justify-content-between"},[l("div",{staticClass:"col-12"},[l("ul",{staticClass:"nav nav-pills"},[l("li",{staticClass:"nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:0==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(0)}}},[l("span",[r._v("Open Reports")]),r._v(" "),r.stats.open?l("span",{staticClass:"badge badge-sm badge-floating badge-danger border-white ml-2",staticStyle:{"background-color":"red",color:"white","font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.open))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:2==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(2)}}},[l("span",[r._v("Spam Detections")]),r._v(" "),r.stats.autospam_open?l("span",{staticClass:"badge badge-sm badge-floating badge-danger border-white ml-2",staticStyle:{"background-color":"red",color:"white","font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.autospam_open))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:3==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(3)}}},[l("span",[r._v("Remote Reports")]),r._v(" "),r.stats.remote_open?l("span",{staticClass:"badge badge-sm badge-floating badge-danger border-white ml-2",staticStyle:{"background-color":"red",color:"white","font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.remote_open))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"d-none d-md-block nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:1==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(1)}}},[l("span",[r._v("Closed Reports")]),r._v(" "),r.stats.autospam_open?l("span",{staticClass:"badge badge-sm badge-floating badge-secondary border-white ml-2",staticStyle:{"font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.closed))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"d-none d-md-block nav-item"},[l("a",{staticClass:"nav-link d-flex align-items-center",attrs:{href:"/i/admin/reports/email-verifications"}},[l("span",[r._v("Email Verification Requests")]),r._v(" "),r.stats.email_verification_requests?l("span",{staticClass:"badge badge-sm badge-floating badge-secondary border-white ml-2",staticStyle:{"font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.email_verification_requests))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"d-none d-md-block nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:4==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(4)}}},[l("span",[r._v("Moderated Profiles")])])])])])]),r._v(" "),[0,1].includes(this.tabIndex)?l("div",{staticClass:"table-responsive rounded"},[r.reports&&r.reports.length?l("table",{staticClass:"table table-dark"},[r._m(1),r._v(" "),l("tbody",r._l(r.reports,function(t,e){return l("tr",[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewReport(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"text-capitalize font-weight-bold mb-0",domProps:{innerHTML:r._s(r.reportLabel(t))}})]),r._v(" "),l("td",{staticClass:"align-middle"},[t.reported&&t.reported.id?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.reported.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.reported.username))]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.reported.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.reported.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"align-middle"},[t&&t.reporter&&t.reporter.id?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.reporter.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.reporter.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.reporter.username))]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.reporter.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.reporter.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[r._v(r._s(r.timeAgo(t.created_at)))]),r._v(" "),l("td",{staticClass:"align-middle"},[l("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewReport(t)}}},[r._v("View")])])])}),0)]):l("div",[l("div",{staticClass:"card card-body p-5"},[l("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[r._m(2),r._v(" "),l("p",{staticClass:"lead"},[r._v("\n "+r._s(0===r.tabIndex?"No Active Reports Found!":"No Closed Reports Found!")+"\n ")])])])])]):r._e(),r._v(" "),[0,1].includes(this.tabIndex)&&r.reports.length&&(r.pagination.prev||r.pagination.next)?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.prev},on:{click:function(t){return r.paginate("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.next},on:{click:function(t){return r.paginate("next")}}},[r._v("\n Next\n ")])]):r._e(),r._v(" "),2===this.tabIndex?l("div",{staticClass:"table-responsive rounded"},[r.autospamLoaded?[r.autospam&&r.autospam.length?l("table",{staticClass:"table table-dark"},[r._m(3),r._v(" "),l("tbody",r._l(r.autospam,function(t,e){return l("tr",[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewSpamReport(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),r._m(4,!0),r._v(" "),l("td",{staticClass:"align-middle"},[t.status&&t.status.account?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.status.account.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.status.account.username))]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.status.account.followers_count)+"\n Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.status.account.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[r._v(r._s(r.timeAgo(t.created_at)))]),r._v(" "),l("td",{staticClass:"align-middle"},[l("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewSpamReport(t)}}},[r._v("View")])])])}),0)]):l("div",[r._m(5)])]:l("div",{staticClass:"d-flex align-items-center justify-content-center",staticStyle:{"min-height":"300px"}},[l("b-spinner")],1)],2):r._e(),r._v(" "),2===this.tabIndex&&r.autospamLoaded&&r.autospam&&r.autospam.length?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.autospamPagination.prev},on:{click:function(t){return r.autospamPaginate("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.autospamPagination.next},on:{click:function(t){return r.autospamPaginate("next")}}},[r._v("\n Next\n ")])]):r._e(),r._v(" "),3===this.tabIndex?l("div",{staticClass:"table-responsive rounded"},[r.reports&&r.reports.length?l("table",{staticClass:"table table-dark"},[r._m(6),r._v(" "),l("tbody",r._l(r.reports,function(t,e){return l("tr",{key:"remote-reports-".concat(t.id,"-").concat(e)},[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.showRemoteReport(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"font-weight-bold mb-0"},[r._v(r._s(t.instance))])]),r._v(" "),l("td",{staticClass:"align-middle"},[t.reported&&t.reported.id?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.reported.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.reported.username)+"\n ")]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.reported.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.reported.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"small mb-0 text-wrap",staticStyle:{"max-width":"300px","word-break":"break-all"}},[r._v(r._s(t.message&&t.message.length>120?t.message.slice(0,120)+"...":t.message))])]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[r._v(r._s(r.timeAgo(t.created_at)))]),r._v(" "),l("td",{staticClass:"align-middle"},[l("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.showRemoteReport(t)}}},[r._v("View")])])])}),0)]):l("div",[l("div",{staticClass:"card card-body p-5"},[l("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[r._m(7),r._v(" "),l("p",{staticClass:"lead"},[r._v("\n "+r._s(0===r.tabIndex?"No Active Reports Found!":"No Closed Reports Found!")+"\n ")])])])])]):r._e(),r._v(" "),3===this.tabIndex&&r.remoteReportsLoaded&&r.reports&&r.reports.length?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.prev},on:{click:function(t){return r.remoteReportPaginate("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.next},on:{click:function(t){return r.remoteReportPaginate("next")}}},[r._v("\n Next\n ")])]):r._e(),r._v(" "),4===this.tabIndex?l("div",{staticClass:"table-responsive rounded"},[l("div",{staticClass:"d-flex justify-content-between align-items-center mb-3"},[l("form",{staticClass:"navbar-search navbar-search-dark form-inline mr-sm-3",on:{submit:function(t){return t.preventDefault(),r.handleModeratedProfileSearch.apply(null,arguments)}}},[l("div",{staticClass:"form-group mb-0"},[l("div",{staticClass:"input-group input-group-alternative input-group-merge"},[r._m(8),r._v(" "),l("input",{directives:[{name:"model",rawName:"v-model",value:r.moderatedProfilesSearchInput,expression:"moderatedProfilesSearchInput"}],staticClass:"form-control",attrs:{type:"text",name:"username",placeholder:"Search by username"},domProps:{value:r.moderatedProfilesSearchInput},on:{input:function(t){t.target.composing||(r.moderatedProfilesSearchInput=t.target.value)}}})])])]),r._v(" "),l("div",{staticClass:"d-flex gap-1"},[l("button",{staticClass:"btn btn-outline-primary fw-bold",attrs:{type:"button"},on:{click:function(t){return r.exportModeratedProfiles()}}},[r._v("Export")]),r._v(" "),l("button",{staticClass:"btn btn-primary fw-bold",attrs:{type:"button"},on:{click:function(t){return t.preventDefault(),r.addModeratedProfile()}}},[r._v("Add Moderated\n Profile")])])]),r._v(" "),r.moderatedProfiles&&r.moderatedProfiles.length?l("table",{staticClass:"table table-dark"},[r._m(9),r._v(" "),l("tbody",r._l(r.moderatedProfiles,function(t,e){return l("tr",{key:"remote-reports-".concat(t.id,"-").concat(e)},[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("button",{staticClass:"btn btn-primary btn-sm",on:{click:function(e){return e.preventDefault(),r.openModeratedProfileModal(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[t.profile.name?l("p",{staticClass:"small mb-0 text-muted"},[r._v("\n "+r._s(r.truncateText(t.profile.name,40))+"\n ")]):r._e(),r._v(" "),l("p",{staticClass:"font-weight-bold mb-0",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:t.profile.username}},[r._v("\n "+r._s(r.truncateText(t.profile.username,40))+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"mb-0",domProps:{innerHTML:r._s(r.getModerationLabels(t))}})]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"small mb-0 text-wrap",staticStyle:{"max-width":"200px","word-break":"break-word"}},[r._v(r._s(r.truncateText(t.note,140)))])]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[l("span",{attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:t.created_at}},[r._v("\n "+r._s(r.timeAgo(t.created_at))+"\n ")])])])}),0)]):l("div",[l("div",{staticClass:"card card-body p-5"},[l("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[r.moderatedProfilesSearchInput?[r._m(10),r._v(" "),l("p",{staticClass:"lead"},[r._v("No results found!")]),r._v(" "),l("button",{staticClass:"btn btn-primary",on:{click:function(t){return t.preventDefault(),r.clearModeratedProfileSearch()}}},[r._v("Go\n back")])]:[r._m(11),r._v(" "),l("p",{staticClass:"lead"},[r._v("No active moderation accounts found!")])]],2)])]),r._v(" "),r.moderatedProfiles&&r.moderatedProfiles.length&&(r.moderatedProfilesPagination.prev||r.moderatedProfilesPagination.next)?l("div",{staticClass:"mt-3 d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.moderatedProfilesPagination.prev},on:{click:function(t){return r.paginateModeratedAccounts("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.moderatedProfilesPagination.next},on:{click:function(t){return r.paginateModeratedAccounts("next")}}},[r._v("\n Next\n ")])]):r._e()]):r._e()])]):l("div",{staticClass:"my-5 text-center"},[l("b-spinner")],1),r._v(" "),l("b-modal",{attrs:{title:0===r.tabIndex?"View Report":"Viewing Closed Report","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:r.showReportModal,callback:function(t){r.showReportModal=t},expression:"showReportModal"}},[r.viewingReportLoading?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("b-spinner")],1):[r.viewingReport?l("div",{staticClass:"list-group"},[l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[l("div",{staticClass:"text-muted small"},[r._v("Type")]),r._v(" "),l("div",{staticClass:"font-weight-bold text-capitalize",domProps:{innerHTML:r._s(r.reportLabel(r.viewingReport))}})]),r._v(" "),r.viewingReport.admin_seen_at?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[l("div",{staticClass:"text-muted small"},[r._v("Report Closed")]),r._v(" "),l("div",{staticClass:"font-weight-bold text-capitalize"},[r._v(r._s(r.formatDate(r.viewingReport.admin_seen_at))+"\n ")])]):r._e(),r._v(" "),r.viewingReport.reporter_message?l("div",{staticClass:"list-group-item d-flex flex-column",staticStyle:{gap:"10px"}},[l("div",{staticClass:"text-muted small"},[r._v("Message")]),r._v(" "),l("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[r._v(r._s(r.viewingReport.reporter_message))])]):r._e()]):r._e(),r._v(" "),l("div",{staticClass:"list-group list-group-horizontal mt-3"},[r.viewingReport&&r.viewingReport.reported?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[r._v("Reported Account")]),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id?l("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(r.viewingReport.reported.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:r.viewingReport.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0 text-break",class:[r.viewingReport.reported.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[r._v("\n @"+r._s(r.viewingReport.reported.acct))]),r._v(" "),l("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[l("span",[r._v(r._s(r.viewingReport.reported.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(r.viewingReport.reported.created_at)))])])])])]):r._e()]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reporter?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[r._v("Reporter Account")]),r._v(" "),r.viewingReport.reporter&&null!==(t=r.viewingReport.reporter)&&void 0!==t&&t.id?l("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(null===(e=r.viewingReport.reporter)||void 0===e?void 0:e.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:r.viewingReport.reporter.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0 text-break",staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[r._v("\n @"+r._s(r.viewingReport.reporter.acct))]),r._v(" "),l("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[l("span",[r._v(r._s(r.viewingReport.reporter.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(r.viewingReport.reporter.created_at)))])])])])]):r._e()]):r._e()]),r._v(" "),r.viewingReport&&r.viewingReport.status&&["App\\Status","App\\Models\\Status"].includes(r.viewingReport.object_type)?l("div",{staticClass:"list-group mt-3"},[r.viewingReport&&r.viewingReport.status&&r.viewingReport.status.media_attachments.length?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),"image"===r.viewingReport.status.media_attachments[0].type?l("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:r.viewingReport.status.media_attachments[0].url,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===r.viewingReport.status.media_attachments[0].type?l("video",{attrs:{height:"140",controls:"",src:r.viewingReport.status.media_attachments[0].url,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):r._e()]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.status?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post Caption")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),l("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[r._v(r._s(r.viewingReport.status.content_text))])]):r._e()]):r.viewingReport&&["App\\Story","App\\Models\\Story"].includes(r.viewingReport.object_type)&&r.viewingReport.story?l("div",{staticClass:"list-group mt-3"},[r.viewingReport&&r.viewingReport.story?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Story")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingReport.story.url,target:"_blank"}},[r._v("View")])]),r._v(" "),"photo"===r.viewingReport.story.type?l("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:r.viewingReport.story.media_src,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===r.viewingReport.story.type?l("video",{attrs:{height:"140",controls:"",src:r.viewingReport.story.media_src,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):r._e()]):r._e()]):r._e(),r._v(" "),r.viewingReport&&null===r.viewingReport.admin_seen_at?l("div",{staticClass:"mt-4"},[r.viewingReport&&["App\\Profile","App\\Models\\Profile"].includes(r.viewingReport.object_type)?l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",on:{click:function(t){return r.handleAction("profile","ignore")}}},[r._v("Ignore Report")]),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id&&!r.viewingReport.reported.is_admin?l("hr",{staticClass:"mt-3 mb-1"}):r._e(),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id&&!r.viewingReport.reported.is_admin?l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","nsfw")}}},[r._v("\n Mark all Posts NSFW\n ")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","unlist")}}},[r._v("\n Unlist all Posts\n ")])]):r._e(),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id&&!r.viewingReport.reported.is_admin?l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-2",on:{click:function(t){return r.handleAction("profile","delete")}}},[r._v("\n Delete Profile\n ")]):r._e()]):r.viewingReport&&["App\\Status","App\\Models\\Status"].includes(r.viewingReport.object_type)&&r.viewingReport.status?l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",on:{click:function(t){return r.handleAction("post","ignore")}}},[r._v("Ignore Report")]),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("hr",{staticClass:"mt-3 mb-1"}):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","nsfw")}}},[r._v("Mark Post NSFW")]),r._v(" "),"public"===r.viewingReport.status.visibility?l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","unlist")}}},[r._v("Unlist Post")]):"unlisted"===r.viewingReport.status.visibility?l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","private")}}},[r._v("Make Post Private")]):r._e()]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","nsfw")}}},[r._v("Make all NSFW")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","unlist")}}},[r._v("Make all Unlisted")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","private")}}},[r._v("Make all Private")])]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",[l("hr",{staticClass:"my-2"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","delete")}}},[r._v("Delete Post")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","delete")}}},[r._v("Delete Account")])])]):r._e()]):r.viewingReport&&"App\\Story"===r.viewingReport.object_type?l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",on:{click:function(t){return r.handleAction("story","ignore")}}},[r._v("Ignore Report")]),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("hr",{staticClass:"mt-3 mb-1"}):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",[l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-danger btn-block rounded-pill mt-0",on:{click:function(t){return r.handleAction("story","delete")}}},[r._v("Delete Story")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block rounded-pill mt-0",on:{click:function(t){return r.handleAction("story","delete-all")}}},[r._v("Delete All Stories")])])]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",[l("hr",{staticClass:"my-2"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-sm btn-block rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","delete")}}},[r._v("Delete Account")])])]):r._e()]):r._e()]):r._e()]],2),r._v(" "),l("b-modal",{attrs:{title:"Potential Spam Post Detected","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:r.showSpamReportModal,callback:function(t){r.showSpamReportModal=t},expression:"showSpamReportModal"}},[r.viewingSpamReportLoading?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("b-spinner")],1):[l("div",{staticClass:"list-group list-group-horizontal mt-3"},[r.viewingSpamReport&&r.viewingSpamReport.status&&r.viewingSpamReport.status.account?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[r._v("Reported Account")]),r._v(" "),r.viewingSpamReport.status.account&&r.viewingSpamReport.status.account.id?l("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(r.viewingSpamReport.status.account.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:r.viewingSpamReport.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0 text-break",class:[r.viewingSpamReport.status.account.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[r._v("\n @"+r._s(r.viewingSpamReport.status.account.acct))]),r._v(" "),l("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[l("span",[r._v(r._s(r.viewingSpamReport.status.account.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(r.viewingSpamReport.status.account.created_at)))])])])])]):r._e()]):r._e()]),r._v(" "),r.viewingSpamReport&&r.viewingSpamReport.status?l("div",{staticClass:"list-group mt-3"},[r.viewingSpamReport&&r.viewingSpamReport.status&&r.viewingSpamReport.status.media_attachments.length?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingSpamReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),"image"===r.viewingSpamReport.status.media_attachments[0].type?l("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:r.viewingSpamReport.status.media_attachments[0].url,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===r.viewingSpamReport.status.media_attachments[0].type?l("video",{attrs:{height:"140",controls:"",src:r.viewingSpamReport.status.media_attachments[0].url,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):r._e()]):r._e(),r._v(" "),r.viewingSpamReport&&r.viewingSpamReport.status&&r.viewingSpamReport.status.content_text&&r.viewingSpamReport.status.content_text.length?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post Caption")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingSpamReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),l("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[r._v(r._s(r.viewingSpamReport.status.content_text))])]):r._e()]):r._e(),r._v(" "),l("div",{staticClass:"mt-4"},[l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-read")}}},[r._v("\n Mark as Read\n ")]),r._v(" "),l("button",{staticClass:"btn btn-danger btn-block rounded-pill",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-not-spam")}}},[r._v("\n Mark As Not Spam\n ")]),r._v(" "),l("hr",{staticClass:"mt-3 mb-1"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-dark btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-all-read")}}},[r._v("\n Mark All As Read\n ")]),r._v(" "),l("button",{staticClass:"btn btn-dark btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-all-not-spam")}}},[r._v("\n Mark All As Not Spam\n ")])]),r._v(" "),l("div",[l("hr",{staticClass:"my-2"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("delete-profile")}}},[r._v("\n Delete Account\n ")])])])])])]],2),r._v(" "),r.showRemoteReportModal?[l("admin-report-modal",{attrs:{open:r.showRemoteReportModal,model:r.remoteReportModalModel},on:{close:function(t){return r.handleCloseRemoteReportModal()},refresh:function(t){return r.refreshRemoteReports()}}})]:r._e(),r._v(" "),l("div",{ref:"moderatedProfileModal",staticClass:"modal fade",attrs:{id:"moderatedProfileView",tabindex:"-1",role:"dialog","aria-labelledby":"moderatedProfileViewLabel","aria-hidden":"true","data-backdrop":"static"}},[l("div",{staticClass:"modal-dialog modal-dialog-centered",attrs:{role:"document"}},[r.modModalData?l("div",{staticClass:"modal-content"},[l("div",{staticClass:"modal-header"},[l("div",{staticClass:"w-100 d-flex justify-content-between align-items-center"},[r._m(12),r._v(" "),l("h5",{staticClass:"mb-0 lead mt-0 font-weight-bold"},[r._v("Moderated Profile")]),r._v(" "),l("div",{staticClass:"flex-grow-1"},[l("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"modal","aria-label":"Close"},on:{click:function(t){return r.closeModeratedProfileModal()}}},[l("span",{attrs:{"aria-hidden":"true"}},[r._v("×")])])])])]),r._v(" "),l("div",{staticClass:"modal-body"},[l("div",{staticClass:"card mb-0"},[l("div",{staticClass:"card-body bg-lighter text-dark p-3 font-weight-bold d-flex align-items-center justify-content-center flex-column"},[null!==(a=r.modModalData)&&void 0!==a&&null!==(a=a.profile)&&void 0!==a&&a.name?l("p",{staticClass:"mb-0 small text-muted"},[r._v(r._s(null===(s=r.modModalData)||void 0===s||null===(s=s.profile)||void 0===s?void 0:s.name))]):r._e(),r._v(" "),l("p",{staticClass:"mb-0 font-weight-bold"},[r._v("\n "+r._s(null===(i=r.modModalData)||void 0===i||null===(i=i.profile)||void 0===i?void 0:i.username)+"\n ")])])]),r._v(" "),null!==(n=r.modModalData)&&void 0!==n&&null!==(n=n.profile)&&void 0!==n&&n.remote_url?l("p",{staticClass:"small text-muted text-right mb-1"},[l("a",{attrs:{href:null===(o=r.modModalData)||void 0===o||null===(o=o.profile)||void 0===o?void 0:o.remote_url,rel:"noreferrer",target:"_blank"}},[r._v("\n View remote profile\n ")])]):r._e(),r._v(" "),l("div",{staticClass:"list-group mpl-form"},[l("div",{staticClass:"list-group-item d-flex justify-content-between align-items-center"},[r._m(13),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_banned,expression:"modModalModel.is_banned"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_banned"},domProps:{checked:Array.isArray(r.modModalModel.is_banned)?r._i(r.modModalModel.is_banned,null)>-1:r.modModalModel.is_banned},on:{change:function(t){var e=r.modModalModel.is_banned,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_banned",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_banned",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_banned",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_banned"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(14),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_noautolink,expression:"modModalModel.is_noautolink"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_noautolink"},domProps:{checked:Array.isArray(r.modModalModel.is_noautolink)?r._i(r.modModalModel.is_noautolink,null)>-1:r.modModalModel.is_noautolink},on:{change:function(t){var e=r.modModalModel.is_noautolink,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_noautolink",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_noautolink",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_noautolink",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_noautolink"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(15),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_nodms,expression:"modModalModel.is_nodms"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_nodms"},domProps:{checked:Array.isArray(r.modModalModel.is_nodms)?r._i(r.modModalModel.is_nodms,null)>-1:r.modModalModel.is_nodms},on:{change:function(t){var e=r.modModalModel.is_nodms,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_nodms",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_nodms",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_nodms",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_nodms"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(16),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_notrending,expression:"modModalModel.is_notrending"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_notrending"},domProps:{checked:Array.isArray(r.modModalModel.is_notrending)?r._i(r.modModalModel.is_notrending,null)>-1:r.modModalModel.is_notrending},on:{change:function(t){var e=r.modModalModel.is_notrending,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_notrending",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_notrending",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_notrending",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_notrending"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(17),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_nsfw,expression:"modModalModel.is_nsfw"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_nsfw"},domProps:{checked:Array.isArray(r.modModalModel.is_nsfw)?r._i(r.modModalModel.is_nsfw,null)>-1:r.modModalModel.is_nsfw},on:{change:function(t){var e=r.modModalModel.is_nsfw,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_nsfw",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_nsfw",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_nsfw",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_nsfw"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(18),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_unlisted,expression:"modModalModel.is_unlisted"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_unlisted"},domProps:{checked:Array.isArray(r.modModalModel.is_unlisted)?r._i(r.modModalModel.is_unlisted,null)>-1:r.modModalModel.is_unlisted},on:{change:function(t){var e=r.modModalModel.is_unlisted,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_unlisted",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_unlisted",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_unlisted",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_unlisted"}})])])]),r._v(" "),l("div",{staticClass:"py-3"},[l("label",{staticClass:"small text-muted"},[r._v("Account Notes (only visible to admins)")]),r._v(" "),l("textarea",{directives:[{name:"model",rawName:"v-model",value:r.modModalData.note,expression:"modModalData.note"}],staticClass:"form-control",attrs:{placeholder:"Add an optional note",maxlength:"500"},domProps:{value:r.modModalData.note},on:{input:function(t){t.target.composing||r.$set(r.modModalData,"note",t.target.value)}}})])]),r._v(" "),l("div",{staticClass:"modal-footer d-flex justify-content-between align-items-center"},[l("button",{staticClass:"btn btn-link text-dark",attrs:{type:"button","data-dismiss":"modal"},on:{click:function(t){return r.closeModeratedProfileModal()}}},[r._v("Close")]),r._v(" "),l("div",{staticClass:"d-flex flex-grow-1 align-items-center gap-1"},[l("button",{staticClass:"btn btn-danger",attrs:{type:"button"},on:{click:function(t){return t.preventDefault(),r.handleModProfileModalDelete()}}},[r._v("Delete")]),r._v(" "),l("button",{staticClass:"btn btn-primary btn-block",attrs:{type:"button"},on:{click:function(t){return t.preventDefault(),r.handleModProfileModalUpdate()}}},[r._v("Save")])])])]):r._e()])])],2)},i=[function(){var t=this._self._c;return t("div",{staticClass:"row align-items-center py-4"},[t("div",{staticClass:"col-lg-6 col-7"},[t("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[this._v("Moderation")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Report")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported By")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Report")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("td",{staticClass:"align-middle"},[t("p",{staticClass:"text-capitalize font-weight-bold mb-0"},[this._v("Spam Post")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body p-5"},[e("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[e("p",{staticClass:"mt-3 mb-0"},[e("i",{staticClass:"far fa-check-circle fa-5x text-success"})]),t._v(" "),e("p",{staticClass:"lead"},[t._v("No Spam Reports Found!")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Instance")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Comment")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this._self._c;return t("div",{staticClass:"input-group-prepend"},[t("span",{staticClass:"input-group-text"},[t("i",{staticClass:"fas fa-search"})])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Username")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Moderation")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Comment")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")])])])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-times fa-5x text-danger"})])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this._self._c;return t("div",{staticClass:"flex-grow-1"},[t("i",{staticClass:"far fa-shield-alt"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n Banned\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Ban any activities from this account.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n No Autolink\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Disable hashtag, mention and url autolinking from this account.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n No DMs\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Ignore DMs from this account.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n No Trending\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Prevent posts from this account from appearing in trending lists or feeds.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n Mark NSFW\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Mark all posts as sensitive, and apply CWs to future posts.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n Mark Unlisted\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Mark all future posts as unlisted, hidden from global/tag feeds.\n ")])])])}]},63671(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t,e=this,a=e._self._c;return e.loaded?a("div",[e._m(0),e._v(" "),a("div",{staticClass:"container"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-3"},[a("div",{staticClass:"nav-wrapper"},[a("div",{staticClass:"nav flex-column nav-pills",attrs:{id:"tabs-icons-text",role:"tablist","aria-orientation":"vertical"}},e._l(e.tabs,function(t){return a("div",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link mb-sm-3",class:{active:e.tabIndex===t.id},attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),e.toggleTab(t.id)}}},[a("i",{class:t.icon}),e._v(" "),a("span",{staticClass:"ml-2"},[e._v(e._s(t.title))])])])}),0)])]),e._v(" "),a("div",{staticClass:"col-12 col-md-9"},[a("div",{staticClass:"card shadow mt-3"},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"tab-content"},[1===e.tabIndex?a("div",{staticClass:"tab-pane fade show active"},[a("tab-header",{attrs:{title:"Settings",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("overview")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-0"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Registration Status")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.features.registration_status,expression:"features.registration_status"}],staticClass:"form-control form-control-muted",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.features,"registration_status",t.target.multiple?a:a[0])}}},[a("option",{attrs:{value:"open"}},[e._v("Open - Anyone can register")]),e._v(" "),a("option",{attrs:{value:"filtered"}},[e._v("Filtered - Anyone can apply (Curated Onboarding)")]),e._v(" "),a("option",{attrs:{value:"closed"}},[e._v("Closed - Nobody can register")])])])]),e._v(" "),a("checkbox",{attrs:{name:"Cloud Storage",value:e.features.cloud_storage,description:"Store photos and videos on S3 compatible object storage providers."},on:{change:function(t){return e.handleChange(t,"features","cloud_storage")}}}),e._v(" "),a("checkbox",{attrs:{name:"ActivityPub",value:e.features.activitypub_enabled,description:"ActivityPub federation, compatible with Pixelfed, Mastodon and other projects."},on:{change:function(t){return e.handleChange(t,"features","activitypub_enabled")}}}),e._v(" "),a("checkbox",{attrs:{name:"Authorized Fetch Mode",value:e.features.authorized_fetch,description:"Strictly enforce domain restrictions by enabling Authorized Fetch mode."},on:{change:function(t){return e.handleChange(t,"features","authorized_fetch")}}}),e._v(" "),a("checkbox",{attrs:{name:"Account Migration",value:e.features.account_migration,description:"Allow local accounts to migrate to other local or remote accounts."},on:{change:function(t){return e.handleChange(t,"features","account_migration")}}})],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Mobile APIs",value:e.features.mobile_apis,description:"Enable apis required for official mobile app support and 3rd party apps."},on:{change:function(t){return e.handleChange(t,"features","mobile_apis")}}}),e._v(" "),a("checkbox",{attrs:{name:"Stories",value:e.features.stories,description:"Allow users to share federated ephemeral Stories that disappear after 24 hours."},on:{change:function(t){return e.handleChange(t,"features","stories")}}}),e._v(" "),a("checkbox",{attrs:{name:"Instagram Import",value:e.features.instagram_import,description:"Enable users to use the experimental Instagram Import support."},on:{change:function(t){return e.handleChange(t,"features","instagram_import")}}}),e._v(" "),a("checkbox",{attrs:{name:"Spam detection",value:e.features.autospam_enabled,description:"Detect and remove spam from timelines using the automated Autospam detection."},on:{change:function(t){return e.handleChange(t,"features","autospam_enabled")}}})],1)])],1):"landing"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Landing",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("landing")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-0"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Admin Account")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.landing.current_admin,expression:"landing.current_admin"}],staticClass:"form-control form-control-muted",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.landing,"current_admin",t.target.multiple?a:a[0])}}},[a("option",{attrs:{disabled:"",value:"0"}},[e._v("Select a designated admin")]),e._v(" "),e._l(e.landing.admins,function(t,s){return a("option",{key:"pfc-"+t+s,domProps:{value:t.profile_id}},[e._v(e._s(t.username))])})],2)])]),e._v(" "),a("checkbox",{attrs:{name:"Show Directory",value:e.landing.show_directory,description:"Show the account directory on the landing page for guest users."},on:{change:function(t){return e.handleChange(t,"landing","show_directory")}}})],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Show Explore Feed",value:e.landing.show_explore,description:"Show the explore feed of popular posts on the landing page for guest users."},on:{change:function(t){return e.handleChange(t,"landing","show_explore")}}})],1)])],1):"branding"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Branding",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("branding")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-8"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Server Name")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.branding.name,expression:"branding.name"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"Pixelfed"},domProps:{value:e.branding.name},on:{input:function(t){t.target.composing||e.$set(e.branding,"name",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The instance name used in titles, metadata and apis.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Short Description")]),e._v(" "),a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.branding.short_description,expression:"branding.short_description"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"Pixelfed",rows:"4"},domProps:{value:e.branding.short_description},on:{input:function(t){t.target.composing||e.$set(e.branding,"short_description",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Short description of instance used on various pages and apis.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Long Description")]),e._v(" "),a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.branding.long_description,expression:"branding.long_description"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"Pixelfed",rows:"8"},domProps:{value:e.branding.long_description},on:{input:function(t){t.target.composing||e.$set(e.branding,"long_description",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Longer description of instance used on about page.\n ")])])]),e._v(" "),e._m(1)])],1):"media"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Media",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("media")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Max Media Size")]),e._v(" "),a("div",{staticClass:"input-group mb-0"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.media.max_photo_size,expression:"media.max_photo_size"}],staticClass:"form-control",attrs:{type:"text",placeholder:"15000","aria-label":"Max media size","aria-describedby":"maxMediaSize"},domProps:{value:e.media.max_photo_size},on:{input:function(t){t.target.composing||e.$set(e.media,"max_photo_size",t.target.value)}}}),e._v(" "),a("div",{staticClass:"input-group-append"},[a("span",{staticClass:"input-group-text",attrs:{id:"maxMediaSize"}},[e._v("= "+e._s(e.maxMediaSizeToMb))])])])]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Maximum file upload size in KB\n ")])]),e._v(" "),a("checkbox",{attrs:{name:"Optimize Images",value:e.media.optimize_image,description:"Enable to optimize images and generate thumbnails for local image media uploads."},on:{change:function(t){return e.handleChange(t,"media","optimize_image")}}}),e._v(" "),a("checkbox",{attrs:{name:"Optimize Video",value:e.media.optimize_video,description:"Enable to generate video thumbnails for local video media uploads."},on:{change:function(t){return e.handleChange(t,"media","optimize_video")}}}),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Media Types")]),e._v(" "),a("div",{staticClass:"list-group"},e._l(e.mediaTypes,function(t,s){return a("div",{staticClass:"list-group-item py-2"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.mediaTypes[s],expression:"mediaTypes[key]"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:s,id:s},domProps:{checked:Array.isArray(e.mediaTypes[s])?e._i(e.mediaTypes[s],null)>-1:e.mediaTypes[s]},on:{change:function(t){var a=e.mediaTypes[s],i=t.target,n=!!i.checked;if(Array.isArray(a)){var o=e._i(a,null);i.checked?o<0&&e.$set(e.mediaTypes,s,a.concat([null])):o>-1&&e.$set(e.mediaTypes,s,a.slice(0,o).concat(a.slice(o+1)))}else e.$set(e.mediaTypes,s,n)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:s}},[e._v(e._s(s))])])])}),0)]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Supported mime types for media uploads\n ")])])],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Photo Album Limit")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.media.max_album_length,expression:"media.max_album_length"}],staticClass:"form-control",attrs:{type:"number",min:"1",max:"20",name:"max_album_length"},domProps:{value:e.media.max_album_length},on:{input:function(t){t.target.composing||e.$set(e.media,"max_album_length",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The maximum number of photos or videos per album\n ")])]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.media.optimize_image?a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Image Quality")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.media.image_quality,expression:"media.image_quality"}],staticClass:"form-control",attrs:{type:"number",min:"20",max:"100",name:"image_quality"},domProps:{value:e.media.image_quality},on:{input:function(t){t.target.composing||e.$set(e.media,"image_quality",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Image optimization quality from 0-100%.\n ")])]):e._e()])],1)])],1):"platform"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Platform",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("platform")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Allow Profile Embeds",value:e.platform.allow_profile_embeds,description:"Allow anyone to embed public profiles on other websites."},on:{change:function(t){return e.handleChange(t,"platform","allow_profile_embeds")}}}),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-0"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.allow_app_registration,expression:"platform.allow_app_registration"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"allow_app_registrations",id:"platform1",disabled:"open"!==e.features.registration_status},domProps:{checked:Array.isArray(e.platform.allow_app_registration)?e._i(e.platform.allow_app_registration,null)>-1:e.platform.allow_app_registration},on:{change:function(t){var a=e.platform.allow_app_registration,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"allow_app_registration",a.concat([null])):n>-1&&e.$set(e.platform,"allow_app_registration",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"allow_app_registration",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"platform1"}},[e._v("Allow App Registrations")])]),e._v(" "),"open"!==e.features.registration_status?a("p",{staticClass:"mb-0 small text-muted"},[e._v("Requires open registration to be enabled.")]):a("p",{staticClass:"mb-0 small"},[e._v("Allow users to register via the official Pixelfed mobile application.")])])]),e._v(" "),a("checkbox",{attrs:{name:"Custom Emoji",value:e.platform.custom_emoji_enabled,description:"Enable federated custom emoji that is compatible with Mastodon, Pleroma and others."},on:{change:function(t){return e.handleChange(t,"platform","custom_emoji_enabled")}}}),e._v(" "),"open"===e.features.registration_status&&e.features.allow_app_registration?[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_rate_limit_attempts")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_rate_limit_attempts,expression:"platform.app_registration_rate_limit_attempts"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_rate_limit_attempts"},domProps:{value:e.platform.app_registration_rate_limit_attempts},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_rate_limit_attempts",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_rate_limit_attempts.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_rate_limit_decay")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_rate_limit_decay,expression:"platform.app_registration_rate_limit_decay"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_rate_limit_decay"},domProps:{value:e.platform.app_registration_rate_limit_decay},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_rate_limit_decay",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_rate_limit_decay\n ")])])]:e._e()],2),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Allow Post Embeds",value:e.platform.allow_post_embeds,description:"Allow anyone to embed public posts on other websites."},on:{change:function(t){return e.handleChange(t,"platform","allow_post_embeds")}}}),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_enabled,expression:"platform.captcha_enabled"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"hcaps",id:"hcp"},domProps:{checked:Array.isArray(e.platform.captcha_enabled)?e._i(e.platform.captcha_enabled,null)>-1:e.platform.captcha_enabled},on:{change:function(t){var a=e.platform.captcha_enabled,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_enabled",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_enabled",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_enabled",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"hcp"}},[e._v("Enable hCaptcha")])])]),e._v(" "),e.platform.captcha_enabled?[a("hr",{staticClass:"my-2"}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("hCaptcha Secret")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_secret,expression:"platform.captcha_secret"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_secret"},domProps:{value:e.platform.captcha_secret},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_secret",t.target.value)}}})])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("hCaptcha Sitekey")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_sitekey,expression:"platform.captcha_sitekey"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_sitekey"},domProps:{value:e.platform.captcha_sitekey},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_sitekey",t.target.value)}}})])])]),e._v(" "),a("hr",{staticClass:"mt-2 mb-4"}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-lg-6"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_login,expression:"platform.captcha_on_login"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_login",id:"captcha_on_login"},domProps:{checked:Array.isArray(e.platform.captcha_on_login)?e._i(e.platform.captcha_on_login,null)>-1:e.platform.captcha_on_login},on:{change:function(t){var a=e.platform.captcha_on_login,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_login",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_login",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_login",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_login"}},[e._v("Login Captcha")])])]),e._v(" "),a("div",{staticClass:"col-12 col-lg-6"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_register,expression:"platform.captcha_on_register"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_register",id:"captcha_on_register"},domProps:{checked:Array.isArray(e.platform.captcha_on_register)?e._i(e.platform.captcha_on_register,null)>-1:e.platform.captcha_on_register},on:{change:function(t){var a=e.platform.captcha_on_register,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_register",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_register",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_register",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_register"}},[e._v("Register Captcha")])])])]),e._v(" "),a("hr",{staticClass:"mt-4 mb-2"})]:e._e(),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Enable hCaptcha on login and register pages\n ")])],2),e._v(" "),"open"===e.features.registration_status&&e.features.allow_app_registration?[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_confirm_rate_limit_attempts")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_confirm_rate_limit_attempts,expression:"platform.app_registration_confirm_rate_limit_attempts"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_confirm_rate_limit_attempts"},domProps:{value:e.platform.app_registration_confirm_rate_limit_attempts},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_confirm_rate_limit_attempts",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_confirm_rate_limit_attempts.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_confirm_rate_limit_decay")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_confirm_rate_limit_decay,expression:"platform.app_registration_confirm_rate_limit_decay"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_confirm_rate_limit_decay"},domProps:{value:e.platform.app_registration_confirm_rate_limit_decay},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_confirm_rate_limit_decay",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_confirm_rate_limit_decay.\n ")])])]:e._e()],2)])],1):"posts"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Posts",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("posts")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Max Caption Length")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.posts.max_caption_length,expression:"posts.max_caption_length"}],staticClass:"form-control",attrs:{type:"number",min:"1",max:"10000",name:"max_caption_limit"},domProps:{value:e.posts.max_caption_length},on:{input:function(t){t.target.composing||e.$set(e.posts,"max_caption_length",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The maximum character count of post captions. We recommend a limit between 500-2000.\n ")])])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Max Alttext Length")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.posts.max_altext_length,expression:"posts.max_altext_length"}],staticClass:"form-control",attrs:{type:"number",min:"1",max:"10000",name:"max_altext_length"},domProps:{value:e.posts.max_altext_length},on:{input:function(t){t.target.composing||e.$set(e.posts,"max_altext_length",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The maximum character count of post media alttext captions. We recommend a limit between 2000-10000.\n ")])])])])],1):"rules"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Rules",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("rules")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 mb-3"},[e.hasDuplicateRulesComputed?a("div",{staticClass:"alert alert-danger"},[a("p",{staticClass:"font-weight-bold mb-0"},[e._v("Duplicate rules detected, you should fix this!")])]):e._e(),e._v(" "),a("div",{staticClass:"position-relative"},[a("div",{staticClass:"card shadow-none border"},[a("div",{staticClass:"card-header py-2 bg-primary text-white font-weight-bold text-center"},[e._v("Active Rules")]),e._v(" "),a("div",{staticClass:"list-group list-group-flush"},[e._l(e.rulesComputed,function(t,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"d-flex justify-content-between align-items-start"},[a("div",{staticClass:"d-flex gap-1 align-items-start"},[a("div",{staticClass:"rule-badge"},[a("div",{staticClass:"rule-badge-inner"},[e._v(e._s(s+1))])]),e._v(" "),a("admin-read-more",{key:t,staticClass:"text-dark rule-text",attrs:{content:t,maxLength:140,initialLimit:30,fontSize:"13"}})],1),e._v(" "),a("button",{staticClass:"btn btn-link btn-sm",attrs:{disabled:e.isDeletingRule},on:{click:function(a){return a.preventDefault(),e.handleDeleteRule(t,s,a)}}},[a("i",{staticClass:"fas fa-trash-alt text-danger"})])])])}),e._v(" "),e.rules&&e.rules.length?e._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"text-center mb-0"},[e._v("No rules set!")])])],2)]),e._v(" "),!e.showAllRules&&e.rules.length>2?a("div",{staticClass:"d-flex justify-content-center",staticStyle:{position:"absolute",width:"100%","padding-top":"10rem",bottom:"0",background:"linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1))"}},[a("button",{staticClass:"btn btn-dark font-weight-bold rounded-pill btn-block",on:{click:function(t){t.preventDefault(),e.showAllRules=!0}}},[e._v("Show all rules")])]):e._e()])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Add New Rule")]),e._v(" "),a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.newRule,expression:"newRule"}],staticClass:"form-control",attrs:{type:"text",name:"new_rule",rows:"5",minlength:"5",maxlength:"1000",placeholder:"Add your new rule here...",disabled:e.isSubmittingNewRule||e.isDeletingRule},domProps:{value:e.newRule},on:{input:function(t){t.target.composing||(e.newRule=t.target.value)}}})]),e._v(" "),a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Add a new rule\n ")]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n "+e._s(e.newRule&&e.newRule.length?e.newRule.length:0)+"/1000\n ")])]),e._v(" "),a("hr",{staticClass:"my-2"}),e._v(" "),a("p",{staticClass:"mb-0"},[a("button",{staticClass:"btn btn-primary btn-sm btn-block font-weight-bold rounded-pill",attrs:{disabled:!e.newRule||!e.newRule.length||e.isSubmittingNewRule||e.isDeletingRule},on:{click:function(t){return t.preventDefault(),e.handleAddRule.apply(null,arguments)}}},[e._v("Add Rule")])])]),e._v(" "),e.rules&&e.rules.length?a("button",{staticClass:"btn btn-outline-danger rounded-pill btn-block btn-sm",on:{click:function(t){return t.preventDefault(),e.handleDeleteAllRules.apply(null,arguments)}}},[e._v("Delete all rules")]):e._e()]),e._v(" "),e.suggestedRulesComputed&&e.suggestedRulesComputed.length?a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"border-bottom pb-2 mb-3 d-flex justify-content-between align-items-center"},[a("p",{staticClass:"font-weight-bold mb-0"},[e._v("Suggested Rules")]),e._v(" "),e.rules.length?e._e():a("a",{staticClass:"font-weight-bold small",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.importAllDefaultRules.apply(null,arguments)}}},[e._v("Import All")])]),e._v(" "),a("div",{staticClass:"list-group"},e._l(e.suggestedRulesComputed,function(t){return a("a",{staticClass:"list-group-item small",attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),e.addSuggestedRule(t,a)}}},[e._v(e._s(t))])}),0)]):e._e()])],1):"storage"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Storage",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("storage")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-0"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Primary Storage Disk")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.storage.primary_disk,expression:"storage.primary_disk"}],staticClass:"form-control form-control-muted",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.storage,"primary_disk",t.target.multiple?a:a[0])}}},[a("option",{attrs:{value:"local"}},[e._v("Local")]),e._v(" "),a("option",{attrs:{value:"cloud"}},[e._v("Cloud/S3")])])]),e._v(" "),a("p",{staticClass:"help-text small text-muted mt-2 mb-0"},[e._v("\n The storage disk where avatars and media uploads are stored.\n ")])])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card border"},[e._m(2),e._v(" "),e.showDiskConfig?a("div",{staticClass:"card-body"},[a("div",{staticClass:"form-group mb-4 d-flex align-items-center gap-1"},[a("label",{staticClass:"font-weight-bold mb-0",attrs:{for:"form-summary"}},[e._v("Disk")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.storage.disk_config.driver,expression:"storage.disk_config.driver"}],staticClass:"form-control form-control-muted mb-0",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.storage.disk_config,"driver",t.target.multiple?a:a[0])}}},[a("option",{attrs:{value:"s3"}},[e._v("S3")]),e._v(" "),a("option",{attrs:{value:"spaces"}},[e._v("DigitalOcean Spaces")])])]),e._v(" "),a("form-input",{attrs:{name:"Key",value:e.storage.disk_config.key,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","key")}}}),e._v(" "),a("form-input",{attrs:{name:"Secret",value:e.storage.disk_config.secret,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","secret")}}}),e._v(" "),a("form-input",{attrs:{name:"Region",value:e.storage.disk_config.region,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","region")}}}),e._v(" "),a("form-input",{attrs:{name:"Bucket",value:e.storage.disk_config.bucket,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","bucket")}}}),e._v(" "),a("form-input",{attrs:{name:"Endpoint",value:e.storage.disk_config.endpoint,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","endpoint")}}}),e._v(" "),a("form-input",{attrs:{name:"Visibility",value:e.storage.disk_config.visibility,description:"",isCard:!1,isInline:!0,isDisabled:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","visibility")}}}),e._v(" "),a("form-input",{attrs:{name:"Url",value:e.storage.disk_config.url,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","url")}}})],1):a("div",{staticClass:"card-body"},[a("p",{staticClass:"text-center mb-0"},[a("a",{staticClass:"btn btn-primary bg-gradient-primary shadow-lg rounded-pill",attrs:{href:"#"},on:{click:function(t){t.preventDefault(),e.showDiskConfig=!0}}},[e._v("\n View/Edit\n ")])])])])])])],1):"users"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Users",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("users")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Require Email Verifications",value:e.users.require_email_verification,description:"Require users to verify their email address is valid before they can use the account."},on:{change:function(t){return e.handleChange(t,"users","require_email_verification")}}}),e._v(" "),a("form-input",{attrs:{name:"Max User Blocks",value:e.users.max_user_blocks.toString(),description:"The max number of account blocks per user."},on:{change:function(t){return e.handleChange(t,"users","max_user_blocks")}}}),e._v(" "),a("form-input",{attrs:{name:"Max User Mutes",value:e.users.max_user_mutes.toString(),description:"The max number of account mutes per user."},on:{change:function(t){return e.handleChange(t,"users","max_user_mutes")}}}),e._v(" "),a("form-input",{attrs:{name:"Max User Domain Blocks",value:e.users.max_domain_blocks.toString(),description:"The max number of domain blocks per user."},on:{change:function(t){return e.handleChange(t,"users","max_domain_blocks")}}})],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-0"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.users.enforce_account_limit,expression:"users.enforce_account_limit"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"enforce_account_limit",id:"users2"},domProps:{checked:Array.isArray(e.users.enforce_account_limit)?e._i(e.users.enforce_account_limit,null)>-1:e.users.enforce_account_limit},on:{change:function(t){var a=e.users.enforce_account_limit,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.users,"enforce_account_limit",a.concat([null])):n>-1&&e.$set(e.users,"enforce_account_limit",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.users,"enforce_account_limit",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"users2"}},[e._v("Enforce Account Limit")])]),e._v(" "),a("p",{staticClass:"mb-0 small"},[e._v("Set a storage limit per user account for all uploaded media (photo + video).")])]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.users.enforce_account_limit?a("div",[a("hr",{staticClass:"my-2"}),e._v(" "),a("div",{staticClass:"form-group mb-1"},[a("div",{staticClass:"input-group mb-0"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.users.max_account_size,expression:"users.max_account_size"}],staticClass:"form-control",attrs:{type:"text",placeholder:"15000","aria-label":"Max account size","aria-describedby":"maxMediaSize"},domProps:{value:e.users.max_account_size},on:{input:function(t){t.target.composing||e.$set(e.users,"max_account_size",t.target.value)}}}),e._v(" "),a("div",{staticClass:"input-group-append"},[a("span",{staticClass:"input-group-text"},[e._v("= "+e._s(e.maxAccountSizeToMb))])])])]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Maximum file storage limit per user account.\n ")])]):e._e()])],1),e._v(" "),a("div",{staticClass:"card shadow-none border"},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"form-group mb-0"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.users.admin_autofollow,expression:"users.admin_autofollow"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"admin_autofollow",id:"users4"},domProps:{checked:Array.isArray(e.users.admin_autofollow)?e._i(e.users.admin_autofollow,null)>-1:e.users.admin_autofollow},on:{change:function(t){var a=e.users.admin_autofollow,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.users,"admin_autofollow",a.concat([null])):n>-1&&e.$set(e.users,"admin_autofollow",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.users,"admin_autofollow",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"users4"}},[e._v("Autofollow Accounts")])]),e._v(" "),a("p",{staticClass:"mb-0 small"},[e._v("Force new accounts to follow accounts you specify below")])])]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.users.admin_autofollow?a("div",{staticClass:"list-group list-group-flush"},[null!==(t=e.users.admin_autofollow_accounts)&&void 0!==t&&t.length?a("div",e._l(e.users.admin_autofollow_accounts,function(t){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("p",{staticClass:"font-weight-bold mb-0"},[e._v("@"+e._s(t))]),e._v(" "),a("button",{staticClass:"btn btn-link p-0",on:{click:function(a){return a.preventDefault(),e.removeAutofollow(t,a)}}},[a("i",{staticClass:"fas fa-trash-alt text-danger"})])])])}),0):a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"text-center mb-0"},[e._v("No autofollow accounts active.")])])]):e._e()]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.users.admin_autofollow&&e.users.admin_autofollow_accounts&&e.users.admin_autofollow_accounts.length<5?a("div",{staticClass:"card-footer"},[a("button",{staticClass:"btn btn-primary btn-block rounded-pill",on:{click:function(t){return t.preventDefault(),e.addAutofollow.apply(null,arguments)}}},[e._v("Add Autofollow Account")])]):e._e()])],1)])])],1):e._e()])])])])])])]):a("div",[e._m(3)])},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"header bg-primary pb-2 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[e("div",{staticClass:"row align-items-center py-4"},[e("div",{staticClass:"col-lg-6 col-7"},[e("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[t._v("Settings")]),t._v(" "),e("p",{staticClass:"h3 text-white font-weight-light"},[t._v("Manage your server settings")])])])])])])},function(){var t=this._self._c;return t("div",{staticClass:"col-12 col-md-4"},[t("p",[t("a",{staticClass:"btn btn-dark btn-block",attrs:{href:"/i/admin/settings/custom-css"}},[this._v("Edit Custom CSS")])])])},function(){var t=this._self._c;return t("div",{staticClass:"card-header bg-gradient-primary"},[t("p",{staticClass:"text-center mb-0 text-white font-weight-bold"},[this._v("Cloud Disk Config")])])},function(){var t=this._self._c;return t("div",{staticClass:"container my-5 py-5 text-center"},[t("div",{staticClass:"spinner-border text-primary",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])])}]},64441(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-3"},[t.status.media_attachments&&t.status.media_attachments.length?e("div",{staticClass:"list-group-item",staticStyle:{gap:"1rem",overflow:"hidden"}},[e("div",{staticClass:"text-center text-muted small font-weight-bold mb-3"},[t._v("Reported Post Media")]),t._v(" "),t.status.media_attachments&&t.status.media_attachments.length?e("div",{staticClass:"d-flex flex-grow-1",staticStyle:{gap:"1rem","overflow-x":"auto"}},[t._l(t.status.media_attachments,function(a){return["image"===a.type?e("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:a.url,width:"70",height:"70",onerror:"this.src='/storage/no-preview.png';this.error=null;"},on:{click:t.toggleLightbox}}):"video"===a.type?e("video",{staticClass:"rounded",attrs:{width:"140",height:"90",playsinline:""},on:{click:function(e){return e.preventDefault(),t.toggleVideoLightbox(e,a.url)}}},[e("source",{attrs:{src:a.url,type:a.mime}})]):t._e()]})],2):t._e()]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item d-flex flex-row flex-grow-1",staticStyle:{gap:"1rem"}},[e("div",{staticClass:"flex-grow-1"},[t.status&&t.status.in_reply_to_id&&t.status.parent&&t.status.parent.account?e("div",{staticClass:"mb-3"},[t.showInReplyTo?[e("div",{staticClass:"mt-n1 text-center text-muted small font-weight-bold mb-1"},[t._v("Reply to")]),t._v(" "),e("div",{staticClass:"media",staticStyle:{gap:"1rem"}},[e("img",{staticClass:"rounded-lg",attrs:{src:t.status.parent.account.avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.jpg?v=0';"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"11px"}},[e("a",{attrs:{href:"/i/web/profile/".concat(t.status.parent.account.id),target:"_blank"}},[t._v(t._s(t.status.parent.account.acct))])]),t._v(" "),e("admin-read-more",{attrs:{content:t.status.parent.content_text}}),t._v(" "),e("p",{staticClass:"mb-1"},[e("a",{staticClass:"text-muted",staticStyle:{"font-size":"11px"},attrs:{href:"/i/web/post/".concat(t.status.parent.id),target:"_blank"}},[e("i",{staticClass:"far fa-link mr-1"}),t._v(" "+t._s(t.formatDate(t.status.parent.created_at))+"\n ")])])],1)]),t._v(" "),e("hr",{staticClass:"my-1"})]:e("a",{staticClass:"btn btn-dark font-weight-bold btn-block btn-sm",attrs:{href:"#"},on:{click:function(e){e.preventDefault(),t.showInReplyTo=!0}}},[t._v("Show parent post")])],2):t._e(),t._v(" "),e("div",[e("div",{staticClass:"mt-n1 text-center text-muted small font-weight-bold mb-1"},[t._v("Reported Post")]),t._v(" "),e("div",{staticClass:"media",staticStyle:{gap:"1rem"}},[e("img",{staticClass:"rounded-lg",attrs:{src:t.status.account.avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.jpg?v=0';"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"11px"}},[e("a",{attrs:{href:"/i/web/profile/".concat(t.status.account.id),target:"_blank"}},[t._v(t._s(t.status.account.acct))])]),t._v(" "),t.status&&t.status.content_text&&t.status.content_text.length?[e("admin-read-more",{attrs:{content:t.status.content_text}})]:[e("admin-read-more",{staticClass:"font-weight-bold text-muted",attrs:{content:"EMPTY CAPTION"}})],t._v(" "),e("p",{staticClass:"mb-0"},[e("a",{staticClass:"text-muted",staticStyle:{"font-size":"11px"},attrs:{href:"/i/web/post/".concat(t.status.id),target:"_blank"}},[e("i",{staticClass:"far fa-link mr-1"}),t._v(" "+t._s(t.formatDate(t.status.created_at))+"\n ")])])],2)])])])])])},i=[]},38391(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"mb-0",style:{"font-size":"".concat(t.fontSize,"px")}},[t._v(t._s(t.contentText))]),t._v(" "),e("p",{staticClass:"mb-0"},[t.canStepExpand||t.canExpand&&!t.expanded?e("a",{staticClass:"font-weight-bold small",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.expand()}}},[t._v("Read more")]):t._e()])])},i=[]},24664(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("b-modal",{attrs:{title:"Remote Report","ok-only":!0,"ok-title":"Close",lazy:!0,scrollable:!0,"ok-variant":"outline-primary"},on:{hide:function(e){return t.$emit("close")}},model:{value:t.isOpen,callback:function(e){t.isOpen=e},expression:"isOpen"}},[t.isLoading?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("b-spinner")],1):[e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex justify-content-between align-items-center"},[e("div",{staticClass:"text-muted small font-weight-bold"},[t._v("Instance")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v(t._s(t.model.instance))])]),t._v(" "),t.model.message&&t.model.message.length?e("div",{staticClass:"list-group-item d-flex justify-content-between align-items-center flex-column gap-1"},[e("div",{staticClass:"text-muted small font-weight-bold mb-2"},[t._v("Message")]),t._v(" "),e("div",{staticClass:"text-wrap w-100",staticStyle:{"word-break":"break-all","font-size":"12.5px"}},[e("admin-read-more",{attrs:{content:t.model.message,"font-size":"11",step:!0,"initial-limit":100,stepLimit:1e3}})],1)]):t._e()]),t._v(" "),e("div",{staticClass:"list-group list-group-horizontal mt-3"},[t.model&&t.model.reported?e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-row flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"text-muted small font-weight-bold"},[t._v("Reported Account")]),t._v(" "),e("div",{staticClass:"d-flex justify-content-end flex-grow-1"},[t.model.reported&&t.model.reported.id?e("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(t.model.reported.id),target:"_blank"}},[e("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[e("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.model.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0 text-break",class:[t.model.reported.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[t._v("@"+t._s(t.model.reported.acct))]),t._v(" "),e("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[e("span",[t._v(t._s(t.prettyCount(t.model.reported.followers_count))+" Followers")]),t._v(" "),e("span",[t._v("·")]),t._v(" "),e("span",[t._v("Joined "+t._s(t.timeAgo(t.model.reported.created_at)))])])])])]):t._e()])]):e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-center flex-column flex-grow-1"},[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("Reported Account Unavailable")]),t._v(" "),e("p",{staticClass:"small mb-0"},[t._v("The reported account may have been deleted, or is otherwise not currently active. You can safely "),e("strong",[t._v("Close Report")]),t._v(" to mark this report as read.")])])]),t._v(" "),t.model&&t.model.statuses&&t.model.statuses.length?e("div",{staticClass:"list-group mt-3"},t._l(t.model.statuses,function(t,a){return e("admin-modal-post",{key:"admin-modal-post-remote-post:".concat(t.id,":").concat(a),attrs:{status:t}})}),1):t._e(),t._v(" "),e("div",{staticClass:"mt-4"},[e("div",[e("button",{staticClass:"btn btn-dark btn-block rounded-pill",attrs:{type:"button"},on:{click:function(e){return t.handleAction("mark-read")}}},[t._v("\n Close Report\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-dark btn-block text-center rounded-pill",staticStyle:{"word-break":"break-all"},attrs:{type:"button"},on:{click:function(e){return t.handleAction("mark-all-read-by-domain")}}},[e("span",{staticClass:"font-weight-light"},[t._v("Close all reports from")]),t._v(" "),e("strong",[t._v(t._s(t.model.instance))])]),t._v(" "),t.model.reported?e("button",{staticClass:"btn btn-outline-dark btn-block rounded-pill flex-grow-1",attrs:{type:"button"},on:{click:function(e){return t.handleAction("mark-all-read-by-username")}}},[e("span",{staticClass:"font-weight-light"},[t._v("Close all reports against")]),t._v(" "),e("strong",[t._v("@"+t._s(t.model.reported.username))])]):t._e(),t._v(" "),t.model&&t.model.statuses&&t.model.statuses.length&&t.model.reported?[e("hr",{staticClass:"mt-3 mb-1"}),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("cw-posts")}}},[t._v("\n Apply CW to Post(s)\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("unlist-posts")}}},[t._v("\n Unlist Post(s)\n ")])]),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2"},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("private-posts")}}},[t._v("\n Make Post(s) Private\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("delete-posts")}}},[t._v("\n Delete Post(s)\n ")])])]:t.model&&t.model.statuses&&!t.model.statuses.length&&t.model.reported?[e("hr",{staticClass:"mt-3 mb-1"}),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("cw-all-posts")}}},[t._v("\n Apply CW to all posts\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("unlist-all-posts")}}},[t._v("\n Unlist all account posts\n ")])]),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("private-all-posts")}}},[t._v("\n Make all posts private\n ")])])]:t._e()],2)])]],2)},i=[]},16231(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("div",{staticClass:"custom-control custom-checkbox"},[e("input",{staticClass:"custom-control-input",attrs:{type:"checkbox",name:t.elementId,id:t.elementId},domProps:{checked:t.value},on:{change:function(e){return t.$emit("change",!t.value)}}}),t._v(" "),e("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:t.elementId}},[t._v(t._s(t.name))])]),t._v(" "),e("p",{staticClass:"mt-1 mb-0 small text-muted",domProps:{innerHTML:t._s(t.description)}})])])},i=[]},96858(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",{class:[t.isCard?"card shadow-none border card-body":""]},[e("div",{staticClass:"form-group",class:[t.isInline?"d-flex align-items-center gap-1":"mb-1"]},[e("label",{staticClass:"font-weight-bold mb-0",attrs:{for:t.elementId}},[t._v(t._s(t.name))]),t._v(" "),e("input",{staticClass:"form-control form-control-muted mb-0",attrs:{id:t.elementId,placeholder:t.placeholder,disabled:t.isDisabled},domProps:{value:t.value},on:{input:function(e){return t.$emit("change",e.target.value)}}})]),t._v(" "),t.description&&t.description.length?e("p",{staticClass:"help-text small text-muted mb-0",domProps:{innerHTML:t._s(t.description)}}):t._e()])},i=[]},23075(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",{staticStyle:{width:"100px"}}),t._v(" "),e("div",[e("h2",{staticClass:"display-4 mb-0",staticStyle:{"font-weight":"800"}},[t._v(t._s(t.title))])]),t._v(" "),e("div",[e("button",{staticClass:"btn btn-primary rounded-pill font-weight-bold px-5",attrs:{disabled:t.isSaving||t.saved},on:{click:function(e){return e.preventDefault(),t.save.apply(null,arguments)}}},[!0===t.isSaving?[e("b-spinner",{staticClass:"mx-2",attrs:{small:""}})]:[t._v(t._s(t.buttonLabel))]],2)])]),t._v(" "),e("hr",{staticClass:"mt-3"})])},i=[]},36671(t,e,a){a(74692);a(9901),window._=a(2543),window.Popper=a(48851).default,window.pixelfed=window.pixelfed||{},window.$=a(74692),a(52754),window.axios=a(86425),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest",a(63899),window.filesize=a(91139),window.Cookies=a(12215),a(81027),a(66482),window.Chart=a(62477),a(83925),Chart.defaults.global.defaultFontFamily="-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif",Array.from(document.querySelectorAll(".pagination .page-link")).filter(function(t){return"« Previous"===t.textContent||"Next »"===t.textContent}).forEach(function(t){return t.textContent="Next »"===t.textContent?"›":"‹"}),Vue.component("admin-autospam",a(80430).default),Vue.component("admin-directory",a(65465).default),Vue.component("admin-reports",a(13929).default),Vue.component("admin-settings",a(93139).default),Vue.component("instances-component",a(50828).default),Vue.component("hashtag-component",a(47739).default)},83925(t,e,a){"use strict";var s=a(74692);function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}!function(){function t(){s(".sidenav-toggler").addClass("active"),s(".sidenav-toggler").data("action","sidenav-unpin"),s("body").removeClass("g-sidenav-hidden").addClass("g-sidenav-show g-sidenav-pinned"),s("body").append('
1&&(o+=''+i+""),o+=''+a+n+s+""}}}(t,a),a.update()}return window.Chart&&r(Chart,(t={defaults:{global:{responsive:!0,maintainAspectRatio:!1,defaultColor:o.gray[600],defaultFontColor:o.gray[600],defaultFontFamily:n.base,defaultFontSize:13,layout:{padding:0},legend:{display:!1,position:"bottom",labels:{usePointStyle:!0,padding:16}},elements:{point:{radius:0,backgroundColor:o.theme.primary},line:{tension:.4,borderWidth:4,borderColor:o.theme.primary,backgroundColor:o.transparent,borderCapStyle:"rounded"},rectangle:{backgroundColor:o.theme.warning},arc:{backgroundColor:o.theme.primary,borderColor:o.white,borderWidth:4}},tooltips:{enabled:!0,mode:"index",intersect:!1}},doughnut:{cutoutPercentage:83,legendCallback:function(t){var e=t.data,a="";return e.labels.forEach(function(t,s){var i=e.datasets[0].backgroundColor[s];a+='',a+='',a+=t,a+=""}),a}}}},Chart.scaleService.updateScaleDefaults("linear",{gridLines:{borderDash:[2],borderDashOffset:[2],color:o.gray[300],drawBorder:!1,drawTicks:!1,drawOnChartArea:!0,zeroLineWidth:0,zeroLineColor:"rgba(0,0,0,0)",zeroLineBorderDash:[2],zeroLineBorderDashOffset:[2]},ticks:{beginAtZero:!0,padding:10,callback:function(t){if(!(t%10))return t}}}),Chart.scaleService.updateScaleDefaults("category",{gridLines:{drawBorder:!1,drawOnChartArea:!1,drawTicks:!1},ticks:{padding:20},maxBarThickness:10}),t)),e.on({change:function(){var t=s(this);t.is("[data-add]")&&d(t)},click:function(){var t=s(this);t.is("[data-update]")&&u(t)}}),{colors:o,fonts:n,mode:a}}(),b=((r=s(o=".btn-icon-clipboard")).length&&((n=r).tooltip().on("mouseleave",function(){n.tooltip("hide")}),new ClipboardJS(o).on("success",function(t){s(t.trigger).attr("title","Copied!").tooltip("_fixTitle").tooltip("show").attr("title","Copy to clipboard").tooltip("_fixTitle"),t.clearSelection()})),l=s(".navbar-nav, .navbar-nav .nav"),c=s(".navbar .collapse"),d=s(".navbar .dropdown"),c.on({"show.bs.collapse":function(){!function(t){t.closest(l).find(c).not(t).collapse("hide")}(s(this))}}),d.on({"hide.bs.dropdown":function(){!function(t){var e=t.find(".dropdown-menu");e.addClass("close"),setTimeout(function(){e.removeClass("close")},200)}(s(this))}}),function(){s(".navbar-nav");var t=s(".navbar .navbar-custom-collapse");t.length&&(t.on({"hide.bs.collapse":function(){!function(t){t.addClass("collapsing-out")}(t)}}),t.on({"hidden.bs.collapse":function(){!function(t){t.removeClass("collapsing-out")}(t)}}));var e=0;s(".sidenav-toggler").click(function(){if(1==e)s("body").removeClass("nav-open"),e=0,s(".bodyClick").remove();else{s('
').appendTo("body").click(function(){s("body").removeClass("nav-open"),e=0,s(".bodyClick").remove()}),s("body").addClass("nav-open"),e=1}})}(),u=s('[data-toggle="popover"]'),m="",u.length&&u.each(function(){!function(t){t.data("color")&&(m="popover-"+t.data("color"));var e={trigger:"focus",template:''};t.popover(e)}(s(this))}),function(){var t=s(".scroll-me, [data-scroll-to], .toc-entry a");function e(t){var e=t.attr("href"),a=t.data("scroll-to-offset")?t.data("scroll-to-offset"):0,i={scrollTop:s(e).offset().top-a};s("html, body").stop(!0,!0).animate(i,600),event.preventDefault()}t.length&&t.on("click",function(t){e(s(this))})}(),(p=s('[data-toggle="tooltip"]')).length&&p.tooltip(),(v=s(".form-control")).length&&function(t){t.on("focus blur",function(t){s(this).parents(".form-group").toggleClass("focused","focus"===t.type)}).trigger("blur")}(v),(f=s("#chart-bars")).length&&function(t){var e=new Chart(t,{type:"bar",data:{labels:["Jul","Aug","Sep","Oct","Nov","Dec"],datasets:[{label:"Sales",data:[25,20,30,22,17,29]}]}});t.data("chart",e)}(f),function(){var t=s("#c1-dark");t.length&&function(t){var e=new Chart(t,{type:"line",options:{scales:{yAxes:[{gridLines:{lineWidth:1,color:_.colors.gray[900],zeroLineColor:_.colors.gray[900]},ticks:{callback:function(t){if(!(t%10))return t}}}]},tooltips:{callbacks:{label:function(t,e){var a=e.datasets[t.datasetIndex].label||"",s=t.yLabel,i="";return e.datasets.length>1&&(i+=a),i+(s+" posts")}}}},data:{labels:["7","6","5","4","3","2","1"],datasets:[{label:"",data:s(".posts-this-week").data("update").data.datasets[0].data}]}});t.data("chart",e)}(t)}(),(h=s(".datepicker")).length&&h.each(function(){!function(t){t.datepicker({disableTouchKeyboard:!0,autoclose:!1})}(s(this))}),function(){if(s(".input-slider-container")[0]&&s(".input-slider-container").each(function(){var t=s(this).find(".input-slider"),e=t.attr("id"),a=t.data("range-value-min"),i=t.data("range-value-max"),n=s(this).find(".range-slider-value"),o=n.attr("id"),r=n.data("range-value-low"),l=document.getElementById(e),c=document.getElementById(o);b.create(l,{start:[parseInt(r)],connect:[!0,!1],range:{min:[parseInt(a)],max:[parseInt(i)]}}),l.noUiSlider.on("update",function(t,e){c.textContent=t[e]})}),s("#input-slider-range")[0]){var t=document.getElementById("input-slider-range"),e=document.getElementById("input-slider-range-value-low"),a=document.getElementById("input-slider-range-value-high"),i=[e,a];b.create(t,{start:[parseInt(e.getAttribute("data-range-value-low")),parseInt(a.getAttribute("data-range-value-high"))],connect:!0,range:{min:parseInt(t.getAttribute("data-range-value-min")),max:parseInt(t.getAttribute("data-range-value-max"))}}),t.noUiSlider.on("update",function(t,e){i[e].textContent=t[e]})}}());(g=s(".scrollbar-inner")).length&&g.scrollbar().scrollLock()},9901(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}!function(){var e="object"===("undefined"==typeof window?"undefined":t(window))?window:"object"===("undefined"==typeof self?"undefined":t(self))?self:this,a=e.BlobBuilder||e.WebKitBlobBuilder||e.MSBlobBuilder||e.MozBlobBuilder;e.URL=e.URL||e.webkitURL||function(t,e){return(e=document.createElement("a")).href=t,e};var s=e.Blob,i=URL.createObjectURL,n=URL.revokeObjectURL,o=e.Symbol&&e.Symbol.toStringTag,r=!1,c=!1,d=!!e.ArrayBuffer,u=a&&a.prototype.append&&a.prototype.getBlob;try{r=2===new Blob(["ä"]).size,c=2===new Blob([new Uint8Array([1,2])]).size}catch(t){}function m(t){return t.map(function(t){if(t.buffer instanceof ArrayBuffer){var e=t.buffer;if(t.byteLength!==e.byteLength){var a=new Uint8Array(t.byteLength);a.set(new Uint8Array(e,t.byteOffset,t.byteLength)),e=a.buffer}return e}return t})}function p(t,e){e=e||{};var s=new a;return m(t).forEach(function(t){s.append(t)}),e.type?s.getBlob(e.type):s.getBlob()}function v(t,e){return new s(m(t),e||{})}e.Blob&&(p.prototype=Blob.prototype,v.prototype=Blob.prototype);var f="function"==typeof TextEncoder?TextEncoder.prototype.encode.bind(new TextEncoder):function(t){for(var a=0,s=t.length,i=e.Uint8Array||Array,n=0,o=Math.max(32,s+(s>>1)+7),r=new i(o>>3<<3);a=55296&&l<=56319){if(a=55296&&l<=56319)continue}if(n+4>r.length){o+=8,o=(o*=1+a/t.length*2)>>3<<3;var d=new Uint8Array(o);d.set(r),r=d}if(4294967168&l){if(4294965248&l)if(4294901760&l){if(4292870144&l)continue;r[n++]=l>>18&7|240,r[n++]=l>>12&63|128,r[n++]=l>>6&63|128}else r[n++]=l>>12&15|224,r[n++]=l>>6&63|128;else r[n++]=l>>6&31|192;r[n++]=63&l|128}else r[n++]=l}return r.slice(0,n)},h="function"==typeof TextDecoder?TextDecoder.prototype.decode.bind(new TextDecoder):function(t){for(var e=t.length,a=[],s=0;s239?4:l>223?3:l>191?2:1;if(s+d<=e)switch(d){case 1:l<128&&(c=l);break;case 2:128==(192&(i=t[s+1]))&&(r=(31&l)<<6|63&i)>127&&(c=r);break;case 3:i=t[s+1],n=t[s+2],128==(192&i)&&128==(192&n)&&(r=(15&l)<<12|(63&i)<<6|63&n)>2047&&(r<55296||r>57343)&&(c=r);break;case 4:i=t[s+1],n=t[s+2],o=t[s+3],128==(192&i)&&128==(192&n)&&128==(192&o)&&(r=(15&l)<<18|(63&i)<<12|(63&n)<<6|63&o)>65535&&r<1114112&&(c=r)}null===c?(c=65533,d=1):c>65535&&(c-=65536,a.push(c>>>10&1023|55296),c=56320|1023&c),a.push(c),s+=d}var u=a.length,m="";for(s=0;s>2,d=(3&i)<<4|o>>4,u=(15&o)<<2|l>>6,m=63&l;r||(m=64,n||(u=64)),a.push(e[c],e[d],e[u],e[m])}return a.join("")}var o=Object.create||function(t){function e(){}return e.prototype=t,new e};if(d)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function u(s,i){i=i??{};for(var n=0,o=(s=s||[]).length;n=e.size&&a.close()})}})}}catch(t){try{new ReadableStream({}),_=function(t){var e=0;t=this;return new ReadableStream({pull:function(a){return t.slice(e,e+524288).arrayBuffer().then(function(s){e+=s.byteLength;var i=new Uint8Array(s);a.enqueue(i),e==t.size&&a.close()})}})}}catch(t){try{new Response("").body.getReader().read(),_=function(){return new Response(this).body}}catch(t){_=function(){throw new Error("Include https://github.com/MattiasBuelens/web-streams-polyfill")}}}}b.arrayBuffer||(b.arrayBuffer=function(){var t=new FileReader;return t.readAsArrayBuffer(this),C(t)}),b.text||(b.text=function(){var t=new FileReader;return t.readAsText(this),C(t)}),b.stream||(b.stream=_)}(),function(t){"use strict";var e,a=t.Uint8Array,s=t.HTMLCanvasElement,i=s&&s.prototype,n=/\s*;\s*base64\s*(?:;|$)/i,o="toDataURL",r=function(t){for(var s,i,n=t.length,o=new a(n/4*3|0),r=0,l=0,c=[0,0],d=0,u=0;n--;)i=t.charCodeAt(r++),255!==(s=e[i-43])&&void 0!==s&&(c[1]=c[0],c[0]=i,u=u<<6|s,4===++d&&(o[l++]=u>>>16,61!==c[1]&&(o[l++]=u>>>8),61!==c[0]&&(o[l++]=u),d=0));return o};a&&(e=new a([62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,0,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51])),!s||i.toBlob&&i.toBlobHD||(i.toBlob||(i.toBlob=function(t,e){if(e||(e="image/png"),this.mozGetAsFile)t(this.mozGetAsFile("canvas",e));else if(this.msToBlob&&/^\s*image\/png\s*(?:$|;)/i.test(e))t(this.msToBlob());else{var s,i=Array.prototype.slice.call(arguments,1),l=this[o].apply(this,i),c=l.indexOf(","),d=l.substring(c+1),u=n.test(l.substring(0,c));Blob.fake?((s=new Blob).encoding=u?"base64":"URI",s.data=d,s.size=d.length):a&&(s=u?new Blob([r(d)],{type:e}):new Blob([decodeURIComponent(d)],{type:e})),t(s)}}),!i.toBlobHD&&i.toDataURLHD?i.toBlobHD=function(){o="toDataURLHD";var t=this.toBlob();return o="toDataURL",t}:i.toBlobHD=i.toBlob)}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content||this)},3733(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".gap-2[data-v-e104c6c0]{gap:1rem}",""]);const n=i},86400(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".mpl-form p[data-v-70ab776d]{line-height:1}.mpl-form p[data-v-70ab776d]:first-child{font-size:14px;line-height:1.6}",""]);const n=i},19474(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".rule-badge[data-v-3ed77eba]{background-color:#fff;border:2px solid var(--primary);border-radius:34px;height:34px;width:34px}.rule-badge[data-v-3ed77eba],.rule-badge-inner[data-v-3ed77eba]{align-items:center;display:flex;justify-content:center}.rule-badge-inner[data-v-3ed77eba]{background-color:var(--primary);border-radius:26px;color:#fff;font-size:13px;font-weight:700;height:26px;width:26px}.rule-text[data-v-3ed77eba]{font-size:14px;margin-bottom:0;max-width:90%}.gap-1[data-v-3ed77eba]{gap:1rem}",""]);const n=i},38768(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".gap-1[data-v-a624f3ac]{gap:1rem}",""]);const n=i},35358(t,e,a){var s={"./af":25177,"./af.js":25177,"./ar":61509,"./ar-dz":41488,"./ar-dz.js":41488,"./ar-kw":58676,"./ar-kw.js":58676,"./ar-ly":42353,"./ar-ly.js":42353,"./ar-ma":24496,"./ar-ma.js":24496,"./ar-ps":6947,"./ar-ps.js":6947,"./ar-sa":82682,"./ar-sa.js":82682,"./ar-tn":89756,"./ar-tn.js":89756,"./ar.js":61509,"./az":95533,"./az.js":95533,"./be":28959,"./be.js":28959,"./bg":47777,"./bg.js":47777,"./bm":54903,"./bm.js":54903,"./bn":61290,"./bn-bd":17357,"./bn-bd.js":17357,"./bn.js":61290,"./bo":31545,"./bo.js":31545,"./br":11470,"./br.js":11470,"./bs":44429,"./bs.js":44429,"./ca":7306,"./ca.js":7306,"./cs":56464,"./cs.js":56464,"./cv":73635,"./cv.js":73635,"./cy":64226,"./cy.js":64226,"./da":93601,"./da.js":93601,"./de":77853,"./de-at":26111,"./de-at.js":26111,"./de-ch":54697,"./de-ch.js":54697,"./de.js":77853,"./dv":60708,"./dv.js":60708,"./el":54691,"./el.js":54691,"./en-au":53872,"./en-au.js":53872,"./en-ca":28298,"./en-ca.js":28298,"./en-gb":56195,"./en-gb.js":56195,"./en-ie":66584,"./en-ie.js":66584,"./en-il":65543,"./en-il.js":65543,"./en-in":9033,"./en-in.js":9033,"./en-nz":79402,"./en-nz.js":79402,"./en-sg":20623,"./en-sg.js":20623,"./eo":32934,"./eo.js":32934,"./es":97650,"./es-do":20838,"./es-do.js":20838,"./es-mx":17730,"./es-mx.js":17730,"./es-us":56575,"./es-us.js":56575,"./es.js":97650,"./et":3035,"./et.js":3035,"./eu":3508,"./eu.js":3508,"./fa":119,"./fa.js":119,"./fi":90527,"./fi.js":90527,"./fil":95995,"./fil.js":95995,"./fo":52477,"./fo.js":52477,"./fr":85498,"./fr-ca":26435,"./fr-ca.js":26435,"./fr-ch":37892,"./fr-ch.js":37892,"./fr.js":85498,"./fy":37071,"./fy.js":37071,"./ga":41734,"./ga.js":41734,"./gd":70217,"./gd.js":70217,"./gl":77329,"./gl.js":77329,"./gom-deva":32124,"./gom-deva.js":32124,"./gom-latn":93383,"./gom-latn.js":93383,"./gu":95050,"./gu.js":95050,"./he":11713,"./he.js":11713,"./hi":43861,"./hi.js":43861,"./hr":26308,"./hr.js":26308,"./hu":90609,"./hu.js":90609,"./hy-am":17160,"./hy-am.js":17160,"./id":74063,"./id.js":74063,"./is":89374,"./is.js":89374,"./it":88383,"./it-ch":21827,"./it-ch.js":21827,"./it.js":88383,"./ja":23827,"./ja.js":23827,"./jv":89722,"./jv.js":89722,"./ka":41794,"./ka.js":41794,"./kk":27088,"./kk.js":27088,"./km":96870,"./km.js":96870,"./kn":84451,"./kn.js":84451,"./ko":63164,"./ko.js":63164,"./ku":98174,"./ku-kmr":6181,"./ku-kmr.js":6181,"./ku.js":98174,"./ky":78474,"./ky.js":78474,"./lb":79680,"./lb.js":79680,"./lo":15867,"./lo.js":15867,"./lt":45766,"./lt.js":45766,"./lv":69532,"./lv.js":69532,"./me":58076,"./me.js":58076,"./mi":41848,"./mi.js":41848,"./mk":30306,"./mk.js":30306,"./ml":73739,"./ml.js":73739,"./mn":99053,"./mn.js":99053,"./mr":86169,"./mr.js":86169,"./ms":51005,"./ms-my":92297,"./ms-my.js":92297,"./ms.js":51005,"./mt":77075,"./mt.js":77075,"./my":72264,"./my.js":72264,"./nb":22274,"./nb.js":22274,"./ne":8235,"./ne.js":8235,"./nl":92572,"./nl-be":43784,"./nl-be.js":43784,"./nl.js":92572,"./nn":54566,"./nn.js":54566,"./oc-lnc":69330,"./oc-lnc.js":69330,"./pa-in":29849,"./pa-in.js":29849,"./pl":94418,"./pl.js":94418,"./pt":79834,"./pt-br":48303,"./pt-br.js":48303,"./pt.js":79834,"./ro":24457,"./ro.js":24457,"./ru":82271,"./ru.js":82271,"./sd":1221,"./sd.js":1221,"./se":33478,"./se.js":33478,"./si":17538,"./si.js":17538,"./sk":5784,"./sk.js":5784,"./sl":46637,"./sl.js":46637,"./sq":86794,"./sq.js":86794,"./sr":45719,"./sr-cyrl":3322,"./sr-cyrl.js":3322,"./sr.js":45719,"./ss":56e3,"./ss.js":56e3,"./sv":41011,"./sv.js":41011,"./sw":40748,"./sw.js":40748,"./ta":11025,"./ta.js":11025,"./te":11885,"./te.js":11885,"./tet":28861,"./tet.js":28861,"./tg":86571,"./tg.js":86571,"./th":55802,"./th.js":55802,"./tk":59527,"./tk.js":59527,"./tl-ph":29231,"./tl-ph.js":29231,"./tlh":31052,"./tlh.js":31052,"./tr":85096,"./tr.js":85096,"./tzl":79846,"./tzl.js":79846,"./tzm":81765,"./tzm-latn":97711,"./tzm-latn.js":97711,"./tzm.js":81765,"./ug-cn":48414,"./ug-cn.js":48414,"./uk":16618,"./uk.js":16618,"./ur":57777,"./ur.js":57777,"./uz":57609,"./uz-latn":72475,"./uz-latn.js":72475,"./uz.js":57609,"./vi":21135,"./vi.js":21135,"./x-pseudo":64051,"./x-pseudo.js":64051,"./yo":82218,"./yo.js":82218,"./zh-cn":52648,"./zh-cn.js":52648,"./zh-hk":1632,"./zh-hk.js":1632,"./zh-mo":31541,"./zh-mo.js":31541,"./zh-tw":50304,"./zh-tw.js":50304};function i(t){var e=n(t);return a(e)}function n(t){if(!a.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}i.keys=function(){return Object.keys(s)},i.resolve=n,t.exports=i,i.id=35358},57262(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(3733),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},29171(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(86400),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},18679(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(19474),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},26315(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(38768),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},80430(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(66196),i=a(45941),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},65465(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(36809),i=a(19990),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},47739(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(77764),i=a(41660),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},50828(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(63152),i=a(32311),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(62405);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"e104c6c0",null).exports},13929(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(64981),i=a(13398),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(61936);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"70ab776d",null).exports},93139(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(83121),i=a(15568),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(45378);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"3ed77eba",null).exports},27707(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(67774),i=a(41304),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},8889(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(32754),i=a(64814),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},98385(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(1711),i=a(41094),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},7210(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(90322),i=a(48965),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},62355(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(65781),i=a(62160),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(17632);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"a624f3ac",null).exports},34429(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(94212),i=a(96634),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},45941(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(95366),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},19990(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(71847),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},41660(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(44107),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},32311(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(56310),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},13398(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(51839),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},15568(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(86871),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},41304(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(99697),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},64814(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(72173),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},41094(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(47835),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},48965(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(4970),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},62160(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(45053),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},96634(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(16563),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},66196(t,e,a){"use strict";a.r(e);var s=a(69385),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},36809(t,e,a){"use strict";a.r(e);var s=a(41298),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},77764(t,e,a){"use strict";a.r(e);var s=a(54449),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},63152(t,e,a){"use strict";a.r(e);var s=a(38343),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},64981(t,e,a){"use strict";a.r(e);var s=a(10698),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},83121(t,e,a){"use strict";a.r(e);var s=a(63671),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},67774(t,e,a){"use strict";a.r(e);var s=a(64441),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},32754(t,e,a){"use strict";a.r(e);var s=a(38391),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},1711(t,e,a){"use strict";a.r(e);var s=a(24664),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},90322(t,e,a){"use strict";a.r(e);var s=a(16231),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},65781(t,e,a){"use strict";a.r(e);var s=a(96858),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},94212(t,e,a){"use strict";a.r(e);var s=a(23075),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},62405(t,e,a){"use strict";a.r(e);var s=a(57262),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},61936(t,e,a){"use strict";a.r(e);var s=a(29171),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},45378(t,e,a){"use strict";a.r(e);var s=a(18679),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},17632(t,e,a){"use strict";a.r(e);var s=a(26315),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)}},t=>{t.O(0,[3660],()=>{return e=36671,t(t.s=e);var e});t.O()}]); \ No newline at end of file +(self.webpackChunkpixelfed=self.webpackChunkpixelfed||[]).push([[9567],{95366(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(2e4);a(73718);function i(){var t,e,a="function"==typeof Symbol?Symbol:{},s=a.iterator||"@@iterator",o=a.toStringTag||"@@toStringTag";function r(a,s,i,o){var r=s&&s.prototype instanceof c?s:c,d=Object.create(r.prototype);return n(d,"_invoke",function(a,s,i){var n,o,r,c=0,d=i||[],u=!1,m={p:0,n:0,v:t,a:p,f:p.bind(t,4),d:function(e,a){return n=e,o=0,r=t,m.n=a,l}};function p(a,s){for(o=a,r=s,e=0;!u&&c&&!i&&e3?(i=v===s)&&(r=n[(o=n[4])?5:(o=3,3)],n[4]=n[5]=t):n[0]<=p&&((i=a<2&&ps||s>v)&&(n[4]=a,n[5]=s,m.n=v,o=0))}if(i||a>1)return l;throw u=!0,s}return function(i,d,v){if(c>1)throw TypeError("Generator is already running");for(u&&1===d&&p(d,v),o=d,r=v;(e=o<2?t:r)||!u;){n||(o?o<3?(o>1&&(m.n=-1),p(o,r)):m.n=r:m.v=r);try{if(c=2,n){if(o||(i="next"),e=n[i]){if(!(e=e.call(n,r)))throw TypeError("iterator result is not an object");if(!e.done)return e;r=e.value,o<2&&(o=0)}else 1===o&&(e=n.return)&&e.call(n),o<2&&(r=TypeError("The iterator does not provide a '"+i+"' method"),o=1);n=t}else if((e=(u=m.n<0)?r:a.call(s,m))!==l)break}catch(e){n=t,o=1,r=e}finally{c=1}}return{value:e,done:u}}}(a,i,o),!0),d}var l={};function c(){}function d(){}function u(){}e=Object.getPrototypeOf;var m=[][s]?e(e([][s]())):(n(e={},s,function(){return this}),e),p=u.prototype=c.prototype=Object.create(m);function v(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,u):(t.__proto__=u,n(t,o,"GeneratorFunction")),t.prototype=Object.create(p),t}return d.prototype=u,n(p,"constructor",u),n(u,"constructor",d),d.displayName="GeneratorFunction",n(u,o,"GeneratorFunction"),n(p),n(p,o,"Generator"),n(p,s,function(){return this}),n(p,"toString",function(){return"[object Generator]"}),(i=function(){return{w:r,m:v}})()}function n(t,e,a,s){var i=Object.defineProperty;try{i({},"",{})}catch(t){i=0}n=function(t,e,a,s){function o(e,a){n(t,e,function(t){return this._invoke(e,a,t)})}e?i?i(t,e,{value:a,enumerable:!s,configurable:!s,writable:!s}):t[e]=a:(o("next",0),o("throw",1),o("return",2))},n(t,e,a,s)}function o(t,e,a,s,i,n,o){try{var r=t[n](o),l=r.value}catch(t){return void a(t)}r.done?e(l):Promise.resolve(l).then(s,i)}const r={components:{Autocomplete:s.default},data:function(){return{loaded:!1,tabIndex:0,config:{autospam_enabled:null,open:0,closed:0},closedReports:[],closedReportsFetched:!1,closedReportsCursor:null,closedReportsCanLoadMore:!1,showSpamReportModal:!1,showSpamReportModalLoading:!0,viewingSpamReport:void 0,viewingSpamReportLoading:!1,showNonSpamModal:!1,nonSpamAccounts:[],searchLoading:!1,customTokens:[],customTokensFetched:!1,customTokensCanLoadMore:!1,showCreateTokenModal:!1,customTokenForm:{token:void 0,weight:1,category:"spam",note:void 0,active:!0},showEditTokenModal:!1,editCustomToken:{},editCustomTokenForm:{token:void 0,weight:1,category:"spam",note:void 0,active:!0}}},mounted:function(){var t=this;setTimeout(function(){t.loaded=!0,t.fetchConfig()},1e3)},methods:{toggleTab:function(t){var e=this;this.tabIndex=t,0==t&&setTimeout(function(){e.initChart()},500),"closed_reports"!==t||this.closedReportsFetched||this.fetchClosedReports(),"manage_tokens"!==t||this.customTokensFetched||this.fetchCustomTokens()},formatCount:function(t){return App.util.format.count(t)},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},fetchConfig:function(){var t=this;axios.post("/i/admin/api/autospam/config").then(function(e){t.config=e.data,t.loaded=!0}).finally(function(){setTimeout(function(){t.initChart()},100)})},initChart:function(){new Chart(document.querySelector("#c1-dark"),{type:"line",options:{scales:{yAxes:[{gridLines:{lineWidth:1,color:"#212529",zeroLineColor:"#212529"}}]}},data:{datasets:[{data:this.config.graph}],labels:this.config.graphLabels}})},fetchClosedReports:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/autospam/reports/closed";axios.post(e).then(function(e){t.closedReports=e.data}).finally(function(){t.closedReportsFetched=!0})},viewSpamReport:function(t){this.viewingSpamReportLoading=!1,this.viewingSpamReport=t,this.showSpamReportModal=!0,setTimeout(function(){pixelfed.readmore()},500)},autospamPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.closedReports.links.next:this.closedReports.links.prev;this.fetchClosedReports(e)},autospamTrainSpam:function(){event.currentTarget.blur(),axios.post("/i/admin/api/autospam/train").then(function(t){swal("Training Autospam!","A background job has been dispatched to train Autospam!","success"),setTimeout(function(){window.location.reload()},1e4)}).catch(function(t){422===t.response.status?swal("Error",t.response.data.error,"error"):swal("Error","Oops, an error occured, please try again later","error")})},autospamTrainNonSpam:function(){this.showNonSpamModal=!0},composeSearch:function(t){var e=this;return t.length<1?[]:axios.post("/i/admin/api/autospam/search/non-spam",{q:t}).then(function(t){return t.data.filter(function(t){return!e.nonSpamAccounts||!e.nonSpamAccounts.length||e.nonSpamAccounts&&-1==e.nonSpamAccounts.map(function(t){return t.id}).indexOf(t.id)})})},getTagResultValue:function(t){return t.username},onSearchResultClick:function(t){-1==this.nonSpamAccounts.map(function(t){return t.id}).indexOf(t.id)&&this.nonSpamAccounts.push(t)},autospamTrainNonSpamRemove:function(t){this.nonSpamAccounts.splice(t,1)},autospamTrainNonSpamSubmit:function(){this.showNonSpamModal=!1,axios.post("/i/admin/api/autospam/train/non-spam",{accounts:this.nonSpamAccounts}).then(function(t){swal("Training Autospam!","A background job has been dispatched to train Autospam!","success"),setTimeout(function(){window.location.reload()},1e4)}).catch(function(t){422===t.response.status?swal("Error",t.response.data.error,"error"):swal("Error","Oops, an error occured, please try again later","error")})},fetchCustomTokens:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/autospam/tokens/custom";axios.post(e).then(function(e){t.customTokens=e.data}).finally(function(){t.customTokensFetched=!0})},handleSaveToken:function(){var t=this;axios.post("/i/admin/api/autospam/tokens/store",this.customTokenForm).then(function(t){console.log(t.data)}).catch(function(t){swal("Oops! An Error Occured",t.response.data.message,"error")}).finally(function(){t.customTokenForm={token:void 0,weight:1,category:"spam",note:void 0,active:!0},t.fetchCustomTokens()})},openEditTokenModal:function(t){event.currentTarget.blur(),this.editCustomToken=t,this.editCustomTokenForm=t,this.showEditTokenModal=!0},handleUpdateToken:function(){axios.post("/i/admin/api/autospam/tokens/update",this.editCustomTokenForm).then(function(t){console.log(t.data)})},autospamTokenPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.customTokens.next_page_url:this.customTokens.prev_page_url;this.fetchCustomTokens(e)},downloadExport:function(){event.currentTarget.blur(),axios.post("/i/admin/api/autospam/tokens/export",{},{responseType:"blob"}).then(function(t){var e=document.createElement("a");e.setAttribute("download","pixelfed-autospam-export.json");var a=URL.createObjectURL(t.data);e.href=a,e.setAttribute("target","_blank"),e.click(),URL.revokeObjectURL(a)}).catch(function(){var t,e=(t=i().m(function t(e){var a,s;return i().w(function(t){for(;;)switch(t.n){case 0:if(a=e.response.data,!("blob"===e.request.responseType&&e.response.data instanceof Blob&&e.response.data.type&&-1!=e.response.data.type.toLowerCase().indexOf("json"))){t.n=2;break}return s=JSON,t.n=1,e.response.data.text();case 1:a=s.parse.call(s,t.v),swal("Export Error",a.error,"error");case 2:case 3:return t.a(2)}},t)}),function(){var e=this,a=arguments;return new Promise(function(s,i){var n=t.apply(e,a);function r(t){o(n,s,i,r,l,"next",t)}function l(t){o(n,s,i,r,l,"throw",t)}r(void 0)})});return function(t){return e.apply(this,arguments)}}())},enableAdvanced:function(){event.currentTarget.blur(),!this.config.files.spam.exists||!this.config.files.ham.exists||!this.config.files.combined.exists||this.config.files.spam.size<1e3||this.config.files.ham.size<1e3||this.config.files.combined.size<1e3?swal("Training Required",'Before you can enable Advanced Detection, you need to train the models.\n\n Click on the "Train Autospam" tab and train both categories before proceeding',"error"):swal({title:"Confirm",text:"Are you sure you want to enable Advanced Detection?",icon:"warning",dangerMode:!0,buttons:{cancel:"Cancel",confirm:{text:"Enable",value:"enable"}}}).then(function(t){"enable"===t&&axios.post("/i/admin/api/autospam/config/enable").then(function(t){swal("Success! Advanced Detection is now enabled!\n\n This page will reload in a few seconds!",{icon:"success"}),setTimeout(function(){window.location.reload()},5e3)}).catch(function(t){swal("Oops!","An error occured, please try again later","error")})})},disableAdvanced:function(){event.currentTarget.blur(),swal({title:"Confirm",text:"Are you sure you want to disable Advanced Detection?",icon:"warning",dangerMode:!0,buttons:{cancel:"Cancel",confirm:{text:"Disable",value:"disable"}}}).then(function(t){"disable"===t&&axios.post("/i/admin/api/autospam/config/disable").then(function(t){swal("Success! Advanced Detection is now disabled!\n\n This page will reload in a few seconds!",{icon:"success"}),setTimeout(function(){window.location.reload()},5e3)}).catch(function(t){swal("Oops!","An error occured, please try again later","error")})})},handleImport:function(){event.currentTarget.blur(),swal("Error","You do not have enough data to support importing.","error")}}}},71847(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(74692);const i={data:function(){return{loaded:!1,initialData:{},tabIndex:1,tabs:[{id:1,title:"Overview",icon:"far fa-home"},{id:3,title:"Server Details",icon:"far fa-info-circle"},{id:4,title:"Admin Contact",icon:"far fa-user-crown"},{id:5,title:"Favourite Posts",icon:"far fa-heart"},{id:6,title:"Privacy Pledge",icon:"far fa-eye-slash"},{id:7,title:"Community Guidelines",icon:"far fa-smile-beam"},{id:8,title:"Feature Requirements",icon:"far fa-bolt"},{id:9,title:"User Testimonials",icon:"far fa-comment-smile"}],form:{summary:"",location:0,contact_account:0,contact_email:"",privacy_pledge:void 0,banner_image:void 0,locale:0},requirements:{activitypub_enabled:void 0,open_registration:void 0,oauth_enabled:void 0,curated_onboarding:void 0},feature_config:[],requirements_validator:[],popularPostsLoaded:!1,popularPosts:[],selectedPopularPosts:[],selectedPosts:[],favouritePostByIdInput:"",favouritePostByIdFetching:!1,communityGuidelines:[],isUploadingBanner:!1,state:{is_eligible:!1,submission_exists:!1,awaiting_approval:!1,is_active:!1,submission_timestamp:void 0},isSubmitting:!1,testimonial:{username:void 0,body:void 0},testimonials:[],isEditingTestimonial:!1,editingTestimonial:void 0}},mounted:function(){this.fetchInitialData()},methods:{toggleTab:function(t){this.tabIndex=t},fetchInitialData:function(){var t=this;axios.get("/i/admin/api/directory/initial-data").then(function(e){t.initialData=e.data,e.data.activitypub_enabled&&(t.requirements.activitypub_enabled=e.data.activitypub_enabled),e.data.open_registration&&(t.requirements.open_registration=e.data.open_registration),e.data.curated_onboarding&&(t.requirements.curated_onboarding=e.data.curated_onboarding),e.data.oauth_enabled&&(t.requirements.oauth_enabled=e.data.oauth_enabled),e.data.summary&&(t.form.summary=e.data.summary),e.data.location&&(t.form.location=e.data.location),e.data.favourite_posts&&(t.selectedPosts=e.data.favourite_posts),e.data.admin&&(t.form.contact_account=e.data.admin),e.data.contact_email&&(t.form.contact_email=e.data.contact_email),e.data.community_guidelines&&(t.communityGuidelines=e.data.community_guidelines),e.data.privacy_pledge&&(t.form.privacy_pledge=e.data.privacy_pledge),e.data.feature_config&&(t.feature_config=e.data.feature_config),e.data.requirements_validator&&(t.requirements_validator=e.data.requirements_validator),e.data.banner_image&&(t.form.banner_image=e.data.banner_image),e.data.primary_locale&&(t.form.primary_locale=e.data.primary_locale),e.data.is_eligible&&(t.state.is_eligible=e.data.is_eligible),e.data.testimonials&&(t.testimonials=e.data.testimonials),e.data.submission_state&&(t.state.is_active=e.data.submission_state.active_submission,t.state.submission_exists=e.data.submission_state.pending_submission,t.state.awaiting_approval=e.data.submission_state.pending_submission)}).then(function(){t.loaded=!0})},initPopularPosts:function(){var t=this;this.popularPostsLoaded||axios.get("/i/admin/api/directory/popular-posts").then(function(e){t.popularPosts=e.data.filter(function(e){return!t.selectedPosts.map(function(t){return t.id}).includes(e.id)})}).then(function(){t.popularPostsLoaded=!0})},formatCount:function(t){return window.App.util.format.count(t)},formatDateTime:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{dateStyle:"medium",timeStyle:"short"}).format(e)},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{month:"short",year:"numeric"}).format(e)},formatTimestamp:function(t){return window.App.util.format.timeAgo(t)},togglePopularPost:function(t,e){if(this.selectedPosts.length)if(this.selectedPosts.map(function(t){return t.id}).includes(t))this.selectedPosts=this.selectedPosts.filter(function(e){return e.id!=t});else{if(this.selectedPosts.length>=12)return swal("Oops!","You can only select 12 popular posts","error"),void(event.currentTarget.checked=!1);this.selectedPosts.push(e)}else this.selectedPosts.push(e)},toggleSelectedPost:function(t){this.selectedPosts=this.selectedPosts.filter(function(e){return e.id!==t.id})},handlePostByIdSearch:function(){var t=this;event.currentTarget.blur(),this.selectedPosts.length>=12?swal("Oops","You can only select 12 posts","error"):(this.favouritePostByIdFetching=!0,axios.post("/i/admin/api/directory/add-by-id",{q:this.favouritePostByIdInput}).then(function(e){t.selectedPosts.map(function(t){return t.id}).includes(e.data.id)?swal("Oops!","You already selected this post!","error"):(t.selectedPosts.push(e.data),t.favouritePostByIdInput="",t.popularPosts=t.popularPosts.filter(function(t){return t.id!=e.data.id}))}).then(function(){t.favouritePostByIdFetching=!1,s("#favposts-1-tab").tab("show")}).catch(function(e){swal("Invalid Post","The post id you added is not valid","error"),t.favouritePostByIdFetching=!1}))},save:function(){axios.post("/i/admin/api/directory/save",{location:this.form.location,summary:this.form.summary,admin_uid:this.form.contact_account,contact_email:this.form.contact_email,favourite_posts:this.selectedPosts.map(function(t){return t.id}),privacy_pledge:this.form.privacy_pledge}).then(function(t){swal("Success!","Successfully saved directory settings","success")}).catch(function(t){swal("Oops!",t.response.data.message,"error")})},uploadBannerImage:function(){var t=this;if(this.isUploadingBanner=!0,window.confirm("Are you sure you want to update your server banner image?")){var e=new FormData;e.append("banner_image",this.$refs.bannerImageRef.files[0]),axios.post("/i/admin/api/directory/save",e,{headers:{"Content-Type":"multipart/form-data"}}).then(function(e){t.form.banner_image=e.data.banner_image,t.isUploadingBanner=!1}).catch(function(e){swal("Error",e.response.data.message,"error"),t.isUploadingBanner=!1})}else this.isUploadingBanner=!1},deleteBannerImage:function(){var t=this;window.confirm("Are you sure you want to delete your server banner image?")&&axios.delete("/i/admin/api/directory/banner-image").then(function(e){t.form.banner_image=e.data}).catch(function(t){console.log(t)})},handleSubmit:function(){var t=this;window.confirm("Are you sure you want to submit your server?")&&(this.isSubmitting=!0,axios.post("/i/admin/api/directory/submit").then(function(e){setTimeout(function(){t.isSubmitting=!1,t.state.is_active=!0,console.log(e.data)},3e3)}).catch(function(t){swal("Error",t.response.data.message,"error")}))},deleteTestimonial:function(t){var e=this;window.confirm("Are you sure you want to delete the testimonial by "+t.profile.username+"?")&&axios.post("/i/admin/api/directory/testimonial/delete",{profile_id:t.profile.id}).then(function(a){e.testimonials=e.testimonials.filter(function(e){return e.profile.id!=t.profile.id})})},editTestimonial:function(t){this.isEditingTestimonial=!0,this.editingTestimonial=t},saveTestimonial:function(){var t,e=this;null===(t=event.currentTarget)||void 0===t||t.blur(),axios.post("/i/admin/api/directory/testimonial/save",{username:this.testimonial.username,body:this.testimonial.body}).then(function(t){e.testimonials.push(t.data),e.testimonial={username:void 0,body:void 0}}).catch(function(t){var e=t.response.data.hasOwnProperty("error")?t.response.data.error:t.response.data.message;swal("Oops!",e,"error")})},cancelEditTestimonial:function(){var t;null===(t=event.currentTarget)||void 0===t||t.blur(),this.isEditingTestimonial=!1,this.editingTestimonial={}},saveEditTestimonial:function(){var t,e=this;null===(t=event.currentTarget)||void 0===t||t.blur(),axios.post("/i/admin/api/directory/testimonial/update",{profile_id:this.editingTestimonial.profile.id,body:this.editingTestimonial.body}).then(function(t){e.isEditingTestimonial=!1,e.editingTestimonial={}})}},watch:{selectedPosts:function(t){var e=t.map(function(t){return t.id});this.popularPosts=this.popularPosts.filter(function(t){return!e.includes(t.id)})}}}},44107(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(2e4);a(73718);const i={components:{Autocomplete:s.default},data:function(){return{loaded:!1,tabIndex:0,stats:{total_unique:0,total_posts:0,added_14_days:0,total_banned:0,total_nsfw:0},hashtags:[],pagination:[],sortCol:void 0,sortDir:void 0,trendingTags:[],bannedTags:[],showEditModal:!1,editingHashtag:void 0,editSaved:!1,editSavedTimeout:void 0,searchLoading:!1}},mounted:function(){var t=this;this.fetchStats(),this.fetchHashtags(),this.$root.$on("bv::modal::hidden",function(e,a){t.editSaved=!1,clearTimeout(t.editSavedTimeout),t.editingHashtag=void 0})},watch:{editingHashtag:{deep:!0,immediate:!0,handler:function(t,e){null!=t&&null!=e&&this.storeHashtagEdit(t)}}},methods:{fetchStats:function(){var t=this;axios.get("/i/admin/api/hashtags/stats").then(function(e){t.stats=e.data})},fetchHashtags:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/hashtags/query";axios.get(e).then(function(e){t.hashtags=e.data.data,t.pagination={next:e.data.links.next,prev:e.data.links.prev},t.loaded=!0})},prettyCount:function(t){return t?t.toLocaleString("en-CA",{compactDisplay:"short",notation:"compact"}):t},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},boolIcon:function(t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"text-muted";return t?''):'')},paginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev;this.fetchHashtags(e)},toggleCol:function(t){this.sortCol=t,this.sortDir?this.sortDir="asc"==this.sortDir?"desc":"asc":this.sortDir="desc";var e="/i/admin/api/hashtags/query?sort="+t+"&dir="+this.sortDir;this.fetchHashtags(e)},buildColumn:function(t,e){var a='';return e==this.sortCol&&(a="desc"==this.sortDir?'':''),"".concat(t," ").concat(a)},toggleTab:function(t){var e=this;if(this.loaded=!1,this.tabIndex=t,0===t)this.fetchHashtags();else if(1===t)axios.get("/api/v1.1/discover/posts/hashtags").then(function(t){e.trendingTags=t.data,e.loaded=!0});else if(2===t){this.fetchHashtags("/i/admin/api/hashtags/query?action=banned")}else if(3===t){this.fetchHashtags("/i/admin/api/hashtags/query?action=nsfw")}},openEditHashtagModal:function(t){var e=this;this.editSaved=!1,clearTimeout(this.editSavedTimeout),this.$nextTick(function(){axios.get("/i/admin/api/hashtags/get",{params:{id:t.id}}).then(function(t){e.editingHashtag=t.data.data,e.showEditModal=!0})})},storeHashtagEdit:function(t,e){var a=this;this.editSaved=!1,t.is_banned&&(t.can_trend||t.can_search)&&swal("Banned Hashtag Limits","Banned hashtags cannot trend or be searchable, to allow those you need to unban the hashtag","error"),axios.post("/i/admin/api/hashtags/update",t).then(function(e){a.editSaved=!0,1!==a.tabIndex&&(a.hashtags=a.hashtags.map(function(a){return a.id==t.id&&(a=e.data.data),a})),a.editSavedTimeout=setTimeout(function(){a.editSaved=!1},5e3)}).catch(function(t){swal("Oops!","An error occured, please try again.","error"),console.log(t)})},composeSearch:function(t){return t.length<1?[]:axios.get("/i/admin/api/hashtags/query",{params:{q:t,sort:"cached_count",dir:"desc"}}).then(function(t){return t.data.data})},getTagResultValue:function(t){return t.name},onSearchResultClick:function(t){this.openEditHashtagModal(t)},clearTrendingCache:function(){event.currentTarget.blur(),window.confirm("Are you sure you want to clear the trending hashtags cache?")&&axios.post("/i/admin/api/hashtags/clear-trending-cache").then(function(t){swal("Cache Cleared!","Successfully cleared the trending hashtag cache!","success")})}}}},56310(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>m});var s=a(2e4);a(73718);function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function n(){var t,e,a="function"==typeof Symbol?Symbol:{},s=a.iterator||"@@iterator",i=a.toStringTag||"@@toStringTag";function r(a,s,i,n){var r=s&&s.prototype instanceof c?s:c,d=Object.create(r.prototype);return o(d,"_invoke",function(a,s,i){var n,o,r,c=0,d=i||[],u=!1,m={p:0,n:0,v:t,a:p,f:p.bind(t,4),d:function(e,a){return n=e,o=0,r=t,m.n=a,l}};function p(a,s){for(o=a,r=s,e=0;!u&&c&&!i&&e3?(i=v===s)&&(r=n[(o=n[4])?5:(o=3,3)],n[4]=n[5]=t):n[0]<=p&&((i=a<2&&ps||s>v)&&(n[4]=a,n[5]=s,m.n=v,o=0))}if(i||a>1)return l;throw u=!0,s}return function(i,d,v){if(c>1)throw TypeError("Generator is already running");for(u&&1===d&&p(d,v),o=d,r=v;(e=o<2?t:r)||!u;){n||(o?o<3?(o>1&&(m.n=-1),p(o,r)):m.n=r:m.v=r);try{if(c=2,n){if(o||(i="next"),e=n[i]){if(!(e=e.call(n,r)))throw TypeError("iterator result is not an object");if(!e.done)return e;r=e.value,o<2&&(o=0)}else 1===o&&(e=n.return)&&e.call(n),o<2&&(r=TypeError("The iterator does not provide a '"+i+"' method"),o=1);n=t}else if((e=(u=m.n<0)?r:a.call(s,m))!==l)break}catch(e){n=t,o=1,r=e}finally{c=1}}return{value:e,done:u}}}(a,i,n),!0),d}var l={};function c(){}function d(){}function u(){}e=Object.getPrototypeOf;var m=[][s]?e(e([][s]())):(o(e={},s,function(){return this}),e),p=u.prototype=c.prototype=Object.create(m);function v(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,u):(t.__proto__=u,o(t,i,"GeneratorFunction")),t.prototype=Object.create(p),t}return d.prototype=u,o(p,"constructor",u),o(u,"constructor",d),d.displayName="GeneratorFunction",o(u,i,"GeneratorFunction"),o(p),o(p,i,"Generator"),o(p,s,function(){return this}),o(p,"toString",function(){return"[object Generator]"}),(n=function(){return{w:r,m:v}})()}function o(t,e,a,s){var i=Object.defineProperty;try{i({},"",{})}catch(t){i=0}o=function(t,e,a,s){function n(e,a){o(t,e,function(t){return this._invoke(e,a,t)})}e?i?i(t,e,{value:a,enumerable:!s,configurable:!s,writable:!s}):t[e]=a:(n("next",0),n("throw",1),n("return",2))},o(t,e,a,s)}function r(t,e,a,s,i,n,o){try{var r=t[n](o),l=r.value}catch(t){return void a(t)}r.done?e(l):Promise.resolve(l).then(s,i)}function l(t){return function(){var e=this,a=arguments;return new Promise(function(s,i){var n=t.apply(e,a);function o(t){r(n,s,i,o,l,"next",t)}function l(t){r(n,s,i,o,l,"throw",t)}o(void 0)})}}function c(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),a.push.apply(a,s)}return a}function d(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/instances/get";axios.get(e).then(function(e){t.instances=e.data.data,t.pagination=d(d({},e.data.links),e.data.meta)}).then(function(){t.$nextTick(function(){t.loaded=!0})})},toggleTab:function(t){this.loaded=!1,this.tabIndex=t,this.searchQuery=void 0;var e="/i/admin/api/instances/get?filter="+this.filterMap[t];history.pushState(null,"","/i/admin/instances?filter="+this.filterMap[t]),this.fetchInstances(e)},prettyCount:function(t){return t?t.toLocaleString("en-CA",{compactDisplay:"short",notation:"compact"}):0},formatCount:function(t){return t?t.toLocaleString("en-CA"):0},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},boolIcon:function(t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"text-muted";return t?''):'')},toggleCol:function(t){if(this.filterMap[this.tabIndex]!=t&&!this.searchQuery){this.sortCol=t,this.sortDir?this.sortDir="asc"==this.sortDir?"desc":"asc":this.sortDir="desc";var e=new URL(window.location.origin+"/i/admin/instances");e.searchParams.set("sort",t),e.searchParams.set("dir",this.sortDir),0!=this.tabIndex&&e.searchParams.set("filter",this.filterMap[this.tabIndex]),history.pushState(null,"",e);var a=new URL(window.location.origin+"/i/admin/api/instances/get");a.searchParams.set("sort",t),a.searchParams.set("dir",this.sortDir),0!=this.tabIndex&&a.searchParams.set("filter",this.filterMap[this.tabIndex]),this.fetchInstances(a.toString())}},buildColumn:function(t,e){if(-1!=[1,5,6].indexOf(this.tabIndex)||this.searchQuery&&this.searchQuery.length)return t;if(2===this.tabIndex&&"banned"===e)return t;if(3===this.tabIndex&&"auto_cw"===e)return t;if(4===this.tabIndex&&"unlisted"===e)return t;var a='';return e==this.sortCol&&(a="desc"==this.sortDir?'':''),"".concat(t," ").concat(a)},paginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev,a="next"==t?this.pagination.next_cursor:this.pagination.prev_cursor,s=new URL(window.location.origin+"/i/admin/instances");a&&s.searchParams.set("cursor",a),this.searchQuery&&s.searchParams.set("q",this.searchQuery),this.sortCol&&s.searchParams.set("sort",this.sortCol),this.sortDir&&s.searchParams.set("dir",this.sortDir),history.pushState(null,"",s.toString()),this.fetchInstances(e)},composeSearch:function(t){var e=this;return t.length<1?[]:(this.searchQuery=t,history.pushState(null,"","/i/admin/instances?q="+t),axios.get("/i/admin/api/instances/query",{params:{q:t}}).then(function(t){return t&&t.data?(e.tabIndex=-1,e.instances=t.data.data,e.pagination=d(d({},t.data.links),t.data.meta)):e.fetchInstances(),t.data.data}))},getTagResultValue:function(t){return t.name},onSearchResultClick:function(t){this.openInstanceModal(t.id)},openInstanceModal:function(t){var e=this,a=this.instances.filter(function(e){return e.id===t})[0];this.refreshedModalStats=!1,this.editingInstanceChanges=!1,this.instanceModalNotes=!1,this.canEditInstance=!1,this.instanceModal=a,this.$nextTick(function(){e.editingInstance=a,e.showInstanceModal=!0,e.canEditInstance=!0})},showModalNotes:function(){this.instanceModalNotes=!0},saveInstanceModalChanges:function(){var t=this;axios.post("/i/admin/api/instances/update",this.editingInstance).then(function(e){t.showInstanceModal=!1,t.$bvToast.toast("Successfully updated ".concat(e.data.data.domain),{title:"Instance Updated",autoHideDelay:5e3,appendToast:!0,variant:"success"})})},saveNewInstance:function(){var t=this;axios.post("/i/admin/api/instances/create",this.addNewInstance).then(function(e){t.showInstanceModal=!1,t.instances.unshift(e.data.data)}).catch(function(e){swal("Oops!","An error occured, please try again later.","error"),t.addNewInstance={domain:"",banned:!1,auto_cw:!1,unlisted:!1,notes:void 0}})},refreshModalStats:function(){var t=this;axios.post("/i/admin/api/instances/refresh-stats",{id:this.instanceModal.id}).then(function(e){t.refreshedModalStats=!0,t.instanceModal=e.data.data,t.editingInstance=e.data.data,t.instances=t.instances.map(function(t){return t.id===e.data.data.id?e.data.data:t})})},deleteInstanceModal:function(){var t=this;window.confirm("Are you sure you want to delete this instance? This will not delete posts or profiles from this instance.")&&axios.post("/i/admin/api/instances/delete",{id:this.instanceModal.id}).then(function(e){t.showInstanceModal=!1,t.instances=t.instances.filter(function(e){return e.id!=t.instanceModal.id})}).then(function(){setTimeout(function(){return t.fetchStats()},1e3)})},openImportForm:function(){var t=document.createElement("p");t.classList.add("text-left"),t.classList.add("mb-0"),t.innerHTML='

Import your instance moderation backup.


Import Instructions:

  1. Press OK
  2. Press "Choose File" on Import form input
  3. Select your pixelfed-instances-mod.json file
  4. Review instance moderation actions. Tap on an instance to remove it
  5. Press "Import" button to finish importing
';var e=document.createElement("div");e.appendChild(t),swal({title:"Import Backup",content:e,icon:"info"}),this.showImportForm=!0},downloadBackup:function(t){axios.get("/i/admin/api/instances/download-backup",{responseType:"blob"}).then(function(t){var e=document.createElement("a");e.setAttribute("download","pixelfed-instances-mod.json");var a=URL.createObjectURL(t.data);e.href=a,e.setAttribute("target","_blank"),e.click(),swal("Instance Backup Downloading","Your instance moderation backup is downloading. Use this to import auto_cw, banned and unlisted instances to supported Pixelfed instances.","success")})},onImportUpload:function(t){var e=this;return l(n().m(function a(){var s;return n().w(function(a){for(;;)switch(a.n){case 0:return a.n=1,e.getParsedImport(t.target.files[0]);case 1:if((s=a.v).hasOwnProperty("version")&&1===s.version){a.n=2;break}return swal("Invalid Backup","We cannot validate this backup. Please try again later.","error"),e.showImportForm=!1,e.$refs.importInput.reset(),a.a(2);case 2:e.importData=s,e.showImportModal=!0;case 3:return a.a(2)}},a)}))()},getParsedImport:function(t){var e=this;return l(n().m(function a(){var s,i,o;return n().w(function(a){for(;;)switch(a.p=a.n){case 0:return a.p=0,a.n=1,e.parseJsonFile(t);case 1:return a.a(2,a.v);case 2:return a.p=2,o=a.v,(s=document.createElement("p")).classList.add("text-left"),s.classList.add("mb-0"),s.innerHTML='

An error occured when attempting to parse the import file. Please try again later.


Error message:

'+o.message+"
",(i=document.createElement("div")).appendChild(s),swal({title:"Import Error",content:i,icon:"error"}),a.a(2)}},a,null,[[0,2]])}))()},promisedParseJSON:function(t){return l(n().m(function e(){return n().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(e,a){try{e(JSON.parse(t))}catch(t){a(t)}}))},e)}))()},parseJsonFile:function(t){var e=this;return l(n().m(function a(){return n().w(function(a){for(;;)if(0===a.n)return a.a(2,new Promise(function(a,s){var i=new FileReader;i.onload=function(t){return a(e.promisedParseJSON(t.target.result))},i.onerror=function(t){return s(t)},i.readAsText(t)}))},a)}))()},filterImportData:function(t,e){switch(t){case"auto_cw":this.importData.auto_cw.splice(e,1);break;case"unlisted":this.importData.unlisted.splice(e,1);break;case"banned":this.importData.banned.splice(e,1)}},completeImport:function(){var t=this;this.showImportForm=!1,axios.post("/i/admin/api/instances/import-data",{banned:this.importData.banned,auto_cw:this.importData.auto_cw,unlisted:this.importData.unlisted}).then(function(t){swal("Import Uploaded","Import successfully uploaded, please allow a few minutes to process.","success")}).then(function(){setTimeout(function(){return t.fetchStats()},1e3)})},cancelImport:function(t){if(this.importData.banned.length||this.importData.auto_cw.length||this.importData.unlisted.length){if(!window.confirm("Are you sure you want to cancel importing?"))return void t.preventDefault();this.showImportForm=!1,this.$refs.importInput.value="",this.importData={banned:[],auto_cw:[],unlisted:[]}}},onViewMoreInstance:function(){this.showInstanceModal=!1,window.location.href="/i/admin/instances/show/"+this.instanceModal.id}}}},51839(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>c});var s=a(98385),i=a(74692);function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function o(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),a.push.apply(a,s)}return a}function r(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/all",a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;axios.get("/i/admin/api/reports/stats").then(function(e){t.stats=e.data}).finally(function(){e?t.fetchReports(e):a&&t.fetchAutospam(a),i('[data-toggle="tooltip"]').tooltip()})},fetchModeratedAccounts:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/moderated-profiles";axios.get(e).then(function(e){t.moderatedProfiles=e.data.data,t.moderatedProfilesPagination={prev:e.data.links.prev,next:e.data.links.next}}).finally(function(){t.loaded=!0,i('[data-toggle="tooltip"]').tooltip()})},paginateModeratedAccounts:function(t){event.currentTarget.blur();var e="next"==t?this.moderatedProfilesPagination.next:this.moderatedProfilesPagination.prev;this.fetchModeratedAccounts(e)},fetchReports:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/all";axios.get(e).then(function(e){t.reports=e.data.data,t.pagination={next:e.data.links.next,prev:e.data.links.prev}}).finally(function(){t.loaded=!0})},fetchRemoteReports:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/remote";axios.get(e).then(function(e){t.reports=e.data.data,t.pagination={next:e.data.links.next,prev:e.data.links.prev}}).finally(function(){t.loaded=!0,t.remoteReportsLoaded=!0})},remoteReportPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev;this.fetchRemoteReports(e)},handleCloseRemoteReportModal:function(){this.showRemoteReportModal=!1},showRemoteReport:function(t){this.remoteReportModalModel=t,this.showRemoteReportModal=!0},refreshRemoteReports:function(){var t=this;this.fetchStats(""),this.$nextTick(function(){t.toggleTab(3)})},paginate:function(t){event.currentTarget.blur();var e="next"==t?this.pagination.next:this.pagination.prev;this.fetchReports(e)},viewReport:function(t){this.viewingReportLoading=!1,this.viewingReport=t,this.showReportModal=!0,window.history.pushState(null,null,"/i/admin/reports?tab=report&id="+t.id),setTimeout(function(){pixelfed.readmore()},1e3)},handleAction:function(t,e){var a=this;event.currentTarget.blur(),this.viewingReportLoading=!0,"ignore"===e||window.confirm(this.getActionLabel(t,e))?(this.loaded=!1,axios.post("/i/admin/api/reports/handle",{id:this.viewingReport.id,object_id:this.viewingReport.object_id,object_type:this.viewingReport.object_type,action:e,action_type:t}).catch(function(t){swal("Error",t.response.data.error,"error")}).finally(function(){a.viewingReportLoading=!0,a.viewingReport=!1,a.showReportModal=!1,setTimeout(function(){a.fetchStats()},1e3)})):this.viewingReportLoading=!1},getActionLabel:function(t,e){if("profile"===t)switch(e){case"ignore":return"Are you sure you want to ignore this profile report?";case"nsfw":return"Are you sure you want to mark this profile as NSFW?";case"unlist":return"Are you sure you want to mark all posts by this profile as unlisted?";case"private":return"Are you sure you want to mark all posts by this profile as private?";case"delete":return"Are you sure you want to delete this profile?"}else if("post"===t)switch(e){case"ignore":return"Are you sure you want to ignore this post report?";case"nsfw":return"Are you sure you want to mark this post as NSFW?";case"unlist":return"Are you sure you want to mark this post as unlisted?";case"private":return"Are you sure you want to mark this post as private?";case"delete":return"Are you sure you want to delete this post?"}else if("story"===t)switch(e){case"ignore":return"Are you sure you want to ignore this story report?";case"delete":return"Are you sure you want to delete this story?";case"delete-all":return"Are you sure you want to delete all stories by this account?"}},fetchAutospam:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/i/admin/api/reports/spam/all";axios.get(e).then(function(e){t.autospam=e.data.data,t.autospamPagination={next:e.data.links.next,prev:e.data.links.prev}}).finally(function(){t.autospamLoaded=!0,t.loaded=!0})},autospamPaginate:function(t){event.currentTarget.blur();var e="next"==t?this.autospamPagination.next:this.autospamPagination.prev;this.fetchAutospam(e)},viewSpamReport:function(t){this.viewingSpamReportLoading=!1,this.viewingSpamReport=t,this.showSpamReportModal=!0,window.history.pushState(null,null,"/i/admin/reports?tab=autospam&id="+t.id),setTimeout(function(){pixelfed.readmore()},1e3)},getSpamActionLabel:function(t){switch(t){case"mark-all-read":return"Are you sure you want to mark all spam reports by this account as read?";case"mark-all-not-spam":return"Are you sure you want to mark all spam reports by this account as not spam?";case"delete-profile":return"Are you sure you want to delete this profile?"}},handleSpamAction:function(t){var e=this;event.currentTarget.blur(),this.viewingSpamReportLoading=!0,"mark-not-spam"===t||"mark-read"===t||window.confirm(this.getSpamActionLabel(t))?(this.loaded=!1,axios.post("/i/admin/api/reports/spam/handle",{id:this.viewingSpamReport.id,action:t}).catch(function(t){swal("Error",t.response.data.error,"error")}).finally(function(){e.viewingSpamReportLoading=!0,e.viewingSpamReport=!1,e.showSpamReportModal=!1,setTimeout(function(){e.fetchStats(null,"/i/admin/api/reports/spam/all")},500)})):this.viewingSpamReportLoading=!1},fetchReport:function(t){var e=this;axios.get("/i/admin/api/reports/get/"+t).then(function(t){e.tabIndex=0,e.viewReport(t.data.data)}).catch(function(t){e.fetchStats(),window.history.pushState(null,null,"/i/admin/reports")})},fetchSpamReport:function(t){var e=this;axios.get("/i/admin/api/reports/spam/get/"+t).then(function(t){e.tabIndex=2,e.viewSpamReport(t.data.data)}).catch(function(t){e.fetchStats(),window.history.pushState(null,null,"/i/admin/reports")})},truncateText:function(t,e){var a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(t&&t.length){if(t.length<=e)return t;var s=t.slice(0,e).trim();return a?s+"...":s}},getModerationLabels:function(t){if(t.is_banned)return'Banned';var e=[];return t.is_banned&&e.push("Banned"),t.is_noautolink&&e.push("No Autolink"),t.is_nodms&&e.push("No DMS"),t.is_notrending&&e.push("No Trending"),t.is_nsfw&&e.push("NSFW"),t.is_unlisted&&e.push("Unlisted"),e.map(function(t,e){return'').concat(t,"")}).join(" ")},handleModeratedProfileSearch:function(t){t.currentTarget.blur();var e="/i/admin/api/reports/moderated-profiles?search=".concat(this.moderatedProfilesSearchInput);this.fetchModeratedAccounts(e)},clearModeratedProfileSearch:function(){this.moderatedProfilesSearchInput=void 0,this.fetchModeratedAccounts()},openModeratedProfileModal:function(t){this.modModalData=t,this.modModalModel={is_banned:t.is_banned,is_noautolink:t.is_noautolink,is_nodms:t.is_nodms,is_notrending:t.is_notrending,is_nsfw:t.is_nsfw,is_unlisted:t.is_unlisted},i(this.$refs.moderatedProfileModal).modal("show"),window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles&action=view&id=".concat(t.id))},handleModProfileModalUpdate:function(){var t=this;axios.post("/i/admin/api/reports/moderated-profiles/update",r(r({},this.modModalData),this.modModalModel)).then(function(t){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles"),window.location.reload()}).catch(function(t){var e="An error occurred";e=t.response?"Error ".concat(t.response.status,": ").concat(t.response.data.error||t.response.data.message||t.response.statusText):t.request?"No response received from server":t.message,swal("Error",e,"error")}).finally(function(){i(t.$refs.moderatedProfileModal).modal("hide")})},handleModProfileModalDelete:function(){var t=this;swal({title:"Confirm Delete",text:"Are you sure you want to delete this moderated profile ruleset?",buttons:{cancel:"Cancel",danger:{text:"Delete",value:"delete"}}}).then(function(e){"delete"===e&&axios.post("/i/admin/api/reports/moderated-profiles/delete",{id:t.modModalData.id}).then(function(t){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles"),window.location.reload()}),i(t.$refs.moderatedProfileModal).modal("hide"),swal.close()})},fetchModeratedProfile:function(t){var e=this;axios.get("/i/admin/api/reports/moderated-profiles/show?id=".concat(t)).then(function(t){e.modModalData=t.data.data;var a=t.data.data;e.modModalModel={is_banned:a.is_banned,is_noautolink:a.is_noautolink,is_nodms:a.is_nodms,is_notrending:a.is_notrending,is_nsfw:a.is_nsfw,is_unlisted:a.is_unlisted},i(e.$refs.moderatedProfileModal).modal("show")}).catch(function(t){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles"),swal("Error","Invalid moderated profile id!","error")})},addModeratedProfile:function(){swal({text:"Enter profile URL (ie: https://mastodon.social/@Mastodon)",content:"input",button:{text:"Add",closeModal:!1}}).then(function(t){if(!t)throw null;if(t.startsWith("@"))throw swal("Error","Invalid URL, webfinger is not supported yet.","error"),null;if(!t.startsWith("http"))throw swal("Error","Invalid URL","error"),null;if(-1===t.indexOf("."))throw swal("Error","Invalid URL","error"),null;var e={url:t};return axios.post("/i/admin/api/reports/moderated-profiles/create",e)}).then(function(t){var e,a;t&&t.data&&null!==(e=t.data)&&void 0!==e&&e.id?window.location.href="/i/admin/reports?tab=moderated-profiles&action=view&id=".concat(null===(a=t.data)||void 0===a?void 0:a.id):(swal.stopLoading(),swal.close())}).catch(function(t){var e,a;t?null!=t&&null!==(e=t.response)&&void 0!==e&&null!==(e=e.data)&&void 0!==e&&e.error?swal("Error",null==t||null===(a=t.response)||void 0===a||null===(a=a.data)||void 0===a?void 0:a.error,"error"):swal("Error","Something went wrong!","error"):(swal.stopLoading(),swal.close())})},closeModeratedProfileModal:function(){window.history.pushState(null,null,"/i/admin/reports?tab=moderated-profiles")},exportModeratedProfiles:function(){axios.get("/i/admin/api/reports/moderated-profiles/export",{responseType:"blob"}).then(function(t){var e=new URL(window.location.href),a=new Date,s="".concat(a.getMonth(),"-").concat(a.getDate(),"-").concat(a.getFullYear(),"-").concat(Date.now()),i=e.host+"-moderated-profiles-"+s+".json",n=document.createElement("a");n.setAttribute("download",i);var o=URL.createObjectURL(t.data);n.href=o,n.setAttribute("target","_blank"),n.click(),swal("Success!","You have successfully exported the moderated profile backup.","success")})}}}},86871(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(8889),i=a(34429),n=a(7210),o=a(62355);const r={components:{"admin-read-more":s.default,"tab-header":i.default,checkbox:n.default,"form-input":o.default},data:function(){return{loaded:!1,initialData:{},tabIndex:1,tabbies:["landing","branding","media","posts","platform","rules","users","storage"],tabs:[{id:1,title:"Overview",icon:"far fa-home"},{id:"landing",title:"Landing",icon:"far fa-info-circle"},{id:"branding",title:"Branding",icon:"far fa-user-crown"},{id:"media",title:"Media",icon:"far fa-image"},{id:"platform",title:"Platform",icon:"far fa-database"},{id:"posts",title:"Posts",icon:"far fa-heart"},{id:"rules",title:"Rules",icon:"far fa-eye-slash"},{id:"storage",title:"Storage",icon:"far fa-hdd"},{id:"users",title:"Users",icon:"far fa-users"}],isSubmitting:!1,isSubmittingTimeout:!1,isSubmittingTimeoutHandler:void 0,features:[],landing:{current_admin:0},branding:[],media:[],mediaTypes:{jpeg:!1,png:!1,gif:!1,webp:!1,avif:!1,heic:!1,mp4:!1,mov:!1},rules:[],users:[],posts:[],platform:[],storage:[],newRule:void 0,isSubmittingNewRule:!1,isDeletingRule:!1,suggestedRules:[],hasDuplicateRules:!1,showAllRules:!1,showDiskConfig:!1}},computed:{maxMediaSizeToMb:{get:function(){return this.media&&this.media.max_photo_size?(this.media.max_photo_size/1e3).toFixed(2)+" MB":"0.00 MB"}},maxAccountSizeToMb:{get:function(){if(!this.users||!this.users.max_account_size)return"0.00 MB";var t=this.users.max_account_size/1024;return t>1e6?(t/1e6).toFixed(1)+"TB":t>1e3?(t/1024).toFixed(2)+"GB":(this.users.max_account_size/1024).toFixed(2)+" MB"}},rulesComputed:{get:function(){return this.rules&&this.rules.length?this.rules.length>2&&!this.showAllRules?this.rules.slice(0,2):this.rules:[]}},suggestedRulesComputed:{get:function(){var t=this;return this.rules&&this.rules.length?this.suggestedRules.filter(function(e){return!t.rules.includes(e)}):this.suggestedRules}},hasDuplicateRulesComputed:{get:function(){if(!this.rules||!this.rules.length)return!1;var t=this.rules;return t.filter(function(e,a){return t.indexOf(e)!==a}).length}},activeMediaTypes:{get:function(){var t="";return this.mediaTypes.jpeg&&(t+="image/jpeg,"),this.mediaTypes.png&&(t+="image/png,"),this.mediaTypes.gif&&(t+="image/gif,"),this.mediaTypes.webp&&(t+="image/webp,"),this.mediaTypes.avif&&(t+="image/avif,"),this.mediaTypes.heic&&(t+="image/heic,"),this.mediaTypes.mp4&&(t+="video/mp4,"),this.mediaTypes.mov&&(t+="video/mov,"),t.endsWith(",")&&(t=t.slice(0,-1)),t}}},mounted:function(){this.fetchInitialData();var t=new URL(window.location.href);if(t.searchParams.has("t")){var e=t.searchParams.get("t");this.tabbies.includes(e)?this.tabIndex=e:window.history.pushState(null,null,"/i/admin/settings")}},methods:{toggleTab:function(t){clearTimeout(this.isSubmittingTimeoutHandler),this.isSubmittingTimeout=!1,this.tabIndex=t,this.showAllRules=!1,this.tabbies.includes(t)?window.history.pushState(null,null,"/i/admin/settings?t="+t):window.history.pushState(null,null,"/i/admin/settings")},fetchInitialData:function(){var t=this;axios.get("/i/admin/api/settings/fetch").then(function(e){t.initialData=e.data,t.features=e.data.features,t.landing=e.data.landing,t.branding=e.data.branding,t.media=e.data.media,t.setMediaTypes(),t.rules=e.data.rules,t.users=e.data.users,t.suggestedRules=e.data.suggested_rules,t.posts=e.data.posts,t.platform=e.data.platform,t.storage=e.data.storage}).then(function(){t.loaded=!0})},setMediaTypes:function(){var t=this,e=this.media.media_types.split(",");e&&e.length&&e.forEach(function(e){var a=e.split("/")[1];["jpeg","png","gif","webp","avif","heic","mp4","mov"].includes(a)&&(t.mediaTypes[a]=!0)})},formatCount:function(t){return window.App.util.format.count(t)},formatDateTime:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{dateStyle:"medium",timeStyle:"short"}).format(e)},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("en-US",{month:"short",year:"numeric"}).format(e)},formatTimestamp:function(t){return window.App.util.format.timeAgo(t)},handleSave:function(t){switch(this.isSubmitting=!0,t){case"overview":return this.saveHome();case"landing":return this.saveLanding();case"branding":return this.saveBranding();case"posts":return this.savePosts();case"media":return this.saveMedia();case"platform":return this.savePlatform();case"users":return this.saveUsers();case"storage":return this.saveStorage()}},handleAddRule:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),this.isSubmittingNewRule=!0,axios.post("/i/admin/api/settings/rules/add",{rule:this.newRule}).then(function(t){a.rules.push(a.newRule),a.newRule=void 0,a.isSubmittingNewRule=!1,a.showAllRules=!0}).catch(function(t){var e;t.response.data&&null!==(e=t.response.data)&&void 0!==e&&e.message&&swal("Error",t.response.data.message,"error"),a.isSubmittingNewRule=!1})},addSuggestedRule:function(t,e){var a;null===(a=e.currentTarget)||void 0===a||a.blur(),this.newRule=t},importAllDefaultRules:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),this.isSubmittingNewRule=!0,this.showAllRules=!0;for(var s=function(){var t=a.suggestedRules[i];setTimeout(function(){axios.post("/i/admin/api/settings/rules/add",{rule:t}).then(function(e){a.rules.push(t)})},300*i)},i=this.suggestedRules.length-1;i>=0;i--)s();this.isSubmittingNewRule=!1},handleDeleteRule:function(t,e,a){var s,i=this;null===(s=a.currentTarget)||void 0===s||s.blur(),this.isDeletingRule=!0,axios.post("/i/admin/api/settings/rules/delete",{rule:t}).then(function(t){i.isDeletingRule=!1,i.rules=t.data}).catch(function(t){})},handleDeleteAllRules:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),this.isDeletingRule=!0,swal({title:"Confirm",text:"Are you sure you want to delete all rules?",buttons:!0,dangerMode:!0}).then(function(t){!0===t?axios.post("/i/admin/api/settings/rules/delete/all").then(function(t){a.isDeletingRule=!1,a.rules=[]}).catch(function(t){}):a.isDeletingRule=!1})},removeAutofollow:function(t,e){var a,s=this;null===(a=e.currentTarget)||void 0===a||a.blur(),axios.post("/i/admin/api/settings/autofollow/delete",{username:t}).then(function(t){s.users.admin_autofollow_accounts=t.data.accounts}).catch(function(t){swal("Oops!","An error occurred, please try again later!","error")})},addAutofollow:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),swal({text:"Enter account username",content:"input",button:{text:"Add Autofollow",closeModal:!1}}).then(function(t){if(!t)throw null;axios.post("/i/admin/api/settings/autofollow/add",{username:t}).then(function(e){e.data.accounts.map(function(t){return t.toLowerCase()}).includes(t.toLowerCase())||swal("Oops!","The account you attempted to add does not exist or cannot be added!","error"),a.users.admin_autofollow_accounts=e.data.accounts,swal.stopLoading(),swal.close()}).catch(function(t){t.response.data&&t.response.data.message?swal("Error",t.response.data.message,"error"):swal("Oops!","The account you attempted to add does not exist or cannot be added!","error"),swal.stopLoading(),swal.close()})})},saveHome:function(){var t=this;axios.post("/i/admin/api/settings/update/home",{registration_status:this.features.registration_status,cloud_storage:this.features.cloud_storage,activitypub_enabled:this.features.activitypub_enabled,account_migration:this.features.account_migration,mobile_apis:this.features.mobile_apis,stories:this.features.stories,instagram_import:this.features.instagram_import,autospam_enabled:this.features.autospam_enabled,authorized_fetch:this.features.authorized_fetch}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)})},saveLanding:function(){var t=this;axios.post("/i/admin/api/settings/update/landing",{current_admin:this.landing.current_admin,show_directory:this.landing.show_directory,show_explore:this.landing.show_explore}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)})},saveBranding:function(){var t=this;axios.post("/i/admin/api/settings/update/branding",{name:this.branding.name,short_description:this.branding.short_description,long_description:this.branding.long_description}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)})},savePosts:function(){var t=this;axios.post("/i/admin/api/settings/update/posts",{max_caption_length:this.posts.max_caption_length,max_altext_length:this.posts.max_altext_length}).then(function(e){t.posts=e.data,t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){t.isSubmitting=!1,e.response.data&&e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Oops!","An error occured","error")})},saveMedia:function(){var t=this;axios.post("/i/admin/api/settings/update/media",{image_quality:this.media.image_quality,max_album_length:this.media.max_album_length,max_photo_size:this.media.max_photo_size,media_types:this.activeMediaTypes,optimize_image:this.media.optimize_image,optimize_video:this.media.optimize_video}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){t.isSubmitting=!1,e.response.data&&e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Oops!","An error occured","error")})},savePlatform:function(){var t=this;axios.post("/i/admin/api/settings/update/platform",{allow_app_registration:this.platform.allow_app_registration,app_registration_rate_limit_attempts:this.platform.app_registration_rate_limit_attempts,app_registration_rate_limit_decay:this.platform.app_registration_rate_limit_decay,app_registration_confirm_rate_limit_attempts:this.platform.app_registration_confirm_rate_limit_attempts,app_registration_confirm_rate_limit_decay:this.platform.app_registration_confirm_rate_limit_decay,allow_post_embeds:this.platform.allow_post_embeds,allow_profile_embeds:this.platform.allow_profile_embeds,captcha_enabled:this.platform.captcha_enabled,captcha_driver:this.platform.captcha_driver,captcha_hcaptcha_secret:this.platform.captcha_hcaptcha_secret,captcha_hcaptcha_sitekey:this.platform.captcha_hcaptcha_sitekey,captcha_turnstile_secret:this.platform.captcha_turnstile_secret,captcha_turnstile_sitekey:this.platform.captcha_turnstile_sitekey,captcha_cap_endpoint:this.platform.captcha_cap_endpoint,captcha_cap_sitekey:this.platform.captcha_cap_sitekey,captcha_cap_secret:this.platform.captcha_cap_secret,captcha_on_login:this.platform.captcha_on_login,captcha_on_register:this.platform.captcha_on_register,captcha_on_forgot_password:this.platform.captcha_on_forgot_password,captcha_on_password_reset:this.platform.captcha_on_password_reset,captcha_on_forgot_email:this.platform.captcha_on_forgot_email,captcha_on_curated_register:this.platform.captcha_on_curated_register,custom_emoji_enabled:this.platform.custom_emoji_enabled}).then(function(e){t.platform=e.data,t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){t.isSubmitting=!1,e.response.data&&e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Oops!","An error occured","error")})},saveUsers:function(){var t=this;axios.post("/i/admin/api/settings/update/users",{require_email_verification:this.users.require_email_verification,enforce_account_limit:this.users.enforce_account_limit,max_account_size:this.users.max_account_size,admin_autofollow:this.users.admin_autofollow,admin_autofollow_accounts:this.users.admin_autofollow_accounts,max_user_blocks:this.users.max_user_blocks,max_user_mutes:this.users.max_user_mutes,max_domain_blocks:this.users.max_domain_blocks}).then(function(e){t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){e.response.data.message?swal("Error",e.response.data.message,"error"):swal("Error","An unexpected error occurred, please try again!","error"),t.isSubmitting=!1})},saveStorage:function(){var t=this,e=this.showDiskConfig?{primary_disk:this.storage.primary_disk,update_disk:!0,disk_config:this.storage.disk_config}:{primary_disk:this.storage.primary_disk};axios.post("/i/admin/api/settings/update/storage",e).then(function(e){t.features.cloud_storage="cloud"===e.data.primary_disk,t.isSubmitting=!1,t.isSubmittingTimeout=!0,t.isSubmittingTimeoutHandler=setTimeout(function(){t.isSubmittingTimeout=!1},4e3)}).catch(function(e){if(e.response.data.error)if(e.response.data.s3_vce){var a=document.createElement("div");a.classList.add("text-left"),a.innerHTML=e.response.data.message;var s=document.createElement("div");s.appendChild(a),swal({title:"Invalid S3 Credentials",content:s,icon:"error"})}else swal("Error",e.response.data.message,"error");t.isSubmitting=!1})},handleChange:function(t,e,a){switch(e){case"features":this.features[a]=t;break;case"landing":this.landing[a]=t;break;case"platform":this.platform[a]=t;break;case"media":this.media[a]=t;break;case"users":this.users[a]=t;break;case"storage":this.storage[a]=t}console.log(t),console.log(a)},handleSubChange:function(t,e,a,s){switch(e){case"features":this.features[a][s]=t;break;case"landing":this.landing[a][s]=t;break;case"platform":this.platform[a][s]=t;break;case"media":this.media[a][s]=t;break;case"users":this.users[a][s]=t;break;case"storage":this.storage[a][s]=t}console.log(t),console.log(a)}},watch:{}}},99697(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(18634),i=a(8889);const n={props:{status:{type:Object}},data:function(){return{showInReplyTo:!1}},components:{"admin-read-more":i.default},methods:{toggleLightbox:function(t){(0,s.default)({el:t.target})},toggleVideoLightbox:function(t,e){(0,s.default)({el:event.target,vidSrc:e})},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("default",{month:"long",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric"}).format(e)}}}},72173(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{content:{type:String},maxLength:{type:Number,default:140},fontSize:{type:String,default:"13"},step:{type:Boolean,default:!1},stepLimit:{type:Number,default:140},initialLimit:{type:Number,default:10}},computed:{contentText:{get:function(){if(this.step){var t=this.content.length/this.stepLimit;return(1==this.stepIndex||tthis.maxLength&&(this.canExpand=!0),this.expanded?this.content:this.truncate()}}},data:function(){return{expanded:!1,canExpand:!1,canStepExpand:!1,stepIndex:1}},methods:{expand:function(){this.step?(this.stepIndex++,this.canStepExpand=!0):this.expanded=!0},truncate:function(){if(this.content&&this.content.length)return this.content&&this.content.lengththis.stepLimit,this.content.slice(0,this.initialLimit)):this.canStepExpand&&this.stepIndexn});var s=a(27707),i=a(8889);const n={props:{open:{type:Boolean,default:!1},model:{type:Object}},components:{"admin-modal-post":s.default,"admin-read-more":i.default},watch:{open:{handler:function(){this.isOpen=this.open},immediate:!0,deep:!0}},data:function(){return{isLoading:!0,isOpen:!1,actions:["mark-read","cw-posts","unlist-posts","private-posts","delete-posts","mark-all-read-by-domain","mark-all-read-by-username","cw-all-posts","unlist-all-posts","private-all-posts"],actionMap:{"cw-posts":"apply content warnings to all post(s) in this report?","unlist-posts":"unlist all post(s) in this report?","delete-posts":"delete all post(s) in this report?","private-posts":"make all post(s) in this report private/followers-only?","mark-all-read-by-domain":"mark all reports by this instance as closed?","mark-all-read-by-username":"mark all reports against this user as closed?","cw-all-posts":"apply content warnings to all post(s) belonging to this account?","unlist-all-posts":"make all post(s) belonging to this account as unlisted?","private-all-posts":"make all post(s) belonging to this account as private?"}}},mounted:function(){var t=this;setTimeout(function(){t.isLoading=!1},300)},methods:{prettyCount:function(t){return t?t.toLocaleString("en-CA",{compactDisplay:"short",notation:"compact"}):t},timeAgo:function(t){return t?App.util.format.timeAgo(t):t},formatDate:function(t){var e=new Date(t);return new Intl.DateTimeFormat("default",{month:"long",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric"}).format(e)},handleAction:function(t){var e=this;"mark-read"!==t?swal({title:"Confirm",text:"Are you sure you want to "+this.actionMap[t],icon:"warning",buttons:!0,dangerMode:!0}).then(function(a){!0===a&&axios.post("/i/admin/api/reports/remote/handle",{id:e.model.id,action:t}).finally(function(){e.$emit("refresh"),e.$emit("close")})}):axios.post("/i/admin/api/reports/remote/handle",{id:this.model.id,action:t}).then(function(t){console.log(t.data)}).finally(function(){e.$emit("refresh"),e.$emit("close")})}}}},4970(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{name:{type:String},value:{type:Boolean},description:{type:String}},computed:{elementId:{get:function(){var t=this.name;return"fec_"+(t=(t=(t=(t=t.toLowerCase()).replace(/[^a-z0-9 -]/g," ")).replace(/\s+/g,"-")).replace(/^-+|-+$/g,""))}}}}},45053(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{name:{type:String},value:{type:String},placeholder:{type:String},description:{type:String},isCard:{type:Boolean,default:!0},isInline:{type:Boolean,default:!1},isDisabled:{type:Boolean,default:!1}},computed:{elementId:{get:function(){var t=this.name;return"fec_"+(t=(t=(t=(t=t.toLowerCase()).replace(/[^a-z0-9 -]/g," ")).replace(/\s+/g,"-")).replace(/^-+|-+$/g,""))}}}}},16563(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{title:{type:String},saving:{type:Boolean},saved:{type:Boolean}},computed:{buttonLabel:{get:function(){return this.saved?"Saved":this.saving?"Saving":"Save"}},isSaving:{get:function(){return this.saving}}},methods:{save:function(t){var e;null===(e=t.currentTarget)||void 0===e||e.blur(),this.$emit("save")}}}},69385(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"header bg-primary pb-3 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[e("div",{staticClass:"row align-items-center py-4"},[t._m(0),t._v(" "),e("div",{staticClass:"col-xl-4 col-lg-3 col-md-4"},[e("div",{staticClass:"card card-stats mb-lg-0"},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col"},[e("h5",{staticClass:"card-title text-uppercase text-muted mb-0"},[t._v("Active Autospam")]),t._v(" "),e("span",{staticClass:"h2 font-weight-bold mb-0"},[t._v(t._s(t.formatCount(t.config.open)))])]),t._v(" "),t._m(1)])])])]),t._v(" "),e("div",{staticClass:"col-xl-4 col-lg-3 col-md-4"},[e("div",{staticClass:"card card-stats bg-dark mb-lg-0"},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col"},[e("h5",{staticClass:"card-title text-uppercase text-muted mb-0"},[t._v("Closed Autospam")]),t._v(" "),e("span",{staticClass:"h2 font-weight-bold text-muted mb-0"},[t._v(t._s(t.formatCount(t.config.closed)))])]),t._v(" "),t._m(2)])])])])])])])]),t._v(" "),t.loaded?e("div",{staticClass:"m-n2 m-lg-4"},[e("div",{staticClass:"container-fluid mt-4"},[e("div",{staticClass:"row mb-3 justify-content-between"},[e("div",{staticClass:"col-12"},[e("ul",{staticClass:"nav nav-pills"},[e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:0==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab(0)}}},[t._v("Dashboard")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"about"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("about")}}},[t._v("About / How to Use Autospam")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"train"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("train")}}},[t._v("Train Autospam")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"closed_reports"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("closed_reports")}}},[t._v("Closed Reports")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"manage_tokens"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("manage_tokens")}}},[t._v("Manage Tokens")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:"import_export"==t.tabIndex}],on:{click:function(e){return e.preventDefault(),t.toggleTab("import_export")}}},[t._v("Import/Export")])])])])]),t._v(" "),0===this.tabIndex?e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-4"},[null===t.config.autospam_enabled?e("div"):t.config.autospam_enabled?e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[t._m(3)]):e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[t._m(4)]),t._v(" "),null===t.config.nlp_enabled?e("div"):t.config.nlp_enabled?e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[e("div",{staticClass:"card-body text-center"},[t._m(5),t._v(" "),e("p",{staticClass:"lead text-light"},[t._v("Advanced (NLP) Detection Active")]),t._v(" "),e("a",{staticClass:"btn btn-outline-danger btn-block font-weight-bold",class:{disabled:1!=t.config.autospam_enabled},attrs:{href:"#",disabled:1!=t.config.autospam_enabled},on:{click:function(e){return e.preventDefault(),t.disableAdvanced.apply(null,arguments)}}},[t._v("Disable Advanced Detection")])])]):e("div",{staticClass:"card bg-dark",staticStyle:{"min-height":"209px"}},[e("div",{staticClass:"card-body text-center"},[t._m(6),t._v(" "),e("p",{staticClass:"lead text-danger font-weight-bold"},[t._v("Advanced (NLP) Detection Inactive")]),t._v(" "),e("a",{staticClass:"btn btn-primary btn-block font-weight-bold",class:{disabled:1!=t.config.autospam_enabled},attrs:{href:"#",disabled:1!=t.config.autospam_enabled},on:{click:function(e){return e.preventDefault(),t.enableAdvanced.apply(null,arguments)}}},[t._v("Enable Advanced Detection")])])])]),t._v(" "),t._m(7)]):"about"===this.tabIndex?e("div",[t._m(8)]):"train"===this.tabIndex?e("div",[t._m(9),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header bg-gradient-primary text-white font-weight-bold"},[t._v("Train Spam Posts")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(10),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Use existing posts marked as spam to train Autospam")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",class:{disabled:t.config.files.spam.exists},attrs:{disabled:t.config.files.spam.exists},on:{click:function(e){return e.preventDefault(),t.autospamTrainSpam.apply(null,arguments)}}},[t._v("\n\t \t\t\t\t\t\t"+t._s(t.config.files.spam.exists?"Already trained":"Train Spam")+"\n\t \t\t\t\t\t")])])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header bg-gradient-primary text-white font-weight-bold"},[t._v("Train Non-Spam Posts")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(11),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Use posts from trusted users to train non-spam posts")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",class:{disabled:t.config.files.ham.exists},attrs:{disabled:t.config.files.ham.exists},on:{click:function(e){return e.preventDefault(),t.autospamTrainNonSpam.apply(null,arguments)}}},[t._v("\n\t \t\t\t\t\t\t"+t._s(t.config.files.ham.exists?"Already trained":"Train Non-Spam")+"\n\t \t\t\t\t\t")])])])])])])]):"closed_reports"===this.tabIndex?e("div",[t.closedReportsFetched?[e("div",{staticClass:"table-responsive rounded"},[e("table",{staticClass:"table table-dark"},[t._m(12),t._v(" "),e("tbody",t._l(t.closedReports.data,function(a,s){return e("tr",{key:"closed_reports"+a.id+s},[e("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[t._v("\n\t\t \t"+t._s(a.id)+"\n\t\t ")]),t._v(" "),t._m(13,!0),t._v(" "),e("td",{staticClass:"align-middle"},[a.status&&a.status.account?e("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(a.status.account.id),target:"_blank"}},[e("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[e("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:a.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[t._v("@"+t._s(a.status.account.username))]),t._v(" "),e("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[e("span",[t._v(t._s(a.status.account.followers_count)+" Followers")]),t._v(" "),e("span",[t._v("·")]),t._v(" "),e("span",[t._v("Joined "+t._s(t.timeAgo(a.status.account.created_at)))])])])])]):t._e()]),t._v(" "),e("td",{staticClass:"font-weight-bold align-middle"},[t._v(t._s(t.timeAgo(a.created_at)))]),t._v(" "),e("td",{staticClass:"align-middle"},[e("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.viewSpamReport(a)}}},[t._v("View")])])])}),0)])]),t._v(" "),t.closedReportsFetched&&t.closedReports&&t.closedReports.data.length?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.closedReports.links.prev},on:{click:function(e){return t.autospamPaginate("prev")}}},[t._v("\n\t\t Prev\n\t\t ")]),t._v(" "),e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.closedReports.links.next},on:{click:function(e){return t.autospamPaginate("next")}}},[t._v("\n\t\t Next\n\t\t ")])]):t._e()]:[e("div",{staticClass:"d-flex justify-content-center align-items-center py-5"},[e("b-spinner")],1)]],2):"manage_tokens"===this.tabIndex?e("div",[e("div",{staticClass:"row align-items-center mb-3"},[t._m(14),t._v(" "),e("div",{staticClass:"col-12 col-md-3"},[e("a",{staticClass:"btn btn-primary btn-lg btn-block",attrs:{href:"#"},on:{click:function(e){e.preventDefault(),t.showCreateTokenModal=!0}}},[e("i",{staticClass:"far fa-plus fa-lg mr-1"}),t._v("\n \t\t\t\tCreate New Token\n \t\t\t")])])]),t._v(" "),t.customTokensFetched?[t.customTokens&&t.customTokens.data&&t.customTokens.data.length?[e("div",{staticClass:"table-responsive rounded"},[e("table",{staticClass:"table table-dark"},[t._m(15),t._v(" "),e("tbody",t._l(t.customTokens.data,function(a,s){return e("tr",{key:"ct"+a.id+s},[e("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[t._v("\n\t\t\t \t"+t._s(a.id)+"\n\t\t\t ")]),t._v(" "),e("td",{staticClass:"align-middle"},[e("p",{staticClass:"font-weight-bold mb-0"},[t._v(t._s(a.token))])]),t._v(" "),e("td",{staticClass:"align-middle"},[e("p",{staticClass:"text-capitalize mb-0"},[t._v(t._s(a.category))])]),t._v(" "),e("td",{staticClass:"align-middle"},[e("p",{staticClass:"text-capitalize mb-0"},[t._v(t._s(a.weight))])]),t._v(" "),e("td",{staticClass:"font-weight-bold align-middle"},[t._v(t._s(t.timeAgo(a.created_at)))]),t._v(" "),e("td",{staticClass:"font-weight-bold align-middle"},[e("a",{staticClass:"btn btn-primary btn-sm font-weight-bold",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.openEditTokenModal(a)}}},[t._v("Edit")])])])}),0)])]),t._v(" "),t.customTokensFetched&&t.customTokens&&t.customTokens.data.length?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.customTokens.prev_page_url},on:{click:function(e){return t.autospamTokenPaginate("prev")}}},[t._v("\n\t\t\t Prev\n\t\t\t ")]),t._v(" "),e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.customTokens.next_page_url},on:{click:function(e){return t.autospamTokenPaginate("next")}}},[t._v("\n\t\t\t Next\n\t\t\t ")])]):t._e()]:e("div",[t._m(16)])]:[e("div",{staticClass:"d-flex justify-content-center align-items-center py-5"},[e("b-spinner")],1)]],2):"import_export"===this.tabIndex?e("div",[t._m(17),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header font-weight-bold"},[t._v("Import Training Data")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(18),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Make sure the file you are importing is a valid training data export!")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",on:{click:function(e){return e.preventDefault(),t.handleImport.apply(null,arguments)}}},[t._v("Upload Import")])])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card bg-dark"},[e("div",{staticClass:"card-header font-weight-bold"},[t._v("Export Training Data")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"d-flex flex-column align-items-center justify-content-center py-4",staticStyle:{gap:"1rem"}},[t._m(19),t._v(" "),e("p",{staticClass:"lead text-lighter"},[t._v("Only share training data with people you trust. It can be used by spammers to bypass detection!")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",on:{click:function(e){return e.preventDefault(),t.downloadExport.apply(null,arguments)}}},[t._v("Download Export")])])])])])])]):t._e()])]):e("div",{staticClass:"my-5 text-center"},[e("b-spinner")],1),t._v(" "),e("b-modal",{attrs:{title:"Autospam Post","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:t.showSpamReportModal,callback:function(e){t.showSpamReportModal=e},expression:"showSpamReportModal"}},[t.viewingSpamReportLoading?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("b-spinner")],1):[e("div",{staticClass:"list-group list-group-horizontal mt-3"},[t.viewingSpamReport&&t.viewingSpamReport.status&&t.viewingSpamReport.status.account?e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[t._v("Reported Account")]),t._v(" "),t.viewingSpamReport.status.account&&t.viewingSpamReport.status.account.id?e("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(t.viewingSpamReport.status.account.id),target:"_blank"}},[e("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[e("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.viewingSpamReport.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0 text-break",class:[t.viewingSpamReport.status.account.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[t._v("@"+t._s(t.viewingSpamReport.status.account.acct))]),t._v(" "),e("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[e("span",[t._v(t._s(t.viewingSpamReport.status.account.followers_count)+" Followers")]),t._v(" "),e("span",[t._v("·")]),t._v(" "),e("span",[t._v("Joined "+t._s(t.timeAgo(t.viewingSpamReport.status.account.created_at)))])])])])]):t._e()]):t._e()]),t._v(" "),t.viewingSpamReport&&t.viewingSpamReport.status?e("div",{staticClass:"list-group mt-3"},[t.viewingSpamReport&&t.viewingSpamReport.status&&t.viewingSpamReport.status.media_attachments.length?e("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[e("div",[t._v("Reported Post")]),t._v(" "),e("a",{staticClass:"font-weight-bold",attrs:{href:t.viewingSpamReport.status.url,target:"_blank"}},[t._v("View")])]),t._v(" "),"image"===t.viewingSpamReport.status.media_attachments[0].type?e("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:t.viewingSpamReport.status.media_attachments[0].url,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===t.viewingSpamReport.status.media_attachments[0].type?e("video",{attrs:{height:"140",controls:"",src:t.viewingSpamReport.status.media_attachments[0].url,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):t._e()]):t._e(),t._v(" "),t.viewingSpamReport&&t.viewingSpamReport.status&&t.viewingSpamReport.status.content_text&&t.viewingSpamReport.status.content_text.length?e("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[e("div",[t._v("Reported Post Caption")]),t._v(" "),e("a",{staticClass:"font-weight-bold",attrs:{href:t.viewingSpamReport.status.url,target:"_blank"}},[t._v("View")])]),t._v(" "),e("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[t._v(t._s(t.viewingSpamReport.status.content_text))])]):t._e()]):t._e()]],2),t._v(" "),e("b-modal",{attrs:{title:"Train Non-Spam","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:t.showNonSpamModal,callback:function(e){t.showNonSpamModal=e},expression:"showNonSpamModal"}},[e("p",{staticClass:"small font-weight-bold"},[t._v("Select trusted accounts to train non-spam posts against!")]),t._v(" "),!t.nonSpamAccounts||t.nonSpamAccounts.length<10?e("autocomplete",{ref:"autocomplete",attrs:{search:t.composeSearch,disabled:t.searchLoading,placeholder:"Search by username","aria-label":"Search by username","get-result-value":t.getTagResultValue},on:{submit:t.onSearchResultClick},scopedSlots:t._u([{key:"result",fn:function(a){var s=a.result,i=a.props;return[e("li",t._b({staticClass:"autocomplete-result d-flex align-items-center",staticStyle:{gap:"0.5rem"}},"li",i,!1),[e("img",{staticClass:"rounded-circle",attrs:{src:s.avatar,width:"32",height:"32",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v("\n "+t._s(s.username)+"\n ")])])]}}],null,!1,565605044)}):t._e(),t._v(" "),e("div",{staticClass:"list-group mt-3"},t._l(t.nonSpamAccounts,function(a,s){return e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"d-flex align-items-center justify-content-between"},[e("div",{staticClass:"d-flex flex-row align-items-center",staticStyle:{gap:"0.5rem"}},[e("img",{staticClass:"rounded-circle",attrs:{src:a.avatar,width:"32",height:"32",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v("\n\t "+t._s(a.username)+"\n\t ")])]),t._v(" "),e("a",{staticClass:"text-danger",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.autospamTrainNonSpamRemove(s)}}},[e("i",{staticClass:"fas fa-trash"})])])])}),0),t._v(" "),t.nonSpamAccounts&&t.nonSpamAccounts.length?e("div",{staticClass:"mt-3"},[e("a",{staticClass:"btn btn-primary btn-lg font-weight-bold btn-block",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.autospamTrainNonSpamSubmit.apply(null,arguments)}}},[t._v("Train non-spam posts on trusted accounts")])]):t._e()],1),t._v(" "),e("b-modal",{attrs:{title:"Create New Token","cancel-title":"Close","cancel-variant":"outline-primary","ok-title":"Save","ok-variant":"primary"},on:{ok:t.handleSaveToken},model:{value:t.showCreateTokenModal,callback:function(e){t.showCreateTokenModal=e},expression:"showCreateTokenModal"}},[e("div",{staticClass:"list-group mt-3"},[e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Token")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.token,expression:"customTokenForm.token"}],staticClass:"form-control",domProps:{value:t.customTokenForm.token},on:{input:function(e){e.target.composing||t.$set(t.customTokenForm,"token",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Weight")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.weight,expression:"customTokenForm.weight"}],staticClass:"form-control",attrs:{type:"number",min:"-128",max:"128",step:"1"},domProps:{value:t.customTokenForm.weight},on:{input:function(e){e.target.composing||t.$set(t.customTokenForm,"weight",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Category")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("select",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.category,expression:"customTokenForm.category"}],staticClass:"form-control",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.customTokenForm,"category",e.target.multiple?a:a[0])}}},[e("option",{attrs:{value:"spam"}},[t._v("Is Spam")]),t._v(" "),e("option",{attrs:{value:"ham"}},[t._v("Is NOT Spam")])])])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Note")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.note,expression:"customTokenForm.note"}],staticClass:"form-control",domProps:{value:t.customTokenForm.note},on:{input:function(e){e.target.composing||t.$set(t.customTokenForm,"note",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Active")])]),t._v(" "),e("div",{staticClass:"col-8 text-right"},[e("div",{staticClass:"custom-control custom-checkbox"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.customTokenForm.active,expression:"customTokenForm.active"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"customCheck1"},domProps:{checked:Array.isArray(t.customTokenForm.active)?t._i(t.customTokenForm.active,null)>-1:t.customTokenForm.active},on:{change:function(e){var a=t.customTokenForm.active,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&t.$set(t.customTokenForm,"active",a.concat([null])):n>-1&&t.$set(t.customTokenForm,"active",a.slice(0,n).concat(a.slice(n+1)))}else t.$set(t.customTokenForm,"active",i)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"customCheck1"}})])])])])])]),t._v(" "),e("b-modal",{attrs:{title:"Edit Token","cancel-title":"Close","cancel-variant":"outline-primary","ok-title":"Update","ok-variant":"primary"},on:{ok:t.handleUpdateToken},model:{value:t.showEditTokenModal,callback:function(e){t.showEditTokenModal=e},expression:"showEditTokenModal"}},[e("div",{staticClass:"list-group mt-3"},[e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Token")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{staticClass:"form-control",attrs:{disabled:""},domProps:{value:t.editCustomTokenForm.token}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Weight")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.weight,expression:"editCustomTokenForm.weight"}],staticClass:"form-control",attrs:{type:"number",min:"-128",max:"128",step:"1"},domProps:{value:t.editCustomTokenForm.weight},on:{input:function(e){e.target.composing||t.$set(t.editCustomTokenForm,"weight",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Category")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("select",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.category,expression:"editCustomTokenForm.category"}],staticClass:"form-control",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.editCustomTokenForm,"category",e.target.multiple?a:a[0])}}},[e("option",{attrs:{value:"spam"}},[t._v("Is Spam")]),t._v(" "),e("option",{attrs:{value:"ham"}},[t._v("Is NOT Spam")])])])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Note")])]),t._v(" "),e("div",{staticClass:"col-8"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.note,expression:"editCustomTokenForm.note"}],staticClass:"form-control",domProps:{value:t.editCustomTokenForm.note},on:{input:function(e){e.target.composing||t.$set(t.editCustomTokenForm,"note",e.target.value)}}})])])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col-4"},[e("p",{staticClass:"mb-0 font-weight-bold small"},[t._v("Active")])]),t._v(" "),e("div",{staticClass:"col-8 text-right"},[e("div",{staticClass:"custom-control custom-checkbox"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.editCustomTokenForm.active,expression:"editCustomTokenForm.active"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"customCheck1"},domProps:{checked:Array.isArray(t.editCustomTokenForm.active)?t._i(t.editCustomTokenForm.active,null)>-1:t.editCustomTokenForm.active},on:{change:function(e){var a=t.editCustomTokenForm.active,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&t.$set(t.editCustomTokenForm,"active",a.concat([null])):n>-1&&t.$set(t.editCustomTokenForm,"active",a.slice(0,n).concat(a.slice(n+1)))}else t.$set(t.editCustomTokenForm,"active",i)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"customCheck1"}})])])])])])])],1)},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-xl-4 col-lg-6 col-md-4"},[e("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[t._v("Autospam")]),t._v(" "),e("p",{staticClass:"text-lighter"},[t._v("The automated spam detection system")])])},function(){var t=this._self._c;return t("div",{staticClass:"col-auto"},[t("div",{staticClass:"icon icon-shape bg-gradient-primary text-white rounded-circle shadow"},[t("i",{staticClass:"far fa-sensor-alert"})])])},function(){var t=this._self._c;return t("div",{staticClass:"col-auto"},[t("div",{staticClass:"icon icon-shape bg-gradient-primary text-white rounded-circle shadow"},[t("i",{staticClass:"far fa-shield-alt"})])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card-body text-center"},[e("p",[e("i",{staticClass:"far fa-check-circle fa-5x text-success"})]),t._v(" "),e("p",{staticClass:"lead text-light mb-0"},[t._v("Autospam Service Operational")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card-body text-center"},[e("p",[e("i",{staticClass:"far fa-exclamation-circle fa-5x text-danger"})]),t._v(" "),e("p",{staticClass:"lead text-danger font-weight-bold mb-0"},[t._v("Autospam Service Inactive")]),t._v(" "),e("p",{staticClass:"small text-light mb-0"},[t._v("To activate, "),e("a",{attrs:{href:"/i/admin/settings"}},[t._v("click here")]),t._v(" and enable "),e("span",{staticClass:"font-weight-bold"},[t._v("Spam detection")])])])},function(){var t=this._self._c;return t("p",[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this._self._c;return t("p",[t("i",{staticClass:"far fa-exclamation-circle fa-5x text-danger"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-8"},[e("div",{staticClass:"card bg-default"},[e("div",{staticClass:"card-header bg-transparent"},[e("div",{staticClass:"row align-items-center"},[e("div",{staticClass:"col"},[e("h6",{staticClass:"text-light text-uppercase ls-1 mb-1"},[t._v("Stats")]),t._v(" "),e("h5",{staticClass:"h3 text-white mb-0"},[t._v("Autospam Detections")])])])]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"chart"},[e("canvas",{staticClass:"chart-canvas",attrs:{id:"c1-dark"}})])])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"row"},[e("div",{staticClass:"col-12"},[e("div",{staticClass:"card card-body"},[e("h1",[t._v("About Autospam")]),t._v(" "),e("p",{staticClass:"mb-0"},[t._v("To detect and mitigate spam, we built Autospam, an internal tool that uses NLP and other behavioural metrics to classify potential spam posts.")]),t._v(" "),e("hr"),t._v(" "),e("h2",[t._v("Standard Detection")]),t._v(" "),e("p",[t._v('Standard or "Classic" detection works by evaluating several "signals" from the post and it\'s associated account.')]),t._v(" "),e("p",[t._v('Some of the following "signals" may trigger a positive detection from public posts:')]),t._v(" "),e("ul",[e("li",[t._v("Account is less than 6 months old")]),t._v(" "),e("li",[t._v("Account has less than 100 followers")]),t._v(" "),e("li",[t._v("Post contains one or more of: "),e("span",{staticClass:"badge badge-primary"},[t._v("https://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("http://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("hxxps://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("hxxp://")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v("www.")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v(".com")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v(".net")]),t._v(" "),e("span",{staticClass:"badge badge-primary"},[t._v(".org")])])]),t._v(" "),e("p",[t._v("If you've marked atleast one positive detection from an account as "),e("span",{staticClass:"font-weight-bold"},[t._v("Not spam")]),t._v(", any future posts they create will skip detection.")]),t._v(" "),e("hr"),t._v(" "),e("h2",[t._v("Advanced Detection")]),t._v(" "),e("p",[t._v("Advanced Detection works by using a statistical method that combines prior knowledge and observed data to estimate an average value. It assigns weights to both the prior knowledge and the observed data, allowing for a more informed and reliable estimation that adapts to new information.")]),t._v(" "),e("p",[t._v("When you train Spam or Not Spam data, the caption is broken up into words (tokens) and are counted (weights) and then stored in the appropriate category (Spam or Not Spam).")]),t._v(" "),e("p",[t._v("The training data is then used to classify spam on future posts (captions) by calculating each token and associated weights and comparing it to known categories (Spam or Not Spam).")])])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"row"},[e("div",{staticClass:"col-12"},[e("div",{staticClass:"card card-body"},[e("p",{staticClass:"mb-0"},[t._v("\n\t \t\t\t\tIn order for Autospam to be effective, you need to train it by classifying data as spam or not-spam.\n\t \t\t\t")]),t._v(" "),e("p",{staticClass:"mb-0 small"},[t._v("\n\t \t\t\t\tWe recommend atleast 200 classifications for both spam and not-spam, it is important to train Autospam on both so you get more accurate results.\n\t \t\t\t")])])])])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-sensor-alert fa-5x text-danger"})])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Type")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("td",{staticClass:"align-middle"},[t("p",{staticClass:"text-capitalize font-weight-bold mb-0"},[this._v("Autospam Post")])])},function(){var t=this._self._c;return t("div",{staticClass:"col-12 col-md-9"},[t("div",{staticClass:"card card-body mb-0"},[t("p",{staticClass:"mb-0"},[this._v("\n\t \t\t\t\tTokens are used to split paragraphs and sentences into smaller units that can be more easily assigned meaning.\n\t \t\t\t")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Token")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Category")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Weight")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Edit")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card"},[e("div",{staticClass:"card-body text-center py-5"},[e("p",{staticClass:"pt-5"},[e("i",{staticClass:"far fa-inbox fa-4x text-light"})]),t._v(" "),e("p",{staticClass:"lead mb-5"},[t._v("No custom tokens found!")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"row"},[e("div",{staticClass:"col-12"},[e("div",{staticClass:"card card-body"},[e("p",{staticClass:"mb-0"},[t._v("\n\t \t\t\t\tYou can import and export Spam training data\n\t \t\t\t")]),t._v(" "),e("p",{staticClass:"mb-0 small"},[t._v("\n\t \t\t\t\tWe recommend exercising caution when importing training data from untrusted parties!\n\t \t\t\t")])])])])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-plus-circle fa-5x text-light"})])},function(){var t=this._self._c;return t("p",{staticClass:"mb-0"},[t("i",{staticClass:"far fa-download fa-5x text-light"})])}]},41298(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return t.loaded?e("div",[e("div",{staticClass:"header bg-primary pb-2 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[e("div",{staticClass:"row align-items-center py-4"},[t._m(0),t._v(" "),e("div",{staticClass:"col-lg-6 col-5"},[e("p",{staticClass:"text-right"},[e("button",{staticClass:"btn btn-outline-white btn-lg px-5 py-2",on:{click:t.save}},[t._v("Save changes")])])])])])])]),t._v(" "),e("div",{staticClass:"container"},[e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-3"},[e("div",{staticClass:"nav-wrapper"},[e("div",{staticClass:"nav flex-column nav-pills",attrs:{id:"tabs-icons-text",role:"tablist","aria-orientation":"vertical"}},t._l(t.tabs,function(a){return e("div",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3",class:{active:t.tabIndex===a.id},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.toggleTab(a.id)}}},[e("i",{class:a.icon}),t._v(" "),e("span",{staticClass:"ml-2"},[t._v(t._s(a.title))])])])}),0)])]),t._v(" "),e("div",{staticClass:"col-12 col-md-9"},[e("div",{staticClass:"card shadow mt-3"},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"tab-content"},[1===t.tabIndex?e("div",{staticClass:"tab-pane fade show active"},[t.isSubmitting||t.state.awaiting_approval||t.state.is_active?t.isSubmitting||!t.state.awaiting_approval||t.state.is_active?!t.isSubmitting&&t.state.awaiting_approval&&t.state.is_active?e("div",[t._m(3)]):t.isSubmitting||t.state.awaiting_approval||!t.state.is_active?t.isSubmitting?e("div",[e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("b-spinner",{attrs:{variant:"primary"}}),t._v(" "),e("p",{staticClass:"lead my-0 text-primary"},[t._v("Sending submission...")])],1)]):e("div",[t._m(6)]):e("div",[e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("h2",{staticClass:"font-weight-bold"},[t._v("Active Listing")]),t._v(" "),t._m(4),t._v(" "),t._m(5),t._v(" "),e("button",{staticClass:"btn btn-primary btn-sm mt-3 font-weight-bold px-5 text-uppercase",on:{click:t.handleSubmit}},[t._v("\n Update my listing on pixelfed.org\n ")])])]):e("div",[t._m(2)]):e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("div",{staticClass:"text-center mb-4"},[t._m(1),t._v(" "),e("p",{staticClass:"display-3 mb-1"},[t._v("Awaiting Submission")]),t._v(" "),t.state.is_eligible||t.state.submission_exists?t.state.is_eligible&&!t.state.submission_exists?e("div",{staticClass:"mb-4"},[e("p",{staticClass:"lead mt-0 text-muted"},[t._v("Your directory listing is ready for submission!")]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-lg font-weight-bold px-5 text-uppercase",on:{click:t.handleSubmit}},[t._v("\n Submit my Server to pixelfed.org\n ")])]):t._e():e("p",{staticClass:"lead mt-0 text-muted"},[t._v("Your directory listing isn't completed yet")])])]),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card text-left"},[e("div",{staticClass:"list-group list-group-flush"},[e("div",{staticClass:"list-group-item"},[!0===t.requirements.curated_onboarding?[e("i",{staticClass:"far fa-exclamation-circle text-success"}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n Curated account registration\n ")])]:[e("i",{staticClass:"far",class:[t.requirements.open_registration?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements.open_registration?"Open":"Closed")+" account registration\n ")])]],2),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.requirements.oauth_enabled?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements.oauth_enabled?"Enabled":"Disabled")+" mobile apis/oauth\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.requirements.activitypub_enabled?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements.activitypub_enabled?"Enabled":"Disabled")+" activitypub federation\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.summary&&t.form.summary.length&&t.form.location&&t.form.location.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.summary&&t.form.summary.length&&t.form.location&&t.form.location.length?"Configured":"Missing")+" server details\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.requirements_validator&&0==t.requirements_validator.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.requirements_validator&&0==t.requirements_validator.length?"Valid":"Invalid")+" feature requirements\n ")])])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card text-left"},[e("div",{staticClass:"list-group list-group-flush"},[e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.contact_account?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.contact_account?"Configured":"Missing")+" admin account\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.contact_email?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.contact_email?"Configured":"Missing")+" contact email\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.selectedPosts&&t.selectedPosts.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.selectedPosts&&t.selectedPosts.length?"Configured":"Missing")+" favourite posts\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.form.privacy_pledge?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.form.privacy_pledge?"Configured":"Missing")+" privacy pledge\n ")])]),t._v(" "),e("div",{staticClass:"list-group-item"},[e("i",{staticClass:"far",class:[t.communityGuidelines&&t.communityGuidelines.length?"fa-check-circle text-success":"fa-exclamation-circle text-danger"]}),t._v(" "),e("span",{staticClass:"ml-2 font-weight-bold"},[t._v("\n "+t._s(t.communityGuidelines&&t.communityGuidelines.length?"Configured":"Missing")+" community guidelines\n ")])])])])])])]):2===t.tabIndex?e("div",{staticClass:"tab-pane fade show active"},[e("p",{staticClass:"description"},[t._v("Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.")])]):3===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Server Details")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Edit your server details to better describe it")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Summary")]),t._v(" "),e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.form.summary,expression:"form.summary"}],staticClass:"form-control form-control-muted",attrs:{id:"form-summary",rows:"3",placeholder:"A descriptive summary of your instance up to 140 characters long. HTML is not allowed."},domProps:{value:t.form.summary},on:{input:function(e){e.target.composing||t.$set(t.form,"summary",e.target.value)}}}),t._v(" "),e("p",{staticClass:"help-text small text-muted text-right"},[t._v("\n "+t._s(t.form.summary&&t.form.summary.length?t.form.summary.length:0)+"/140\n ")])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Location")]),t._v(" "),e("select",{directives:[{name:"model",rawName:"v-model",value:t.form.location,expression:"form.location"}],staticClass:"form-control form-control-muted",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.form,"location",e.target.multiple?a:a[0])}}},[e("option",{attrs:{selected:"",disabled:"",value:"0"}},[t._v("Select the country your server is in")]),t._v(" "),t._l(t.initialData.countries,function(a){return e("option",{domProps:{value:a}},[t._v(t._s(a))])})],2),t._v(" "),e("p",{staticClass:"form-text small text-muted"},[t._v("Select the country your server is hosted in, even if you are in a different country")])])])])]),t._v(" "),e("div",{staticClass:"list-group mb-4"},[e("div",{staticClass:"list-group-item"},[e("label",{staticClass:"font-weight-bold mb-0"},[t._v("Server Banner")]),t._v(" "),e("p",{staticClass:"small"},[t._v("Add an optional banner image to your directory listing")]),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card mb-0 shadow-none border"},[t.form.banner_image?e("div",[e("a",{attrs:{href:t.form.banner_image,target:"_blank"}},[e("img",{staticClass:"card-img-top",attrs:{src:t.form.banner_image}})])]):e("div",{staticClass:"card-body bg-primary text-white"},[t._m(7),t._v(" "),e("p",{staticClass:"text-center mb-0"},[t._v("No banner image")])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[t.isUploadingBanner?e("div",{staticClass:"text-center"},[e("b-spinner",{attrs:{variant:"primary"}})],1):e("div",{staticClass:"custom-file"},[e("input",{ref:"bannerImageRef",staticClass:"custom-file-input",attrs:{type:"file",id:"banner_image"},on:{change:t.uploadBannerImage}}),t._v(" "),e("label",{staticClass:"custom-file-label",attrs:{for:"banner_image"}},[t._v("Choose file")]),t._v(" "),e("p",{staticClass:"form-text text-muted small mb-0"},[t._v("Must be 1920 by 1080 pixels")]),t._v(" "),t._m(8),t._v(" "),t.form.banner_image&&!t.form.banner_image.endsWith("default.jpg")?e("div",[e("button",{staticClass:"btn btn-danger font-weight-bold btn-block mt-5",on:{click:t.deleteBannerImage}},[t._v("Delete banner image")])]):t._e()])])])])]),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Primary Language")]),t._v(" "),e("select",{directives:[{name:"model",rawName:"v-model",value:t.form.primary_locale,expression:"form.primary_locale"}],staticClass:"form-control form-control-muted",attrs:{disabled:""},on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.form,"primary_locale",e.target.multiple?a:a[0])}}},t._l(t.initialData.available_languages,function(a){return e("option",{domProps:{value:a.code}},[t._v(t._s(a.name))])}),0),t._v(" "),t._m(9)])])])])]):4===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Admin Contact")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Set a designated admin account and public email address")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[t.initialData.admins.length?e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Designated Admin")]),t._v(" "),e("select",{directives:[{name:"model",rawName:"v-model",value:t.form.contact_account,expression:"form.contact_account"}],staticClass:"form-control form-control-muted",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});t.$set(t.form,"contact_account",e.target.multiple?a:a[0])}}},[e("option",{attrs:{disabled:"",value:"0"}},[t._v("Select a designated admin")]),t._v(" "),t._l(t.initialData.admins,function(a,s){return e("option",{key:"pfc-"+a+s,domProps:{value:a.pid}},[t._v(t._s(a.username))])})],2)]):e("div",{staticClass:"px-3 pb-2 pt-0 border border-danger rounded"},[e("p",{staticClass:"lead font-weight-bold text-danger"},[t._v("No admin(s) found")]),t._v(" "),t._m(10)])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Public Email")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.form.contact_email,expression:"form.contact_email"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"info@example.org"},domProps:{value:t.form.contact_email},on:{input:function(e){e.target.composing||t.$set(t.form,"contact_email",e.target.value)}}}),t._v(" "),e("p",{staticClass:"help-text small text-muted"},[t._v("\n Must be a valid email address\n ")])])])])]):5===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Favourite Posts")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Show off a few favourite posts from your server")]),t._v(" "),e("hr",{staticClass:"mt-0 mb-1"}),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.selectedPosts&&12!==t.selectedPosts.length,expression:"selectedPosts && selectedPosts.length !== 12"}],staticClass:"nav-wrapper"},[e("ul",{staticClass:"nav nav-pills nav-fill flex-column flex-md-row",attrs:{role:"tablist"}},[e("li",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3 mb-md-0 active",attrs:{id:"favposts-1-tab","data-toggle":"tab",href:"#favposts-1",role:"tab","aria-controls":"favposts-1","aria-selected":"true"}},[t._v(t._s(this.selectedPosts.length?this.selectedPosts.length:"")+" Selected Posts")])]),t._v(" "),t.selectedPosts&&t.selectedPosts.length<12?e("li",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3 mb-md-0",attrs:{id:"favposts-2-tab","data-toggle":"tab",href:"#favposts-2",role:"tab","aria-controls":"favposts-2","aria-selected":"false"}},[t._v("Add by post id")])]):t._e(),t._v(" "),t.selectedPosts&&t.selectedPosts.length<12?e("li",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link mb-sm-3 mb-md-0",attrs:{id:"favposts-3-tab","data-toggle":"tab",href:"#favposts-3",role:"tab","aria-controls":"favposts-3","aria-selected":"false"},on:{click:t.initPopularPosts}},[t._v("Add by popularity")])]):t._e()])]),t._v(" "),e("div",{staticClass:"tab-content mt-3"},[e("div",{staticClass:"tab-pane fade list-fade-bottom show active",attrs:{id:"favposts-1",role:"tabpanel","aria-labelledby":"favposts-1-tab"}},[t.selectedPosts&&t.selectedPosts.length?e("div",{staticStyle:{"max-height":"520px","overflow-y":"auto"}},[t._l(t.selectedPosts,function(a){return e("div",{key:"sp-"+a.id,staticClass:"list-group-item border-primary form-control-muted"},[e("div",{staticClass:"media align-items-center"},[e("div",{staticClass:"custom-control custom-checkbox mr-2"},[e("input",{staticClass:"custom-control-input",attrs:{type:"checkbox",checked:"",id:"checkbox-sp-".concat(a.id)},on:{change:function(e){return t.toggleSelectedPost(a)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"checkbox-sp-".concat(a.id)}})]),t._v(" "),e("img",{staticClass:"border rounded-sm mr-3",staticStyle:{"object-fit":"cover"},attrs:{src:a.media_attachments[0].url,width:"100",height:"100",loading:"lazy"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"lead mt-0 mb-0 font-weight-bold"},[t._v("@"+t._s(a.account.username))]),t._v(" "),e("p",{staticClass:"text-muted mb-0",staticStyle:{"font-size":"14px"}},[e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.favourites_count)))]),t._v(" Likes")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.account.followers_count)))]),t._v(" Followers")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[t._v("Created "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatDateTime(a.created_at)))])])])]),t._v(" "),e("a",{staticClass:"btn btn-outline-primary btn-sm rounded-pill",attrs:{href:a.url,target:"_blank"}},[t._v("View")])])])}),t._v(" "),e("div",{staticClass:"mt-5 mb-5 pt-3"})],2):e("div",[t._m(11)])]),t._v(" "),e("div",{staticClass:"tab-pane fade",attrs:{id:"favposts-2",role:"tabpanel","aria-labelledby":"favposts-2-tab"}},[e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold"},[t._v("Find and add by post id")]),t._v(" "),e("div",{staticClass:"input-group mb-3"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.favouritePostByIdInput,expression:"favouritePostByIdInput"}],staticClass:"form-control form-control-muted border",attrs:{type:"number",placeholder:"Post id",min:"1",max:"99999999999999999999",disabled:t.favouritePostByIdFetching},domProps:{value:t.favouritePostByIdInput},on:{input:function(e){e.target.composing||(t.favouritePostByIdInput=e.target.value)}}}),t._v(" "),e("div",{staticClass:"input-group-append"},[t.favouritePostByIdFetching?e("button",{staticClass:"btn btn-outline-primary",attrs:{disabled:""}},[t._m(12)]):e("button",{staticClass:"btn btn-outline-primary",attrs:{type:"button"},on:{click:t.handlePostByIdSearch}},[t._v("\n Search\n ")])])])])]),t._v(" "),t._m(13)])]),t._v(" "),e("div",{staticClass:"tab-pane fade list-fade-bottom mb-0",attrs:{id:"favposts-3",role:"tabpanel","aria-labelledby":"favposts-3-tab"}},[t.popularPostsLoaded?e("div",{staticClass:"list-group",staticStyle:{"max-height":"520px","overflow-y":"auto"}},[t._l(t.popularPosts,function(a){return e("div",{key:"pp-"+a.id,staticClass:"list-group-item",class:[t.selectedPosts.includes(a)?"border-primary form-control-muted":""]},[e("div",{staticClass:"media align-items-center"},[e("div",{staticClass:"custom-control custom-checkbox mr-2"},[e("input",{staticClass:"custom-control-input",attrs:{type:"checkbox",id:"checkbox-pp-".concat(a.id)},domProps:{checked:t.selectedPosts.includes(a)},on:{change:function(e){return t.togglePopularPost(a.id,a)}}}),t._v(" "),e("label",{staticClass:"custom-control-label",attrs:{for:"checkbox-pp-".concat(a.id)}})]),t._v(" "),e("img",{staticClass:"border rounded-sm mr-3",staticStyle:{"object-fit":"cover"},attrs:{src:a.media_attachments[0].url,width:"100",height:"100",loading:"lazy"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"lead mt-0 mb-0 font-weight-bold"},[t._v("@"+t._s(a.account.username))]),t._v(" "),e("p",{staticClass:"text-muted mb-0",staticStyle:{"font-size":"14px"}},[e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.favourites_count)))]),t._v(" Likes")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatCount(a.account.followers_count)))]),t._v(" Followers")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("·")]),t._v(" "),e("span",[t._v("Created "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.formatDateTime(a.created_at)))])])])]),t._v(" "),e("a",{staticClass:"btn btn-outline-primary btn-sm rounded-pill",attrs:{href:a.url,target:"_blank"}},[t._v("View")])])])}),t._v(" "),e("div",{staticClass:"mt-5 mb-3"})],2):e("div",{staticClass:"text-center py-5"},[t._m(14)])])])]):6===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Privacy Pledge")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Pledge to keep you and your data private and securely stored")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("p",[t._v("To qualify for the Privacy Pledge, you must abide by the following rules:")]),t._v(" "),t._m(15),t._v(" "),e("p",{staticClass:"small text-muted mb-0"},[t._v("You may use 3rd party services like captchas on specific pages, so long as they are clearly defined in your privacy policy")]),t._v(" "),e("hr"),t._v(" "),e("p"),e("div",{staticClass:"custom-control custom-checkbox mr-2"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.form.privacy_pledge,expression:"form.privacy_pledge"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"privacy-pledge"},domProps:{checked:Array.isArray(t.form.privacy_pledge)?t._i(t.form.privacy_pledge,null)>-1:t.form.privacy_pledge},on:{change:function(e){var a=t.form.privacy_pledge,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&t.$set(t.form,"privacy_pledge",a.concat([null])):n>-1&&t.$set(t.form,"privacy_pledge",a.slice(0,n).concat(a.slice(n+1)))}else t.$set(t.form,"privacy_pledge",i)}}}),t._v(" "),e("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"privacy-pledge"}},[t._v("I agree to the uphold the Privacy Pledge")])]),t._v(" "),e("p")]):7===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Community Guidelines")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("A few ground rules to keep your community healthy and safe.")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),t.communityGuidelines&&t.communityGuidelines.length?e("ol",{staticClass:"font-weight-bold"},t._l(t.communityGuidelines,function(a){return e("li",{staticClass:"text-primary"},[e("span",{staticClass:"lead ml-1 text-dark"},[t._v(t._s(a))])])}),0):e("div",{staticClass:"card bg-primary text-white"},[t._m(16)]),t._v(" "),e("hr"),t._v(" "),t._m(17)]):8===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("Feature Requirements")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("The minimum requirements for Directory inclusion.")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("media_types")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Media Types")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Allowed MIME types. image/jpeg and image/png by default")]),t._v(" "),t.requirements_validator.hasOwnProperty("media_types")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.media_types[0]))]):t._e()])]),t._v(" "),t.feature_config.optimize_image?e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("image_quality")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Image Quality")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Image optimization is enabled, the image quality must be a value between 1-100.")]),t._v(" "),t.requirements_validator.hasOwnProperty("image_quality")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.image_quality[0]))]):t._e()])]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_photo_size")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Photo Size")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Max photo upload size in kb. Must be between 15-100 MB.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_photo_size")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_photo_size[0]))]):t._e()])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_caption_length")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Caption Length")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("The max caption length limit. Must be between 500-10000.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_caption_length")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_caption_length[0]))]):t._e()])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_altext_length")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Alt-text length")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("The alt-text length limit. Must be between 1000-5000.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_altext_length")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_altext_length[0]))]):t._e()])]),t._v(" "),t.feature_config.enforce_account_limit?e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_account_size")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Account Size")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("The account storage limit. Must be 1GB at minimum.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_account_size")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_account_size[0]))]):t._e()])]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("max_album_length")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Max Album Length")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Max photos per album post. Must be between 4-20.")]),t._v(" "),t.requirements_validator.hasOwnProperty("max_album_length")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.max_album_length[0]))]):t._e()])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center"},[e("div",[e("i",{staticClass:"far fa-2x mr-4",class:[t.requirements_validator.hasOwnProperty("account_deletion")?"fa-exclamation-circle text-danger":"fa-check-circle text-success"]})]),t._v(" "),e("div",[e("p",{staticClass:"font-weight-bold text-dark my-0"},[t._v("Account Deletion")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("Allow users to delete their own account.")]),t._v(" "),t.requirements_validator.hasOwnProperty("account_deletion")?e("p",{staticClass:"mb-0 text-danger font-weight-bold"},[t._v(t._s(t.requirements_validator.account_deletion[0]))]):t._e()])])])])])]):9===t.tabIndex?e("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[e("h2",{staticClass:"display-4 mb-0"},[t._v("User Testimonials")]),t._v(" "),e("p",{staticClass:"small text-muted"},[t._v("Add testimonials from your users.")]),t._v(" "),e("hr",{staticClass:"mt-0"}),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-12 col-md-6 list-fade-bottom"},[e("div",{staticClass:"list-group pb-5",staticStyle:{"max-height":"520px","overflow-y":"auto"}},t._l(t.testimonials,function(a,s){return e("div",{staticClass:"list-group-item",class:[s==t.testimonials.length-1?"mb-5":""]},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",{staticClass:"media"},[e("img",{staticClass:"mr-3 rounded-circle",attrs:{src:a.profile.avatar,width:"40",h:"40"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("\n "+t._s(a.profile.username)+"\n ")]),t._v(" "),e("p",{staticClass:"small text-muted mt-n1 mb-0"},[t._v("\n Member Since "+t._s(t.formatDate(a.profile.created_at))+"\n ")])])]),t._v(" "),e("div",[e("p",{staticClass:"mb-0 small"},[e("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.editTestimonial(a)}}},[t._v("\n Edit\n ")])]),t._v(" "),e("p",{staticClass:"mb-0 small"},[e("a",{staticClass:"text-danger",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.deleteTestimonial(a)}}},[t._v("\n Delete\n ")])])])]),t._v(" "),e("hr",{staticClass:"my-1"}),t._v(" "),e("p",{staticClass:"small font-weight-bold text-muted mb-0 text-center"},[t._v("Testimonial")]),t._v(" "),e("div",{staticClass:"border rounded px-3"},[e("p",{staticClass:"my-2 small",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:t._s(a.body)}})])])}),0)]),t._v(" "),e("div",{staticClass:"col-12 col-md-6"},[t.isEditingTestimonial?e("div",{staticClass:"card"},[e("div",{staticClass:"card-header font-weight-bold"},[t._v("\n Edit Testimonial\n ")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Username")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.editingTestimonial.profile.username,expression:"editingTestimonial.profile.username"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"test",disabled:""},domProps:{value:t.editingTestimonial.profile.username},on:{input:function(e){e.target.composing||t.$set(t.editingTestimonial.profile,"username",e.target.value)}}})]),t._v(" "),e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Testimonial")]),t._v(" "),e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.editingTestimonial.body,expression:"editingTestimonial.body"}],staticClass:"form-control form-control-muted",attrs:{rows:"5"},domProps:{value:t.editingTestimonial.body},on:{input:function(e){e.target.composing||t.$set(t.editingTestimonial,"body",e.target.value)}}}),t._v(" "),e("div",{staticClass:"d-flex justify-content-between"},[e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n Text only, up to 500 characters\n ")]),t._v(" "),e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n "+t._s(t.editingTestimonial.body?t.editingTestimonial.body.length:0)+"/500\n ")])])])]),t._v(" "),e("div",{staticClass:"card-footer"},[e("button",{staticClass:"btn btn-primary btn-block",attrs:{type:"button"},on:{click:t.saveEditTestimonial}},[t._v("\n Save\n ")]),t._v(" "),e("button",{staticClass:"btn btn-secondary btn-block",attrs:{type:"button"},on:{click:t.cancelEditTestimonial}},[t._v("\n Cancel\n ")])])]):e("div",{staticClass:"card"},[t.testimonials.length<10?[e("div",{staticClass:"card-header font-weight-bold"},[t._v("\n Add New Testimonial\n ")]),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Username")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.testimonial.username,expression:"testimonial.username"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"test"},domProps:{value:t.testimonial.username},on:{input:function(e){e.target.composing||t.$set(t.testimonial,"username",e.target.value)}}}),t._v(" "),e("p",{staticClass:"help-text small text-muted"},[t._v("\n Must be a valid user account\n ")])]),t._v(" "),e("div",{staticClass:"form-group"},[e("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[t._v("Testimonial")]),t._v(" "),e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.testimonial.body,expression:"testimonial.body"}],staticClass:"form-control form-control-muted",attrs:{rows:"5"},domProps:{value:t.testimonial.body},on:{input:function(e){e.target.composing||t.$set(t.testimonial,"body",e.target.value)}}}),t._v(" "),e("div",{staticClass:"d-flex justify-content-between"},[e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n Text only, up to 500 characters\n ")]),t._v(" "),e("p",{staticClass:"help-text small text-muted mb-0"},[t._v("\n "+t._s(t.testimonial.body?t.testimonial.body.length:0)+"/500\n ")])])])]),t._v(" "),e("div",{staticClass:"card-footer"},[e("button",{staticClass:"btn btn-primary btn-block",attrs:{type:"button"},on:{click:t.saveTestimonial}},[t._v("Save Testimonial")])])]:[t._m(18)]],2)])])]):t._e()])])])])])])]):e("div",[t._m(19)])},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-lg-6 col-7"},[e("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[t._v("Directory")]),t._v(" "),e("p",{staticClass:"h3 text-white font-weight-light"},[t._v("Manage your server listing on pixelfed.org")])])},function(){var t=this._self._c;return t("p",[t("i",{staticClass:"far fa-exclamation-triangle fa-5x text-lighter"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("p",{staticClass:"display-3 mb-1"},[t._v("Awaiting Approval")]),t._v(" "),e("p",{staticClass:"text-primary mb-1"},[t._v("Awaiting submission approval from pixelfed.org, please check back later!")]),t._v(" "),e("p",{staticClass:"small text-muted mb-0"},[t._v("If you are still waiting for approval after 24 hours please contact the Pixelfed team.")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("p",{staticClass:"display-3 mb-1"},[t._v("Awaiting Update Approval")]),t._v(" "),e("p",{staticClass:"text-primary mb-1"},[t._v("Awaiting updated submission approval from pixelfed.org, please check back later!")]),t._v(" "),e("p",{staticClass:"small text-muted mb-0"},[t._v("If you are still waiting for approval after 24 hours please contact the Pixelfed team.")])])},function(){var t=this._self._c;return t("p",{staticClass:"my-3"},[t("i",{staticClass:"far fa-check-circle fa-4x text-success"})])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mt-2 mb-0"},[t._v("Your server directory listing on "),e("a",{staticClass:"font-weight-bold",attrs:{href:"#"}},[t._v("pixelfed.org")]),t._v(" is active")])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center py-5"},[e("p",{staticClass:"display-3 mb-1"},[t._v("Oops! An unexpected error occured")]),t._v(" "),e("p",{staticClass:"text-primary mb-1"},[t._v("Ask the Pixelfed team for assistance.")])])},function(){var t=this._self._c;return t("p",{staticClass:"text-center mb-2"},[t("i",{staticClass:"far fa-exclamation-circle fa-2x"})])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"form-text text-muted small mb-0"},[t._v("Must be a "),e("kbd",[t._v("JPEG")]),t._v(" or "),e("kbd",[t._v("PNG")]),t._v(" image no larger than 5MB.")])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"form-text text-muted small mb-0"},[t._v("The primary language of your server, to edit this value you need to set the "),e("kbd",[t._v("APP_LOCALE")]),t._v(" .env value")])},function(){var t=this,e=t._self._c;return e("ul",{staticClass:"text-danger"},[e("li",[t._v("Admins must be active")]),t._v(" "),e("li",[t._v("Admins must have 2FA setup and enabled")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body bg-lighter text-center py-5"},[e("p",{staticClass:"text-light mb-1"},[e("i",{staticClass:"far fa-info-circle fa-3x"})]),t._v(" "),e("p",{staticClass:"h2 mb-0"},[t._v("0 posts selected")]),t._v(" "),e("p",{staticClass:"small mb-0"},[t._v("You can select up to 12 favourite posts by id or popularity")])])},function(){var t=this._self._c;return t("div",{staticClass:"spinner-border spinner-border-sm",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"card card-body bg-primary"},[e("div",{staticClass:"d-flex align-items-center text-white"},[e("i",{staticClass:"far fa-info-circle mr-2"}),t._v(" "),e("p",{staticClass:"small mb-0 font-weight-bold"},[t._v("A post id is the numerical id found in post urls")])])])])},function(){var t=this._self._c;return t("div",{staticClass:"spinner-border text-primary",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])},function(){var t=this,e=t._self._c;return e("ul",{staticClass:"font-weight-bold"},[e("li",[t._v("No analytics or 3rd party trackers*")]),t._v(" "),e("li",[t._v("User data is not sold to any 3rd parties")]),t._v(" "),e("li",[t._v("Data is stored securely in accordance with industry standards")]),t._v(" "),e("li",[t._v("Admin accounts are protected with 2FA")]),t._v(" "),e("li",[t._v("Follow strict support procedures to keep your accounts safe")]),t._v(" "),e("li",[t._v("Give at least 6 months warning in the event we shut down")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card-body text-center py-5"},[e("p",{staticClass:"mb-n3"},[e("i",{staticClass:"far fa-exclamation-circle fa-3x"})]),t._v(" "),e("p",{staticClass:"lead mb-0"},[t._v("No Community Guidelines have been set")])])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mb-0"},[t._v("You can manage Community Guidelines on the "),e("a",{attrs:{href:"/i/admin/settings"}},[t._v("Settings page")])])},function(){var t=this._self._c;return t("div",{staticClass:"card-body text-center"},[t("p",{staticClass:"lead"},[this._v("You can't add any more testimonials")])])},function(){var t=this._self._c;return t("div",{staticClass:"container my-5 py-5 text-center"},[t("div",{staticClass:"spinner-border text-primary",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])])}]},54449(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"header bg-primary pb-3 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[t._m(0),t._v(" "),e("div",{staticClass:"row"},[e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Unique Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_unique)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Total Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_posts)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("New (past 14 days)")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.added_14_days)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Banned Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_banned)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("NSFW Hashtags")]),t._v(" "),e("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[t._v(t._s(t.prettyCount(t.stats.total_nsfw)))])])]),t._v(" "),e("div",{staticClass:"col-xl-2 col-md-6"},[e("div",{staticClass:"mb-3"},[e("h5",{staticClass:"text-light text-uppercase mb-0"},[t._v("Clear Trending Cache")]),t._v(" "),e("button",{staticClass:"btn btn-outline-white btn-block btn-sm py-0 mt-1",on:{click:t.clearTrendingCache}},[t._v("Clear Cache")])])])])])])]),t._v(" "),t.loaded?e("div",{staticClass:"m-n2 m-lg-4"},[e("div",{staticClass:"container-fluid mt-4"},[e("div",{staticClass:"row mb-3 justify-content-between"},[e("div",{staticClass:"col-12 col-md-8"},[e("ul",{staticClass:"nav nav-pills"},[e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:0==t.tabIndex}],on:{click:function(e){return t.toggleTab(0)}}},[t._v("All")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:1==t.tabIndex}],on:{click:function(e){return t.toggleTab(1)}}},[t._v("Trending")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:2==t.tabIndex}],on:{click:function(e){return t.toggleTab(2)}}},[t._v("Banned")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("button",{class:["nav-link",{active:3==t.tabIndex}],on:{click:function(e){return t.toggleTab(3)}}},[t._v("NSFW")])])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-4"},[e("autocomplete",{ref:"autocomplete",attrs:{search:t.composeSearch,disabled:t.searchLoading,placeholder:"Search hashtags","aria-label":"Search hashtags","get-result-value":t.getTagResultValue},on:{submit:t.onSearchResultClick},scopedSlots:t._u([{key:"result",fn:function(a){var s=a.result,i=a.props;return[e("li",t._b({staticClass:"autocomplete-result d-flex justify-content-between align-items-center"},"li",i,!1),[e("div",{staticClass:"font-weight-bold",class:{"text-danger":s.is_banned}},[t._v("\n #"+t._s(s.name)+"\n ")]),t._v(" "),e("div",{staticClass:"small text-muted"},[t._v("\n "+t._s(t.prettyCount(s.cached_count))+" posts\n ")])])]}}])})],1)]),t._v(" "),[0,2,3].includes(this.tabIndex)?e("div",{staticClass:"table-responsive"},[e("table",{staticClass:"table table-dark"},[e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("ID","id"))},on:{click:function(e){return t.toggleCol("id")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Hashtag","name"))},on:{click:function(e){return t.toggleCol("name")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Count","cached_count"))},on:{click:function(e){return t.toggleCol("cached_count")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Can Search","can_search"))},on:{click:function(e){return t.toggleCol("can_search")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Can Trend","can_trend"))},on:{click:function(e){return t.toggleCol("can_trend")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("NSFW","is_nsfw"))},on:{click:function(e){return t.toggleCol("is_nsfw")}}}),t._v(" "),e("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:t._s(t.buildColumn("Banned","is_banned"))},on:{click:function(e){return t.toggleCol("is_banned")}}}),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")])])]),t._v(" "),e("tbody",t._l(t.hashtags,function(a,s){var i;return e("tr",[e("td",{staticClass:"font-weight-bold text-monospace text-muted"},[e("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.openEditHashtagModal(a,s)}}},[t._v("\n "+t._s(a.id)+"\n ")])]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[t._v(t._s(a.name))]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[e("a",{attrs:{href:"/i/web/hashtag/".concat(a.slug)}},[t._v("\n "+t._s(null!==(i=a.cached_count)&&void 0!==i?i:0)+"\n ")])]),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.can_search,"text-success","text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.can_trend,"text-success","text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.is_nsfw,"text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold",domProps:{innerHTML:t._s(t.boolIcon(a.is_banned,"text-danger"))}}),t._v(" "),e("td",{staticClass:"font-weight-bold"},[t._v(t._s(t.timeAgo(a.created_at)))])])}),0)])]):t._e(),t._v(" "),[0,2,3].includes(this.tabIndex)?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.pagination.prev},on:{click:function(e){return t.paginate("prev")}}},[t._v("\n Prev\n ")]),t._v(" "),e("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!t.pagination.next},on:{click:function(e){return t.paginate("next")}}},[t._v("\n Next\n ")])]):t._e(),t._v(" "),1==this.tabIndex?e("div",{staticClass:"table-responsive"},[e("table",{staticClass:"table table-dark"},[t._m(1),t._v(" "),e("tbody",t._l(t.trendingTags,function(a,s){var i;return e("tr",[e("td",{staticClass:"font-weight-bold text-monospace text-muted"},[e("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.openEditHashtagModal(a,s)}}},[t._v("\n "+t._s(a.id)+"\n ")])]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[t._v(t._s(a.hashtag))]),t._v(" "),e("td",{staticClass:"font-weight-bold"},[e("a",{attrs:{href:"/i/web/hashtag/".concat(a.hashtag)}},[t._v("\n "+t._s(null!==(i=a.total)&&void 0!==i?i:0)+"\n ")])])])}),0)])]):t._e()])]):e("div",{staticClass:"my-5 text-center"},[e("b-spinner")],1),t._v(" "),e("b-modal",{attrs:{title:"Edit Hashtag","ok-only":!0,lazy:!0,static:!0},model:{value:t.showEditModal,callback:function(e){t.showEditModal=e},expression:"showEditModal"}},[t.editingHashtag&&t.editingHashtag.name?e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Name")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v(t._s(t.editingHashtag.name))])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Total Uses")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v(t._s(t.editingHashtag.cached_count.toLocaleString("en-CA",{compactDisplay:"short"})))])]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Can Trend")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.can_trend,callback:function(e){t.$set(t.editingHashtag,"can_trend",e)},expression:"editingHashtag.can_trend"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Can Search")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.can_search,callback:function(e){t.$set(t.editingHashtag,"can_search",e)},expression:"editingHashtag.can_search"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("Banned")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.is_banned,callback:function(e){t.$set(t.editingHashtag,"is_banned",e)},expression:"editingHashtag.is_banned"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[e("div",{staticClass:"text-muted small"},[t._v("NSFW")]),t._v(" "),e("div",{staticClass:"mr-n2 mb-1"},[e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.editingHashtag.is_nsfw,callback:function(e){t.$set(t.editingHashtag,"is_nsfw",e)},expression:"editingHashtag.is_nsfw"}})],1)])]):t._e(),t._v(" "),e("transition",{attrs:{name:"fade"}},[t.editingHashtag&&t.editingHashtag.name&&t.editSaved?e("div",[e("p",{staticClass:"text-primary small font-weight-bold text-center mt-1 mb-0"},[t._v("Hashtag changes successfully saved!")])]):t._e()])],1)],1)},i=[function(){var t=this._self._c;return t("div",{staticClass:"row align-items-center py-4"},[t("div",{staticClass:"col-lg-6 col-7"},[t("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[this._v("Hashtags")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Hashtag")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Trending Count")])])])}]},38343(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t,e,a,s=this,i=s._self._c;return i("div",[i("div",{staticClass:"header bg-primary pb-3 mt-n4"},[i("div",{staticClass:"container-fluid"},[i("div",{staticClass:"header-body"},[s._m(0),s._v(" "),i("div",{staticClass:"row"},[i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("Total Instances")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.total_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("New (past 14 days)")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.new_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("Banned Instances")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.banned_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("h5",{staticClass:"text-light text-uppercase mb-0"},[s._v("NSFW Instances")]),s._v(" "),i("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size"},[s._v(s._s(s.prettyCount(s.stats.nsfw_count)))])])]),s._v(" "),i("div",{staticClass:"col-xl-2 col-md-6"},[i("div",{staticClass:"mb-3"},[i("button",{staticClass:"btn btn-outline-white btn-block btn-sm mt-1",on:{click:function(t){t.preventDefault(),s.showAddModal=!0}}},[s._v("Create New Instance")]),s._v(" "),s.showImportForm?i("div",[i("div",{staticClass:"form-group mt-3"},[i("div",{staticClass:"custom-file"},[i("input",{ref:"importInput",staticClass:"custom-file-input",attrs:{type:"file",id:"customFile"},on:{change:s.onImportUpload}}),s._v(" "),i("label",{staticClass:"custom-file-label",attrs:{for:"customFile"}},[s._v("Choose file")])])]),s._v(" "),i("p",{staticClass:"mb-0 mt-n3"},[i("a",{staticClass:"text-white font-weight-bold small",attrs:{href:"#"},on:{click:function(t){t.preventDefault(),s.showImportForm=!1}}},[s._v("Cancel")])])]):i("div",{staticClass:"d-flex mt-1"},[i("button",{staticClass:"btn btn-outline-white btn-sm mt-1",on:{click:s.openImportForm}},[s._v("Import")]),s._v(" "),i("button",{staticClass:"btn btn-outline-white btn-block btn-sm mt-1",on:{click:function(t){return s.downloadBackup()}}},[s._v("Download Backup")])])])])])])])]),s._v(" "),s.loaded?i("div",{staticClass:"m-n2 m-lg-4"},[i("div",{staticClass:"container-fluid mt-4"},[i("div",{staticClass:"row mb-3 justify-content-between"},[i("div",{staticClass:"col-12 col-md-8"},[i("ul",{staticClass:"nav nav-pills"},[i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:0==s.tabIndex}],on:{click:function(t){return s.toggleTab(0)}}},[s._v("All")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:1==s.tabIndex}],on:{click:function(t){return s.toggleTab(1)}}},[s._v("New")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:2==s.tabIndex}],on:{click:function(t){return s.toggleTab(2)}}},[s._v("Banned")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:3==s.tabIndex}],on:{click:function(t){return s.toggleTab(3)}}},[s._v("NSFW")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:4==s.tabIndex}],on:{click:function(t){return s.toggleTab(4)}}},[s._v("Unlisted")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:5==s.tabIndex}],on:{click:function(t){return s.toggleTab(5)}}},[s._v("Most Users")])]),s._v(" "),i("li",{staticClass:"nav-item"},[i("button",{class:["nav-link",{active:6==s.tabIndex}],on:{click:function(t){return s.toggleTab(6)}}},[s._v("Most Statuses")])])])]),s._v(" "),i("div",{staticClass:"col-12 col-md-4"},[i("autocomplete",{ref:"autocomplete",attrs:{search:s.composeSearch,disabled:s.searchLoading,defaultValue:s.searchQuery,placeholder:"Search instances by domain","aria-label":"Search instances by domain","get-result-value":s.getTagResultValue},on:{submit:s.onSearchResultClick},scopedSlots:s._u([{key:"result",fn:function(t){var e=t.result,a=t.props;return[i("li",s._b({staticClass:"autocomplete-result d-flex justify-content-between align-items-center"},"li",a,!1),[i("div",{staticClass:"font-weight-bold",class:{"text-danger":e.banned}},[s._v("\n\t\t\t\t\t\t\t\t\t"+s._s(e.domain)+"\n\t\t\t\t\t\t\t\t")]),s._v(" "),i("div",{staticClass:"small text-muted"},[s._v("\n\t\t\t\t\t\t\t\t\t"+s._s(s.prettyCount(e.user_count))+" users\n\t\t\t\t\t\t\t\t")])])]}}])})],1)]),s._v(" "),i("div",{staticClass:"table-responsive"},[i("table",{staticClass:"table table-dark"},[i("thead",{staticClass:"thead-dark"},[i("tr",[i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("ID","id"))},on:{click:function(t){return s.toggleCol("id")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Domain","domain"))},on:{click:function(t){return s.toggleCol("domain")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Software","software"))},on:{click:function(t){return s.toggleCol("software")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("User Count","user_count"))},on:{click:function(t){return s.toggleCol("user_count")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Status Count","status_count"))},on:{click:function(t){return s.toggleCol("status_count")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Banned","banned"))},on:{click:function(t){return s.toggleCol("banned")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("NSFW","auto_cw"))},on:{click:function(t){return s.toggleCol("auto_cw")}}}),s._v(" "),i("th",{staticClass:"cursor-pointer",attrs:{scope:"col"},domProps:{innerHTML:s._s(s.buildColumn("Unlisted","unlisted"))},on:{click:function(t){return s.toggleCol("unlisted")}}}),s._v(" "),i("th",{attrs:{scope:"col"}},[s._v("Created")])])]),s._v(" "),i("tbody",s._l(s.instances,function(t,e){return i("tr",[i("td",{staticClass:"font-weight-bold text-monospace text-muted"},[i("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),s.openInstanceModal(t.id)}}},[s._v("\n\t\t\t\t\t\t\t\t\t"+s._s(t.id)+"\n\t\t\t\t\t\t\t\t")])]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(t.domain))]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(t.software))]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(s.prettyCount(t.user_count)))]),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(s.prettyCount(t.status_count)))]),s._v(" "),i("td",{staticClass:"font-weight-bold",domProps:{innerHTML:s._s(s.boolIcon(t.banned,"text-danger"))}}),s._v(" "),i("td",{staticClass:"font-weight-bold",domProps:{innerHTML:s._s(s.boolIcon(t.auto_cw,"text-danger"))}}),s._v(" "),i("td",{staticClass:"font-weight-bold",domProps:{innerHTML:s._s(s.boolIcon(t.unlisted,"text-danger"))}}),s._v(" "),i("td",{staticClass:"font-weight-bold"},[s._v(s._s(s.timeAgo(t.created_at)))])])}),0)])]),s._v(" "),i("div",{staticClass:"d-flex align-items-center justify-content-center"},[i("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!s.pagination.prev},on:{click:function(t){return s.paginate("prev")}}},[s._v("\n\t\t\t\t\tPrev\n\t\t\t\t")]),s._v(" "),i("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!s.pagination.next},on:{click:function(t){return s.paginate("next")}}},[s._v("\n\t\t\t\t\tNext\n\t\t\t\t")])])])]):i("div",{staticClass:"my-5 text-center"},[i("b-spinner")],1),s._v(" "),i("b-modal",{attrs:{title:"View Instance","header-class":"d-flex align-items-center justify-content-center mb-0 pb-0","ok-title":"Save","ok-disabled":!s.editingInstanceChanges},on:{ok:s.saveInstanceModalChanges},scopedSlots:s._u([{key:"modal-footer",fn:function(){return[i("div",{staticClass:"w-100 d-flex justify-content-between align-items-center"},[i("div",[i("b-button",{attrs:{variant:"outline-danger",size:"sm"},on:{click:s.deleteInstanceModal}},[s._v("\n\t\t\t\t\tDelete\n\t\t\t\t")]),s._v(" "),s.refreshedModalStats?s._e():i("b-button",{attrs:{variant:"outline-primary",size:"sm"},on:{click:s.refreshModalStats}},[s._v("\n\t\t\t\t\tRefresh Stats\n\t\t\t\t")])],1),s._v(" "),i("div",[i("b-button",{attrs:{variant:"link-dark",size:"sm"},on:{click:s.onViewMoreInstance}},[s._v("\n\t\t\t\tView More\n\t\t\t ")]),s._v(" "),i("b-button",{attrs:{variant:"primary"},on:{click:s.saveInstanceModalChanges}},[s._v("\n\t\t\t\tSave\n\t\t\t ")])],1)])]},proxy:!0}]),model:{value:s.showInstanceModal,callback:function(t){s.showInstanceModal=t},expression:"showInstanceModal"}},[s.editingInstance&&s.canEditInstance?i("div",{staticClass:"list-group"},[i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Domain")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(s.editingInstance.domain))])]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[s.editingInstance.software?i("div",[i("div",{staticClass:"text-muted small"},[s._v("Software")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(null!==(t=s.editingInstance.software)&&void 0!==t?t:"Unknown"))])]):s._e(),s._v(" "),i("div",[i("div",{staticClass:"text-muted small"},[s._v("Total Users")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(s.formatCount(null!==(e=s.editingInstance.user_count)&&void 0!==e?e:0)))])]),s._v(" "),i("div",[i("div",{staticClass:"text-muted small"},[s._v("Total Statuses")]),s._v(" "),i("div",{staticClass:"font-weight-bold"},[s._v(s._s(s.formatCount(null!==(a=s.editingInstance.status_count)&&void 0!==a?a:0)))])])]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Banned")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.editingInstance.banned,callback:function(t){s.$set(s.editingInstance,"banned",t)},expression:"editingInstance.banned"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Apply CW to Media")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.editingInstance.auto_cw,callback:function(t){s.$set(s.editingInstance,"auto_cw",t)},expression:"editingInstance.auto_cw"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Unlisted")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.editingInstance.unlisted,callback:function(t){s.$set(s.editingInstance,"unlisted",t)},expression:"editingInstance.unlisted"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex justify-content-between",class:[s.instanceModalNotes?"flex-column gap-2":"align-items-center"]},[i("div",{staticClass:"text-muted small"},[s._v("Notes")]),s._v(" "),i("transition",{attrs:{name:"fade"}},[s.instanceModalNotes?i("div",{staticClass:"w-100"},[i("b-form-textarea",{attrs:{rows:"3","max-rows":"5",maxlength:"500"},model:{value:s.editingInstance.notes,callback:function(t){s.$set(s.editingInstance,"notes",t)},expression:"editingInstance.notes"}}),s._v(" "),i("p",{staticClass:"small text-muted"},[s._v(s._s(s.editingInstance.notes?s.editingInstance.notes.length:0)+"/500")])],1):i("div",{staticClass:"mb-1"},[i("a",{staticClass:"font-weight-bold small",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.showModalNotes()}}},[s._v(s._s(s.editingInstance.notes?"View":"Add"))])])])],1)]):s._e()]),s._v(" "),i("b-modal",{attrs:{title:"Add Instance","ok-title":"Save","ok-disabled":s.addNewInstance.domain.length<2},on:{ok:s.saveNewInstance},model:{value:s.showAddModal,callback:function(t){s.showAddModal=t},expression:"showAddModal"}},[i("div",{staticClass:"list-group"},[i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Domain")]),s._v(" "),i("div",[i("b-form-input",{attrs:{placeholder:"Add domain here"},model:{value:s.addNewInstance.domain,callback:function(t){s.$set(s.addNewInstance,"domain",t)},expression:"addNewInstance.domain"}}),s._v(" "),i("p",{staticClass:"small text-light mb-0"},[s._v("Enter a valid domain without https://")])],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Banned")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.addNewInstance.banned,callback:function(t){s.$set(s.addNewInstance,"banned",t)},expression:"addNewInstance.banned"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Apply CW to Media")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.addNewInstance.auto_cw,callback:function(t){s.$set(s.addNewInstance,"auto_cw",t)},expression:"addNewInstance.auto_cw"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Unlisted")]),s._v(" "),i("div",{staticClass:"mr-n2 mb-1"},[i("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:s.addNewInstance.unlisted,callback:function(t){s.$set(s.addNewInstance,"unlisted",t)},expression:"addNewInstance.unlisted"}})],1)]),s._v(" "),i("div",{staticClass:"list-group-item d-flex flex-column gap-2 justify-content-between"},[i("div",{staticClass:"text-muted small"},[s._v("Notes")]),s._v(" "),i("div",{staticClass:"w-100"},[i("b-form-textarea",{attrs:{rows:"3","max-rows":"5",maxlength:"500",placeholder:"Add optional notes here"},model:{value:s.addNewInstance.notes,callback:function(t){s.$set(s.addNewInstance,"notes",t)},expression:"addNewInstance.notes"}}),s._v(" "),i("p",{staticClass:"small text-muted"},[s._v(s._s(s.addNewInstance.notes?s.addNewInstance.notes.length:0)+"/500")])],1)])])]),s._v(" "),i("b-modal",{attrs:{title:"Import Instance Backup","ok-title":"Import",scrollable:"","ok-disabled":!s.importData||!s.importData.banned.length&&!s.importData.unlisted.length&&!s.importData.auto_cw.length},on:{ok:s.completeImport,cancel:s.cancelImport},model:{value:s.showImportModal,callback:function(t){s.showImportModal=t},expression:"showImportModal"}},[s.showImportModal&&s.importData?i("div",[s.importData.auto_cw&&s.importData.auto_cw.length?i("div",{staticClass:"mb-5"},[i("p",{staticClass:"font-weight-bold text-center my-0"},[s._v("NSFW Instances ("+s._s(s.importData.auto_cw.length)+")")]),s._v(" "),i("p",{staticClass:"small text-center text-muted mb-1"},[s._v("Tap on an instance to remove it.")]),s._v(" "),i("div",{staticClass:"list-group"},s._l(s.importData.auto_cw,function(t,e){return i("a",{staticClass:"list-group-item d-flex align-items-center justify-content-between",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.filterImportData("auto_cw",e)}}},[s._v("\n\t\t\t\t\t\t"+s._s(t)+"\n\n\t\t\t\t\t\t"),i("span",{staticClass:"badge badge-warning"},[s._v("Auto CW")])])}),0)]):s._e(),s._v(" "),s.importData.unlisted&&s.importData.unlisted.length?i("div",{staticClass:"mb-5"},[i("p",{staticClass:"font-weight-bold text-center my-0"},[s._v("Unlisted Instances ("+s._s(s.importData.unlisted.length)+")")]),s._v(" "),i("p",{staticClass:"small text-center text-muted mb-1"},[s._v("Tap on an instance to remove it.")]),s._v(" "),i("div",{staticClass:"list-group"},s._l(s.importData.unlisted,function(t,e){return i("a",{staticClass:"list-group-item d-flex align-items-center justify-content-between",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.filterImportData("unlisted",e)}}},[s._v("\n\t\t\t\t\t\t"+s._s(t)+"\n\n\t\t\t\t\t\t"),i("span",{staticClass:"badge badge-primary"},[s._v("Unlisted")])])}),0)]):s._e(),s._v(" "),s.importData.banned&&s.importData.banned.length?i("div",{staticClass:"mb-5"},[i("p",{staticClass:"font-weight-bold text-center my-0"},[s._v("Banned Instances ("+s._s(s.importData.banned.length)+")")]),s._v(" "),i("p",{staticClass:"small text-center text-muted mb-1"},[s._v("Review instances, tap on an instance to remove it.")]),s._v(" "),i("div",{staticClass:"list-group"},s._l(s.importData.banned,function(t,e){return i("a",{staticClass:"list-group-item d-flex align-items-center justify-content-between",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),s.filterImportData("banned",e)}}},[s._v("\n\t\t\t\t\t\t"+s._s(t)+"\n\n\t\t\t\t\t\t"),i("span",{staticClass:"badge badge-danger"},[s._v("Banned")])])}),0)]):s._e(),s._v(" "),s.importData.banned.length||s.importData.unlisted.length||s.importData.auto_cw.length?s._e():i("div",[i("div",{staticClass:"text-center"},[i("p",[i("i",{staticClass:"far fa-check-circle fa-4x text-success"})]),s._v(" "),i("p",{staticClass:"lead"},[s._v("Nothing to import!")])])])]):s._e()])],1)},i=[function(){var t=this._self._c;return t("div",{staticClass:"row align-items-center py-4"},[t("div",{staticClass:"col-lg-6 col-7"},[t("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[this._v("Instances")])])])}]},10698(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t,e,a,s,i,n,o,r=this,l=r._self._c;return l("div",[l("div",{staticClass:"header bg-primary pb-3 mt-n4"},[l("div",{staticClass:"container-fluid"},[l("div",{staticClass:"header-body"},[r._m(0),r._v(" "),l("div",{staticClass:"row"},[l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Active Reports")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.open+" open reports"}},[r._v("\n "+r._s(r.prettyCount(r.stats.open))+"\n ")])])]),r._v(" "),l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Active Spam Detections")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.autospam_open+" open spam detections"}},[r._v(r._s(r.prettyCount(r.stats.autospam_open)))])])]),r._v(" "),l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Total Reports")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.total+" total reports"}},[r._v(r._s(r.prettyCount(r.stats.total))+"\n ")])])]),r._v(" "),l("div",{staticClass:"col-12 col-sm-6 col-lg-3"},[l("div",{staticClass:"mb-3"},[l("h5",{staticClass:"text-light text-uppercase mb-0"},[r._v("Total Spam Detections")]),r._v(" "),l("span",{staticClass:"text-white h2 font-weight-bold mb-0 human-size",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:r.stats.autospam+" total spam detections"}},[r._v("\n "+r._s(r.prettyCount(r.stats.autospam))+"\n ")])])])])])])]),r._v(" "),r.loaded?l("div",{staticClass:"m-n2 m-lg-4"},[l("div",{staticClass:"container-fluid mt-4"},[l("div",{staticClass:"row mb-3 justify-content-between"},[l("div",{staticClass:"col-12"},[l("ul",{staticClass:"nav nav-pills"},[l("li",{staticClass:"nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:0==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(0)}}},[l("span",[r._v("Open Reports")]),r._v(" "),r.stats.open?l("span",{staticClass:"badge badge-sm badge-floating badge-danger border-white ml-2",staticStyle:{"background-color":"red",color:"white","font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.open))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:2==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(2)}}},[l("span",[r._v("Spam Detections")]),r._v(" "),r.stats.autospam_open?l("span",{staticClass:"badge badge-sm badge-floating badge-danger border-white ml-2",staticStyle:{"background-color":"red",color:"white","font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.autospam_open))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:3==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(3)}}},[l("span",[r._v("Remote Reports")]),r._v(" "),r.stats.remote_open?l("span",{staticClass:"badge badge-sm badge-floating badge-danger border-white ml-2",staticStyle:{"background-color":"red",color:"white","font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.remote_open))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"d-none d-md-block nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:1==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(1)}}},[l("span",[r._v("Closed Reports")]),r._v(" "),r.stats.autospam_open?l("span",{staticClass:"badge badge-sm badge-floating badge-secondary border-white ml-2",staticStyle:{"font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.closed))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"d-none d-md-block nav-item"},[l("a",{staticClass:"nav-link d-flex align-items-center",attrs:{href:"/i/admin/reports/email-verifications"}},[l("span",[r._v("Email Verification Requests")]),r._v(" "),r.stats.email_verification_requests?l("span",{staticClass:"badge badge-sm badge-floating badge-secondary border-white ml-2",staticStyle:{"font-size":"11px"}},[r._v("\n "+r._s(r.prettyCount(r.stats.email_verification_requests))+"\n ")]):r._e()])]),r._v(" "),l("li",{staticClass:"d-none d-md-block nav-item"},[l("a",{class:["nav-link d-flex align-items-center",{active:4==r.tabIndex}],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),r.toggleTab(4)}}},[l("span",[r._v("Moderated Profiles")])])])])])]),r._v(" "),[0,1].includes(this.tabIndex)?l("div",{staticClass:"table-responsive rounded"},[r.reports&&r.reports.length?l("table",{staticClass:"table table-dark"},[r._m(1),r._v(" "),l("tbody",r._l(r.reports,function(t,e){return l("tr",[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewReport(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"text-capitalize font-weight-bold mb-0",domProps:{innerHTML:r._s(r.reportLabel(t))}})]),r._v(" "),l("td",{staticClass:"align-middle"},[t.reported&&t.reported.id?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.reported.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.reported.username))]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.reported.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.reported.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"align-middle"},[t&&t.reporter&&t.reporter.id?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.reporter.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.reporter.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.reporter.username))]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.reporter.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.reporter.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[r._v(r._s(r.timeAgo(t.created_at)))]),r._v(" "),l("td",{staticClass:"align-middle"},[l("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewReport(t)}}},[r._v("View")])])])}),0)]):l("div",[l("div",{staticClass:"card card-body p-5"},[l("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[r._m(2),r._v(" "),l("p",{staticClass:"lead"},[r._v("\n "+r._s(0===r.tabIndex?"No Active Reports Found!":"No Closed Reports Found!")+"\n ")])])])])]):r._e(),r._v(" "),[0,1].includes(this.tabIndex)&&r.reports.length&&(r.pagination.prev||r.pagination.next)?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.prev},on:{click:function(t){return r.paginate("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.next},on:{click:function(t){return r.paginate("next")}}},[r._v("\n Next\n ")])]):r._e(),r._v(" "),2===this.tabIndex?l("div",{staticClass:"table-responsive rounded"},[r.autospamLoaded?[r.autospam&&r.autospam.length?l("table",{staticClass:"table table-dark"},[r._m(3),r._v(" "),l("tbody",r._l(r.autospam,function(t,e){return l("tr",[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewSpamReport(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),r._m(4,!0),r._v(" "),l("td",{staticClass:"align-middle"},[t.status&&t.status.account?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.status.account.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.status.account.username))]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.status.account.followers_count)+"\n Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.status.account.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[r._v(r._s(r.timeAgo(t.created_at)))]),r._v(" "),l("td",{staticClass:"align-middle"},[l("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.viewSpamReport(t)}}},[r._v("View")])])])}),0)]):l("div",[r._m(5)])]:l("div",{staticClass:"d-flex align-items-center justify-content-center",staticStyle:{"min-height":"300px"}},[l("b-spinner")],1)],2):r._e(),r._v(" "),2===this.tabIndex&&r.autospamLoaded&&r.autospam&&r.autospam.length?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.autospamPagination.prev},on:{click:function(t){return r.autospamPaginate("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.autospamPagination.next},on:{click:function(t){return r.autospamPaginate("next")}}},[r._v("\n Next\n ")])]):r._e(),r._v(" "),3===this.tabIndex?l("div",{staticClass:"table-responsive rounded"},[r.reports&&r.reports.length?l("table",{staticClass:"table table-dark"},[r._m(6),r._v(" "),l("tbody",r._l(r.reports,function(t,e){return l("tr",{key:"remote-reports-".concat(t.id,"-").concat(e)},[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.showRemoteReport(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"font-weight-bold mb-0"},[r._v(r._s(t.instance))])]),r._v(" "),l("td",{staticClass:"align-middle"},[t.reported&&t.reported.id?l("a",{staticClass:"text-white",attrs:{href:"/i/web/profile/".concat(t.reported.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"14px"}},[r._v("\n @"+r._s(t.reported.username)+"\n ")]),r._v(" "),l("div",{staticClass:"d-flex small text-muted mb-0",staticStyle:{gap:"0.5rem"}},[l("span",[r._v(r._s(t.reported.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(t.reported.created_at)))])])])])]):r._e()]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"small mb-0 text-wrap",staticStyle:{"max-width":"300px","word-break":"break-all"}},[r._v(r._s(t.message&&t.message.length>120?t.message.slice(0,120)+"...":t.message))])]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[r._v(r._s(r.timeAgo(t.created_at)))]),r._v(" "),l("td",{staticClass:"align-middle"},[l("a",{staticClass:"btn btn-primary btn-sm",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),r.showRemoteReport(t)}}},[r._v("View")])])])}),0)]):l("div",[l("div",{staticClass:"card card-body p-5"},[l("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[r._m(7),r._v(" "),l("p",{staticClass:"lead"},[r._v("\n "+r._s(0===r.tabIndex?"No Active Reports Found!":"No Closed Reports Found!")+"\n ")])])])])]):r._e(),r._v(" "),3===this.tabIndex&&r.remoteReportsLoaded&&r.reports&&r.reports.length?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.prev},on:{click:function(t){return r.remoteReportPaginate("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.pagination.next},on:{click:function(t){return r.remoteReportPaginate("next")}}},[r._v("\n Next\n ")])]):r._e(),r._v(" "),4===this.tabIndex?l("div",{staticClass:"table-responsive rounded"},[l("div",{staticClass:"d-flex justify-content-between align-items-center mb-3"},[l("form",{staticClass:"navbar-search navbar-search-dark form-inline mr-sm-3",on:{submit:function(t){return t.preventDefault(),r.handleModeratedProfileSearch.apply(null,arguments)}}},[l("div",{staticClass:"form-group mb-0"},[l("div",{staticClass:"input-group input-group-alternative input-group-merge"},[r._m(8),r._v(" "),l("input",{directives:[{name:"model",rawName:"v-model",value:r.moderatedProfilesSearchInput,expression:"moderatedProfilesSearchInput"}],staticClass:"form-control",attrs:{type:"text",name:"username",placeholder:"Search by username"},domProps:{value:r.moderatedProfilesSearchInput},on:{input:function(t){t.target.composing||(r.moderatedProfilesSearchInput=t.target.value)}}})])])]),r._v(" "),l("div",{staticClass:"d-flex gap-1"},[l("button",{staticClass:"btn btn-outline-primary fw-bold",attrs:{type:"button"},on:{click:function(t){return r.exportModeratedProfiles()}}},[r._v("Export")]),r._v(" "),l("button",{staticClass:"btn btn-primary fw-bold",attrs:{type:"button"},on:{click:function(t){return t.preventDefault(),r.addModeratedProfile()}}},[r._v("Add Moderated\n Profile")])])]),r._v(" "),r.moderatedProfiles&&r.moderatedProfiles.length?l("table",{staticClass:"table table-dark"},[r._m(9),r._v(" "),l("tbody",r._l(r.moderatedProfiles,function(t,e){return l("tr",{key:"remote-reports-".concat(t.id,"-").concat(e)},[l("td",{staticClass:"font-weight-bold text-monospace text-muted align-middle"},[l("button",{staticClass:"btn btn-primary btn-sm",on:{click:function(e){return e.preventDefault(),r.openModeratedProfileModal(t)}}},[r._v("\n "+r._s(t.id)+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[t.profile.name?l("p",{staticClass:"small mb-0 text-muted"},[r._v("\n "+r._s(r.truncateText(t.profile.name,40))+"\n ")]):r._e(),r._v(" "),l("p",{staticClass:"font-weight-bold mb-0",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:t.profile.username}},[r._v("\n "+r._s(r.truncateText(t.profile.username,40))+"\n ")])]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"mb-0",domProps:{innerHTML:r._s(r.getModerationLabels(t))}})]),r._v(" "),l("td",{staticClass:"align-middle"},[l("p",{staticClass:"small mb-0 text-wrap",staticStyle:{"max-width":"200px","word-break":"break-word"}},[r._v(r._s(r.truncateText(t.note,140)))])]),r._v(" "),l("td",{staticClass:"font-weight-bold align-middle"},[l("span",{attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:t.created_at}},[r._v("\n "+r._s(r.timeAgo(t.created_at))+"\n ")])])])}),0)]):l("div",[l("div",{staticClass:"card card-body p-5"},[l("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[r.moderatedProfilesSearchInput?[r._m(10),r._v(" "),l("p",{staticClass:"lead"},[r._v("No results found!")]),r._v(" "),l("button",{staticClass:"btn btn-primary",on:{click:function(t){return t.preventDefault(),r.clearModeratedProfileSearch()}}},[r._v("Go\n back")])]:[r._m(11),r._v(" "),l("p",{staticClass:"lead"},[r._v("No active moderation accounts found!")])]],2)])]),r._v(" "),r.moderatedProfiles&&r.moderatedProfiles.length&&(r.moderatedProfilesPagination.prev||r.moderatedProfilesPagination.next)?l("div",{staticClass:"mt-3 d-flex align-items-center justify-content-center"},[l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.moderatedProfilesPagination.prev},on:{click:function(t){return r.paginateModeratedAccounts("prev")}}},[r._v("\n Prev\n ")]),r._v(" "),l("button",{staticClass:"btn btn-primary rounded-pill",attrs:{disabled:!r.moderatedProfilesPagination.next},on:{click:function(t){return r.paginateModeratedAccounts("next")}}},[r._v("\n Next\n ")])]):r._e()]):r._e()])]):l("div",{staticClass:"my-5 text-center"},[l("b-spinner")],1),r._v(" "),l("b-modal",{attrs:{title:0===r.tabIndex?"View Report":"Viewing Closed Report","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:r.showReportModal,callback:function(t){r.showReportModal=t},expression:"showReportModal"}},[r.viewingReportLoading?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("b-spinner")],1):[r.viewingReport?l("div",{staticClass:"list-group"},[l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[l("div",{staticClass:"text-muted small"},[r._v("Type")]),r._v(" "),l("div",{staticClass:"font-weight-bold text-capitalize",domProps:{innerHTML:r._s(r.reportLabel(r.viewingReport))}})]),r._v(" "),r.viewingReport.admin_seen_at?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between"},[l("div",{staticClass:"text-muted small"},[r._v("Report Closed")]),r._v(" "),l("div",{staticClass:"font-weight-bold text-capitalize"},[r._v(r._s(r.formatDate(r.viewingReport.admin_seen_at))+"\n ")])]):r._e(),r._v(" "),r.viewingReport.reporter_message?l("div",{staticClass:"list-group-item d-flex flex-column",staticStyle:{gap:"10px"}},[l("div",{staticClass:"text-muted small"},[r._v("Message")]),r._v(" "),l("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[r._v(r._s(r.viewingReport.reporter_message))])]):r._e()]):r._e(),r._v(" "),l("div",{staticClass:"list-group list-group-horizontal mt-3"},[r.viewingReport&&r.viewingReport.reported?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[r._v("Reported Account")]),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id?l("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(r.viewingReport.reported.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:r.viewingReport.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0 text-break",class:[r.viewingReport.reported.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[r._v("\n @"+r._s(r.viewingReport.reported.acct))]),r._v(" "),l("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[l("span",[r._v(r._s(r.viewingReport.reported.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(r.viewingReport.reported.created_at)))])])])])]):r._e()]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reporter?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[r._v("Reporter Account")]),r._v(" "),r.viewingReport.reporter&&null!==(t=r.viewingReport.reporter)&&void 0!==t&&t.id?l("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(null===(e=r.viewingReport.reporter)||void 0===e?void 0:e.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:r.viewingReport.reporter.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0 text-break",staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[r._v("\n @"+r._s(r.viewingReport.reporter.acct))]),r._v(" "),l("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[l("span",[r._v(r._s(r.viewingReport.reporter.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(r.viewingReport.reporter.created_at)))])])])])]):r._e()]):r._e()]),r._v(" "),r.viewingReport&&r.viewingReport.status&&["App\\Status","App\\Models\\Status"].includes(r.viewingReport.object_type)?l("div",{staticClass:"list-group mt-3"},[r.viewingReport&&r.viewingReport.status&&r.viewingReport.status.media_attachments.length?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),"image"===r.viewingReport.status.media_attachments[0].type?l("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:r.viewingReport.status.media_attachments[0].url,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===r.viewingReport.status.media_attachments[0].type?l("video",{attrs:{height:"140",controls:"",src:r.viewingReport.status.media_attachments[0].url,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):r._e()]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.status?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post Caption")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),l("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[r._v(r._s(r.viewingReport.status.content_text))])]):r._e()]):r.viewingReport&&["App\\Story","App\\Models\\Story"].includes(r.viewingReport.object_type)&&r.viewingReport.story?l("div",{staticClass:"list-group mt-3"},[r.viewingReport&&r.viewingReport.story?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Story")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingReport.story.url,target:"_blank"}},[r._v("View")])]),r._v(" "),"photo"===r.viewingReport.story.type?l("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:r.viewingReport.story.media_src,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===r.viewingReport.story.type?l("video",{attrs:{height:"140",controls:"",src:r.viewingReport.story.media_src,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):r._e()]):r._e()]):r._e(),r._v(" "),r.viewingReport&&null===r.viewingReport.admin_seen_at?l("div",{staticClass:"mt-4"},[r.viewingReport&&["App\\Profile","App\\Models\\Profile"].includes(r.viewingReport.object_type)?l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",on:{click:function(t){return r.handleAction("profile","ignore")}}},[r._v("Ignore Report")]),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id&&!r.viewingReport.reported.is_admin?l("hr",{staticClass:"mt-3 mb-1"}):r._e(),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id&&!r.viewingReport.reported.is_admin?l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","nsfw")}}},[r._v("\n Mark all Posts NSFW\n ")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","unlist")}}},[r._v("\n Unlist all Posts\n ")])]):r._e(),r._v(" "),r.viewingReport.reported&&r.viewingReport.reported.id&&!r.viewingReport.reported.is_admin?l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-2",on:{click:function(t){return r.handleAction("profile","delete")}}},[r._v("\n Delete Profile\n ")]):r._e()]):r.viewingReport&&["App\\Status","App\\Models\\Status"].includes(r.viewingReport.object_type)&&r.viewingReport.status?l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",on:{click:function(t){return r.handleAction("post","ignore")}}},[r._v("Ignore Report")]),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("hr",{staticClass:"mt-3 mb-1"}):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","nsfw")}}},[r._v("Mark Post NSFW")]),r._v(" "),"public"===r.viewingReport.status.visibility?l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","unlist")}}},[r._v("Unlist Post")]):"unlisted"===r.viewingReport.status.visibility?l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","private")}}},[r._v("Make Post Private")]):r._e()]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","nsfw")}}},[r._v("Make all NSFW")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","unlist")}}},[r._v("Make all Unlisted")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","private")}}},[r._v("Make all Private")])]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",[l("hr",{staticClass:"my-2"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("post","delete")}}},[r._v("Delete Post")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","delete")}}},[r._v("Delete Account")])])]):r._e()]):r.viewingReport&&"App\\Story"===r.viewingReport.object_type?l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",on:{click:function(t){return r.handleAction("story","ignore")}}},[r._v("Ignore Report")]),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("hr",{staticClass:"mt-3 mb-1"}):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",[l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-danger btn-block rounded-pill mt-0",on:{click:function(t){return r.handleAction("story","delete")}}},[r._v("Delete Story")]),r._v(" "),l("button",{staticClass:"btn btn-outline-danger btn-block rounded-pill mt-0",on:{click:function(t){return r.handleAction("story","delete-all")}}},[r._v("Delete All Stories")])])]):r._e(),r._v(" "),r.viewingReport&&r.viewingReport.reported&&!r.viewingReport.reported.is_admin?l("div",[l("hr",{staticClass:"my-2"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-sm btn-block rounded-pill mt-0",on:{click:function(t){return r.handleAction("profile","delete")}}},[r._v("Delete Account")])])]):r._e()]):r._e()]):r._e()]],2),r._v(" "),l("b-modal",{attrs:{title:"Potential Spam Post Detected","ok-only":!0,"ok-title":"Close","ok-variant":"outline-primary"},model:{value:r.showSpamReportModal,callback:function(t){r.showSpamReportModal=t},expression:"showSpamReportModal"}},[r.viewingSpamReportLoading?l("div",{staticClass:"d-flex align-items-center justify-content-center"},[l("b-spinner")],1):[l("div",{staticClass:"list-group list-group-horizontal mt-3"},[r.viewingSpamReport&&r.viewingSpamReport.status&&r.viewingSpamReport.status.account?l("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"text-muted small font-weight-bold mt-n1"},[r._v("Reported Account")]),r._v(" "),r.viewingSpamReport.status.account&&r.viewingSpamReport.status.account.id?l("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(r.viewingSpamReport.status.account.id),target:"_blank"}},[l("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[l("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:r.viewingSpamReport.status.account.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),r._v(" "),l("div",{staticClass:"d-flex flex-column"},[l("p",{staticClass:"font-weight-bold mb-0 text-break",class:[r.viewingSpamReport.status.account.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[r._v("\n @"+r._s(r.viewingSpamReport.status.account.acct))]),r._v(" "),l("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[l("span",[r._v(r._s(r.viewingSpamReport.status.account.followers_count)+" Followers")]),r._v(" "),l("span",[r._v("·")]),r._v(" "),l("span",[r._v("Joined "+r._s(r.timeAgo(r.viewingSpamReport.status.account.created_at)))])])])])]):r._e()]):r._e()]),r._v(" "),r.viewingSpamReport&&r.viewingSpamReport.status?l("div",{staticClass:"list-group mt-3"},[r.viewingSpamReport&&r.viewingSpamReport.status&&r.viewingSpamReport.status.media_attachments.length?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingSpamReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),"image"===r.viewingSpamReport.status.media_attachments[0].type?l("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:r.viewingSpamReport.status.media_attachments[0].url,height:"140",onerror:"this.src='/storage/no-preview.png';this.error=null;"}}):"video"===r.viewingSpamReport.status.media_attachments[0].type?l("video",{attrs:{height:"140",controls:"",src:r.viewingSpamReport.status.media_attachments[0].url,onerror:"this.src='/storage/no-preview.png';this.onerror=null;"}}):r._e()]):r._e(),r._v(" "),r.viewingSpamReport&&r.viewingSpamReport.status&&r.viewingSpamReport.status.content_text&&r.viewingSpamReport.status.content_text.length?l("div",{staticClass:"list-group-item d-flex flex-column flex-grow-1",staticStyle:{gap:"0.4rem"}},[l("div",{staticClass:"d-flex justify-content-between mt-n1 text-muted small font-weight-bold"},[l("div",[r._v("Reported Post Caption")]),r._v(" "),l("a",{staticClass:"font-weight-bold",attrs:{href:r.viewingSpamReport.status.url,target:"_blank"}},[r._v("View")])]),r._v(" "),l("p",{staticClass:"mb-0 read-more",staticStyle:{"font-size":"12px","overflow-y":"hidden"}},[r._v(r._s(r.viewingSpamReport.status.content_text))])]):r._e()]):r._e(),r._v(" "),l("div",{staticClass:"mt-4"},[l("div",[l("button",{staticClass:"btn btn-dark btn-block rounded-pill",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-read")}}},[r._v("\n Mark as Read\n ")]),r._v(" "),l("button",{staticClass:"btn btn-danger btn-block rounded-pill",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-not-spam")}}},[r._v("\n Mark As Not Spam\n ")]),r._v(" "),l("hr",{staticClass:"mt-3 mb-1"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-dark btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-all-read")}}},[r._v("\n Mark All As Read\n ")]),r._v(" "),l("button",{staticClass:"btn btn-dark btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("mark-all-not-spam")}}},[r._v("\n Mark All As Not Spam\n ")])]),r._v(" "),l("div",[l("hr",{staticClass:"my-2"}),r._v(" "),l("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[l("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(t){return r.handleSpamAction("delete-profile")}}},[r._v("\n Delete Account\n ")])])])])])]],2),r._v(" "),r.showRemoteReportModal?[l("admin-report-modal",{attrs:{open:r.showRemoteReportModal,model:r.remoteReportModalModel},on:{close:function(t){return r.handleCloseRemoteReportModal()},refresh:function(t){return r.refreshRemoteReports()}}})]:r._e(),r._v(" "),l("div",{ref:"moderatedProfileModal",staticClass:"modal fade",attrs:{id:"moderatedProfileView",tabindex:"-1",role:"dialog","aria-labelledby":"moderatedProfileViewLabel","aria-hidden":"true","data-backdrop":"static"}},[l("div",{staticClass:"modal-dialog modal-dialog-centered",attrs:{role:"document"}},[r.modModalData?l("div",{staticClass:"modal-content"},[l("div",{staticClass:"modal-header"},[l("div",{staticClass:"w-100 d-flex justify-content-between align-items-center"},[r._m(12),r._v(" "),l("h5",{staticClass:"mb-0 lead mt-0 font-weight-bold"},[r._v("Moderated Profile")]),r._v(" "),l("div",{staticClass:"flex-grow-1"},[l("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"modal","aria-label":"Close"},on:{click:function(t){return r.closeModeratedProfileModal()}}},[l("span",{attrs:{"aria-hidden":"true"}},[r._v("×")])])])])]),r._v(" "),l("div",{staticClass:"modal-body"},[l("div",{staticClass:"card mb-0"},[l("div",{staticClass:"card-body bg-lighter text-dark p-3 font-weight-bold d-flex align-items-center justify-content-center flex-column"},[null!==(a=r.modModalData)&&void 0!==a&&null!==(a=a.profile)&&void 0!==a&&a.name?l("p",{staticClass:"mb-0 small text-muted"},[r._v(r._s(null===(s=r.modModalData)||void 0===s||null===(s=s.profile)||void 0===s?void 0:s.name))]):r._e(),r._v(" "),l("p",{staticClass:"mb-0 font-weight-bold"},[r._v("\n "+r._s(null===(i=r.modModalData)||void 0===i||null===(i=i.profile)||void 0===i?void 0:i.username)+"\n ")])])]),r._v(" "),null!==(n=r.modModalData)&&void 0!==n&&null!==(n=n.profile)&&void 0!==n&&n.remote_url?l("p",{staticClass:"small text-muted text-right mb-1"},[l("a",{attrs:{href:null===(o=r.modModalData)||void 0===o||null===(o=o.profile)||void 0===o?void 0:o.remote_url,rel:"noreferrer",target:"_blank"}},[r._v("\n View remote profile\n ")])]):r._e(),r._v(" "),l("div",{staticClass:"list-group mpl-form"},[l("div",{staticClass:"list-group-item d-flex justify-content-between align-items-center"},[r._m(13),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_banned,expression:"modModalModel.is_banned"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_banned"},domProps:{checked:Array.isArray(r.modModalModel.is_banned)?r._i(r.modModalModel.is_banned,null)>-1:r.modModalModel.is_banned},on:{change:function(t){var e=r.modModalModel.is_banned,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_banned",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_banned",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_banned",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_banned"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(14),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_noautolink,expression:"modModalModel.is_noautolink"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_noautolink"},domProps:{checked:Array.isArray(r.modModalModel.is_noautolink)?r._i(r.modModalModel.is_noautolink,null)>-1:r.modModalModel.is_noautolink},on:{change:function(t){var e=r.modModalModel.is_noautolink,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_noautolink",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_noautolink",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_noautolink",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_noautolink"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(15),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_nodms,expression:"modModalModel.is_nodms"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_nodms"},domProps:{checked:Array.isArray(r.modModalModel.is_nodms)?r._i(r.modModalModel.is_nodms,null)>-1:r.modModalModel.is_nodms},on:{change:function(t){var e=r.modModalModel.is_nodms,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_nodms",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_nodms",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_nodms",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_nodms"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(16),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_notrending,expression:"modModalModel.is_notrending"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_notrending"},domProps:{checked:Array.isArray(r.modModalModel.is_notrending)?r._i(r.modModalModel.is_notrending,null)>-1:r.modModalModel.is_notrending},on:{change:function(t){var e=r.modModalModel.is_notrending,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_notrending",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_notrending",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_notrending",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_notrending"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(17),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_nsfw,expression:"modModalModel.is_nsfw"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_nsfw"},domProps:{checked:Array.isArray(r.modModalModel.is_nsfw)?r._i(r.modModalModel.is_nsfw,null)>-1:r.modModalModel.is_nsfw},on:{change:function(t){var e=r.modModalModel.is_nsfw,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_nsfw",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_nsfw",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_nsfw",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_nsfw"}})])]),r._v(" "),l("div",{staticClass:"list-group-item d-none justify-content-between align-items-center"},[r._m(18),r._v(" "),l("div",{staticClass:"custom-control custom-checkbox"},[l("input",{directives:[{name:"model",rawName:"v-model",value:r.modModalModel.is_unlisted,expression:"modModalModel.is_unlisted"}],staticClass:"custom-control-input",attrs:{type:"checkbox",id:"mp-form-is_unlisted"},domProps:{checked:Array.isArray(r.modModalModel.is_unlisted)?r._i(r.modModalModel.is_unlisted,null)>-1:r.modModalModel.is_unlisted},on:{change:function(t){var e=r.modModalModel.is_unlisted,a=t.target,s=!!a.checked;if(Array.isArray(e)){var i=r._i(e,null);a.checked?i<0&&r.$set(r.modModalModel,"is_unlisted",e.concat([null])):i>-1&&r.$set(r.modModalModel,"is_unlisted",e.slice(0,i).concat(e.slice(i+1)))}else r.$set(r.modModalModel,"is_unlisted",s)}}}),r._v(" "),l("label",{staticClass:"custom-control-label",attrs:{for:"mp-form-is_unlisted"}})])])]),r._v(" "),l("div",{staticClass:"py-3"},[l("label",{staticClass:"small text-muted"},[r._v("Account Notes (only visible to admins)")]),r._v(" "),l("textarea",{directives:[{name:"model",rawName:"v-model",value:r.modModalData.note,expression:"modModalData.note"}],staticClass:"form-control",attrs:{placeholder:"Add an optional note",maxlength:"500"},domProps:{value:r.modModalData.note},on:{input:function(t){t.target.composing||r.$set(r.modModalData,"note",t.target.value)}}})])]),r._v(" "),l("div",{staticClass:"modal-footer d-flex justify-content-between align-items-center"},[l("button",{staticClass:"btn btn-link text-dark",attrs:{type:"button","data-dismiss":"modal"},on:{click:function(t){return r.closeModeratedProfileModal()}}},[r._v("Close")]),r._v(" "),l("div",{staticClass:"d-flex flex-grow-1 align-items-center gap-1"},[l("button",{staticClass:"btn btn-danger",attrs:{type:"button"},on:{click:function(t){return t.preventDefault(),r.handleModProfileModalDelete()}}},[r._v("Delete")]),r._v(" "),l("button",{staticClass:"btn btn-primary btn-block",attrs:{type:"button"},on:{click:function(t){return t.preventDefault(),r.handleModProfileModalUpdate()}}},[r._v("Save")])])])]):r._e()])])],2)},i=[function(){var t=this._self._c;return t("div",{staticClass:"row align-items-center py-4"},[t("div",{staticClass:"col-lg-6 col-7"},[t("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[this._v("Moderation")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Report")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported By")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Report")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("td",{staticClass:"align-middle"},[t("p",{staticClass:"text-capitalize font-weight-bold mb-0"},[this._v("Spam Post")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body p-5"},[e("div",{staticClass:"d-flex justify-content-between align-items-center flex-column"},[e("p",{staticClass:"mt-3 mb-0"},[e("i",{staticClass:"far fa-check-circle fa-5x text-success"})]),t._v(" "),e("p",{staticClass:"lead"},[t._v("No Spam Reports Found!")])])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Instance")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Reported Account")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Comment")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("View Report")])])])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this._self._c;return t("div",{staticClass:"input-group-prepend"},[t("span",{staticClass:"input-group-text"},[t("i",{staticClass:"fas fa-search"})])])},function(){var t=this,e=t._self._c;return e("thead",{staticClass:"thead-dark"},[e("tr",[e("th",{attrs:{scope:"col"}},[t._v("ID")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Username")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Moderation")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Comment")]),t._v(" "),e("th",{attrs:{scope:"col"}},[t._v("Created")])])])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-times fa-5x text-danger"})])},function(){var t=this._self._c;return t("p",{staticClass:"mt-3 mb-0"},[t("i",{staticClass:"far fa-check-circle fa-5x text-success"})])},function(){var t=this._self._c;return t("div",{staticClass:"flex-grow-1"},[t("i",{staticClass:"far fa-shield-alt"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n Banned\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Ban any activities from this account.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n No Autolink\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Disable hashtag, mention and url autolinking from this account.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n No DMs\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Ignore DMs from this account.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n No Trending\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Prevent posts from this account from appearing in trending lists or feeds.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n Mark NSFW\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Mark all posts as sensitive, and apply CWs to future posts.\n ")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"mp-form-label"},[e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n Mark Unlisted\n ")]),t._v(" "),e("p",{staticClass:"mb-0 small text-muted"},[t._v("\n Mark all future posts as unlisted, hidden from global/tag feeds.\n ")])])])}]},97745(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t,e=this,a=e._self._c;return e.loaded?a("div",[e._m(0),e._v(" "),a("div",{staticClass:"container"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-3"},[a("div",{staticClass:"nav-wrapper"},[a("div",{staticClass:"nav flex-column nav-pills",attrs:{id:"tabs-icons-text",role:"tablist","aria-orientation":"vertical"}},e._l(e.tabs,function(t){return a("div",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link mb-sm-3",class:{active:e.tabIndex===t.id},attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),e.toggleTab(t.id)}}},[a("i",{class:t.icon}),e._v(" "),a("span",{staticClass:"ml-2"},[e._v(e._s(t.title))])])])}),0)])]),e._v(" "),a("div",{staticClass:"col-12 col-md-9"},[a("div",{staticClass:"card shadow mt-3"},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"tab-content"},[1===e.tabIndex?a("div",{staticClass:"tab-pane fade show active"},[a("tab-header",{attrs:{title:"Settings",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("overview")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-0"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Registration Status")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.features.registration_status,expression:"features.registration_status"}],staticClass:"form-control form-control-muted",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.features,"registration_status",t.target.multiple?a:a[0])}}},[a("option",{attrs:{value:"open"}},[e._v("Open - Anyone can register")]),e._v(" "),a("option",{attrs:{value:"filtered"}},[e._v("Filtered - Anyone can apply (Curated Onboarding)")]),e._v(" "),a("option",{attrs:{value:"closed"}},[e._v("Closed - Nobody can register")])])])]),e._v(" "),a("checkbox",{attrs:{name:"Cloud Storage",value:e.features.cloud_storage,description:"Store photos and videos on S3 compatible object storage providers."},on:{change:function(t){return e.handleChange(t,"features","cloud_storage")}}}),e._v(" "),a("checkbox",{attrs:{name:"ActivityPub",value:e.features.activitypub_enabled,description:"ActivityPub federation, compatible with Pixelfed, Mastodon and other projects."},on:{change:function(t){return e.handleChange(t,"features","activitypub_enabled")}}}),e._v(" "),a("checkbox",{attrs:{name:"Authorized Fetch Mode",value:e.features.authorized_fetch,description:"Strictly enforce domain restrictions by enabling Authorized Fetch mode."},on:{change:function(t){return e.handleChange(t,"features","authorized_fetch")}}}),e._v(" "),a("checkbox",{attrs:{name:"Account Migration",value:e.features.account_migration,description:"Allow local accounts to migrate to other local or remote accounts."},on:{change:function(t){return e.handleChange(t,"features","account_migration")}}})],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Mobile APIs",value:e.features.mobile_apis,description:"Enable apis required for official mobile app support and 3rd party apps."},on:{change:function(t){return e.handleChange(t,"features","mobile_apis")}}}),e._v(" "),a("checkbox",{attrs:{name:"Stories",value:e.features.stories,description:"Allow users to share federated ephemeral Stories that disappear after 24 hours."},on:{change:function(t){return e.handleChange(t,"features","stories")}}}),e._v(" "),a("checkbox",{attrs:{name:"Instagram Import",value:e.features.instagram_import,description:"Enable users to use the experimental Instagram Import support."},on:{change:function(t){return e.handleChange(t,"features","instagram_import")}}}),e._v(" "),a("checkbox",{attrs:{name:"Spam detection",value:e.features.autospam_enabled,description:"Detect and remove spam from timelines using the automated Autospam detection."},on:{change:function(t){return e.handleChange(t,"features","autospam_enabled")}}})],1)])],1):"landing"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Landing",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("landing")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-0"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Admin Account")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.landing.current_admin,expression:"landing.current_admin"}],staticClass:"form-control form-control-muted",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.landing,"current_admin",t.target.multiple?a:a[0])}}},[a("option",{attrs:{disabled:"",value:"0"}},[e._v("Select a designated admin")]),e._v(" "),e._l(e.landing.admins,function(t,s){return a("option",{key:"pfc-"+t+s,domProps:{value:t.profile_id}},[e._v(e._s(t.username))])})],2)])]),e._v(" "),a("checkbox",{attrs:{name:"Show Directory",value:e.landing.show_directory,description:"Show the account directory on the landing page for guest users."},on:{change:function(t){return e.handleChange(t,"landing","show_directory")}}})],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Show Explore Feed",value:e.landing.show_explore,description:"Show the explore feed of popular posts on the landing page for guest users."},on:{change:function(t){return e.handleChange(t,"landing","show_explore")}}})],1)])],1):"branding"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Branding",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("branding")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-8"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Server Name")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.branding.name,expression:"branding.name"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"Pixelfed"},domProps:{value:e.branding.name},on:{input:function(t){t.target.composing||e.$set(e.branding,"name",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The instance name used in titles, metadata and apis.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Short Description")]),e._v(" "),a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.branding.short_description,expression:"branding.short_description"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"Pixelfed",rows:"4"},domProps:{value:e.branding.short_description},on:{input:function(t){t.target.composing||e.$set(e.branding,"short_description",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Short description of instance used on various pages and apis.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Long Description")]),e._v(" "),a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.branding.long_description,expression:"branding.long_description"}],staticClass:"form-control form-control-muted",attrs:{placeholder:"Pixelfed",rows:"8"},domProps:{value:e.branding.long_description},on:{input:function(t){t.target.composing||e.$set(e.branding,"long_description",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Longer description of instance used on about page.\n ")])])]),e._v(" "),e._m(1)])],1):"media"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Media",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("media")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Max Media Size")]),e._v(" "),a("div",{staticClass:"input-group mb-0"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.media.max_photo_size,expression:"media.max_photo_size"}],staticClass:"form-control",attrs:{type:"text",placeholder:"15000","aria-label":"Max media size","aria-describedby":"maxMediaSize"},domProps:{value:e.media.max_photo_size},on:{input:function(t){t.target.composing||e.$set(e.media,"max_photo_size",t.target.value)}}}),e._v(" "),a("div",{staticClass:"input-group-append"},[a("span",{staticClass:"input-group-text",attrs:{id:"maxMediaSize"}},[e._v("= "+e._s(e.maxMediaSizeToMb))])])])]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Maximum file upload size in KB\n ")])]),e._v(" "),a("checkbox",{attrs:{name:"Optimize Images",value:e.media.optimize_image,description:"Enable to optimize images and generate thumbnails for local image media uploads."},on:{change:function(t){return e.handleChange(t,"media","optimize_image")}}}),e._v(" "),a("checkbox",{attrs:{name:"Optimize Video",value:e.media.optimize_video,description:"Enable to generate video thumbnails for local video media uploads."},on:{change:function(t){return e.handleChange(t,"media","optimize_video")}}}),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Media Types")]),e._v(" "),a("div",{staticClass:"list-group"},e._l(e.mediaTypes,function(t,s){return a("div",{staticClass:"list-group-item py-2"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.mediaTypes[s],expression:"mediaTypes[key]"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:s,id:s},domProps:{checked:Array.isArray(e.mediaTypes[s])?e._i(e.mediaTypes[s],null)>-1:e.mediaTypes[s]},on:{change:function(t){var a=e.mediaTypes[s],i=t.target,n=!!i.checked;if(Array.isArray(a)){var o=e._i(a,null);i.checked?o<0&&e.$set(e.mediaTypes,s,a.concat([null])):o>-1&&e.$set(e.mediaTypes,s,a.slice(0,o).concat(a.slice(o+1)))}else e.$set(e.mediaTypes,s,n)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:s}},[e._v(e._s(s))])])])}),0)]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Supported mime types for media uploads\n ")])])],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Photo Album Limit")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.media.max_album_length,expression:"media.max_album_length"}],staticClass:"form-control",attrs:{type:"number",min:"1",max:"20",name:"max_album_length"},domProps:{value:e.media.max_album_length},on:{input:function(t){t.target.composing||e.$set(e.media,"max_album_length",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The maximum number of photos or videos per album\n ")])]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.media.optimize_image?a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Image Quality")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.media.image_quality,expression:"media.image_quality"}],staticClass:"form-control",attrs:{type:"number",min:"20",max:"100",name:"image_quality"},domProps:{value:e.media.image_quality},on:{input:function(t){t.target.composing||e.$set(e.media,"image_quality",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Image optimization quality from 0-100%.\n ")])]):e._e()])],1)])],1):"platform"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Platform",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("platform")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Allow Profile Embeds",value:e.platform.allow_profile_embeds,description:"Allow anyone to embed public profiles on other websites."},on:{change:function(t){return e.handleChange(t,"platform","allow_profile_embeds")}}}),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-0"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.allow_app_registration,expression:"platform.allow_app_registration"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"allow_app_registrations",id:"platform1",disabled:"open"!==e.features.registration_status},domProps:{checked:Array.isArray(e.platform.allow_app_registration)?e._i(e.platform.allow_app_registration,null)>-1:e.platform.allow_app_registration},on:{change:function(t){var a=e.platform.allow_app_registration,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"allow_app_registration",a.concat([null])):n>-1&&e.$set(e.platform,"allow_app_registration",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"allow_app_registration",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"platform1"}},[e._v("Allow App Registrations")])]),e._v(" "),"open"!==e.features.registration_status?a("p",{staticClass:"mb-0 small text-muted"},[e._v("Requires open registration to be enabled.")]):a("p",{staticClass:"mb-0 small"},[e._v("Allow users to register via the official Pixelfed mobile application.")])])]),e._v(" "),a("checkbox",{attrs:{name:"Custom Emoji",value:e.platform.custom_emoji_enabled,description:"Enable federated custom emoji that is compatible with Mastodon, Pleroma and others."},on:{change:function(t){return e.handleChange(t,"platform","custom_emoji_enabled")}}}),e._v(" "),"open"===e.features.registration_status&&e.features.allow_app_registration?[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_rate_limit_attempts")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_rate_limit_attempts,expression:"platform.app_registration_rate_limit_attempts"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_rate_limit_attempts"},domProps:{value:e.platform.app_registration_rate_limit_attempts},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_rate_limit_attempts",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_rate_limit_attempts.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_rate_limit_decay")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_rate_limit_decay,expression:"platform.app_registration_rate_limit_decay"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_rate_limit_decay"},domProps:{value:e.platform.app_registration_rate_limit_decay},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_rate_limit_decay",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_rate_limit_decay\n ")])])]:e._e()],2),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Allow Post Embeds",value:e.platform.allow_post_embeds,description:"Allow anyone to embed public posts on other websites."},on:{change:function(t){return e.handleChange(t,"platform","allow_post_embeds")}}}),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_enabled,expression:"platform.captcha_enabled"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"hcaps",id:"hcp"},domProps:{checked:Array.isArray(e.platform.captcha_enabled)?e._i(e.platform.captcha_enabled,null)>-1:e.platform.captcha_enabled},on:{change:function(t){var a=e.platform.captcha_enabled,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_enabled",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_enabled",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_enabled",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"hcp"}},[e._v("Enable Captcha")])]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Select a captcha provider on high risk pages.\n ")])]),e._v(" "),e.platform.captcha_enabled?[a("hr",{staticClass:"my-2"}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small font-weight-bold"},[e._v("Captcha Provider")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_driver,expression:"platform.captcha_driver"}],staticClass:"form-control",attrs:{name:"captcha_driver"},on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.platform,"captcha_driver",t.target.multiple?a:a[0])}}},[a("option",{attrs:{value:"hcaptcha"}},[e._v("hCaptcha")]),e._v(" "),a("option",{attrs:{value:"turnstile"}},[e._v("Cloudflare Turnstile")]),e._v(" "),a("option",{attrs:{value:"cap"}},[e._v("Cap")])])])])]),e._v(" "),"hcaptcha"===e.platform.captcha_driver?a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("hCaptcha Sitekey")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_hcaptcha_sitekey,expression:"platform.captcha_hcaptcha_sitekey"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_hcaptcha_sitekey"},domProps:{value:e.platform.captcha_hcaptcha_sitekey},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_hcaptcha_sitekey",t.target.value)}}})])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("hCaptcha Secret")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_hcaptcha_secret,expression:"platform.captcha_hcaptcha_secret"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_hcaptcha_secret"},domProps:{value:e.platform.captcha_hcaptcha_secret},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_hcaptcha_secret",t.target.value)}}})])])]):"turnstile"===e.platform.captcha_driver?a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("Turnstile Sitekey")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_turnstile_sitekey,expression:"platform.captcha_turnstile_sitekey"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_turnstile_sitekey"},domProps:{value:e.platform.captcha_turnstile_sitekey},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_turnstile_sitekey",t.target.value)}}})])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("Turnstile Secret")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_turnstile_secret,expression:"platform.captcha_turnstile_secret"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_turnstile_secret"},domProps:{value:e.platform.captcha_turnstile_secret},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_turnstile_secret",t.target.value)}}})])])]):"cap"===e.platform.captcha_driver?a("div",{staticClass:"row"},[a("div",{staticClass:"col-12"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("Cap Endpoint")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_cap_endpoint,expression:"platform.captcha_cap_endpoint"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_cap_endpoint",placeholder:"https://cap.example.com"},domProps:{value:e.platform.captcha_cap_endpoint},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_cap_endpoint",t.target.value)}}}),e._v(" "),a("small",{staticClass:"form-text text-muted"},[e._v("Base URL of your Cap instance, without the site key.")])])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("Cap Sitekey")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_cap_sitekey,expression:"platform.captcha_cap_sitekey"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_cap_sitekey"},domProps:{value:e.platform.captcha_cap_sitekey},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_cap_sitekey",t.target.value)}}})])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"form-group my-1"},[a("label",{staticClass:"text-muted small"},[e._v("Cap Secret")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_cap_secret,expression:"platform.captcha_cap_secret"}],staticClass:"form-control",attrs:{type:"text",name:"captcha_cap_secret"},domProps:{value:e.platform.captcha_cap_secret},on:{input:function(t){t.target.composing||e.$set(e.platform,"captcha_cap_secret",t.target.value)}}})])])]):e._e(),e._v(" "),a("hr",{staticClass:"mt-2 mb-4"}),e._v(" "),a("label",{staticClass:"text-muted small font-weight-bold d-block mb-2"},[e._v("Select pages to render captcha")]),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-lg-6 mb-3"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_login,expression:"platform.captcha_on_login"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_login",id:"captcha_on_login"},domProps:{checked:Array.isArray(e.platform.captcha_on_login)?e._i(e.platform.captcha_on_login,null)>-1:e.platform.captcha_on_login},on:{change:function(t){var a=e.platform.captcha_on_login,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_login",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_login",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_login",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_login"}},[e._v("Login")])])]),e._v(" "),a("div",{staticClass:"col-12 col-lg-6 mb-3"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_register,expression:"platform.captcha_on_register"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_register",id:"captcha_on_register"},domProps:{checked:Array.isArray(e.platform.captcha_on_register)?e._i(e.platform.captcha_on_register,null)>-1:e.platform.captcha_on_register},on:{change:function(t){var a=e.platform.captcha_on_register,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_register",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_register",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_register",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_register"}},[e._v("Register")])])]),e._v(" "),a("div",{staticClass:"col-12 col-lg-6 mb-3"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_forgot_password,expression:"platform.captcha_on_forgot_password"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_forgot_password",id:"captcha_on_forgot_password"},domProps:{checked:Array.isArray(e.platform.captcha_on_forgot_password)?e._i(e.platform.captcha_on_forgot_password,null)>-1:e.platform.captcha_on_forgot_password},on:{change:function(t){var a=e.platform.captcha_on_forgot_password,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_forgot_password",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_forgot_password",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_forgot_password",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_forgot_password"}},[e._v("Forgot Password")])])]),e._v(" "),a("div",{staticClass:"col-12 col-lg-6 mb-3"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_password_reset,expression:"platform.captcha_on_password_reset"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_password_reset",id:"captcha_on_password_reset"},domProps:{checked:Array.isArray(e.platform.captcha_on_password_reset)?e._i(e.platform.captcha_on_password_reset,null)>-1:e.platform.captcha_on_password_reset},on:{change:function(t){var a=e.platform.captcha_on_password_reset,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_password_reset",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_password_reset",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_password_reset",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_password_reset"}},[e._v("Password Reset")])])]),e._v(" "),a("div",{staticClass:"col-12 col-lg-6 mb-3"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_curated_register,expression:"platform.captcha_on_curated_register"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_curated_register",id:"captcha_on_curated_register"},domProps:{checked:Array.isArray(e.platform.captcha_on_curated_register)?e._i(e.platform.captcha_on_curated_register,null)>-1:e.platform.captcha_on_curated_register},on:{change:function(t){var a=e.platform.captcha_on_curated_register,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_curated_register",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_curated_register",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_curated_register",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_curated_register"}},[e._v("Curated Register")])])]),e._v(" "),a("div",{staticClass:"col-12 col-lg-6 mb-3"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.captcha_on_forgot_email,expression:"platform.captcha_on_forgot_email"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"captcha_on_forgot_email",id:"captcha_on_forgot_email"},domProps:{checked:Array.isArray(e.platform.captcha_on_forgot_email)?e._i(e.platform.captcha_on_forgot_email,null)>-1:e.platform.captcha_on_forgot_email},on:{change:function(t){var a=e.platform.captcha_on_forgot_email,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.platform,"captcha_on_forgot_email",a.concat([null])):n>-1&&e.$set(e.platform,"captcha_on_forgot_email",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.platform,"captcha_on_forgot_email",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"captcha_on_forgot_email"}},[e._v("Forgot Email")])])])])]:e._e()],2),e._v(" "),"open"===e.features.registration_status&&e.features.allow_app_registration?[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_confirm_rate_limit_attempts")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_confirm_rate_limit_attempts,expression:"platform.app_registration_confirm_rate_limit_attempts"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_confirm_rate_limit_attempts"},domProps:{value:e.platform.app_registration_confirm_rate_limit_attempts},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_confirm_rate_limit_attempts",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_confirm_rate_limit_attempts.\n ")])]),e._v(" "),a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("app_registration_confirm_rate_limit_decay")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.platform.app_registration_confirm_rate_limit_decay,expression:"platform.app_registration_confirm_rate_limit_decay"}],staticClass:"form-control",attrs:{type:"number",name:"app_registration_confirm_rate_limit_decay"},domProps:{value:e.platform.app_registration_confirm_rate_limit_decay},on:{input:function(t){t.target.composing||e.$set(e.platform,"app_registration_confirm_rate_limit_decay",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n app_registration_confirm_rate_limit_decay.\n ")])])]:e._e()],2)])],1):"posts"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Posts",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("posts")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Max Caption Length")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.posts.max_caption_length,expression:"posts.max_caption_length"}],staticClass:"form-control",attrs:{type:"number",min:"1",max:"10000",name:"max_caption_limit"},domProps:{value:e.posts.max_caption_length},on:{input:function(t){t.target.composing||e.$set(e.posts,"max_caption_length",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The maximum character count of post captions. We recommend a limit between 500-2000.\n ")])])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Max Alttext Length")]),e._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:e.posts.max_altext_length,expression:"posts.max_altext_length"}],staticClass:"form-control",attrs:{type:"number",min:"1",max:"10000",name:"max_altext_length"},domProps:{value:e.posts.max_altext_length},on:{input:function(t){t.target.composing||e.$set(e.posts,"max_altext_length",t.target.value)}}})]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n The maximum character count of post media alttext captions. We recommend a limit between 2000-10000.\n ")])])])])],1):"rules"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Rules",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("rules")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 mb-3"},[e.hasDuplicateRulesComputed?a("div",{staticClass:"alert alert-danger"},[a("p",{staticClass:"font-weight-bold mb-0"},[e._v("Duplicate rules detected, you should fix this!")])]):e._e(),e._v(" "),a("div",{staticClass:"position-relative"},[a("div",{staticClass:"card shadow-none border"},[a("div",{staticClass:"card-header py-2 bg-primary text-white font-weight-bold text-center"},[e._v("Active Rules")]),e._v(" "),a("div",{staticClass:"list-group list-group-flush"},[e._l(e.rulesComputed,function(t,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"d-flex justify-content-between align-items-start"},[a("div",{staticClass:"d-flex gap-1 align-items-start"},[a("div",{staticClass:"rule-badge"},[a("div",{staticClass:"rule-badge-inner"},[e._v(e._s(s+1))])]),e._v(" "),a("admin-read-more",{key:t,staticClass:"text-dark rule-text",attrs:{content:t,maxLength:140,initialLimit:30,fontSize:"13"}})],1),e._v(" "),a("button",{staticClass:"btn btn-link btn-sm",attrs:{disabled:e.isDeletingRule},on:{click:function(a){return a.preventDefault(),e.handleDeleteRule(t,s,a)}}},[a("i",{staticClass:"fas fa-trash-alt text-danger"})])])])}),e._v(" "),e.rules&&e.rules.length?e._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"text-center mb-0"},[e._v("No rules set!")])])],2)]),e._v(" "),!e.showAllRules&&e.rules.length>2?a("div",{staticClass:"d-flex justify-content-center",staticStyle:{position:"absolute",width:"100%","padding-top":"10rem",bottom:"0",background:"linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1))"}},[a("button",{staticClass:"btn btn-dark font-weight-bold rounded-pill btn-block",on:{click:function(t){t.preventDefault(),e.showAllRules=!0}}},[e._v("Show all rules")])]):e._e()])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-1"},[a("label",{staticClass:"font-weight-bold text-muted"},[e._v("Add New Rule")]),e._v(" "),a("textarea",{directives:[{name:"model",rawName:"v-model",value:e.newRule,expression:"newRule"}],staticClass:"form-control",attrs:{type:"text",name:"new_rule",rows:"5",minlength:"5",maxlength:"1000",placeholder:"Add your new rule here...",disabled:e.isSubmittingNewRule||e.isDeletingRule},domProps:{value:e.newRule},on:{input:function(t){t.target.composing||(e.newRule=t.target.value)}}})]),e._v(" "),a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Add a new rule\n ")]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n "+e._s(e.newRule&&e.newRule.length?e.newRule.length:0)+"/1000\n ")])]),e._v(" "),a("hr",{staticClass:"my-2"}),e._v(" "),a("p",{staticClass:"mb-0"},[a("button",{staticClass:"btn btn-primary btn-sm btn-block font-weight-bold rounded-pill",attrs:{disabled:!e.newRule||!e.newRule.length||e.isSubmittingNewRule||e.isDeletingRule},on:{click:function(t){return t.preventDefault(),e.handleAddRule.apply(null,arguments)}}},[e._v("Add Rule")])])]),e._v(" "),e.rules&&e.rules.length?a("button",{staticClass:"btn btn-outline-danger rounded-pill btn-block btn-sm",on:{click:function(t){return t.preventDefault(),e.handleDeleteAllRules.apply(null,arguments)}}},[e._v("Delete all rules")]):e._e()]),e._v(" "),e.suggestedRulesComputed&&e.suggestedRulesComputed.length?a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"border-bottom pb-2 mb-3 d-flex justify-content-between align-items-center"},[a("p",{staticClass:"font-weight-bold mb-0"},[e._v("Suggested Rules")]),e._v(" "),e.rules.length?e._e():a("a",{staticClass:"font-weight-bold small",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.importAllDefaultRules.apply(null,arguments)}}},[e._v("Import All")])]),e._v(" "),a("div",{staticClass:"list-group"},e._l(e.suggestedRulesComputed,function(t){return a("a",{staticClass:"list-group-item small",attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),e.addSuggestedRule(t,a)}}},[e._v(e._s(t))])}),0)]):e._e()])],1):"storage"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Storage",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("storage")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body",staticStyle:{padding:"1.1rem 1.6rem"}},[a("div",{staticClass:"form-group mb-0"},[a("label",{staticClass:"font-weight-bold",attrs:{for:"form-summary"}},[e._v("Primary Storage Disk")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.storage.primary_disk,expression:"storage.primary_disk"}],staticClass:"form-control form-control-muted",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.storage,"primary_disk",t.target.multiple?a:a[0])}}},[a("option",{attrs:{value:"local"}},[e._v("Local")]),e._v(" "),a("option",{attrs:{value:"cloud"}},[e._v("Cloud/S3")])])]),e._v(" "),a("p",{staticClass:"help-text small text-muted mt-2 mb-0"},[e._v("\n The storage disk where avatars and media uploads are stored.\n ")])])]),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card border"},[e._m(2),e._v(" "),e.showDiskConfig?a("div",{staticClass:"card-body"},[a("div",{staticClass:"form-group mb-4 d-flex align-items-center gap-1"},[a("label",{staticClass:"font-weight-bold mb-0",attrs:{for:"form-summary"}},[e._v("Disk")]),e._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:e.storage.disk_config.driver,expression:"storage.disk_config.driver"}],staticClass:"form-control form-control-muted mb-0",on:{change:function(t){var a=Array.prototype.filter.call(t.target.options,function(t){return t.selected}).map(function(t){return"_value"in t?t._value:t.value});e.$set(e.storage.disk_config,"driver",t.target.multiple?a:a[0])}}},[a("option",{attrs:{value:"s3"}},[e._v("S3")]),e._v(" "),a("option",{attrs:{value:"spaces"}},[e._v("DigitalOcean Spaces")])])]),e._v(" "),a("form-input",{attrs:{name:"Key",value:e.storage.disk_config.key,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","key")}}}),e._v(" "),a("form-input",{attrs:{name:"Secret",value:e.storage.disk_config.secret,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","secret")}}}),e._v(" "),a("form-input",{attrs:{name:"Region",value:e.storage.disk_config.region,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","region")}}}),e._v(" "),a("form-input",{attrs:{name:"Bucket",value:e.storage.disk_config.bucket,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","bucket")}}}),e._v(" "),a("form-input",{attrs:{name:"Endpoint",value:e.storage.disk_config.endpoint,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","endpoint")}}}),e._v(" "),a("form-input",{attrs:{name:"Visibility",value:e.storage.disk_config.visibility,description:"",isCard:!1,isInline:!0,isDisabled:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","visibility")}}}),e._v(" "),a("form-input",{attrs:{name:"Url",value:e.storage.disk_config.url,description:"",isCard:!1,isInline:!0},on:{change:function(t){return e.handleSubChange(t,"storage","disk_config","url")}}})],1):a("div",{staticClass:"card-body"},[a("p",{staticClass:"text-center mb-0"},[a("a",{staticClass:"btn btn-primary bg-gradient-primary shadow-lg rounded-pill",attrs:{href:"#"},on:{click:function(t){t.preventDefault(),e.showDiskConfig=!0}}},[e._v("\n View/Edit\n ")])])])])])])],1):"users"===e.tabIndex?a("div",{staticClass:"tab-pane fade show active",attrs:{role:"tabpanel"}},[a("tab-header",{attrs:{title:"Users",saving:e.isSubmitting,saved:e.isSubmittingTimeout},on:{save:function(t){return e.handleSave("users")}}}),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 col-md-6"},[a("checkbox",{attrs:{name:"Require Email Verifications",value:e.users.require_email_verification,description:"Require users to verify their email address is valid before they can use the account."},on:{change:function(t){return e.handleChange(t,"users","require_email_verification")}}}),e._v(" "),a("form-input",{attrs:{name:"Max User Blocks",value:e.users.max_user_blocks.toString(),description:"The max number of account blocks per user."},on:{change:function(t){return e.handleChange(t,"users","max_user_blocks")}}}),e._v(" "),a("form-input",{attrs:{name:"Max User Mutes",value:e.users.max_user_mutes.toString(),description:"The max number of account mutes per user."},on:{change:function(t){return e.handleChange(t,"users","max_user_mutes")}}}),e._v(" "),a("form-input",{attrs:{name:"Max User Domain Blocks",value:e.users.max_domain_blocks.toString(),description:"The max number of domain blocks per user."},on:{change:function(t){return e.handleChange(t,"users","max_domain_blocks")}}})],1),e._v(" "),a("div",{staticClass:"col-12 col-md-6"},[a("div",{staticClass:"card shadow-none border card-body"},[a("div",{staticClass:"form-group mb-0"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.users.enforce_account_limit,expression:"users.enforce_account_limit"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"enforce_account_limit",id:"users2"},domProps:{checked:Array.isArray(e.users.enforce_account_limit)?e._i(e.users.enforce_account_limit,null)>-1:e.users.enforce_account_limit},on:{change:function(t){var a=e.users.enforce_account_limit,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.users,"enforce_account_limit",a.concat([null])):n>-1&&e.$set(e.users,"enforce_account_limit",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.users,"enforce_account_limit",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"users2"}},[e._v("Enforce Account Limit")])]),e._v(" "),a("p",{staticClass:"mb-0 small"},[e._v("Set a storage limit per user account for all uploaded media (photo + video).")])]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.users.enforce_account_limit?a("div",[a("hr",{staticClass:"my-2"}),e._v(" "),a("div",{staticClass:"form-group mb-1"},[a("div",{staticClass:"input-group mb-0"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.users.max_account_size,expression:"users.max_account_size"}],staticClass:"form-control",attrs:{type:"text",placeholder:"15000","aria-label":"Max account size","aria-describedby":"maxMediaSize"},domProps:{value:e.users.max_account_size},on:{input:function(t){t.target.composing||e.$set(e.users,"max_account_size",t.target.value)}}}),e._v(" "),a("div",{staticClass:"input-group-append"},[a("span",{staticClass:"input-group-text"},[e._v("= "+e._s(e.maxAccountSizeToMb))])])])]),e._v(" "),a("p",{staticClass:"help-text small text-muted mb-0"},[e._v("\n Maximum file storage limit per user account.\n ")])]):e._e()])],1),e._v(" "),a("div",{staticClass:"card shadow-none border"},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"form-group mb-0"},[a("div",{staticClass:"custom-control custom-checkbox"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.users.admin_autofollow,expression:"users.admin_autofollow"}],staticClass:"custom-control-input",attrs:{type:"checkbox",name:"admin_autofollow",id:"users4"},domProps:{checked:Array.isArray(e.users.admin_autofollow)?e._i(e.users.admin_autofollow,null)>-1:e.users.admin_autofollow},on:{change:function(t){var a=e.users.admin_autofollow,s=t.target,i=!!s.checked;if(Array.isArray(a)){var n=e._i(a,null);s.checked?n<0&&e.$set(e.users,"admin_autofollow",a.concat([null])):n>-1&&e.$set(e.users,"admin_autofollow",a.slice(0,n).concat(a.slice(n+1)))}else e.$set(e.users,"admin_autofollow",i)}}}),e._v(" "),a("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:"users4"}},[e._v("Autofollow Accounts")])]),e._v(" "),a("p",{staticClass:"mb-0 small"},[e._v("Force new accounts to follow accounts you specify below")])])]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.users.admin_autofollow?a("div",{staticClass:"list-group list-group-flush"},[null!==(t=e.users.admin_autofollow_accounts)&&void 0!==t&&t.length?a("div",e._l(e.users.admin_autofollow_accounts,function(t){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("p",{staticClass:"font-weight-bold mb-0"},[e._v("@"+e._s(t))]),e._v(" "),a("button",{staticClass:"btn btn-link p-0",on:{click:function(a){return a.preventDefault(),e.removeAutofollow(t,a)}}},[a("i",{staticClass:"fas fa-trash-alt text-danger"})])])])}),0):a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"text-center mb-0"},[e._v("No autofollow accounts active.")])])]):e._e()]),e._v(" "),a("transition",{attrs:{name:"fade"}},[e.users.admin_autofollow&&e.users.admin_autofollow_accounts&&e.users.admin_autofollow_accounts.length<5?a("div",{staticClass:"card-footer"},[a("button",{staticClass:"btn btn-primary btn-block rounded-pill",on:{click:function(t){return t.preventDefault(),e.addAutofollow.apply(null,arguments)}}},[e._v("Add Autofollow Account")])]):e._e()])],1)])])],1):e._e()])])])])])])]):a("div",[e._m(3)])},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"header bg-primary pb-2 mt-n4"},[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"header-body"},[e("div",{staticClass:"row align-items-center py-4"},[e("div",{staticClass:"col-lg-6 col-7"},[e("p",{staticClass:"display-1 text-white d-inline-block mb-0"},[t._v("Settings")]),t._v(" "),e("p",{staticClass:"h3 text-white font-weight-light"},[t._v("Manage your server settings")])])])])])])},function(){var t=this._self._c;return t("div",{staticClass:"col-12 col-md-4"},[t("p",[t("a",{staticClass:"btn btn-dark btn-block",attrs:{href:"/i/admin/settings/custom-css"}},[this._v("Edit Custom CSS")])])])},function(){var t=this._self._c;return t("div",{staticClass:"card-header bg-gradient-primary"},[t("p",{staticClass:"text-center mb-0 text-white font-weight-bold"},[this._v("Cloud Disk Config")])])},function(){var t=this._self._c;return t("div",{staticClass:"container my-5 py-5 text-center"},[t("div",{staticClass:"spinner-border text-primary",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])])}]},64441(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-3"},[t.status.media_attachments&&t.status.media_attachments.length?e("div",{staticClass:"list-group-item",staticStyle:{gap:"1rem",overflow:"hidden"}},[e("div",{staticClass:"text-center text-muted small font-weight-bold mb-3"},[t._v("Reported Post Media")]),t._v(" "),t.status.media_attachments&&t.status.media_attachments.length?e("div",{staticClass:"d-flex flex-grow-1",staticStyle:{gap:"1rem","overflow-x":"auto"}},[t._l(t.status.media_attachments,function(a){return["image"===a.type?e("img",{staticClass:"rounded",staticStyle:{"object-fit":"cover"},attrs:{src:a.url,width:"70",height:"70",onerror:"this.src='/storage/no-preview.png';this.error=null;"},on:{click:t.toggleLightbox}}):"video"===a.type?e("video",{staticClass:"rounded",attrs:{width:"140",height:"90",playsinline:""},on:{click:function(e){return e.preventDefault(),t.toggleVideoLightbox(e,a.url)}}},[e("source",{attrs:{src:a.url,type:a.mime}})]):t._e()]})],2):t._e()]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item d-flex flex-row flex-grow-1",staticStyle:{gap:"1rem"}},[e("div",{staticClass:"flex-grow-1"},[t.status&&t.status.in_reply_to_id&&t.status.parent&&t.status.parent.account?e("div",{staticClass:"mb-3"},[t.showInReplyTo?[e("div",{staticClass:"mt-n1 text-center text-muted small font-weight-bold mb-1"},[t._v("Reply to")]),t._v(" "),e("div",{staticClass:"media",staticStyle:{gap:"1rem"}},[e("img",{staticClass:"rounded-lg",attrs:{src:t.status.parent.account.avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.jpg?v=0';"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"11px"}},[e("a",{attrs:{href:"/i/web/profile/".concat(t.status.parent.account.id),target:"_blank"}},[t._v(t._s(t.status.parent.account.acct))])]),t._v(" "),e("admin-read-more",{attrs:{content:t.status.parent.content_text}}),t._v(" "),e("p",{staticClass:"mb-1"},[e("a",{staticClass:"text-muted",staticStyle:{"font-size":"11px"},attrs:{href:"/i/web/post/".concat(t.status.parent.id),target:"_blank"}},[e("i",{staticClass:"far fa-link mr-1"}),t._v(" "+t._s(t.formatDate(t.status.parent.created_at))+"\n ")])])],1)]),t._v(" "),e("hr",{staticClass:"my-1"})]:e("a",{staticClass:"btn btn-dark font-weight-bold btn-block btn-sm",attrs:{href:"#"},on:{click:function(e){e.preventDefault(),t.showInReplyTo=!0}}},[t._v("Show parent post")])],2):t._e(),t._v(" "),e("div",[e("div",{staticClass:"mt-n1 text-center text-muted small font-weight-bold mb-1"},[t._v("Reported Post")]),t._v(" "),e("div",{staticClass:"media",staticStyle:{gap:"1rem"}},[e("img",{staticClass:"rounded-lg",attrs:{src:t.status.account.avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.jpg?v=0';"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0",staticStyle:{"font-size":"11px"}},[e("a",{attrs:{href:"/i/web/profile/".concat(t.status.account.id),target:"_blank"}},[t._v(t._s(t.status.account.acct))])]),t._v(" "),t.status&&t.status.content_text&&t.status.content_text.length?[e("admin-read-more",{attrs:{content:t.status.content_text}})]:[e("admin-read-more",{staticClass:"font-weight-bold text-muted",attrs:{content:"EMPTY CAPTION"}})],t._v(" "),e("p",{staticClass:"mb-0"},[e("a",{staticClass:"text-muted",staticStyle:{"font-size":"11px"},attrs:{href:"/i/web/post/".concat(t.status.id),target:"_blank"}},[e("i",{staticClass:"far fa-link mr-1"}),t._v(" "+t._s(t.formatDate(t.status.created_at))+"\n ")])])],2)])])])])])},i=[]},38391(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"mb-0",style:{"font-size":"".concat(t.fontSize,"px")}},[t._v(t._s(t.contentText))]),t._v(" "),e("p",{staticClass:"mb-0"},[t.canStepExpand||t.canExpand&&!t.expanded?e("a",{staticClass:"font-weight-bold small",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.expand()}}},[t._v("Read more")]):t._e()])])},i=[]},24664(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("b-modal",{attrs:{title:"Remote Report","ok-only":!0,"ok-title":"Close",lazy:!0,scrollable:!0,"ok-variant":"outline-primary"},on:{hide:function(e){return t.$emit("close")}},model:{value:t.isOpen,callback:function(e){t.isOpen=e},expression:"isOpen"}},[t.isLoading?e("div",{staticClass:"d-flex align-items-center justify-content-center"},[e("b-spinner")],1):[e("div",{staticClass:"list-group"},[e("div",{staticClass:"list-group-item d-flex justify-content-between align-items-center"},[e("div",{staticClass:"text-muted small font-weight-bold"},[t._v("Instance")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[t._v(t._s(t.model.instance))])]),t._v(" "),t.model.message&&t.model.message.length?e("div",{staticClass:"list-group-item d-flex justify-content-between align-items-center flex-column gap-1"},[e("div",{staticClass:"text-muted small font-weight-bold mb-2"},[t._v("Message")]),t._v(" "),e("div",{staticClass:"text-wrap w-100",staticStyle:{"word-break":"break-all","font-size":"12.5px"}},[e("admin-read-more",{attrs:{content:t.model.message,"font-size":"11",step:!0,"initial-limit":100,stepLimit:1e3}})],1)]):t._e()]),t._v(" "),e("div",{staticClass:"list-group list-group-horizontal mt-3"},[t.model&&t.model.reported?e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-between flex-row flex-grow-1",staticStyle:{gap:"0.4rem"}},[e("div",{staticClass:"text-muted small font-weight-bold"},[t._v("Reported Account")]),t._v(" "),e("div",{staticClass:"d-flex justify-content-end flex-grow-1"},[t.model.reported&&t.model.reported.id?e("a",{staticClass:"text-primary",attrs:{href:"/i/web/profile/".concat(t.model.reported.id),target:"_blank"}},[e("div",{staticClass:"d-flex align-items-center",staticStyle:{gap:"0.61rem"}},[e("img",{staticStyle:{"object-fit":"cover","border-radius":"30px"},attrs:{src:t.model.reported.avatar,width:"30",height:"30",onerror:"this.src='/storage/avatars/default.png';this.error=null;"}}),t._v(" "),e("div",{staticClass:"d-flex flex-column"},[e("p",{staticClass:"font-weight-bold mb-0 text-break",class:[t.model.reported.is_admin?"text-danger":""],staticStyle:{"font-size":"12px","max-width":"140px","line-height":"16px"}},[t._v("@"+t._s(t.model.reported.acct))]),t._v(" "),e("div",{staticClass:"d-flex text-muted mb-0",staticStyle:{"font-size":"10px",gap:"0.5rem"}},[e("span",[t._v(t._s(t.prettyCount(t.model.reported.followers_count))+" Followers")]),t._v(" "),e("span",[t._v("·")]),t._v(" "),e("span",[t._v("Joined "+t._s(t.timeAgo(t.model.reported.created_at)))])])])])]):t._e()])]):e("div",{staticClass:"list-group-item d-flex align-items-center justify-content-center flex-column flex-grow-1"},[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("Reported Account Unavailable")]),t._v(" "),e("p",{staticClass:"small mb-0"},[t._v("The reported account may have been deleted, or is otherwise not currently active. You can safely "),e("strong",[t._v("Close Report")]),t._v(" to mark this report as read.")])])]),t._v(" "),t.model&&t.model.statuses&&t.model.statuses.length?e("div",{staticClass:"list-group mt-3"},t._l(t.model.statuses,function(t,a){return e("admin-modal-post",{key:"admin-modal-post-remote-post:".concat(t.id,":").concat(a),attrs:{status:t}})}),1):t._e(),t._v(" "),e("div",{staticClass:"mt-4"},[e("div",[e("button",{staticClass:"btn btn-dark btn-block rounded-pill",attrs:{type:"button"},on:{click:function(e){return t.handleAction("mark-read")}}},[t._v("\n Close Report\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-dark btn-block text-center rounded-pill",staticStyle:{"word-break":"break-all"},attrs:{type:"button"},on:{click:function(e){return t.handleAction("mark-all-read-by-domain")}}},[e("span",{staticClass:"font-weight-light"},[t._v("Close all reports from")]),t._v(" "),e("strong",[t._v(t._s(t.model.instance))])]),t._v(" "),t.model.reported?e("button",{staticClass:"btn btn-outline-dark btn-block rounded-pill flex-grow-1",attrs:{type:"button"},on:{click:function(e){return t.handleAction("mark-all-read-by-username")}}},[e("span",{staticClass:"font-weight-light"},[t._v("Close all reports against")]),t._v(" "),e("strong",[t._v("@"+t._s(t.model.reported.username))])]):t._e(),t._v(" "),t.model&&t.model.statuses&&t.model.statuses.length&&t.model.reported?[e("hr",{staticClass:"mt-3 mb-1"}),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("cw-posts")}}},[t._v("\n Apply CW to Post(s)\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("unlist-posts")}}},[t._v("\n Unlist Post(s)\n ")])]),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2"},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("private-posts")}}},[t._v("\n Make Post(s) Private\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("delete-posts")}}},[t._v("\n Delete Post(s)\n ")])])]:t.model&&t.model.statuses&&!t.model.statuses.length&&t.model.reported?[e("hr",{staticClass:"mt-3 mb-1"}),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("cw-all-posts")}}},[t._v("\n Apply CW to all posts\n ")]),t._v(" "),e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("unlist-all-posts")}}},[t._v("\n Unlist all account posts\n ")])]),t._v(" "),e("div",{staticClass:"d-flex flex-row mt-2",staticStyle:{gap:"0.3rem"}},[e("button",{staticClass:"btn btn-outline-danger btn-block btn-sm rounded-pill mt-0",attrs:{type:"button"},on:{click:function(e){return t.handleAction("private-all-posts")}}},[t._v("\n Make all posts private\n ")])])]:t._e()],2)])]],2)},i=[]},16231(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",{staticClass:"card shadow-none border card-body"},[e("div",{staticClass:"form-group mb-0"},[e("div",{staticClass:"custom-control custom-checkbox"},[e("input",{staticClass:"custom-control-input",attrs:{type:"checkbox",name:t.elementId,id:t.elementId},domProps:{checked:t.value},on:{change:function(e){return t.$emit("change",!t.value)}}}),t._v(" "),e("label",{staticClass:"custom-control-label font-weight-bold",attrs:{for:t.elementId}},[t._v(t._s(t.name))])]),t._v(" "),e("p",{staticClass:"mt-1 mb-0 small text-muted",domProps:{innerHTML:t._s(t.description)}})])])},i=[]},96858(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",{class:[t.isCard?"card shadow-none border card-body":""]},[e("div",{staticClass:"form-group",class:[t.isInline?"d-flex align-items-center gap-1":"mb-1"]},[e("label",{staticClass:"font-weight-bold mb-0",attrs:{for:t.elementId}},[t._v(t._s(t.name))]),t._v(" "),e("input",{staticClass:"form-control form-control-muted mb-0",attrs:{id:t.elementId,placeholder:t.placeholder,disabled:t.isDisabled},domProps:{value:t.value},on:{input:function(e){return t.$emit("change",e.target.value)}}})]),t._v(" "),t.description&&t.description.length?e("p",{staticClass:"help-text small text-muted mb-0",domProps:{innerHTML:t._s(t.description)}}):t._e()])},i=[]},23075(t,e,a){"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",{staticStyle:{width:"100px"}}),t._v(" "),e("div",[e("h2",{staticClass:"display-4 mb-0",staticStyle:{"font-weight":"800"}},[t._v(t._s(t.title))])]),t._v(" "),e("div",[e("button",{staticClass:"btn btn-primary rounded-pill font-weight-bold px-5",attrs:{disabled:t.isSaving||t.saved},on:{click:function(e){return e.preventDefault(),t.save.apply(null,arguments)}}},[!0===t.isSaving?[e("b-spinner",{staticClass:"mx-2",attrs:{small:""}})]:[t._v(t._s(t.buttonLabel))]],2)])]),t._v(" "),e("hr",{staticClass:"mt-3"})])},i=[]},36671(t,e,a){a(74692);a(9901),window._=a(2543),window.Popper=a(48851).default,window.pixelfed=window.pixelfed||{},window.$=a(74692),a(52754),window.axios=a(86425),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest",a(63899),window.filesize=a(91139),window.Cookies=a(12215),a(81027),a(66482),window.Chart=a(62477),a(83925),Chart.defaults.global.defaultFontFamily="-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif",Array.from(document.querySelectorAll(".pagination .page-link")).filter(function(t){return"« Previous"===t.textContent||"Next »"===t.textContent}).forEach(function(t){return t.textContent="Next »"===t.textContent?"›":"‹"}),Vue.component("admin-autospam",a(80430).default),Vue.component("admin-directory",a(65465).default),Vue.component("admin-reports",a(13929).default),Vue.component("admin-settings",a(93139).default),Vue.component("instances-component",a(50828).default),Vue.component("hashtag-component",a(47739).default)},83925(t,e,a){"use strict";var s=a(74692);function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}!function(){function t(){s(".sidenav-toggler").addClass("active"),s(".sidenav-toggler").data("action","sidenav-unpin"),s("body").removeClass("g-sidenav-hidden").addClass("g-sidenav-show g-sidenav-pinned"),s("body").append('
1&&(o+=''+i+""),o+=''+a+n+s+""}}}(t,a),a.update()}return window.Chart&&r(Chart,(t={defaults:{global:{responsive:!0,maintainAspectRatio:!1,defaultColor:o.gray[600],defaultFontColor:o.gray[600],defaultFontFamily:n.base,defaultFontSize:13,layout:{padding:0},legend:{display:!1,position:"bottom",labels:{usePointStyle:!0,padding:16}},elements:{point:{radius:0,backgroundColor:o.theme.primary},line:{tension:.4,borderWidth:4,borderColor:o.theme.primary,backgroundColor:o.transparent,borderCapStyle:"rounded"},rectangle:{backgroundColor:o.theme.warning},arc:{backgroundColor:o.theme.primary,borderColor:o.white,borderWidth:4}},tooltips:{enabled:!0,mode:"index",intersect:!1}},doughnut:{cutoutPercentage:83,legendCallback:function(t){var e=t.data,a="";return e.labels.forEach(function(t,s){var i=e.datasets[0].backgroundColor[s];a+='',a+='',a+=t,a+=""}),a}}}},Chart.scaleService.updateScaleDefaults("linear",{gridLines:{borderDash:[2],borderDashOffset:[2],color:o.gray[300],drawBorder:!1,drawTicks:!1,drawOnChartArea:!0,zeroLineWidth:0,zeroLineColor:"rgba(0,0,0,0)",zeroLineBorderDash:[2],zeroLineBorderDashOffset:[2]},ticks:{beginAtZero:!0,padding:10,callback:function(t){if(!(t%10))return t}}}),Chart.scaleService.updateScaleDefaults("category",{gridLines:{drawBorder:!1,drawOnChartArea:!1,drawTicks:!1},ticks:{padding:20},maxBarThickness:10}),t)),e.on({change:function(){var t=s(this);t.is("[data-add]")&&d(t)},click:function(){var t=s(this);t.is("[data-update]")&&u(t)}}),{colors:o,fonts:n,mode:a}}(),b=((r=s(o=".btn-icon-clipboard")).length&&((n=r).tooltip().on("mouseleave",function(){n.tooltip("hide")}),new ClipboardJS(o).on("success",function(t){s(t.trigger).attr("title","Copied!").tooltip("_fixTitle").tooltip("show").attr("title","Copy to clipboard").tooltip("_fixTitle"),t.clearSelection()})),l=s(".navbar-nav, .navbar-nav .nav"),c=s(".navbar .collapse"),d=s(".navbar .dropdown"),c.on({"show.bs.collapse":function(){!function(t){t.closest(l).find(c).not(t).collapse("hide")}(s(this))}}),d.on({"hide.bs.dropdown":function(){!function(t){var e=t.find(".dropdown-menu");e.addClass("close"),setTimeout(function(){e.removeClass("close")},200)}(s(this))}}),function(){s(".navbar-nav");var t=s(".navbar .navbar-custom-collapse");t.length&&(t.on({"hide.bs.collapse":function(){!function(t){t.addClass("collapsing-out")}(t)}}),t.on({"hidden.bs.collapse":function(){!function(t){t.removeClass("collapsing-out")}(t)}}));var e=0;s(".sidenav-toggler").click(function(){if(1==e)s("body").removeClass("nav-open"),e=0,s(".bodyClick").remove();else{s('
').appendTo("body").click(function(){s("body").removeClass("nav-open"),e=0,s(".bodyClick").remove()}),s("body").addClass("nav-open"),e=1}})}(),u=s('[data-toggle="popover"]'),m="",u.length&&u.each(function(){!function(t){t.data("color")&&(m="popover-"+t.data("color"));var e={trigger:"focus",template:''};t.popover(e)}(s(this))}),function(){var t=s(".scroll-me, [data-scroll-to], .toc-entry a");function e(t){var e=t.attr("href"),a=t.data("scroll-to-offset")?t.data("scroll-to-offset"):0,i={scrollTop:s(e).offset().top-a};s("html, body").stop(!0,!0).animate(i,600),event.preventDefault()}t.length&&t.on("click",function(t){e(s(this))})}(),(p=s('[data-toggle="tooltip"]')).length&&p.tooltip(),(v=s(".form-control")).length&&function(t){t.on("focus blur",function(t){s(this).parents(".form-group").toggleClass("focused","focus"===t.type)}).trigger("blur")}(v),(f=s("#chart-bars")).length&&function(t){var e=new Chart(t,{type:"bar",data:{labels:["Jul","Aug","Sep","Oct","Nov","Dec"],datasets:[{label:"Sales",data:[25,20,30,22,17,29]}]}});t.data("chart",e)}(f),function(){var t=s("#c1-dark");t.length&&function(t){var e=new Chart(t,{type:"line",options:{scales:{yAxes:[{gridLines:{lineWidth:1,color:g.colors.gray[900],zeroLineColor:g.colors.gray[900]},ticks:{callback:function(t){if(!(t%10))return t}}}]},tooltips:{callbacks:{label:function(t,e){var a=e.datasets[t.datasetIndex].label||"",s=t.yLabel,i="";return e.datasets.length>1&&(i+=a),i+(s+" posts")}}}},data:{labels:["7","6","5","4","3","2","1"],datasets:[{label:"",data:s(".posts-this-week").data("update").data.datasets[0].data}]}});t.data("chart",e)}(t)}(),(_=s(".datepicker")).length&&_.each(function(){!function(t){t.datepicker({disableTouchKeyboard:!0,autoclose:!1})}(s(this))}),function(){if(s(".input-slider-container")[0]&&s(".input-slider-container").each(function(){var t=s(this).find(".input-slider"),e=t.attr("id"),a=t.data("range-value-min"),i=t.data("range-value-max"),n=s(this).find(".range-slider-value"),o=n.attr("id"),r=n.data("range-value-low"),l=document.getElementById(e),c=document.getElementById(o);b.create(l,{start:[parseInt(r)],connect:[!0,!1],range:{min:[parseInt(a)],max:[parseInt(i)]}}),l.noUiSlider.on("update",function(t,e){c.textContent=t[e]})}),s("#input-slider-range")[0]){var t=document.getElementById("input-slider-range"),e=document.getElementById("input-slider-range-value-low"),a=document.getElementById("input-slider-range-value-high"),i=[e,a];b.create(t,{start:[parseInt(e.getAttribute("data-range-value-low")),parseInt(a.getAttribute("data-range-value-high"))],connect:!0,range:{min:parseInt(t.getAttribute("data-range-value-min")),max:parseInt(t.getAttribute("data-range-value-max"))}}),t.noUiSlider.on("update",function(t,e){i[e].textContent=t[e]})}}());(h=s(".scrollbar-inner")).length&&h.scrollbar().scrollLock()},9901(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}!function(){var e="object"===("undefined"==typeof window?"undefined":t(window))?window:"object"===("undefined"==typeof self?"undefined":t(self))?self:this,a=e.BlobBuilder||e.WebKitBlobBuilder||e.MSBlobBuilder||e.MozBlobBuilder;e.URL=e.URL||e.webkitURL||function(t,e){return(e=document.createElement("a")).href=t,e};var s=e.Blob,i=URL.createObjectURL,n=URL.revokeObjectURL,o=e.Symbol&&e.Symbol.toStringTag,r=!1,c=!1,d=!!e.ArrayBuffer,u=a&&a.prototype.append&&a.prototype.getBlob;try{r=2===new Blob(["ä"]).size,c=2===new Blob([new Uint8Array([1,2])]).size}catch(t){}function m(t){return t.map(function(t){if(t.buffer instanceof ArrayBuffer){var e=t.buffer;if(t.byteLength!==e.byteLength){var a=new Uint8Array(t.byteLength);a.set(new Uint8Array(e,t.byteOffset,t.byteLength)),e=a.buffer}return e}return t})}function p(t,e){e=e||{};var s=new a;return m(t).forEach(function(t){s.append(t)}),e.type?s.getBlob(e.type):s.getBlob()}function v(t,e){return new s(m(t),e||{})}e.Blob&&(p.prototype=Blob.prototype,v.prototype=Blob.prototype);var f="function"==typeof TextEncoder?TextEncoder.prototype.encode.bind(new TextEncoder):function(t){for(var a=0,s=t.length,i=e.Uint8Array||Array,n=0,o=Math.max(32,s+(s>>1)+7),r=new i(o>>3<<3);a=55296&&l<=56319){if(a=55296&&l<=56319)continue}if(n+4>r.length){o+=8,o=(o*=1+a/t.length*2)>>3<<3;var d=new Uint8Array(o);d.set(r),r=d}if(4294967168&l){if(4294965248&l)if(4294901760&l){if(4292870144&l)continue;r[n++]=l>>18&7|240,r[n++]=l>>12&63|128,r[n++]=l>>6&63|128}else r[n++]=l>>12&15|224,r[n++]=l>>6&63|128;else r[n++]=l>>6&31|192;r[n++]=63&l|128}else r[n++]=l}return r.slice(0,n)},_="function"==typeof TextDecoder?TextDecoder.prototype.decode.bind(new TextDecoder):function(t){for(var e=t.length,a=[],s=0;s239?4:l>223?3:l>191?2:1;if(s+d<=e)switch(d){case 1:l<128&&(c=l);break;case 2:128==(192&(i=t[s+1]))&&(r=(31&l)<<6|63&i)>127&&(c=r);break;case 3:i=t[s+1],n=t[s+2],128==(192&i)&&128==(192&n)&&(r=(15&l)<<12|(63&i)<<6|63&n)>2047&&(r<55296||r>57343)&&(c=r);break;case 4:i=t[s+1],n=t[s+2],o=t[s+3],128==(192&i)&&128==(192&n)&&128==(192&o)&&(r=(15&l)<<18|(63&i)<<12|(63&n)<<6|63&o)>65535&&r<1114112&&(c=r)}null===c?(c=65533,d=1):c>65535&&(c-=65536,a.push(c>>>10&1023|55296),c=56320|1023&c),a.push(c),s+=d}var u=a.length,m="";for(s=0;s>2,d=(3&i)<<4|o>>4,u=(15&o)<<2|l>>6,m=63&l;r||(m=64,n||(u=64)),a.push(e[c],e[d],e[u],e[m])}return a.join("")}var o=Object.create||function(t){function e(){}return e.prototype=t,new e};if(d)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function u(s,i){i=i??{};for(var n=0,o=(s=s||[]).length;n=e.size&&a.close()})}})}}catch(t){try{new ReadableStream({}),g=function(t){var e=0;t=this;return new ReadableStream({pull:function(a){return t.slice(e,e+524288).arrayBuffer().then(function(s){e+=s.byteLength;var i=new Uint8Array(s);a.enqueue(i),e==t.size&&a.close()})}})}}catch(t){try{new Response("").body.getReader().read(),g=function(){return new Response(this).body}}catch(t){g=function(){throw new Error("Include https://github.com/MattiasBuelens/web-streams-polyfill")}}}}b.arrayBuffer||(b.arrayBuffer=function(){var t=new FileReader;return t.readAsArrayBuffer(this),C(t)}),b.text||(b.text=function(){var t=new FileReader;return t.readAsText(this),C(t)}),b.stream||(b.stream=g)}(),function(t){"use strict";var e,a=t.Uint8Array,s=t.HTMLCanvasElement,i=s&&s.prototype,n=/\s*;\s*base64\s*(?:;|$)/i,o="toDataURL",r=function(t){for(var s,i,n=t.length,o=new a(n/4*3|0),r=0,l=0,c=[0,0],d=0,u=0;n--;)i=t.charCodeAt(r++),255!==(s=e[i-43])&&void 0!==s&&(c[1]=c[0],c[0]=i,u=u<<6|s,4===++d&&(o[l++]=u>>>16,61!==c[1]&&(o[l++]=u>>>8),61!==c[0]&&(o[l++]=u),d=0));return o};a&&(e=new a([62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,0,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51])),!s||i.toBlob&&i.toBlobHD||(i.toBlob||(i.toBlob=function(t,e){if(e||(e="image/png"),this.mozGetAsFile)t(this.mozGetAsFile("canvas",e));else if(this.msToBlob&&/^\s*image\/png\s*(?:$|;)/i.test(e))t(this.msToBlob());else{var s,i=Array.prototype.slice.call(arguments,1),l=this[o].apply(this,i),c=l.indexOf(","),d=l.substring(c+1),u=n.test(l.substring(0,c));Blob.fake?((s=new Blob).encoding=u?"base64":"URI",s.data=d,s.size=d.length):a&&(s=u?new Blob([r(d)],{type:e}):new Blob([decodeURIComponent(d)],{type:e})),t(s)}}),!i.toBlobHD&&i.toDataURLHD?i.toBlobHD=function(){o="toDataURLHD";var t=this.toBlob();return o="toDataURL",t}:i.toBlobHD=i.toBlob)}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content||this)},3733(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".gap-2[data-v-e104c6c0]{gap:1rem}",""]);const n=i},86400(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".mpl-form p[data-v-70ab776d]{line-height:1}.mpl-form p[data-v-70ab776d]:first-child{font-size:14px;line-height:1.6}",""]);const n=i},6077(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".rule-badge[data-v-5684ed14]{background-color:#fff;border:2px solid var(--primary);border-radius:34px;height:34px;width:34px}.rule-badge[data-v-5684ed14],.rule-badge-inner[data-v-5684ed14]{align-items:center;display:flex;justify-content:center}.rule-badge-inner[data-v-5684ed14]{background-color:var(--primary);border-radius:26px;color:#fff;font-size:13px;font-weight:700;height:26px;width:26px}.rule-text[data-v-5684ed14]{font-size:14px;margin-bottom:0;max-width:90%}.gap-1[data-v-5684ed14]{gap:1rem}",""]);const n=i},38768(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(76798),i=a.n(s)()(function(t){return t[1]});i.push([t.id,".gap-1[data-v-a624f3ac]{gap:1rem}",""]);const n=i},35358(t,e,a){var s={"./af":25177,"./af.js":25177,"./ar":61509,"./ar-dz":41488,"./ar-dz.js":41488,"./ar-kw":58676,"./ar-kw.js":58676,"./ar-ly":42353,"./ar-ly.js":42353,"./ar-ma":24496,"./ar-ma.js":24496,"./ar-ps":6947,"./ar-ps.js":6947,"./ar-sa":82682,"./ar-sa.js":82682,"./ar-tn":89756,"./ar-tn.js":89756,"./ar.js":61509,"./az":95533,"./az.js":95533,"./be":28959,"./be.js":28959,"./bg":47777,"./bg.js":47777,"./bm":54903,"./bm.js":54903,"./bn":61290,"./bn-bd":17357,"./bn-bd.js":17357,"./bn.js":61290,"./bo":31545,"./bo.js":31545,"./br":11470,"./br.js":11470,"./bs":44429,"./bs.js":44429,"./ca":7306,"./ca.js":7306,"./cs":56464,"./cs.js":56464,"./cv":73635,"./cv.js":73635,"./cy":64226,"./cy.js":64226,"./da":93601,"./da.js":93601,"./de":77853,"./de-at":26111,"./de-at.js":26111,"./de-ch":54697,"./de-ch.js":54697,"./de.js":77853,"./dv":60708,"./dv.js":60708,"./el":54691,"./el.js":54691,"./en-au":53872,"./en-au.js":53872,"./en-ca":28298,"./en-ca.js":28298,"./en-gb":56195,"./en-gb.js":56195,"./en-ie":66584,"./en-ie.js":66584,"./en-il":65543,"./en-il.js":65543,"./en-in":9033,"./en-in.js":9033,"./en-nz":79402,"./en-nz.js":79402,"./en-sg":20623,"./en-sg.js":20623,"./eo":32934,"./eo.js":32934,"./es":97650,"./es-do":20838,"./es-do.js":20838,"./es-mx":17730,"./es-mx.js":17730,"./es-us":56575,"./es-us.js":56575,"./es.js":97650,"./et":3035,"./et.js":3035,"./eu":3508,"./eu.js":3508,"./fa":119,"./fa.js":119,"./fi":90527,"./fi.js":90527,"./fil":95995,"./fil.js":95995,"./fo":52477,"./fo.js":52477,"./fr":85498,"./fr-ca":26435,"./fr-ca.js":26435,"./fr-ch":37892,"./fr-ch.js":37892,"./fr.js":85498,"./fy":37071,"./fy.js":37071,"./ga":41734,"./ga.js":41734,"./gd":70217,"./gd.js":70217,"./gl":77329,"./gl.js":77329,"./gom-deva":32124,"./gom-deva.js":32124,"./gom-latn":93383,"./gom-latn.js":93383,"./gu":95050,"./gu.js":95050,"./he":11713,"./he.js":11713,"./hi":43861,"./hi.js":43861,"./hr":26308,"./hr.js":26308,"./hu":90609,"./hu.js":90609,"./hy-am":17160,"./hy-am.js":17160,"./id":74063,"./id.js":74063,"./is":89374,"./is.js":89374,"./it":88383,"./it-ch":21827,"./it-ch.js":21827,"./it.js":88383,"./ja":23827,"./ja.js":23827,"./jv":89722,"./jv.js":89722,"./ka":41794,"./ka.js":41794,"./kk":27088,"./kk.js":27088,"./km":96870,"./km.js":96870,"./kn":84451,"./kn.js":84451,"./ko":63164,"./ko.js":63164,"./ku":98174,"./ku-kmr":6181,"./ku-kmr.js":6181,"./ku.js":98174,"./ky":78474,"./ky.js":78474,"./lb":79680,"./lb.js":79680,"./lo":15867,"./lo.js":15867,"./lt":45766,"./lt.js":45766,"./lv":69532,"./lv.js":69532,"./me":58076,"./me.js":58076,"./mi":41848,"./mi.js":41848,"./mk":30306,"./mk.js":30306,"./ml":73739,"./ml.js":73739,"./mn":99053,"./mn.js":99053,"./mr":86169,"./mr.js":86169,"./ms":51005,"./ms-my":92297,"./ms-my.js":92297,"./ms.js":51005,"./mt":77075,"./mt.js":77075,"./my":72264,"./my.js":72264,"./nb":22274,"./nb.js":22274,"./ne":8235,"./ne.js":8235,"./nl":92572,"./nl-be":43784,"./nl-be.js":43784,"./nl.js":92572,"./nn":54566,"./nn.js":54566,"./oc-lnc":69330,"./oc-lnc.js":69330,"./pa-in":29849,"./pa-in.js":29849,"./pl":94418,"./pl.js":94418,"./pt":79834,"./pt-br":48303,"./pt-br.js":48303,"./pt.js":79834,"./ro":24457,"./ro.js":24457,"./ru":82271,"./ru.js":82271,"./sd":1221,"./sd.js":1221,"./se":33478,"./se.js":33478,"./si":17538,"./si.js":17538,"./sk":5784,"./sk.js":5784,"./sl":46637,"./sl.js":46637,"./sq":86794,"./sq.js":86794,"./sr":45719,"./sr-cyrl":3322,"./sr-cyrl.js":3322,"./sr.js":45719,"./ss":56e3,"./ss.js":56e3,"./sv":41011,"./sv.js":41011,"./sw":40748,"./sw.js":40748,"./ta":11025,"./ta.js":11025,"./te":11885,"./te.js":11885,"./tet":28861,"./tet.js":28861,"./tg":86571,"./tg.js":86571,"./th":55802,"./th.js":55802,"./tk":59527,"./tk.js":59527,"./tl-ph":29231,"./tl-ph.js":29231,"./tlh":31052,"./tlh.js":31052,"./tr":85096,"./tr.js":85096,"./tzl":79846,"./tzl.js":79846,"./tzm":81765,"./tzm-latn":97711,"./tzm-latn.js":97711,"./tzm.js":81765,"./ug-cn":48414,"./ug-cn.js":48414,"./uk":16618,"./uk.js":16618,"./ur":57777,"./ur.js":57777,"./uz":57609,"./uz-latn":72475,"./uz-latn.js":72475,"./uz.js":57609,"./vi":21135,"./vi.js":21135,"./x-pseudo":64051,"./x-pseudo.js":64051,"./yo":82218,"./yo.js":82218,"./zh-cn":52648,"./zh-cn.js":52648,"./zh-hk":1632,"./zh-hk.js":1632,"./zh-mo":31541,"./zh-mo.js":31541,"./zh-tw":50304,"./zh-tw.js":50304};function i(t){var e=n(t);return a(e)}function n(t){if(!a.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}i.keys=function(){return Object.keys(s)},i.resolve=n,t.exports=i,i.id=35358},57262(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(3733),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},29171(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(86400),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},94184(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(6077),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},26315(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(85072),i=a.n(s),n=a(38768),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},80430(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(66196),i=a(45941),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},65465(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(36809),i=a(19990),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},47739(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(77764),i=a(41660),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},50828(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(63152),i=a(32311),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(62405);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"e104c6c0",null).exports},13929(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(64981),i=a(13398),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(61936);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"70ab776d",null).exports},93139(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(90348),i=a(15568),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(53837);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"5684ed14",null).exports},27707(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(67774),i=a(41304),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},8889(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(32754),i=a(64814),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},98385(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(1711),i=a(41094),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},7210(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(90322),i=a(48965),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},62355(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(65781),i=a(62160),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(17632);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,"a624f3ac",null).exports},34429(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(94212),i=a(96634),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(14486).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},45941(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(95366),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},19990(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(71847),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},41660(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(44107),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},32311(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(56310),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},13398(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(51839),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},15568(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(86871),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},41304(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(99697),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},64814(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(72173),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},41094(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(47835),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},48965(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(4970),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},62160(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(45053),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},96634(t,e,a){"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(16563),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},66196(t,e,a){"use strict";a.r(e);var s=a(69385),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},36809(t,e,a){"use strict";a.r(e);var s=a(41298),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},77764(t,e,a){"use strict";a.r(e);var s=a(54449),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},63152(t,e,a){"use strict";a.r(e);var s=a(38343),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},64981(t,e,a){"use strict";a.r(e);var s=a(10698),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},90348(t,e,a){"use strict";a.r(e);var s=a(97745),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},67774(t,e,a){"use strict";a.r(e);var s=a(64441),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},32754(t,e,a){"use strict";a.r(e);var s=a(38391),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},1711(t,e,a){"use strict";a.r(e);var s=a(24664),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},90322(t,e,a){"use strict";a.r(e);var s=a(16231),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},65781(t,e,a){"use strict";a.r(e);var s=a(96858),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},94212(t,e,a){"use strict";a.r(e);var s=a(23075),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},62405(t,e,a){"use strict";a.r(e);var s=a(57262),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},61936(t,e,a){"use strict";a.r(e);var s=a(29171),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},53837(t,e,a){"use strict";a.r(e);var s=a(94184),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},17632(t,e,a){"use strict";a.r(e);var s=a(26315),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)}},t=>{t.O(0,[3660],()=>{return e=36671,t(t.s=e);var e});t.O()}]); \ No newline at end of file diff --git a/public/js/app.js b/public/js/app.js index 7e9afe6d1..c2f128917 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -1,2 +1,2 @@ /*! For license information please see app.js.LICENSE.txt */ -(self.webpackChunkpixelfed=self.webpackChunkpixelfed||[]).push([[5847],{71751(e,t,o){"use strict";o.r(t);var r=o(64765),i=(o(74692),o(74692));o(9901),window._=o(2543),window.Popper=o(48851).default,window.pixelfed=window.pixelfed||{},window.$=o(74692),o(52754),window.axios=o(86425),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest",o(63899),window.blurhash=o(95341);var s=document.head.querySelector('meta[name="csrf-token"]');s?window.axios.defaults.headers.common["X-CSRF-TOKEN"]=s.content:console.error("CSRF token not found."),window.App=window.App||{},window.App.redirect=function(){document.querySelectorAll("a").forEach(function(e,t){var o=e.getAttribute("href");if(o&&o.length>5&&o.startsWith("https://")){var r=new URL(o);r.host!==window.location.host&&"/i/redirect"!==r.pathname&&e.setAttribute("href","/i/redirect?url="+encodeURIComponent(o))}})},window.App.boot=function(){Vue.use(r.default);var e={en:o(57048),pt:o(85147),ja:o(87286)},t=document.querySelector("html").getAttribute("lang"),i=new r.default({locale:t,fallbackLocale:"en",messages:e});new Vue({el:"#content",i18n:i})},window.addEventListener("load",function(){"serviceWorker"in navigator&&navigator.serviceWorker.register("/sw.js")}),window.App.util={compose:{post:function(){var e=window.location.pathname;["/","/timeline/public"].includes(e)?i("#composeModal").modal("show"):window.location.href="/?a=co"},circle:function(){console.log("Unsupported method.")},collection:function(){console.log("Unsupported method.")},loop:function(){console.log("Unsupported method.")},story:function(){console.log("Unsupported method.")}},time:function(){return new Date},version:1,format:{count:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-GB",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"compact";return e<1?0:new Intl.NumberFormat(t,{notation:o,compactDisplay:"short"}).format(e)},timeAgo:function(e){var t=new Date(e),o=new Date,r=Math.floor((o-t)/1e3),i=Math.floor(r/31557600);return i>=1?i+"y":(i=Math.floor(r/604800))>=1?i+"w":(i=Math.floor(r/86400))>=1?i+"d":(i=Math.floor(r/3600))>=1?i+"h":(i=Math.floor(r/60))>=1?i+"m":Math.floor(r)+"s"},timeAhead:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=Date.parse(e)-Date.parse(new Date),r=Math.floor(o/1e3),i=Math.floor(r/63072e3);return i>=1?i+(t?"y":" years"):(i=Math.floor(r/604800))>=1?i+(t?"w":" weeks"):(i=Math.floor(r/86400))>=1?i+(t?"d":" days"):(i=Math.floor(r/3600))>=1?i+(t?"h":" hours"):(i=Math.floor(r/60))>=1?i+(t?"m":" minutes"):Math.floor(r)+(t?"s":" seconds")},rewriteLinks:function(e){var t=e.innerText;return e.href.startsWith(window.location.origin)?e.href:t=1==t.startsWith("#")?"/discover/tags/"+t.substr(1)+"?src=rph":1==t.startsWith("@")?"/"+e.innerText+"?src=rpp":"/i/redirect?url="+encodeURIComponent(t)}},filters:[["1984","filter-1977"],["Azen","filter-aden"],["Astairo","filter-amaro"],["Grassbee","filter-ashby"],["Bookrun","filter-brannan"],["Borough","filter-brooklyn"],["Farms","filter-charmes"],["Hairsadone","filter-clarendon"],["Cleana ","filter-crema"],["Catpatch","filter-dogpatch"],["Earlyworm","filter-earlybird"],["Plaid","filter-gingham"],["Kyo","filter-ginza"],["Yefe","filter-hefe"],["Goddess","filter-helena"],["Yards","filter-hudson"],["Quill","filter-inkwell"],["Rankine","filter-kelvin"],["Juno","filter-juno"],["Mark","filter-lark"],["Chill","filter-lofi"],["Van","filter-ludwig"],["Apache","filter-maven"],["May","filter-mayfair"],["Ceres","filter-moon"],["Knoxville","filter-nashville"],["Felicity","filter-perpetua"],["Sandblast","filter-poprocket"],["Daisy","filter-reyes"],["Elevate","filter-rise"],["Nevada","filter-sierra"],["Futura","filter-skyline"],["Sleepy","filter-slumber"],["Steward","filter-stinson"],["Savoy","filter-sutro"],["Blaze","filter-toaster"],["Apricot","filter-valencia"],["Gloming","filter-vesper"],["Walter","filter-walden"],["Poplar","filter-willow"],["Xenon","filter-xpro-ii"]],filterCss:{"filter-1977":"sepia(.5) hue-rotate(-30deg) saturate(1.4)","filter-aden":"sepia(.2) brightness(1.15) saturate(1.4)","filter-amaro":"sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3)","filter-ashby":"sepia(.5) contrast(1.2) saturate(1.8)","filter-brannan":"sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg)","filter-brooklyn":"sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg)","filter-charmes":"sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg)","filter-clarendon":"sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg)","filter-crema":"sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg)","filter-dogpatch":"sepia(.35) saturate(1.1) contrast(1.5)","filter-earlybird":"sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg)","filter-gingham":"contrast(1.1) brightness(1.1)","filter-ginza":"sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg)","filter-hefe":"sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg)","filter-helena":"sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35)","filter-hudson":"sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg)","filter-inkwell":"brightness(1.25) contrast(.85) grayscale(1)","filter-kelvin":"sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg)","filter-juno":"sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8)","filter-lark":"sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25)","filter-lofi":"saturate(1.1) contrast(1.5)","filter-ludwig":"sepia(.25) contrast(1.05) brightness(1.05) saturate(2)","filter-maven":"sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75)","filter-mayfair":"contrast(1.1) brightness(1.15) saturate(1.1)","filter-moon":"brightness(1.4) contrast(.95) saturate(0) sepia(.35)","filter-nashville":"sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg)","filter-perpetua":"contrast(1.1) brightness(1.25) saturate(1.1)","filter-poprocket":"sepia(.15) brightness(1.2)","filter-reyes":"sepia(.75) contrast(.75) brightness(1.25) saturate(1.4)","filter-rise":"sepia(.25) contrast(1.25) brightness(1.2) saturate(.9)","filter-sierra":"sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg)","filter-skyline":"sepia(.15) contrast(1.25) brightness(1.25) saturate(1.2)","filter-slumber":"sepia(.35) contrast(1.25) saturate(1.25)","filter-stinson":"sepia(.35) contrast(1.25) brightness(1.1) saturate(1.25)","filter-sutro":"sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg)","filter-toaster":"sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg)","filter-valencia":"sepia(.25) contrast(1.1) brightness(1.1)","filter-vesper":"sepia(.35) contrast(1.15) brightness(1.2) saturate(1.3)","filter-walden":"sepia(.35) contrast(.8) brightness(1.25) saturate(1.4)","filter-willow":"brightness(1.2) contrast(.85) saturate(.05) sepia(.2)","filter-xpro-ii":"sepia(.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg)"},emoji:["😂","💯","❤️","🙌","👏","👌","😍","😯","😢","😅","😁","🙂","😎","😀","🤣","😃","😄","😆","😉","😊","😋","😘","😗","😙","😚","🤗","🤩","🤔","🤨","😐","😑","😶","🙄","😏","😣","😥","😮","🤐","😪","😫","😴","😌","😛","😜","😝","🤤","😒","😓","😔","😕","🙃","🤑","😲","🙁","😖","😞","😟","😤","😭","😦","😧","😨","😩","🤯","😬","😰","😱","😳","🤪","😵","😡","😠","🤬","😷","🤒","🤕","🤢","🤮","🤧","😇","🤠","🤡","🤥","🤫","🤭","🧐","🤓","😈","👿","👹","👺","💀","👻","👽","🤖","💩","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🤲","👐","🤝","👍","👎","👊","✊","🤛","🤜","🤞","✌️","🤟","🤘","👈","👉","👆","👇","☝️","✋","🤚","🖐","🖖","👋","🤙","💪","🖕","✍️","🙏","💍","💄","💋","👄","👅","👂","👃","👣","👁","👀","🧠","🗣","👤","👥"],embed:{post:function(e){var t=e+"/embed?";return t+=!(arguments.length>1&&void 0!==arguments[1])||arguments[1]?"caption=true&":"caption=false&",t+=arguments.length>2&&void 0!==arguments[2]&&arguments[2]?"likes=true&":"likes=false&",'