@jjlmoya/utils-social 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +59 -58
- package/src/category/i18n/de.ts +23 -0
- package/src/category/i18n/id.ts +23 -0
- package/src/category/i18n/it.ts +23 -0
- package/src/category/i18n/ja.ts +23 -0
- package/src/category/i18n/ko.ts +23 -0
- package/src/category/i18n/nl.ts +23 -0
- package/src/category/i18n/pl.ts +23 -0
- package/src/category/i18n/pt.ts +23 -0
- package/src/category/i18n/ru.ts +23 -0
- package/src/category/i18n/sv.ts +23 -0
- package/src/category/i18n/tr.ts +23 -0
- package/src/category/i18n/zh.ts +23 -0
- package/src/category/index.ts +12 -0
- package/src/index.ts +8 -0
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/redditFormatter/i18n/de.ts +193 -0
- package/src/tool/redditFormatter/i18n/en.ts +1 -1
- package/src/tool/redditFormatter/i18n/es.ts +1 -1
- package/src/tool/redditFormatter/i18n/fr.ts +1 -1
- package/src/tool/redditFormatter/i18n/id.ts +193 -0
- package/src/tool/redditFormatter/i18n/it.ts +193 -0
- package/src/tool/redditFormatter/i18n/ja.ts +193 -0
- package/src/tool/redditFormatter/i18n/ko.ts +193 -0
- package/src/tool/redditFormatter/i18n/nl.ts +193 -0
- package/src/tool/redditFormatter/i18n/pl.ts +193 -0
- package/src/tool/redditFormatter/i18n/pt.ts +193 -0
- package/src/tool/redditFormatter/i18n/ru.ts +193 -0
- package/src/tool/redditFormatter/i18n/sv.ts +193 -0
- package/src/tool/redditFormatter/i18n/tr.ts +193 -0
- package/src/tool/redditFormatter/i18n/zh.ts +193 -0
- package/src/tool/redditFormatter/index.ts +15 -7
- package/src/tool/safeZones/i18n/de.ts +244 -0
- package/src/tool/safeZones/i18n/id.ts +244 -0
- package/src/tool/safeZones/i18n/it.ts +244 -0
- package/src/tool/safeZones/i18n/ja.ts +244 -0
- package/src/tool/safeZones/i18n/ko.ts +244 -0
- package/src/tool/safeZones/i18n/nl.ts +244 -0
- package/src/tool/safeZones/i18n/pl.ts +244 -0
- package/src/tool/safeZones/i18n/pt.ts +244 -0
- package/src/tool/safeZones/i18n/ru.ts +244 -0
- package/src/tool/safeZones/i18n/sv.ts +244 -0
- package/src/tool/safeZones/i18n/tr.ts +244 -0
- package/src/tool/safeZones/i18n/zh.ts +244 -0
- package/src/tool/safeZones/index.ts +17 -9
- package/src/tool/socialImageResizer/i18n/de.ts +211 -0
- package/src/tool/socialImageResizer/i18n/en.ts +1 -1
- package/src/tool/socialImageResizer/i18n/id.ts +211 -0
- package/src/tool/socialImageResizer/i18n/it.ts +211 -0
- package/src/tool/socialImageResizer/i18n/ja.ts +211 -0
- package/src/tool/socialImageResizer/i18n/ko.ts +211 -0
- package/src/tool/socialImageResizer/i18n/nl.ts +211 -0
- package/src/tool/socialImageResizer/i18n/pl.ts +211 -0
- package/src/tool/socialImageResizer/i18n/pt.ts +211 -0
- package/src/tool/socialImageResizer/i18n/ru.ts +211 -0
- package/src/tool/socialImageResizer/i18n/sv.ts +211 -0
- package/src/tool/socialImageResizer/i18n/tr.ts +211 -0
- package/src/tool/socialImageResizer/i18n/zh.ts +211 -0
- package/src/tool/socialImageResizer/index.ts +16 -8
- package/src/tool/socialValueCalculator/i18n/de.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/es.ts +1 -1
- package/src/tool/socialValueCalculator/i18n/fr.ts +1 -1
- package/src/tool/socialValueCalculator/i18n/id.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/it.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/ja.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/ko.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/nl.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/pl.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/pt.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/ru.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/sv.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/tr.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/zh.ts +306 -0
- package/src/tool/socialValueCalculator/index.ts +17 -9
- package/src/tool/tinderPhotoOptimizer/i18n/de.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/id.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/it.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/ja.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/ko.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/nl.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/pl.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/pt.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/ru.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/sv.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/tr.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/zh.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/index.ts +17 -9
- package/src/tool/youtubeThumbnail/i18n/de.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/id.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/it.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/ja.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/ko.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/nl.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/pl.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/pt.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/ru.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/sv.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/tr.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/zh.ts +207 -0
- package/src/tool/youtubeThumbnail/index.ts +17 -9
- package/src/tool/youtubeThumbnailPreviewer/i18n/de.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/en.ts +1 -1
- package/src/tool/youtubeThumbnailPreviewer/i18n/es.ts +1 -1
- package/src/tool/youtubeThumbnailPreviewer/i18n/fr.ts +2 -2
- package/src/tool/youtubeThumbnailPreviewer/i18n/id.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/it.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/ja.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/ko.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/nl.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/pl.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/pt.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/ru.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/sv.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/tr.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/zh.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/index.ts +24 -0
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { TinderPhotoOptimizerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'ottimizzatore-foto-tinder';
|
|
6
|
+
const title = 'Ottimizzatore di Foto per Tinder: Analisi del Volto e Composizione';
|
|
7
|
+
const description =
|
|
8
|
+
"Ottimizza le tue foto per Tinder con l'analisi algoritmica del volto. Simula l'interfaccia Tinder 2026, analizza l'inquadratura scientifica e la linea degli occhi, esporta ritratti 9:16 perfetti per massimizzare i match.";
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'In che modo questo strumento migliora i miei match su Tinder?',
|
|
13
|
+
answer:
|
|
14
|
+
"Lo strumento analizza i fattori tecnici chiave: il rapporto delle dimensioni facciali (ideale 30-50%), la posizione della linea degli occhi rispetto al terzo superiore, la copertura dell'inquadratura e le zone morte dell'interfaccia di Tinder. Regolando questi parametri, la tua foto proietta più fiducia e supera i filtri visivi dell'algoritmo.",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'È sicuro caricare le mie foto qui?',
|
|
18
|
+
answer:
|
|
19
|
+
"Completamente sicuro. Tutto il processo avviene nel tuo browser tramite Canvas API. Le tue foto non vengono mai inviate a nessun server né memorizzate da nessuna parte.",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: "Cosa fa esattamente il rilevamento del volto con l'IA?",
|
|
23
|
+
answer:
|
|
24
|
+
"Utilizza face-api.js per rilevare 68 punti di riferimento facciali, analizzare l'espressione (sorriso, espressione seria), valutare la posizione degli occhi e misurare l'inclinazione della testa. Tutta l'analisi avviene localmente sul tuo dispositivo.",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Perché raccomandate lo zoom a 1.2x?',
|
|
28
|
+
answer:
|
|
29
|
+
"Le fotocamere frontali degli smartphone usano ottiche grandangolari (24mm) che distorcono il volto con l'aberrazione a barilotto. Uno zoom di 1.2x simula una focale di 50-85mm, eliminando la distorsione e fornendo proporzioni facciali più naturali e attraenti.",
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Carica la tua foto',
|
|
36
|
+
text: "Trascina o fai clic sul simulatore di Tinder per caricare la tua immagine.",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: "Analizza la composizione",
|
|
40
|
+
text: "L'IA rileva il tuo volto automaticamente e mostra metriche su dimensioni facciali, linea degli occhi, copertura ed espressione.",
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Regola con precisione',
|
|
44
|
+
text: "Usa i controlli di zoom e luminosità, attiva l'auto-inquadratura o trascina manualmente l'immagine all'interno del simulatore.",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Download ottimizzato',
|
|
48
|
+
text: 'Esporta la tua foto nel formato nativo 1080x1920 ottimizzato per Tinder, con metadati puliti.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'it',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<TinderPhotoOptimizerUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'Domande Frequenti',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: 'Riferimenti',
|
|
93
|
+
bibliography: [
|
|
94
|
+
{
|
|
95
|
+
name: 'face-api.js: JavaScript Face Recognition in the Browser',
|
|
96
|
+
url: 'https://github.com/justadudewhohacks/face-api.js',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'MDN Web Docs: Canvas API',
|
|
100
|
+
url: 'https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API',
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
howTo: howToData,
|
|
104
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
105
|
+
seo: [
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'Ottimizzatore di Foto per Tinder: La Guida Scientifica e Tecnica Definitiva (2026)',
|
|
109
|
+
level: 2,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: "Nell'ecosistema degli appuntamenti digitali, il tuo profilo Tinder viene elaborato da due algoritmi contemporaneamente: l'algoritmo di visione avanzata della piattaforma stessa e il cervello umano dell'utente che scorre. Il nostro strumento integra principi di <strong>psicologia evoluzionistica</strong>, <strong>biometria facciale</strong> e <strong>elaborazione dei segnali digitali</strong> per garantire che la tua immagine proietti il massimo valore sociale e attrattiva tecnica.",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'La Psicologia della Prima Impressione: L\'Effetto degli 1.2 Secondi',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: "Studi neuroscientifici indicano che il cervello umano impiega circa 1/10 di secondo per formarsi un'impressione iniziale sulla fiducia che qualcuno proietta. Su Tinder, hai poco più di un secondo prima del prossimo swipe. Il nostro strumento analizza i fattori che accelerano il processo decisionale positivo:",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'list',
|
|
126
|
+
items: [
|
|
127
|
+
"<strong>Contatto Visivo e Linea dello Sguardo:</strong> Lo sguardo diretto attiva regioni del cervello legate alla ricompensa sociale. Posizionare gli occhi nel terzo superiore massimizza la probabilità che l'utente si soffermi sul tuo sguardo prima di leggere il tuo nome.",
|
|
128
|
+
"<strong>Asimmetria e Postura:</strong> Una leggera inclinazione può ammorbidire tratti aggressivi, ma un roll eccessivo trasmette instabilità. Il nostro algoritmo misura l'angolo esatto per mantenerti nel range di fiducia.",
|
|
129
|
+
"<strong>Contrasto Figura-Sfondo:</strong> Il sistema premia le foto in cui il soggetto è chiaramente separato dallo sfondo. Un profilo tecnico ben definito aiuta il motore di rendering a far risaltare il tuo volto rispetto alla concorrenza.",
|
|
130
|
+
],
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: "Analisi Tecnica della Lente: Il Problema del Grandangolo",
|
|
135
|
+
level: 3,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'paragraph',
|
|
139
|
+
html: "Quasi tutte le foto del profilo vengono scattate con smartphone, le cui fotocamere frontali sono grandangolari. L'errore più comune è avvicinarsi troppo al dispositivo.",
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: "<strong>L'Aberrazione a Barilotto:</strong> A meno di un metro di distanza, un obiettivo da 24mm (standard sui cellulari) espande il centro dell'immagine. Questo fa apparire i nasi più grandi e il viso più tondo di quanto sia in realtà. La nostra raccomandazione di <strong>Zoom 1.2x</strong> è correttiva: applicando un leggero ritaglio digitale, simuli una focale da 50mm a 85mm, la lunghezza focale d'oro che i fotografi di moda usano per snellire il volto e mantenere le proporzioni reali.",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'Interfaccia di Tinder: La Scienza delle Zone Morte',
|
|
148
|
+
level: 3,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: "Molte foto eccellenti falliscono perché ignorano lo strato software (UI) che Tinder sovrappone. Un utente medio non vede la tua foto pulita; vede un insieme di pulsanti, gradienti e testo.",
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'list',
|
|
156
|
+
items: [
|
|
157
|
+
"<strong>Zona dei Titoli (Superiore 15%):</strong> Qui risiedono gli indicatori di progresso e la barra di stato. Se la tua fronte o i tuoi occhi sono qui, l'interfaccia taglia visivamente la tua testa.",
|
|
158
|
+
"<strong>Zona di Azione (Pulsanti):</strong> Le icone Like, Nope e Boost occupano i laterali inferiori. Se le tue mani o elementi di stile sono lì, si perdono totalmente.",
|
|
159
|
+
"<strong>Il Gradiente di Leggibilità (Inferiore 28%):</strong> Tinder applica una sfumatura nera perché il tuo nome e l'età siano leggibili. Se il tuo volto cade in questa zona, il testo si sovrapporrà ai tuoi lineamenti, rovinando l'estetica del profilo.",
|
|
160
|
+
],
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'title',
|
|
164
|
+
text: 'Analisi di Visione in Tempo Reale: Tradurre l\'Algoritmo',
|
|
165
|
+
level: 3,
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: "Il nostro strumento utilizza modelli di <strong>Computer Vision di ultima generazione</strong> per esaminare la tua immagine come farebbero i moderatori automatici di Tinder:",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'list',
|
|
173
|
+
items: [
|
|
174
|
+
"<strong>Landmark Detection:</strong> Mappiamo 68 punti facciali per analizzare la simmetria e l'apertura degli occhi. Occhi ben aperti e visibili correlano con livelli più alti di estroversione percepita.",
|
|
175
|
+
"<strong>Mood Evaluation:</strong> Un sorriso leggero attiva i neuroni specchio in chi ti guarda. Rileviamo l'intensità dell'espressione facciale per assicurarci che tu non sembri troppo serio o inaccessibile.",
|
|
176
|
+
"<strong>Qualità dell'Illuminazione:</strong> Il sistema valuta la fiducia del rilevamento. Se il punteggio è basso, la foto ha rumore visivo o ombre dure che l'algoritmo di Tinder potrebbe contrassegnare come contenuto di bassa qualità.",
|
|
177
|
+
],
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
type: 'title',
|
|
181
|
+
text: 'Metadati ed Esportazione Ottimizzata per Tinder',
|
|
182
|
+
level: 3,
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'paragraph',
|
|
186
|
+
html: "Sapevi che il peso della tua immagine influenza l'algoritmo? Le app di incontri danno priorità ai contenuti che caricano velocemente per non interrompere il flusso dell'utente.",
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'list',
|
|
190
|
+
items: [
|
|
191
|
+
"<strong>Metadata Stripping (Privacy e SEO):</strong> Eliminiamo i record EXIF. Una foto pulita ti dà una tela bianca per l'algoritmo della piattaforma.",
|
|
192
|
+
"<strong>Compressione Intelligente senza Perdita:</strong> Riduciamo il peso del file JPG mantenendo lo spazio colore sRGB nativo di iOS e Android. La tua foto apparirà vibrante anche con poca copertura.",
|
|
193
|
+
"<strong>Formato 9:16 Immersivo:</strong> Fornendo esattamente 1080x1920 pixel, evitiamo che Tinder applichi il suo algoritmo di compressione aggressivo che genera artefatti d'immagine.",
|
|
194
|
+
],
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
type: 'tip',
|
|
198
|
+
title: 'Consiglio dell\'Esperto',
|
|
199
|
+
html: "<p>La prima foto deve essere SEMPRE un ritratto chiaro dalle spalle in su. Riserva le foto a figura intera o di attività per la 3ª o 4ª posizione. Assicurati che in quella prima impressione, il tuo sguardo sia libero da ostacoli e il tuo volto abbia la dimensione ottimale (30-50%).</p>",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'title',
|
|
203
|
+
text: 'Sicurezza ed Etica del Processo',
|
|
204
|
+
level: 3,
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
type: 'paragraph',
|
|
208
|
+
html: "Comprendiamo che le tue foto siano private. Questo ottimizzatore utilizza <strong>tecnologia Client-Side</strong>: le immagini vengono elaborate tramite un motore canvas nel tuo browser locale. Nessun dato esce dal tuo dispositivo. È il modo più sicuro e veloce per ottimizzare il tuo profilo senza compromettere la tua privacy.",
|
|
209
|
+
},
|
|
210
|
+
],
|
|
211
|
+
ui: {
|
|
212
|
+
uploadTitle: 'Ottimizza Foto',
|
|
213
|
+
uploadSubtitle: 'Trascina o fai clic per iniziare',
|
|
214
|
+
btnDownload: 'Scarica Foto Ottimizzata',
|
|
215
|
+
btnRescan: 'Riscansiona Volto',
|
|
216
|
+
btnAutoFocus: 'Auto-Inquadratura',
|
|
217
|
+
btnMarkFace: 'Marca Volto',
|
|
218
|
+
panelManual: 'Regolazioni Manuali',
|
|
219
|
+
panelVisualization: 'Visualizzazione Avanzata',
|
|
220
|
+
panelMetrics: 'Analitica della Composizione',
|
|
221
|
+
panelExport: 'Esporta per Tinder 2026',
|
|
222
|
+
panelExportDesc: 'Ritaglio automatico a 1080x1920 con metadati ottimizzati.',
|
|
223
|
+
labelZoom: 'Zoom',
|
|
224
|
+
labelBrightness: 'Luminosità',
|
|
225
|
+
toggleGrid: 'Griglia dei Terzi',
|
|
226
|
+
toggleGridDesc: 'Regolazione della composizione classica',
|
|
227
|
+
toggleDeadzones: 'Zone di Pericolo',
|
|
228
|
+
toggleDeadzonesDesc: 'Evita che la UI nasconda il tuo volto',
|
|
229
|
+
toggleFaceBox: 'Vedi Volto Rilevato',
|
|
230
|
+
toggleFaceBoxDesc: 'Landmarks e area di rilevamento',
|
|
231
|
+
metricFaceSize: 'Rapporto Volto',
|
|
232
|
+
metricEyeLine: 'Linea dello Sguardo',
|
|
233
|
+
metricCoverage: 'Copertura',
|
|
234
|
+
metricMood: 'Espressione',
|
|
235
|
+
metricQuality: 'Fiducia',
|
|
236
|
+
analysisSuccess: 'Fattori di Successo',
|
|
237
|
+
analysisWarning: 'Ottimizzazione',
|
|
238
|
+
analysisError: 'Errori Critici',
|
|
239
|
+
deadzoneTop: 'Zona UI Superiore',
|
|
240
|
+
deadzoneBottom: 'Zona Informazioni',
|
|
241
|
+
loaderAnalyzing: 'Analisi della composizione...',
|
|
242
|
+
loaderModels: 'Caricamento modelli di visione...',
|
|
243
|
+
simulatorName: 'Il Tuo Nome, 25',
|
|
244
|
+
simulatorJob: 'La Tua Professione',
|
|
245
|
+
simulatorCity: 'Vive in Italia',
|
|
246
|
+
simulatorDistance: 'A 5 km da te',
|
|
247
|
+
statusOptimal: 'OTTIMALE',
|
|
248
|
+
statusIncorrect: 'INCORRETTA',
|
|
249
|
+
statusHigh: 'ALTA',
|
|
250
|
+
statusMedium: 'MEDIA',
|
|
251
|
+
statusLow: 'BASSA',
|
|
252
|
+
statusPositive: 'POSITIVO',
|
|
253
|
+
statusNeutral: 'NEUTRALE',
|
|
254
|
+
alertExcellent: 'Composizione tecnica eccellente.',
|
|
255
|
+
alertEmptySpaces: 'SPAZI VUOTI: L\'immagine non copre tutta l\'inquadratura. Regola lo zoom o la posizione.',
|
|
256
|
+
alertAlmostInvisible: 'QUASI INVISIBILE: Sei molto lontano. Ingrandisci finché il tuo volto occupa almeno un terzo dello schermo.',
|
|
257
|
+
alertTooClose: 'TROPPO VICINO: I primi piani estremi possono risultare aggressivi.',
|
|
258
|
+
alertPerfectSize: 'DIMENSIONE PERFETTA: Il tuo volto ha il rapporto ideale per trasmettere fiducia.',
|
|
259
|
+
alertImpactfulLook: 'SGUARDO IMPATTANTE: I tuoi occhi sono sulla linea di massima attenzione.',
|
|
260
|
+
alertEyeLineMoveUp: 'LINEA DEGLI OCCHI: Per un\'inquadratura professionale, alza un po\' il volto verso la linea superiore.',
|
|
261
|
+
alertEyeLineMoveDown: 'LINEA DEGLI OCCHI: Per un\'inquadratura professionale, abbassa un po\' il volto verso la linea superiore.',
|
|
262
|
+
alertTiltedHead: 'TESTA INCLINATA: Una postura troppo storta può trasmettere instabilità.',
|
|
263
|
+
alertSmileDetected: 'SORRISO RILEVATO: I sorrisi aumentano significativamente il tasso di match.',
|
|
264
|
+
alertSevereExpression: 'ESPRESSIONE SEVERA: Prova a usare una foto con un gesto più gentile.',
|
|
265
|
+
alertObstructedTop: 'OSTRUITO: La barra di avanzamento copre il tuo volto.',
|
|
266
|
+
alertObstructedBottom: 'OSTRUITO: Il blocco delle informazioni copre il tuo volto.',
|
|
267
|
+
alertLowLight: 'ILLUMINAZIONE DEFICIENTE: L\'IA ha difficoltà a vederti. Cerca una foto con luce migliore.',
|
|
268
|
+
alertCutOff: 'TAGLIATO: Il volto esce dall\'inquadratura verticale.',
|
|
269
|
+
alertProTip: 'CONSIGLIO PRO: Se è un selfie, usa lo Zoom (1.2x) per evitare distorsioni della lente.',
|
|
270
|
+
canvasFaceDetected: 'Volto rilevato',
|
|
271
|
+
},
|
|
272
|
+
};
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { TinderPhotoOptimizerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'tinder-photo-optimizer';
|
|
6
|
+
const title = 'Tinder写真最適化ツール:顔分析と構図診断';
|
|
7
|
+
const description =
|
|
8
|
+
'アルゴリズムによる顔分析でTinder写真を最適化。2026年最新インターフェースをシミュレートし、科学的なフレーミングとアイラインを分析。マッチ率を最大化する完璧な9:16ポートレートを書き出します。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'このツールでどのようにTinderのマッチ率が向上しますか?',
|
|
13
|
+
answer:
|
|
14
|
+
'顔のサイズ比率(理想は30〜50%)、上部3分の1に対するアイラインの位置、フレーミングのカバー率、そしてTinder UIのデッドゾーンといった重要な技術的要因を分析します。これらのパラメータを調整することで、あなたの写真はより信頼感を与え、アルゴリズムの視覚フィルターをクリアしやすくなります。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'ここに写真をアップロードしても安全ですか?',
|
|
18
|
+
answer:
|
|
19
|
+
'完全に安全です。すべての処理はブラウザ内のCanvas APIを使用して行われます。写真はサーバーに送信されることも、どこかに保存されることもありません。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'AI顔認識では具体的に何をしていますか?',
|
|
23
|
+
answer:
|
|
24
|
+
'face-api.jsを使用して68の顔参照ポイントを検出し、表情(笑顔、真剣な表情)を分析し、目の位置を評価し、頭の傾きを測定します。すべての分析はデバイス内でローカルに実行されます。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'なぜ1.2倍のズームが推奨されるのですか?',
|
|
28
|
+
answer:
|
|
29
|
+
'スマートフォンのフロントカメラは広角レンズ(24mm)を使用しており、樽型歪みによって顔が歪んで写ります。1.2倍のズームは50〜85mmの焦点距離をシミュレートし、歪みを取り除いて、より自然で魅力的な顔の比率を提供します。',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '写真をアップロード',
|
|
36
|
+
text: 'Tinderシミュレーターに画像をドラッグまたはクリックして読み込みます。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '構図を分析',
|
|
40
|
+
text: 'AIが自動的に顔を検出し、顔のサイズ、アイライン、カバー率、表情の指標を表示します。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '精密に調整',
|
|
44
|
+
text: 'ズームと明るさのコントロールを使用したり、オートフレーミングを有効にしたり、シミュレーター内で手動でドラッグして調整します。',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '最適化されたダウンロード',
|
|
48
|
+
text: 'Tinderに最適化されたネイティブ形式の1080x1920で、クリーンなメタデータと共に写真を書き出します。',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
83
|
+
inLanguage: 'ja',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<TinderPhotoOptimizerUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'よくある質問',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: '参考文献',
|
|
93
|
+
bibliography: [
|
|
94
|
+
{
|
|
95
|
+
name: 'face-api.js: JavaScript Face Recognition in the Browser',
|
|
96
|
+
url: 'https://github.com/justadudewhohacks/face-api.js',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'MDN Web Docs: Canvas API',
|
|
100
|
+
url: 'https://developer.mozilla.org/ja/docs/Web/API/Canvas_API',
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
howTo: howToData,
|
|
104
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
105
|
+
seo: [
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'Tinder写真最適化:科学的・技術的完全ガイド (2026年版)',
|
|
109
|
+
level: 2,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: 'デジタルデートのエコシステムにおいて、あなたのTinderプロフィールは2つのアルゴリズムによって同時に処理されます。1つはプラットフォーム独自の高度なビジョンアルゴリズム、もう1つはスワイプするユーザーの脳です。当ツールは、<strong>進化心理学</strong>、<strong>顔生体認証</strong>、<strong>デジタル信号処理</strong>の原則を統合し、あなたの画像が最大の社会的価値と技術的魅力を放つように保証します。',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: '第一印象の心理学:1.2秒の効果',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: '神経科学の研究によると、人間の脳が相手の信頼性を判断して第一印象を形成するのにかかる時間はわずか約10分の1秒です。Tinderでは、次のスワイプまでに与えられた時間はせいぜい1秒強です。当ツールは、ポジティブな意思決定を加速させる要因を分析します:',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'list',
|
|
126
|
+
items: [
|
|
127
|
+
'<strong>アイコンタクトと視線:</strong> 直接的な視線は、社会的報酬に関連する脳領域を活性化させます。目を上部3分の1に配置することで、ユーザーが名前を読む前にあなたの視線で指を止める確率を最大化します。',
|
|
128
|
+
'<strong>非対称性とポーズ:</strong> わずかな傾きは攻撃的な印象を和らげますが、過度な傾きは不安定さを伝えてしまいます。アルゴリズムが正確な角度を測定し、信頼される範囲内に収めます。',
|
|
129
|
+
'<strong>図と地のコントラスト:</strong> 被写体が背景から明確に分離されている写真が評価されます。定義された技術的プロファイルは、レンダリングエンジンが競合他社の中であなたの顔を際立たせるのに役立ちます。',
|
|
130
|
+
],
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'レンズの技術分析:広角レンズの問題点',
|
|
135
|
+
level: 3,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'paragraph',
|
|
139
|
+
html: 'ほとんどのプロフィール写真はスマートフォンで撮影されますが、そのフロントカメラは広角レンズです。最も一般的な間違いは、デバイスに近づきすぎることです。',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>樽型歪み:</strong> 1メートル以内の距離では、24mmレンズ(スマホの標準)は画像の中央を膨らませます。これにより、鼻が大きく見えたり、顔が実際よりも丸く見えたりします。当ツールの<strong>1.2倍ズーム</strong>推奨は補正的なものです。わずかなデジタルクロップを適用することで、50mmから85mmの焦点距離をシミュレートします。これはファッションフォトグラファーが顔を細く見せ、正確な比率を保つために使用する「黄金の焦点距離」です。',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'Tinderインターフェース:デッドゾーンの科学',
|
|
148
|
+
level: 3,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: '多くの優れた写真が、Tinderが上に重ねるソフトウェアレイヤー(UI)を無視しているために失敗しています。平均的なユーザーはあなたの生の画像を見ているのではなく、ボタン、グラデーション、テキストの混合物を見ています。',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'list',
|
|
156
|
+
items: [
|
|
157
|
+
'<strong>タイトルゾーン(上部15%):</strong> 進捗インジケーターとステータスバーが表示される場所です。額や目がここにあると、インターフェースがあなたの頭を視覚的に切断してしまいます。',
|
|
158
|
+
'<strong>アクションゾーン(ボタン):</strong> Like、Nope、Boostのアイコンが下部の両脇を占めています。手やスタイル要素がそこにあると、完全に隠れてしまいます。',
|
|
159
|
+
'<strong>視認性グラデーション(下部28%):</strong> Tinderは名前と年齢を読みやすくするために黒いフェードを適用します。顔がこのゾーンに入ると、テキストが顔の特徴と重なり、プロフィールの美観を損ないます。',
|
|
160
|
+
],
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'title',
|
|
164
|
+
text: 'リアルタイムビジョン分析:アルゴリズムの解読',
|
|
165
|
+
level: 3,
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: '当ツールは、<strong>最新世代のコンピュータービジョンモデル</strong>を使用して、Tinderの自動モデレーターと同じように画像を監査します:',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'list',
|
|
173
|
+
items: [
|
|
174
|
+
'<strong>ランドマーク検出:</strong> 68の顔のポイントをマッピングして、対称性と目の開き具合を分析します。大きく開かれ視認性の高い目は、知覚される外向性の高さと相関します。',
|
|
175
|
+
'<strong>表情評価:</strong> わずかな笑顔は、見ている人のミラーニューロンを活性化させます。顔の表情の強さを検出し、真剣すぎて近寄りがたく見えないかを確認します。',
|
|
176
|
+
'<strong>照明の質:</strong> 検出の自信度を評価します。スコアが低い場合、写真にノイズや強い影があり、Tinderのアルゴリズムによって低品質コンテンツとしてフラグを立てられる可能性があります。',
|
|
177
|
+
],
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
type: 'title',
|
|
181
|
+
text: 'Tinderに最適化されたメタデータとエクスポート',
|
|
182
|
+
level: 3,
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'paragraph',
|
|
186
|
+
html: '画像のデータサイズがアルゴリズムに影響することをご存知ですか?マッチングアプリは、ユーザーの流れを妨げないように、読み込みの速いコンテンツを優先します。',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'list',
|
|
190
|
+
items: [
|
|
191
|
+
'<strong>メタデータの削除(プライバシーとSEO):</strong> EXIF記録を削除します。クリーンな写真は、プラットフォームのアルゴリズムにとって「新しいキャンバス」となります。',
|
|
192
|
+
'<strong>インテリジェントな無劣化圧縮:</strong> iOSやAndroidのネイティブsRGB色空間を維持しながら、JPGファイルサイズを削減します。電波の悪い状況でもあなたの写真は鮮やかに表示されます。',
|
|
193
|
+
'<strong>没入型9:16フォーマット:</strong> 正確に1080x1920ピクセルで提供することで、画像アーチファクトを生成するTinder独自の攻撃的な圧縮アルゴリズムの適用を防ぎます。',
|
|
194
|
+
],
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
type: 'tip',
|
|
198
|
+
title: 'エキスパートのアドバイス',
|
|
199
|
+
html: '<p>1枚目の写真は、常に肩から上のクリアなポートレートであるべきです。全身写真や活動中の写真は3枚目以降に取っておきましょう。その第一印象において、視線が障害物に遮られず、顔が最適なサイズ(30〜50%)であることを確認してください。</p>',
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'title',
|
|
203
|
+
text: '処理の安全性と倫理',
|
|
204
|
+
level: 3,
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
type: 'paragraph',
|
|
208
|
+
html: 'あなたの写真がプライベートなものであることを私たちは理解しています。この最適化ツールは<strong>クライアントサイド技術</strong>を使用しています。画像はローカルブラウザのcanvasエンジンによって処理されます。データがデバイスの外に出ることはありません。プライバシーを損なうことなく、プロフィールを最適化する最も安全で迅速な方法です。',
|
|
209
|
+
},
|
|
210
|
+
],
|
|
211
|
+
ui: {
|
|
212
|
+
uploadTitle: '写真を最適化',
|
|
213
|
+
uploadSubtitle: 'ドラッグまたはクリックして開始',
|
|
214
|
+
btnDownload: '最適化された写真をダウンロード',
|
|
215
|
+
btnRescan: '顔を再スキャン',
|
|
216
|
+
btnAutoFocus: 'オートフレーミング',
|
|
217
|
+
btnMarkFace: '顔をマーキング',
|
|
218
|
+
panelManual: '手動調整',
|
|
219
|
+
panelVisualization: '高度な視覚化',
|
|
220
|
+
panelMetrics: '構図分析',
|
|
221
|
+
panelExport: 'Tinder 2026用に書き出し',
|
|
222
|
+
panelExportDesc: '1080x1920への自動クロップと最適化されたメタデータ。',
|
|
223
|
+
labelZoom: 'ズーム',
|
|
224
|
+
labelBrightness: '明るさ',
|
|
225
|
+
toggleGrid: '三分割グリッド',
|
|
226
|
+
toggleGridDesc: '古典的な構図調整',
|
|
227
|
+
toggleDeadzones: '危険ゾーン',
|
|
228
|
+
toggleDeadzonesDesc: 'UIが顔を隠すのを防ぐ',
|
|
229
|
+
toggleFaceBox: '検出された顔を表示',
|
|
230
|
+
toggleFaceBoxDesc: 'ランドマークと検出エリア',
|
|
231
|
+
metricFaceSize: '顔比率',
|
|
232
|
+
metricEyeLine: 'アイライン',
|
|
233
|
+
metricCoverage: 'カバー率',
|
|
234
|
+
metricMood: '表情',
|
|
235
|
+
metricQuality: '自信度',
|
|
236
|
+
analysisSuccess: '成功要因',
|
|
237
|
+
analysisWarning: '最適化が必要',
|
|
238
|
+
analysisError: '致命的なエラー',
|
|
239
|
+
deadzoneTop: '上部UIゾーン',
|
|
240
|
+
deadzoneBottom: '情報ゾーン',
|
|
241
|
+
loaderAnalyzing: '構図を分析中...',
|
|
242
|
+
loaderModels: 'ビジョンモデルを読み込み中...',
|
|
243
|
+
simulatorName: 'お名前, 25',
|
|
244
|
+
simulatorJob: 'ご職業',
|
|
245
|
+
simulatorCity: '日本在住',
|
|
246
|
+
simulatorDistance: '5 km 以内',
|
|
247
|
+
statusOptimal: '最適',
|
|
248
|
+
statusIncorrect: '不適切',
|
|
249
|
+
statusHigh: '高い',
|
|
250
|
+
statusMedium: '普通',
|
|
251
|
+
statusLow: '低い',
|
|
252
|
+
statusPositive: 'ポジティブ',
|
|
253
|
+
statusNeutral: 'ニュートラル',
|
|
254
|
+
alertExcellent: '技術的な構図が優れています。',
|
|
255
|
+
alertEmptySpaces: '空きスペース:画像がフレーム全体を覆っていません。ズームや位置を調整してください。',
|
|
256
|
+
alertAlmostInvisible: 'ほとんど見えません:遠すぎます。顔が画面の少なくとも3分の1を占めるまでズームしてください。',
|
|
257
|
+
alertTooClose: '近すぎます:極端なクローズアップは攻撃的な印象を与える可能性があります。',
|
|
258
|
+
alertPerfectSize: '完璧なサイズ:あなたの顔は信頼感を与える理想的な比率です。',
|
|
259
|
+
alertImpactfulLook: '印象的な視線:目が最大注目ライン上にあります。',
|
|
260
|
+
alertEyeLineMoveUp: 'アイライン:プロフェッショナルなフレーミングにするには、顔を上のラインまで少し上げてください。',
|
|
261
|
+
alertEyeLineMoveDown: 'アイライン:プロフェッショナルなフレーミングにするには、顔を上のラインまで少し下げてください。',
|
|
262
|
+
alertTiltedHead: '頭の傾き:傾きすぎたポーズは不安定さを伝える可能性があります。',
|
|
263
|
+
alertSmileDetected: '笑顔を検出:笑顔はマッチ率を大幅に向上させます。',
|
|
264
|
+
alertSevereExpression: '厳しい表情:より親しみやすい表情の写真を使ってみてください。',
|
|
265
|
+
alertObstructedTop: '遮蔽:進捗バーが顔に重なっています。',
|
|
266
|
+
alertObstructedBottom: '遮蔽:情報ブロックが顔に重なっています。',
|
|
267
|
+
alertLowLight: '照明不足:AIが顔を認識しにくいです。より明るい写真を探してください。',
|
|
268
|
+
alertCutOff: '見切れ:顔が垂直フレームからはみ出しています。',
|
|
269
|
+
alertProTip: 'プロのコツ:自撮りの場合は、レンズの歪みを避けるためにズーム(1.2倍)を使用してください。',
|
|
270
|
+
canvasFaceDetected: '顔を検出しました',
|
|
271
|
+
},
|
|
272
|
+
};
|