@rmdes/indiekit-endpoint-homepage 1.0.22 → 1.0.23

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
  }
package/locales/nl.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Inhoud (HTML of tekst)",
61
61
  "save": "Toepassen",
62
62
  "cancel": "Annuleren"
63
+ },
64
+ "tabs": {
65
+ "builder": "Startpagina",
66
+ "identity": "Identiteit",
67
+ "blogSidebar": "Blog-zijbalk"
68
+ },
69
+ "identity": {
70
+ "title": "Identiteit",
71
+ "description": "Configureer je auteursprofiel, contactgegevens en sociale links. Deze overschrijven de standaardwaarden van omgevingsvariabelen.",
72
+ "saved": "Identiteit succesvol opgeslagen. Vernieuw je site om de wijzigingen te zien.",
73
+ "profile": {
74
+ "legend": "Profiel",
75
+ "name": {
76
+ "label": "Naam",
77
+ "hint": "Je weergavenaam"
78
+ },
79
+ "pronoun": {
80
+ "label": "Voornaamwoord",
81
+ "hint": "bijv. hij/hem, zij/haar, hen/hun"
82
+ },
83
+ "title": {
84
+ "label": "Titel",
85
+ "hint": "Functietitel of ondertitel"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Korte biografie"
90
+ },
91
+ "description": {
92
+ "label": "Sitebeschrijving",
93
+ "hint": "Beschrijving getoond in het hero-gedeelte"
94
+ },
95
+ "avatar": {
96
+ "label": "Avatar-URL",
97
+ "hint": "URL naar je avatarfoto"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Contact",
102
+ "email": {
103
+ "label": "E-mail"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL van je persoonlijke website"
108
+ },
109
+ "keyUrl": {
110
+ "label": "PGP-sleutel-URL",
111
+ "hint": "URL naar je openbare PGP-sleutel"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Locatie",
116
+ "locality": {
117
+ "label": "Stad",
118
+ "hint": "Stad of plaats"
119
+ },
120
+ "country": {
121
+ "label": "Land"
122
+ },
123
+ "org": {
124
+ "label": "Organisatie",
125
+ "hint": "Bedrijf of organisatie"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Sociale links",
130
+ "description": "Voeg links naar je sociale profielen toe. Deze verschijnen in het hero-gedeelte en de h-card.",
131
+ "name": {
132
+ "label": "Naam"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Pictogram"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Sitecategorieën",
146
+ "tags": {
147
+ "label": "Categorieën",
148
+ "hint": "Door komma's gescheiden tags voor je site (weergegeven als p-category in je h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/pl.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Treść (HTML lub tekst)",
61
61
  "save": "Zastosuj",
62
62
  "cancel": "Anuluj"
63
+ },
64
+ "tabs": {
65
+ "builder": "Strona główna",
66
+ "identity": "Tożsamość",
67
+ "blogSidebar": "Pasek boczny bloga"
68
+ },
69
+ "identity": {
70
+ "title": "Tożsamość",
71
+ "description": "Skonfiguruj swój profil autora, dane kontaktowe i linki społecznościowe. Zastępują one domyślne wartości zmiennych środowiskowych.",
72
+ "saved": "Tożsamość zapisana pomyślnie. Odśwież swoją stronę, aby zobaczyć zmiany.",
73
+ "profile": {
74
+ "legend": "Profil",
75
+ "name": {
76
+ "label": "Imię",
77
+ "hint": "Twoje wyświetlane imię"
78
+ },
79
+ "pronoun": {
80
+ "label": "Zaimek",
81
+ "hint": "np. on/jego, ona/jej, oni/ich"
82
+ },
83
+ "title": {
84
+ "label": "Tytuł",
85
+ "hint": "Stanowisko lub podtytuł"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Krótka biografia"
90
+ },
91
+ "description": {
92
+ "label": "Opis strony",
93
+ "hint": "Opis wyświetlany w sekcji hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL awatara",
97
+ "hint": "URL do obrazu awatara"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Kontakt",
102
+ "email": {
103
+ "label": "E-mail"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL twojej strony osobistej"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL klucza PGP",
111
+ "hint": "URL do publicznego klucza PGP"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Lokalizacja",
116
+ "locality": {
117
+ "label": "Miasto",
118
+ "hint": "Miasto lub miejscowość"
119
+ },
120
+ "country": {
121
+ "label": "Kraj"
122
+ },
123
+ "org": {
124
+ "label": "Organizacja",
125
+ "hint": "Firma lub organizacja"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Linki społecznościowe",
130
+ "description": "Dodaj linki do swoich profili społecznościowych. Pojawiają się w sekcji hero i h-card.",
131
+ "name": {
132
+ "label": "Nazwa"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Ikona"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Kategorie strony",
146
+ "tags": {
147
+ "label": "Kategorie",
148
+ "hint": "Tagi oddzielone przecinkami dla twojej strony (wyświetlane jako p-category w h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Conteúdo (HTML ou texto)",
61
61
  "save": "Aplicar",
62
62
  "cancel": "Cancelar"
63
+ },
64
+ "tabs": {
65
+ "builder": "Página inicial",
66
+ "identity": "Identidade",
67
+ "blogSidebar": "Barra lateral do blog"
68
+ },
69
+ "identity": {
70
+ "title": "Identidade",
71
+ "description": "Configure seu perfil de autor, dados de contato e links sociais. Estes substituem os valores padrão das variáveis de ambiente.",
72
+ "saved": "Identidade salva com sucesso. Atualize seu site para ver as alterações.",
73
+ "profile": {
74
+ "legend": "Perfil",
75
+ "name": {
76
+ "label": "Nome",
77
+ "hint": "Seu nome de exibição"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronome",
81
+ "hint": "ex. ele/dele, ela/dela"
82
+ },
83
+ "title": {
84
+ "label": "Título",
85
+ "hint": "Cargo ou subtítulo"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Breve biografia"
90
+ },
91
+ "description": {
92
+ "label": "Descrição do site",
93
+ "hint": "Descrição exibida na seção hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL do avatar",
97
+ "hint": "URL da sua imagem de avatar"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Contato",
102
+ "email": {
103
+ "label": "E-mail"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL do seu site pessoal"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL da chave PGP",
111
+ "hint": "URL da sua chave PGP pública"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Localização",
116
+ "locality": {
117
+ "label": "Cidade",
118
+ "hint": "Cidade ou localidade"
119
+ },
120
+ "country": {
121
+ "label": "País"
122
+ },
123
+ "org": {
124
+ "label": "Organização",
125
+ "hint": "Empresa ou organização"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Links sociais",
130
+ "description": "Adicione links aos seus perfis sociais. Eles aparecem na seção hero e na h-card.",
131
+ "name": {
132
+ "label": "Nome"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Ícone"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Categorias do site",
146
+ "tags": {
147
+ "label": "Categorias",
148
+ "hint": "Tags separadas por vírgula para seu site (exibidas como p-category na sua h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/pt.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Conteúdo (HTML ou texto)",
61
61
  "save": "Aplicar",
62
62
  "cancel": "Cancelar"
63
+ },
64
+ "tabs": {
65
+ "builder": "Página inicial",
66
+ "identity": "Identidade",
67
+ "blogSidebar": "Barra lateral do blog"
68
+ },
69
+ "identity": {
70
+ "title": "Identidade",
71
+ "description": "Configure o seu perfil de autor, dados de contacto e links sociais. Estes substituem os valores predefinidos das variáveis de ambiente.",
72
+ "saved": "Identidade guardada com sucesso. Actualize o seu site para ver as alterações.",
73
+ "profile": {
74
+ "legend": "Perfil",
75
+ "name": {
76
+ "label": "Nome",
77
+ "hint": "O seu nome de apresentação"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronome",
81
+ "hint": "ex. ele/dele, ela/dela"
82
+ },
83
+ "title": {
84
+ "label": "Título",
85
+ "hint": "Cargo ou subtítulo"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Breve biografia"
90
+ },
91
+ "description": {
92
+ "label": "Descrição do site",
93
+ "hint": "Descrição apresentada na secção hero"
94
+ },
95
+ "avatar": {
96
+ "label": "URL do avatar",
97
+ "hint": "URL da sua imagem de avatar"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Contacto",
102
+ "email": {
103
+ "label": "E-mail"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL do seu site pessoal"
108
+ },
109
+ "keyUrl": {
110
+ "label": "URL da chave PGP",
111
+ "hint": "URL da sua chave PGP pública"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Localização",
116
+ "locality": {
117
+ "label": "Cidade",
118
+ "hint": "Cidade ou localidade"
119
+ },
120
+ "country": {
121
+ "label": "País"
122
+ },
123
+ "org": {
124
+ "label": "Organização",
125
+ "hint": "Empresa ou organização"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Links sociais",
130
+ "description": "Adicione links aos seus perfis sociais. Aparecem na secção hero e na h-card.",
131
+ "name": {
132
+ "label": "Nome"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Ícone"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Categorias do site",
146
+ "tags": {
147
+ "label": "Categorias",
148
+ "hint": "Tags separadas por vírgula para o seu site (apresentadas como p-category na sua h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/sr.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": "Опис приказан у hero секцији"
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": "URL PGP кључа",
111
+ "hint": "URL до вашег јавног PGP кључа"
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": "Додајте линкове ка својим друштвеним профилима. Они се појављују у hero секцији и 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": "Тагови раздвојени зарезом за ваш сајт (приказани као p-category у вашој h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
package/locales/sv.json CHANGED
@@ -60,6 +60,94 @@
60
60
  "contentLabel": "Innehåll (HTML eller text)",
61
61
  "save": "Tillämpa",
62
62
  "cancel": "Avbryt"
63
+ },
64
+ "tabs": {
65
+ "builder": "Startsida",
66
+ "identity": "Identitet",
67
+ "blogSidebar": "Bloggens sidofält"
68
+ },
69
+ "identity": {
70
+ "title": "Identitet",
71
+ "description": "Konfigurera din författarprofil, kontaktuppgifter och sociala länkar. Dessa åsidosätter standardvärden från miljövariabler.",
72
+ "saved": "Identitet sparad. Uppdatera din webbplats för att se ändringarna.",
73
+ "profile": {
74
+ "legend": "Profil",
75
+ "name": {
76
+ "label": "Namn",
77
+ "hint": "Ditt visningsnamn"
78
+ },
79
+ "pronoun": {
80
+ "label": "Pronomen",
81
+ "hint": "t.ex. han/honom, hon/henne, hen"
82
+ },
83
+ "title": {
84
+ "label": "Titel",
85
+ "hint": "Jobbtitel eller undertitel"
86
+ },
87
+ "bio": {
88
+ "label": "Bio",
89
+ "hint": "Kort biografi"
90
+ },
91
+ "description": {
92
+ "label": "Webbplatsbeskrivning",
93
+ "hint": "Beskrivning som visas i hero-sektionen"
94
+ },
95
+ "avatar": {
96
+ "label": "Avatar-URL",
97
+ "hint": "URL till din avatarbild"
98
+ }
99
+ },
100
+ "contact": {
101
+ "legend": "Kontakt",
102
+ "email": {
103
+ "label": "E-post"
104
+ },
105
+ "url": {
106
+ "label": "URL",
107
+ "hint": "URL till din personliga webbplats"
108
+ },
109
+ "keyUrl": {
110
+ "label": "PGP-nyckel-URL",
111
+ "hint": "URL till din offentliga PGP-nyckel"
112
+ }
113
+ },
114
+ "location": {
115
+ "legend": "Plats",
116
+ "locality": {
117
+ "label": "Stad",
118
+ "hint": "Stad eller ort"
119
+ },
120
+ "country": {
121
+ "label": "Land"
122
+ },
123
+ "org": {
124
+ "label": "Organisation",
125
+ "hint": "Företag eller organisation"
126
+ }
127
+ },
128
+ "social": {
129
+ "legend": "Sociala länkar",
130
+ "description": "Lägg till länkar till dina sociala profiler. Dessa visas i hero-sektionen och h-card.",
131
+ "name": {
132
+ "label": "Namn"
133
+ },
134
+ "url": {
135
+ "label": "URL"
136
+ },
137
+ "icon": {
138
+ "label": "Ikon"
139
+ },
140
+ "rel": {
141
+ "label": "Rel"
142
+ }
143
+ },
144
+ "categories": {
145
+ "legend": "Webbplatskategorier",
146
+ "tags": {
147
+ "label": "Kategorier",
148
+ "hint": "Kommaseparerade taggar för din webbplats (visas som p-category i din h-card)"
149
+ }
150
+ }
63
151
  }
64
152
  }
65
153
  }
@@ -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": "在 hero 区域显示的描述"
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": "添加您的社交资料链接。这些将显示在 hero 区域和 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-homepage",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Homepage builder endpoint for Indiekit. Configure layout, sections, and sidebar widgets from the admin UI.",
5
5
  "keywords": [
6
6
  "indiekit",