Skip to content

Commit c9ac235

Browse files
authored
Merge pull request #88 from juaalta/master
Update messages.json
2 parents 5f65d60 + b9c4dc8 commit c9ac235

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_locales/es/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@
220220
"description": "Explain that the list of empty folders will be (re)calculated, and that the result might falsely contain live bookmarks"
221221
},
222222
"buttonListSingles": {
223-
"message": "Non-Dupes", // new
223+
"message": "No duplicados", // new
224224
"description": "Button for listing all non-dupe bookmarks"
225225
},
226226
"titleButtonListSingles": {
227-
"message": "(Re)calculate the list of non-dupe bookmark. Two bookmarks are considered to be dupes if their URLs coincide. In expert mode, the selected URL preprocessing (substitution) rules are applied before the URLs are compared.", // new
227+
"message": "(Re) calcule la lista de marcadores no duplicados. Dos marcadores se consideran duplicados si sus URL coinciden. En modo experto, las reglas de preprocesamiento (sustitución) de URL seleccionadas se aplican antes de comparar las URL.", // new
228228
"description": "Explain that the list of all non-dupe bookmarks will be (re)calculated, and how bookmark dupes are defined"
229229
},
230230
"buttonListAll": {
@@ -498,7 +498,7 @@
498498
"description": "Explain that the list might falsely contain live bookmarks"
499499
},
500500
"messageSingles": {
501-
"message": "$TOTAL$ (of $ALL$) non-dupes found", // new
501+
"message": "$TOTAL$ (de $ALL$) no duplicados encontrados", // new
502502
"description": "Report specified number of non-dupes",
503503
"placeholders": {
504504
"total": {
@@ -512,7 +512,7 @@
512512
}
513513
},
514514
"titleMessageSingles": {
515-
"message": "List of non-dupes", // new
515+
"message": "Lista de no duplicados", // new
516516
"description": "List of non-dupes"
517517
},
518518
"messageAll": {

0 commit comments

Comments
 (0)