-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.5.1; better translations; better demo
- Loading branch information
Showing
20 changed files
with
64 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
var FSCheck = module.exports = require('./lib'); | ||
var FSCheck = module.exports = require('./lib'), | ||
loadLang = require('./lang/load-language'); | ||
|
||
FSCheck.language(require('./lang/en')); | ||
FSCheck.language(loadLang('en')); | ||
FSCheck.language(loadLang('es')); |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
Try these steps to find a marriage record for [{{couple}}](https://familysearch.org/tree/#view=coupleRelationship&relationshipId={{cid}}): | ||
|
||
1. Review the record hints for [{{wifeName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{wid}}) and [{{husbandName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{hid}}) in FamilySearch. | ||
1. Do broad searches on popular genealogy websites using the links below or using the [RootsSearch](https://chrome.google.com/webstore/detail/rootssearch/aolcffalbhpnojekmimmelebjchjmmgn?hl=en) Chrome Extension. | ||
1. Ask for help at the [Genealogy and Family History](http://genealogy.stackexchange.com/) Stack Exchange website. | ||
1. Visit a local [Family History Center](https://familysearch.org/ask/help#localResource). | ||
1. Hire a researcher from the [Genlighten](http://www.genlighten.com/) community. | ||
{{> researchHelpMarriage}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1. Review the record hints in FamilySearch for both [{{wifeName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{wid}}) and [{{husbandName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{hid}}). | ||
1. Do broad searches on popular genealogy websites using the links below or using the [RootsSearch](https://chrome.google.com/webstore/detail/rootssearch/aolcffalbhpnojekmimmelebjchjmmgn?hl=en) Chrome Extension. | ||
1. Ask for help at the [Genealogy and Family History](http://genealogy.stackexchange.com/) Stack Exchange website. | ||
1. Visit a local [Family History Center](https://familysearch.org/ask/help#localResource). | ||
1. Hire a researcher from the [Genlighten](http://www.genlighten.com/) community. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
Intente estos pasos para encontrar un registro matrimonial para [{{couple}}](https://familysearch.org/tree/#view=coupleRelationship&relationshipId={{cid}}): | ||
|
||
1. Revise la pistas de registro para [{{wifeName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{wid}}) y [{{husbandName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{hid}}) en FamilySearch. | ||
1. Realice búsquedas amplias en los sitios web de genealogía populares utilizando los enlaces de abajo o utilizando la Extensión de Chrome [RootsSearch](https://chrome.google.com/webstore/detail/rootssearch/aolcffalbhpnojekmimmelebjchjmmgn?hl=en). | ||
1. Busque ayuda en la página web de [genealogía e historia familiar] (http://genealogy.stackexchange.com/) Stack Exchange. | ||
1. Visite un [centro de historia familiar] local (https://familysearch.org/ask/help#localResource). | ||
1. Contrate a un investigador de la comunidad [Genlighten](http://www.genlighten.com/). | ||
{{> researchHelpMarriage}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FamilySearch ha identificado a la persona{{count}} {{#singular}}como potencial duplicado{{/singular}} | ||
{{^singular}}personas como potenciales duplicados{{/singular}} de {{name}}. | ||
Revise la [lista de duplicados](https://familysearch.org/tree/#view=possibleDuplicates&person={{pid}}) en FamilySearch. | ||
Fusione las personas duplicadas y marque las coincidencias incorrectas como "No coincidente". | ||
Combine las personas duplicadas y marque las coincidencias incorrectas como "No coincidente". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FamilySearch ha encontrado registros correspondientes para {{name}} en las siguientes colecciones: | ||
FamilySearch ha encontrado registros sugeridos para {{name}} en las siguientes colecciones: | ||
|
||
{{#titles}} | ||
* {{.}} | ||
{{/titles}} | ||
|
||
[Revise estas correspondientes](https://familysearch.org/tree/#view=allMatchingRecords&person={{pid}}) y conecte las fuentes a su árbol. | ||
[Revise estas registros sugeridos](https://familysearch.org/tree/#view=allMatchingRecords&person={{pid}}) y conecte las fuentes a su árbol. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"addingAndCorrecting": "Añadiendo y corrigiendo información en el árbol", | ||
"customEvents": "Eventos y hechos personalizados", | ||
"mergingDuplicates": "Fusionando personas duplicadas", | ||
"mergingDuplicates": "Combinando personas duplicadas", | ||
"nonexactDates": "Fechas aproximadas", | ||
"parentRelationshipType": "Actualizando tipo de relación paternofilial", | ||
"recordHints": "Revisando indicios de registros", | ||
"recordHints": "Revisando registros sugeridos", | ||
"standardizing": "Estandarizando fechas y lugares" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
1. Revise las [pistas de registro] (https://familysearch.org/tree/#view=allMatchingRecords&person={{pid}}) en FamilySearch. | ||
1. Revise [los registros sugeridos](https://familysearch.org/tree/#view=allMatchingRecords&person={{pid}}) en FamilySearch. | ||
1. Realice búsquedas amplias en los sitios web de genealogía populares utilizando los enlaces de abajo o utilizando la Extensión de Chrome [RootsSearch](https://chrome.google.com/webstore/detail/rootssearch/aolcffalbhpnojekmimmelebjchjmmgn?hl=en). | ||
1. Busque ayuda en la página web de [genealogía e historia familiar] (http://genealogy.stackexchange.com/) Stack Exchange. | ||
1. Visite un [centro de historia familiar] local (https://familysearch.org/ask/help#localResource). | ||
1. Busque ayuda en la página web de [genealogía e historia familiar](http://genealogy.stackexchange.com/) Stack Exchange. | ||
1. Visite un [centro de historia familiar local](https://familysearch.org/ask/help#localResource). | ||
1. Contrate a un investigador de la comunidad [Genlighten](http://www.genlighten.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1. Revise los registros sugeridos en FamilySearch tanto para [{{wifeName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{wid}}) como para [{{husbandName}}](https://familysearch.org/tree/#view=allMatchingRecords&person={{hid}}). | ||
1. Realice búsquedas amplias en los sitios web de genealogía populares utilizando los enlaces de abajo o utilizando la extensión de Chrome [RootsSearch](https://chrome.google.com/webstore/detail/rootssearch/aolcffalbhpnojekmimmelebjchjmmgn?hl=en). | ||
1. Busque ayuda en la página web de [genealogía e historia familiar](http://genealogy.stackexchange.com/). | ||
1. Visite un [centro de historia familiar local](https://familysearch.org/ask/help#localResource). | ||
1. Contrate a un investigador de la comunidad [Genlighten](http://www.genlighten.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters