@rmdes/indiekit-endpoint-homepage 1.0.21 → 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/index.js +28 -0
- package/locales/de.json +88 -0
- package/locales/es-419.json +88 -0
- package/locales/es.json +88 -0
- package/locales/fr.json +88 -0
- package/locales/hi.json +88 -0
- package/locales/id.json +88 -0
- package/locales/it.json +88 -0
- package/locales/nl.json +88 -0
- package/locales/pl.json +88 -0
- package/locales/pt-BR.json +88 -0
- package/locales/pt.json +88 -0
- package/locales/sr.json +88 -0
- package/locales/sv.json +88 -0
- package/locales/zh-Hans-CN.json +88 -0
- package/package.json +1 -1
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
|
}
|
package/locales/pt-BR.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 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
|
}
|