You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/de_DE.yaml
+25-26Lines changed: 25 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,8 @@ backend:
107
107
other: Should not contain synonym tags.
108
108
cannot_update:
109
109
other: No permission to update.
110
+
is_used_cannot_delete:
111
+
other: You cannot delete a tag that is in use
110
112
cannot_set_synonym_as_itself:
111
113
other: You cannot set the synonym of the current tag as itself.
112
114
smtp:
@@ -309,7 +311,7 @@ ui:
309
311
msg:
310
312
empty: Code cannot be empty.
311
313
language:
312
-
label: Language (optional)
314
+
label: Language
313
315
placeholder: Automatic detection
314
316
btn_cancel: Cancel
315
317
btn_confirm: Add
@@ -345,7 +347,7 @@ ui:
345
347
only_image: Only image files are allowed.
346
348
max_size: File size cannot exceed 4MB.
347
349
desc:
348
-
label: Description (optional)
350
+
label: Description
349
351
tab_url: Image URL
350
352
form_url:
351
353
fields:
@@ -354,7 +356,7 @@ ui:
354
356
msg:
355
357
empty: Image URL cannot be empty.
356
358
name:
357
-
label: Description (optional)
359
+
label: Description
358
360
btn_cancel: Cancel
359
361
btn_confirm: Add
360
362
uploading: Uploading
@@ -374,7 +376,7 @@ ui:
374
376
msg:
375
377
empty: URL cannot be empty.
376
378
name:
377
-
label: Description (optional)
379
+
label: Description
378
380
btn_cancel: Cancel
379
381
btn_confirm: Add
380
382
ordered_list:
@@ -422,7 +424,7 @@ ui:
422
424
range: URL slug up to 35 characters.
423
425
character: URL slug contains unallowed character set.
424
426
desc:
425
-
label: Description (optional)
427
+
label: Description
426
428
btn_cancel: Cancel
427
429
btn_submit: Submit
428
430
tag_info:
@@ -439,9 +441,11 @@ ui:
439
441
synonyms_text: The following tags will be remapped to
440
442
delete:
441
443
title: Delete this tag
442
-
content: >-
443
-
<p>We do not allow deleting tag with posts.</p><p>Please remove this tag from the posts first.</p>
444
-
content2: Are you sure you wish to delete?
444
+
tip_with_posts: >-
445
+
<p>We do not allowed <strong>deleting tag with posts</strong>.</p> <p>Please remove this tag from the posts first.</p>
446
+
tip_with_synonyms: >-
447
+
<p>We do not allowed <strong>deleting tag with synonyms</strong>.</p> <p>Please remove the synonyms from this tag first.</p>
448
+
tip: Are you sure you wish to delete?
445
449
close: Close
446
450
edit_tag:
447
451
title: Edit Tag
@@ -677,13 +681,13 @@ ui:
677
681
default: System
678
682
msg: Please upload an avatar
679
683
bio:
680
-
label: About Me (optional)
684
+
label: About Me
681
685
website:
682
-
label: Website (optional)
686
+
label: Website
683
687
placeholder: "https://example.com"
684
688
msg: Website incorrect format
685
689
location:
686
-
label: Location (optional)
690
+
label: Location
687
691
placeholder: "City, Country"
688
692
notification:
689
693
heading: Notifications
@@ -1163,11 +1167,11 @@ ui:
1163
1167
validate: Please enter a valid URL.
1164
1168
text: The address of your site.
1165
1169
short_desc:
1166
-
label: Short Site Description (optional)
1170
+
label: Short Site Description
1167
1171
msg: Short site description cannot be empty.
1168
1172
text: "Short description, as used in the title tag on homepage."
1169
1173
desc:
1170
-
label: Site Description (optional)
1174
+
label: Site Description
1171
1175
msg: Site description cannot be empty.
1172
1176
text: "Describe this site in one sentence, as used in the meta description tag."
1173
1177
contact_email:
@@ -1177,14 +1181,6 @@ ui:
1177
1181
text: Email address of key contact responsible for this site.
1178
1182
interface:
1179
1183
page_title: Interface
1180
-
logo:
1181
-
label: Logo (optional)
1182
-
msg: Site logo cannot be empty.
1183
-
text: You can upload your image or <1>reset</1> it to the site title text.
1184
-
theme:
1185
-
label: Theme
1186
-
msg: Theme cannot be empty.
1187
-
text: Select an existing theme.
1188
1184
language:
1189
1185
label: Interface Language
1190
1186
msg: Interface language cannot be empty.
@@ -1236,18 +1232,18 @@ ui:
1236
1232
branding:
1237
1233
page_title: Branding
1238
1234
logo:
1239
-
label: Logo (optional)
1235
+
label: Logo
1240
1236
msg: Logo cannot be empty.
1241
1237
text: The logo image at the top left of your site. Use a wide rectangular image with a height of 56 and an aspect ratio greater than 3:1. If left blank, the site title text will be shown.
1242
1238
mobile_logo:
1243
-
label: Mobile Logo (optional)
1239
+
label: Mobile Logo
1244
1240
text: The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the "logo" setting will be used.
1245
1241
square_icon:
1246
-
label: Square Icon (optional)
1242
+
label: Square Icon
1247
1243
msg: Square icon cannot be empty.
1248
1244
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
1249
1245
favicon:
1250
-
label: Favicon (optional)
1246
+
label: Favicon
1251
1247
text: A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, "square icon" will be used.
1252
1248
legal:
1253
1249
page_title: Legal
@@ -1313,6 +1309,7 @@ ui:
1313
1309
label: Login required
1314
1310
text: Only logged in users can access this community.
1315
1311
form:
1312
+
optional: (optional)
1316
1313
empty: cannot be empty
1317
1314
invalid: is invalid
1318
1315
btn_submit: Save
@@ -1362,5 +1359,7 @@ ui:
1362
1359
staffs: Our community staff
1363
1360
reputation: reputation
1364
1361
votes: votes
1365
-
1362
+
prompt:
1363
+
leave_page: "Are you sure you want to leave the page?"
1364
+
changes_not_save: "Your changes may not be saved."
Copy file name to clipboardExpand all lines: i18n/es_ES.yaml
+25-26Lines changed: 25 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,8 @@ backend:
107
107
other: No debe contener etiquetas sinónimas.
108
108
cannot_update:
109
109
other: Sin permiso para actualizar.
110
+
is_used_cannot_delete:
111
+
other: You cannot delete a tag that is in use
110
112
cannot_set_synonym_as_itself:
111
113
other: No se puede establecer como sinónimo de una etiqueta la propia etiqueta.
112
114
smtp:
@@ -330,7 +332,7 @@ ui:
330
332
msg:
331
333
empty: Código no puede estar vacío.
332
334
language:
333
-
label: Lenguage (opcional)
335
+
label: Language
334
336
placeholder: Detección automática
335
337
btn_cancel: Cancelar
336
338
btn_confirm: Añadir
@@ -366,7 +368,7 @@ ui:
366
368
only_image: Solo se permiten archivos de imagen.
367
369
max_size: El tamaño del archivo no puede superar 4MB.
368
370
desc:
369
-
label: Descripción (opcional)
371
+
label: Description
370
372
tab_url: URL de la imagen
371
373
form_url:
372
374
fields:
@@ -375,7 +377,7 @@ ui:
375
377
msg:
376
378
empty: La URL de la imagen no puede estar vacía.
377
379
name:
378
-
label: Descripción (opcional)
380
+
label: Description
379
381
btn_cancel: Cancelar
380
382
btn_confirm: Añadir
381
383
uploading: Subiendo
@@ -395,7 +397,7 @@ ui:
395
397
msg:
396
398
empty: La dirección no puede estar vacía.
397
399
name:
398
-
label: Descripción (opcional)
400
+
label: Description
399
401
btn_cancel: Cancelar
400
402
btn_confirm: Añadir
401
403
ordered_list:
@@ -443,7 +445,7 @@ ui:
443
445
range: URL slug hasta 35 caracteres.
444
446
character: La URL amigable contiene caracteres no permitidos.
445
447
desc:
446
-
label: Descripción (opcional)
448
+
label: Description
447
449
btn_cancel: Cancelar
448
450
btn_submit: Enviar
449
451
tag_info:
@@ -460,9 +462,11 @@ ui:
460
462
synonyms_text: Las siguientes etiquetas serán reasignadas a
461
463
delete:
462
464
title: Eliminar esta etiqueta
463
-
content: >-
464
-
<p>No se permite la eliminación de etiquetas con posts.</p><p>Por favor antes elimina esta etiqueta del post.</p>
465
-
content2: '¿Estás seguro de que deseas borrarlo?'
465
+
tip_with_posts: >-
466
+
<p>We do not allowed <strong>deleting tag with posts</strong>.</p> <p>Please remove this tag from the posts first.</p>
467
+
tip_with_synonyms: >-
468
+
<p>We do not allowed <strong>deleting tag with synonyms</strong>.</p> <p>Please remove the synonyms from this tag first.</p>
469
+
tip: Are you sure you wish to delete?
466
470
close: Cerrar
467
471
edit_tag:
468
472
title: Editar etiqueta
@@ -698,13 +702,13 @@ ui:
698
702
default: Sistema
699
703
msg: Por favor, sube una imagen
700
704
bio:
701
-
label: Sobre mí (opcional)
705
+
label: About Me
702
706
website:
703
-
label: Sitio web (opcional)
707
+
label: Website
704
708
placeholder: "https://example.com"
705
709
msg: Formato del sitio web incorrecto
706
710
location:
707
-
label: Ubicación (opcional)
711
+
label: Location
708
712
placeholder: "Ciudad, País"
709
713
notification:
710
714
heading: Notificaciones
@@ -1188,11 +1192,11 @@ ui:
1188
1192
validate: Please enter a valid URL.
1189
1193
text: The address of your site.
1190
1194
short_desc:
1191
-
label: Short Site Description (optional)
1195
+
label: Short Site Description
1192
1196
msg: Short site description cannot be empty.
1193
1197
text: "Short description, as used in the title tag on homepage."
1194
1198
desc:
1195
-
label: Site Description (optional)
1199
+
label: Site Description
1196
1200
msg: Site description cannot be empty.
1197
1201
text: "Describe this site in one sentence, as used in the meta description tag."
1198
1202
contact_email:
@@ -1202,14 +1206,6 @@ ui:
1202
1206
text: Email address of key contact responsible for this site.
1203
1207
interface:
1204
1208
page_title: Interface
1205
-
logo:
1206
-
label: Logo (optional)
1207
-
msg: Site logo cannot be empty.
1208
-
text: You can upload your image or <1>reset</1> it to the site title text.
1209
-
theme:
1210
-
label: Theme
1211
-
msg: Theme cannot be empty.
1212
-
text: Select an existing theme.
1213
1209
language:
1214
1210
label: Interface Language
1215
1211
msg: Interface language cannot be empty.
@@ -1261,18 +1257,18 @@ ui:
1261
1257
branding:
1262
1258
page_title: Branding
1263
1259
logo:
1264
-
label: Logo (optional)
1260
+
label: Logo
1265
1261
msg: Logo cannot be empty.
1266
1262
text: The logo image at the top left of your site. Use a wide rectangular image with a height of 56 and an aspect ratio greater than 3:1. If left blank, the site title text will be shown.
1267
1263
mobile_logo:
1268
-
label: Mobile Logo (optional)
1264
+
label: Mobile Logo
1269
1265
text: The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the "logo" setting will be used.
1270
1266
square_icon:
1271
-
label: Square Icon (optional)
1267
+
label: Square Icon
1272
1268
msg: Square icon cannot be empty.
1273
1269
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
1274
1270
favicon:
1275
-
label: Favicon (optional)
1271
+
label: Favicon
1276
1272
text: A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, "square icon" will be used.
1277
1273
legal:
1278
1274
page_title: Legal
@@ -1338,6 +1334,7 @@ ui:
1338
1334
label: Inicio de sesión requerido
1339
1335
text: Sólo usuarios con sesión iniciada pueden acceder a esta comunidad.
1340
1336
form:
1337
+
optional: (optional)
1341
1338
empty: no puede estar en blanco
1342
1339
invalid: no es válido
1343
1340
btn_submit: Guardar
@@ -1387,5 +1384,7 @@ ui:
1387
1384
staffs: Nuestor equipo de la comunidad
1388
1385
reputation: reputación
1389
1386
votes: votos
1390
-
1387
+
prompt:
1388
+
leave_page: "Are you sure you want to leave the page?"
1389
+
changes_not_save: "Your changes may not be saved."
0 commit comments