feat: add auto-load profile pictures setting (#712)

This commit is contained in:
gzuuus 2025-12-29 15:42:02 +01:00 committed by GitHub
parent ec03a49e32
commit 6dc662bd2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 170 additions and 47 deletions

View file

@ -637,6 +637,7 @@ export default {
Recommended: 'موصى به',
'Enter Password': 'أدخل كلمة المرور',
Password: 'كلمة المرور',
Confirm: 'تأكيد'
Confirm: 'تأكيد',
'Auto-load profile pictures': 'تحميل صور الملف الشخصي تلقائيًا'
}
}

View file

@ -658,6 +658,7 @@ export default {
Recommended: 'Empfohlen',
'Enter Password': 'Passwort eingeben',
Password: 'Passwort',
Confirm: 'Bestätigen'
Confirm: 'Bestätigen',
'Auto-load profile pictures': 'Profilbilder automatisch laden'
}
}

View file

@ -642,6 +642,7 @@ export default {
Recommended: 'Recommended',
'Enter Password': 'Enter Password',
Password: 'Password',
Confirm: 'Confirm'
Confirm: 'Confirm',
'Auto-load profile pictures': 'Auto-load profile pictures'
}
}

View file

@ -652,6 +652,7 @@ export default {
Recommended: 'Recomendado',
'Enter Password': 'Ingresar contraseña',
Password: 'Contraseña',
Confirm: 'Confirmar'
Confirm: 'Confirmar',
'Auto-load profile pictures': 'Cargar imágenes de perfil automáticamente'
}
}

View file

@ -647,6 +647,7 @@ export default {
Recommended: 'توصیه شده',
'Enter Password': 'رمز عبور را وارد کنید',
Password: 'رمز عبور',
Confirm: 'تأیید'
Confirm: 'تأیید',
'Auto-load profile pictures': 'بارگذاری خودکار تصاویر پروفایل'
}
}

View file

@ -655,6 +655,7 @@ export default {
Recommended: 'Recommandé',
'Enter Password': 'Entrer le mot de passe',
Password: 'Mot de passe',
Confirm: 'Confirmer'
Confirm: 'Confirmer',
'Auto-load profile pictures': 'Charger les images de profil automatiquement'
}
}

View file

@ -648,6 +648,7 @@ export default {
Recommended: 'अनुशंसित',
'Enter Password': 'पासवर्ड दर्ज करें',
Password: 'पासवर्ड',
Confirm: 'पुष्टि करें'
Confirm: 'पुष्टि करें',
'Auto-load profile pictures': 'प्रोफ़ाइल चित्र स्वतः लोड करें'
}
}

View file

@ -640,6 +640,7 @@ export default {
Recommended: 'Ajánlott',
'Enter Password': 'Jelszó megadása',
Password: 'Jelszó',
Confirm: 'Megerősítés'
Confirm: 'Megerősítés',
'Auto-load profile pictures': 'Profilképek automatikus betöltése'
}
}

View file

@ -652,6 +652,7 @@ export default {
Recommended: 'Consigliato',
'Enter Password': 'Inserisci password',
Password: 'Password',
Confirm: 'Conferma'
Confirm: 'Conferma',
'Auto-load profile pictures': 'Caricamento automatico immagini di profilo'
}
}

View file

@ -646,6 +646,7 @@ export default {
Recommended: 'おすすめ',
'Enter Password': 'パスワードを入力',
Password: 'パスワード',
Confirm: '確認'
Confirm: '確認',
'Auto-load profile pictures': 'プロフィール画像を自動読み込み'
}
}

View file

@ -643,6 +643,7 @@ export default {
Recommended: '추천',
'Enter Password': '비밀번호 입력',
Password: '비밀번호',
Confirm: '확인'
Confirm: '확인',
'Auto-load profile pictures': '프로필 사진 자동 로드'
}
}

View file

@ -653,6 +653,7 @@ export default {
Recommended: 'Polecane',
'Enter Password': 'Wprowadź hasło',
Password: 'Hasło',
Confirm: 'Potwierdź'
Confirm: 'Potwierdź',
'Auto-load profile pictures': 'Automatyczne ładowanie zdjęć profilowych'
}
}

View file

@ -648,6 +648,7 @@ export default {
Recommended: 'Recomendado',
'Enter Password': 'Digite a senha',
Password: 'Senha',
Confirm: 'Confirmar'
Confirm: 'Confirmar',
'Auto-load profile pictures': 'Carregar fotos de perfil automaticamente'
}
}

View file

@ -651,6 +651,7 @@ export default {
Recommended: 'Recomendado',
'Enter Password': 'Introduza a palavra-passe',
Password: 'Palavra-passe',
Confirm: 'Confirmar'
Confirm: 'Confirmar',
'Auto-load profile pictures': 'Carregar fotos de perfil automaticamente'
}
}

View file

@ -652,6 +652,7 @@ export default {
Recommended: 'Рекомендуемые',
'Enter Password': 'Введите пароль',
Password: 'Пароль',
Confirm: 'Подтвердить'
Confirm: 'Подтвердить',
'Auto-load profile pictures': 'Автозагрузка аватаров'
}
}

View file

@ -637,6 +637,7 @@ export default {
Recommended: 'แนะนำ',
'Enter Password': 'ป้อนรหัสผ่าน',
Password: 'รหัสผ่าน',
Confirm: 'ยืนยัน'
Confirm: 'ยืนยัน',
'Auto-load profile pictures': 'โหลดรูปโปรไฟล์อัตโนมัติ'
}
}

View file

@ -623,6 +623,7 @@ export default {
Recommended: '推薦',
'Enter Password': '輸入密碼',
Password: '密碼',
Confirm: '確認'
Confirm: '確認',
'Auto-load profile pictures': '自動載入大頭照'
}
}

View file

@ -628,6 +628,7 @@ export default {
Recommended: '推荐',
'Enter Password': '输入密码',
Password: '密码',
Confirm: '确认'
Confirm: '确认',
'Auto-load profile pictures': '自动加载头像'
}
}