@rmdes/indiekit-endpoint-homepage 1.0.22 → 1.0.24

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/locales/de.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Inhalt (HTML oder Text)",
61
61
  "save": "Anwenden",
62
62
  "cancel": "Abbrechen"
63
+ },
64
+ "tabs": {
65
+ "builder": "Homepage",
66
+ "identity": "Identität",
67
+ "blogSidebar": "Blog-Sidebar"
68
+ },
69
+ "identity": {
70
+ "title": "Identität",
71
+ "description": "Konfigurieren Sie Ihr Autorenprofil, Kontaktdaten und soziale Links. Diese überschreiben die Standardwerte der Umgebungsvariablen.",
72
+ "saved": "Identität erfolgreich gespeichert. Aktualisieren Sie Ihre Seite, um die Änderungen zu sehen.",
73
+ "profile": {
74
+ "legend": "Profil",
75
+ "name": {
76
+ "label": "Name",
77
+ "hint": "Ihr Anzeigename"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronomen",
81
+ "hint": "z.B. er/ihm, sie/ihr, sie/ihnen"
82
+ },
83
+ "title": {
84
+ "label": "Titel",
85
+ "hint": "Berufsbezeichnung oder Untertitel"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Kurze Biografie"
90
+ },
91
+ "description": {
92
+ "label": "Seitenbeschreibung",
93
+ "hint": "Beschreibung im Hero-Bereich"
94
+ },
95
+ "avatar": {
96
+ "label": "Avatar-URL",
97
+ "hint": "URL zu Ihrem Avatar-Bild"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Kontakt",
102
+ "email": {
103
+ "label": "E-Mail"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "Ihre persönliche Website-URL"
108
+ },
109
+ "keyUrl": {
110
+ "label": "PGP-Schlüssel-URL",
111
+ "hint": "URL zu Ihrem öffentlichen PGP-Schlüssel"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Standort",
116
+ "locality": {
117
+ "label": "Stadt",
118
+ "hint": "Stadt oder Ortschaft"
119
+ },
120
+ "country": {
121
+ "label": "Land"
122
+ },
123
+ "org": {
124
+ "label": "Organisation",
125
+ "hint": "Firma oder Organisation"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Soziale Links",
130
+ "description": "Fügen Sie Links zu Ihren sozialen Profilen hinzu. Diese erscheinen im Hero-Bereich und in der h-card.",
131
+ "name": {
132
+ "label": "Name"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Symbol"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Seiten-Kategorien",
146
+ "tags": {
147
+ "label": "Kategorien",
148
+ "hint": "Kommagetrennte Tags für Ihre Seite (werden als p-category in Ihrer h-card dargestellt)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Contenido (HTML o texto)",
61
61
  "save": "Aplicar",
62
62
  "cancel": "Cancelar"
63
+ },
64
+ "tabs": {
65
+ "builder": "Inicio",
66
+ "identity": "Identidad",
67
+ "blogSidebar": "Barra lateral del blog"
68
+ },
69
+ "identity": {
70
+ "title": "Identidad",
71
+ "description": "Configure su perfil de autor, datos de contacto y enlaces sociales. Estos reemplazan los valores predeterminados de las variables de entorno.",
72
+ "saved": "Identidad guardada correctamente. Actualice su sitio para ver los cambios.",
73
+ "profile": {
74
+ "legend": "Perfil",
75
+ "name": {
76
+ "label": "Nombre",
77
+ "hint": "Su nombre para mostrar"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronombre",
81
+ "hint": "p. ej. él, ella, elle"
82
+ },
83
+ "title": {
84
+ "label": "Título",
85
+ "hint": "Cargo o subtítulo"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Biografía corta"
90
+ },
91
+ "description": {
92
+ "label": "Descripción del sitio",
93
+ "hint": "Descripción mostrada en la sección hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL del avatar",
97
+ "hint": "URL de su imagen de avatar"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Contacto",
102
+ "email": {
103
+ "label": "Correo electrónico"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL de su sitio web personal"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL de clave PGP",
111
+ "hint": "URL de su clave PGP pública"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Ubicación",
116
+ "locality": {
117
+ "label": "Ciudad",
118
+ "hint": "Ciudad o localidad"
119
+ },
120
+ "country": {
121
+ "label": "País"
122
+ },
123
+ "org": {
124
+ "label": "Organización",
125
+ "hint": "Empresa u organización"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Enlaces sociales",
130
+ "description": "Agregue enlaces a sus perfiles sociales. Aparecen en la sección hero y en la h-card.",
131
+ "name": {
132
+ "label": "Nombre"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Icono"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Categorías del sitio",
146
+ "tags": {
147
+ "label": "Categorías",
148
+ "hint": "Etiquetas separadas por coma para su sitio (se muestran como p-category en su h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/es.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Contenido (HTML o texto)",
61
61
  "save": "Aplicar",
62
62
  "cancel": "Cancelar"
63
+ },
64
+ "tabs": {
65
+ "builder": "Inicio",
66
+ "identity": "Identidad",
67
+ "blogSidebar": "Barra lateral del blog"
68
+ },
69
+ "identity": {
70
+ "title": "Identidad",
71
+ "description": "Configura tu perfil de autor, datos de contacto y enlaces sociales. Estos sustituyen los valores predeterminados de las variables de entorno.",
72
+ "saved": "Identidad guardada correctamente. Actualiza tu sitio para ver los cambios.",
73
+ "profile": {
74
+ "legend": "Perfil",
75
+ "name": {
76
+ "label": "Nombre",
77
+ "hint": "Tu nombre para mostrar"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronombre",
81
+ "hint": "p. ej. él, ella, elle"
82
+ },
83
+ "title": {
84
+ "label": "Título",
85
+ "hint": "Cargo o subtítulo"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Biografía corta"
90
+ },
91
+ "description": {
92
+ "label": "Descripción del sitio",
93
+ "hint": "Descripción mostrada en la sección hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL del avatar",
97
+ "hint": "URL de tu imagen de avatar"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Contacto",
102
+ "email": {
103
+ "label": "Correo electrónico"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL de tu sitio web personal"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL de clave PGP",
111
+ "hint": "URL de tu clave PGP pública"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Ubicación",
116
+ "locality": {
117
+ "label": "Ciudad",
118
+ "hint": "Ciudad o localidad"
119
+ },
120
+ "country": {
121
+ "label": "País"
122
+ },
123
+ "org": {
124
+ "label": "Organización",
125
+ "hint": "Empresa u organización"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Enlaces sociales",
130
+ "description": "Añade enlaces a tus perfiles sociales. Aparecen en la sección hero y en la h-card.",
131
+ "name": {
132
+ "label": "Nombre"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Icono"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Categorías del sitio",
146
+ "tags": {
147
+ "label": "Categorías",
148
+ "hint": "Etiquetas separadas por coma para tu sitio (se muestran como p-category en tu h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/fr.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Contenu (HTML ou texte)",
61
61
  "save": "Appliquer",
62
62
  "cancel": "Annuler"
63
+ },
64
+ "tabs": {
65
+ "builder": "Accueil",
66
+ "identity": "Identité",
67
+ "blogSidebar": "Barre latérale du blog"
68
+ },
69
+ "identity": {
70
+ "title": "Identité",
71
+ "description": "Configurez votre profil d'auteur, vos coordonnées et vos liens sociaux. Ceux-ci remplacent les valeurs par défaut des variables d'environnement.",
72
+ "saved": "Identité enregistrée avec succès. Actualisez votre site pour voir les modifications.",
73
+ "profile": {
74
+ "legend": "Profil",
75
+ "name": {
76
+ "label": "Nom",
77
+ "hint": "Votre nom d'affichage"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronom",
81
+ "hint": "ex. il/lui, elle, iel"
82
+ },
83
+ "title": {
84
+ "label": "Titre",
85
+ "hint": "Intitulé de poste ou sous-titre"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Courte biographie"
90
+ },
91
+ "description": {
92
+ "label": "Description du site",
93
+ "hint": "Description affichée dans la section hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL de l'avatar",
97
+ "hint": "URL de votre image d'avatar"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Contact",
102
+ "email": {
103
+ "label": "E-mail"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL de votre site web personnel"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL de clé PGP",
111
+ "hint": "URL de votre clé PGP publique"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Localisation",
116
+ "locality": {
117
+ "label": "Ville",
118
+ "hint": "Ville ou localité"
119
+ },
120
+ "country": {
121
+ "label": "Pays"
122
+ },
123
+ "org": {
124
+ "label": "Organisation",
125
+ "hint": "Entreprise ou organisation"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Liens sociaux",
130
+ "description": "Ajoutez des liens vers vos profils sociaux. Ils apparaissent dans la section hero et la h-card.",
131
+ "name": {
132
+ "label": "Nom"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Icône"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Catégories du site",
146
+ "tags": {
147
+ "label": "Catégories",
148
+ "hint": "Tags séparés par des virgules pour votre site (affichés comme p-category dans votre h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/hi.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "सामग्री (HTML या टेक्स्ट)",
61
61
  "save": "लागू करें",
62
62
  "cancel": "रद्द करें"
63
+ },
64
+ "tabs": {
65
+ "builder": "होमपेज",
66
+ "identity": "पहचान",
67
+ "blogSidebar": "ब्लॉग साइडबार"
68
+ },
69
+ "identity": {
70
+ "title": "पहचान",
71
+ "description": "अपना लेखक प्रोफ़ाइल, संपर्क विवरण और सामाजिक लिंक कॉन्फ़िगर करें। ये पर्यावरण चर डिफ़ॉल्ट को ओवरराइड करते हैं।",
72
+ "saved": "पहचान सफलतापूर्वक सहेजी गई। परिवर्तन देखने के लिए अपनी साइट रिफ्रेश करें।",
73
+ "profile": {
74
+ "legend": "प्रोफ़ाइल",
75
+ "name": {
76
+ "label": "नाम",
77
+ "hint": "आपका प्रदर्शन नाम"
78
+ },
79
+ "pronoun": {
80
+ "label": "सर्वनाम",
81
+ "hint": "जैसे वह/उन्हें"
82
+ },
83
+ "title": {
84
+ "label": "शीर्षक",
85
+ "hint": "पदनाम या उपशीर्षक"
86
+ },
87
+ "bio": {
88
+ "label": "जीवनी",
89
+ "hint": "संक्षिप्त जीवनी"
90
+ },
91
+ "description": {
92
+ "label": "साइट विवरण",
93
+ "hint": "हीरो सेक्शन में दिखाया गया विवरण"
94
+ },
95
+ "avatar": {
96
+ "label": "अवतार URL",
97
+ "hint": "आपकी अवतार छवि का URL"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "संपर्क",
102
+ "email": {
103
+ "label": "ईमेल"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "आपकी व्यक्तिगत वेबसाइट URL"
108
+ },
109
+ "keyUrl": {
110
+ "label": "PGP कुंजी URL",
111
+ "hint": "आपकी सार्वजनिक PGP कुंजी का URL"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "स्थान",
116
+ "locality": {
117
+ "label": "शहर",
118
+ "hint": "शहर या स्थानीयता"
119
+ },
120
+ "country": {
121
+ "label": "देश"
122
+ },
123
+ "org": {
124
+ "label": "संगठन",
125
+ "hint": "कंपनी या संगठन"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "सामाजिक लिंक",
130
+ "description": "अपने सामाजिक प्रोफ़ाइल के लिंक जोड़ें। ये हीरो सेक्शन और h-card में दिखाई देते हैं।",
131
+ "name": {
132
+ "label": "नाम"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "आइकन"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "साइट श्रेणियाँ",
146
+ "tags": {
147
+ "label": "श्रेणियाँ",
148
+ "hint": "आपकी साइट के लिए अल्पविराम से अलग टैग (आपकी h-card में p-category के रूप में प्रस्तुत)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/id.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Konten (HTML atau teks)",
61
61
  "save": "Terapkan",
62
62
  "cancel": "Batal"
63
+ },
64
+ "tabs": {
65
+ "builder": "Beranda",
66
+ "identity": "Identitas",
67
+ "blogSidebar": "Bilah Sisi Blog"
68
+ },
69
+ "identity": {
70
+ "title": "Identitas",
71
+ "description": "Konfigurasikan profil penulis, detail kontak, dan tautan sosial Anda. Ini mengganti nilai default variabel lingkungan.",
72
+ "saved": "Identitas berhasil disimpan. Segarkan situs Anda untuk melihat perubahan.",
73
+ "profile": {
74
+ "legend": "Profil",
75
+ "name": {
76
+ "label": "Nama",
77
+ "hint": "Nama tampilan Anda"
78
+ },
79
+ "pronoun": {
80
+ "label": "Kata ganti",
81
+ "hint": "mis. dia, mereka"
82
+ },
83
+ "title": {
84
+ "label": "Judul",
85
+ "hint": "Jabatan atau subjudul"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Biografi singkat"
90
+ },
91
+ "description": {
92
+ "label": "Deskripsi Situs",
93
+ "hint": "Deskripsi yang ditampilkan di bagian hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL Avatar",
97
+ "hint": "URL ke gambar avatar Anda"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Kontak",
102
+ "email": {
103
+ "label": "Email"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL situs web pribadi Anda"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL Kunci PGP",
111
+ "hint": "URL ke kunci PGP publik Anda"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Lokasi",
116
+ "locality": {
117
+ "label": "Kota",
118
+ "hint": "Kota atau lokalitas"
119
+ },
120
+ "country": {
121
+ "label": "Negara"
122
+ },
123
+ "org": {
124
+ "label": "Organisasi",
125
+ "hint": "Perusahaan atau organisasi"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Tautan Sosial",
130
+ "description": "Tambahkan tautan ke profil sosial Anda. Ini muncul di bagian hero dan h-card.",
131
+ "name": {
132
+ "label": "Nama"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Ikon"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Kategori Situs",
146
+ "tags": {
147
+ "label": "Kategori",
148
+ "hint": "Tag yang dipisahkan koma untuk situs Anda (ditampilkan sebagai p-category di h-card Anda)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/it.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Contenuto (HTML o testo)",
61
61
  "save": "Applica",
62
62
  "cancel": "Annulla"
63
+ },
64
+ "tabs": {
65
+ "builder": "Pagina iniziale",
66
+ "identity": "Identità",
67
+ "blogSidebar": "Barra laterale del blog"
68
+ },
69
+ "identity": {
70
+ "title": "Identità",
71
+ "description": "Configura il tuo profilo autore, i dati di contatto e i link social. Questi sovrascrivono i valori predefiniti delle variabili d'ambiente.",
72
+ "saved": "Identità salvata con successo. Aggiorna il tuo sito per vedere le modifiche.",
73
+ "profile": {
74
+ "legend": "Profilo",
75
+ "name": {
76
+ "label": "Nome",
77
+ "hint": "Il tuo nome visualizzato"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronome",
81
+ "hint": "es. lui, lei, loro"
82
+ },
83
+ "title": {
84
+ "label": "Titolo",
85
+ "hint": "Titolo professionale o sottotitolo"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Breve biografia"
90
+ },
91
+ "description": {
92
+ "label": "Descrizione del sito",
93
+ "hint": "Descrizione mostrata nella sezione hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL avatar",
97
+ "hint": "URL della tua immagine avatar"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Contatto",
102
+ "email": {
103
+ "label": "Email"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL del tuo sito web personale"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL chiave PGP",
111
+ "hint": "URL della tua chiave PGP pubblica"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Posizione",
116
+ "locality": {
117
+ "label": "Città",
118
+ "hint": "Città o località"
119
+ },
120
+ "country": {
121
+ "label": "Paese"
122
+ },
123
+ "org": {
124
+ "label": "Organizzazione",
125
+ "hint": "Azienda o organizzazione"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Link social",
130
+ "description": "Aggiungi link ai tuoi profili social. Appaiono nella sezione hero e nella h-card.",
131
+ "name": {
132
+ "label": "Nome"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Icona"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Categorie del sito",
146
+ "tags": {
147
+ "label": "Categorie",
148
+ "hint": "Tag separati da virgola per il tuo sito (visualizzati come p-category nella tua h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }