-
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.
chore(i18n): add us translation (#100)
- Loading branch information
1 parent
26933b7
commit 0375404
Showing
10 changed files
with
344 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,5 @@ ginkgo.report | |
test-options*.json | ||
test-state*.json | ||
*.log | ||
i18n/out/* | ||
i18n/temp/* |
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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"failed-to-read-directory-contents.extendio.nav": { | ||
"description": "Failed to read directory contents from the path specified", | ||
"hash": "sha1-f752d658bce68d1352780ed1c97c5728ed1ad123", | ||
"other": "failed to read directory contents '{{.Path}}' (reason: {{.Reason}})" | ||
}, | ||
"failed-to-resume-from-file.extendio.nav": { | ||
"description": "Failed to resume traverse operation from the resume file specified", | ||
"hash": "sha1-1a87a71c8cbcc40d326990fff9ede9c67bddb9dd", | ||
"other": "failed to resume from file '{{.Path}}' (reason: {{.Reason}})" | ||
}, | ||
"localisation.general.extendio": { | ||
"description": "Localisation", | ||
"hash": "sha1-053e15971b8d428c47cdb902f90c4fcecc72e253", | ||
"other": "localization" | ||
}, | ||
"internationalisation.general.extendio": { | ||
"description": "Internationalisation", | ||
"hash": "sha1-8dd7952545d8104150f6d66d3e0f3c650b44c072", | ||
"other": "internationalization" | ||
}, | ||
"invalid-config.entry.extendio.nav": { | ||
"description": "Invalid entry specified in config at the location specified", | ||
"hash": "sha1-b40de177a90f9f632ae822874eed02311c2021fd", | ||
"other": "invalid entry '{{.Value}}' specified in config at {{.At}}" | ||
}, | ||
"invalid-resume-strategy.internal.extendio.nav": { | ||
"description": "Invalid resume strategy specified", | ||
"hash": "sha1-db8a9607a285f29d80e2969a306b0e31e8efa032", | ||
"other": "invalid resume strategy '{{.Value}}' specified" | ||
}, | ||
"missing-callback.internal.extendio": { | ||
"description": "Missing callback (internal error)", | ||
"hash": "sha1-233cf9593871e12228fe66b1eab40a861c87c6df", | ||
"other": "missing callback (internal error)" | ||
}, | ||
"missing-custom-filter-definition.config.extendio": { | ||
"description": "Missing custom filter definition (config error)", | ||
"hash": "sha1-fe56c6ea6888fbc45d84b2452e2e396915651f59", | ||
"other": "missing custom filter definition at {{.At}} (config error)" | ||
}, | ||
"not-a-directory.extendio.nav": { | ||
"description": "File system path is not a directory", | ||
"hash": "sha1-a1035e6df966ae710ac7210a6739821a99902b04", | ||
"other": "file system path '{{.Path}}', is not a directory" | ||
}, | ||
"sort-fn-failed.internal.extendio.nav": { | ||
"description": "Sort function failed (internal error)", | ||
"hash": "sha1-bea43015691a8aa9aad2d7fff8951bebd4ea4f93", | ||
"other": "sort function failed (internal error)" | ||
}, | ||
"terminate-traverse.extendio.nav": { | ||
"description": "Traversal terminated", | ||
"hash": "sha1-b3b621ace1bb4371932bcec9c1eb2dbc0f038df1", | ||
"other": "terminate traversal: '{{.Reason}}'" | ||
}, | ||
"third-party-error.extendio": { | ||
"description": "These errors are generated by dependencies that don't support localisation", | ||
"hash": "sha1-e6d0dab3fa4d2b429a4a5c7d2bb282bfe5401cbe", | ||
"other": "third party error: '{{.Error}}'" | ||
}, | ||
"unknown-marshal-format.config.extendio.nav": { | ||
"description": "Unknown marshal format specified", | ||
"hash": "sha1-4d269888af5da71a116e2856ae22020a2300b40b", | ||
"other": "unknown marshal format {{.Format}} specified at {{.At}}" | ||
} | ||
} |
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,54 @@ | ||
{ | ||
"failed-to-read-directory-contents.extendio.nav": { | ||
"description": "Failed to read directory contents from the path specified", | ||
"other": "failed to read directory contents '{{.Path}}' (reason: {{.Reason}})" | ||
}, | ||
"failed-to-resume-from-file.extendio.nav": { | ||
"description": "Failed to resume traverse operation from the resume file specified", | ||
"other": "failed to resume from file '{{.Path}}' (reason: {{.Reason}})" | ||
}, | ||
"internationalisation.general.extendio": { | ||
"description": "Internationalisation", | ||
"other": "internationalisation" | ||
}, | ||
"invalid-config.entry.extendio.nav": { | ||
"description": "Invalid entry specified in config at the location specified", | ||
"other": "invalid entry '{{.Value}}' specified in config at {{.At}}" | ||
}, | ||
"invalid-resume-strategy.internal.extendio.nav": { | ||
"description": "Invalid resume strategy specified", | ||
"other": "invalid resume strategy '{{.Value}}' specified" | ||
}, | ||
"localisation.general.extendio": { | ||
"description": "Localisation", | ||
"other": "localisation" | ||
}, | ||
"missing-callback.internal.extendio": { | ||
"description": "Missing callback (internal error)", | ||
"other": "missing callback (internal error)" | ||
}, | ||
"missing-custom-filter-definition.config.extendio": { | ||
"description": "Missing custom filter definition (config error)", | ||
"other": "missing custom filter definition at {{.At}} (config error)" | ||
}, | ||
"not-a-directory.extendio.nav": { | ||
"description": "File system path is not a directory", | ||
"other": "file system path '{{.Path}}', is not a directory" | ||
}, | ||
"sort-fn-failed.internal.extendio.nav": { | ||
"description": "Sort function failed (internal error)", | ||
"other": "sort function failed (internal error)" | ||
}, | ||
"terminate-traverse.extendio.nav": { | ||
"description": "Traversal terminated", | ||
"other": "terminate traversal: '{{.Reason}}'" | ||
}, | ||
"third-party-error.extendio": { | ||
"description": "These errors are generated by dependencies that don't support localisation", | ||
"other": "third party error: '{{.Error}}'" | ||
}, | ||
"unknown-marshal-format.config.extendio.nav": { | ||
"description": "Unknown marshal format specified", | ||
"other": "unknown marshal format {{.Format}} specified at {{.At}}" | ||
} | ||
} |
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,67 @@ | ||
{ | ||
"failed-to-read-directory-contents.extendio.nav": { | ||
"description": "Failed to read directory contents from the path specified", | ||
"hash": "sha1-f752d658bce68d1352780ed1c97c5728ed1ad123", | ||
"other": "failed to read directory contents '{{.Path}}' (reason: {{.Reason}})" | ||
}, | ||
"failed-to-resume-from-file.extendio.nav": { | ||
"description": "Failed to resume traverse operation from the resume file specified", | ||
"hash": "sha1-1a87a71c8cbcc40d326990fff9ede9c67bddb9dd", | ||
"other": "failed to resume from file '{{.Path}}' (reason: {{.Reason}})" | ||
}, | ||
"localisation.general.extendio": { | ||
"description": "Localisation", | ||
"hash": "sha1-053e15971b8d428c47cdb902f90c4fcecc72e253", | ||
"other": "localization" | ||
}, | ||
"internationalisation.general.extendio": { | ||
"description": "Internationalisation", | ||
"hash": "sha1-8dd7952545d8104150f6d66d3e0f3c650b44c072", | ||
"other": "internationalization" | ||
}, | ||
"invalid-config.entry.extendio.nav": { | ||
"description": "Invalid entry specified in config at the location specified", | ||
"hash": "sha1-b40de177a90f9f632ae822874eed02311c2021fd", | ||
"other": "invalid entry '{{.Value}}' specified in config at {{.At}}" | ||
}, | ||
"invalid-resume-strategy.internal.extendio.nav": { | ||
"description": "Invalid resume strategy specified", | ||
"hash": "sha1-db8a9607a285f29d80e2969a306b0e31e8efa032", | ||
"other": "invalid resume strategy '{{.Value}}' specified" | ||
}, | ||
"missing-callback.internal.extendio": { | ||
"description": "Missing callback (internal error)", | ||
"hash": "sha1-233cf9593871e12228fe66b1eab40a861c87c6df", | ||
"other": "missing callback (internal error)" | ||
}, | ||
"missing-custom-filter-definition.config.extendio": { | ||
"description": "Missing custom filter definition (config error)", | ||
"hash": "sha1-fe56c6ea6888fbc45d84b2452e2e396915651f59", | ||
"other": "missing custom filter definition at {{.At}} (config error)" | ||
}, | ||
"not-a-directory.extendio.nav": { | ||
"description": "File system path is not a directory", | ||
"hash": "sha1-a1035e6df966ae710ac7210a6739821a99902b04", | ||
"other": "file system path '{{.Path}}', is not a directory" | ||
}, | ||
"sort-fn-failed.internal.extendio.nav": { | ||
"description": "Sort function failed (internal error)", | ||
"hash": "sha1-bea43015691a8aa9aad2d7fff8951bebd4ea4f93", | ||
"other": "sort function failed (internal error)" | ||
}, | ||
"terminate-traverse.extendio.nav": { | ||
"description": "Traversal terminated", | ||
"hash": "sha1-b3b621ace1bb4371932bcec9c1eb2dbc0f038df1", | ||
"other": "terminate traversal: '{{.Reason}}'" | ||
}, | ||
"third-party-error.extendio": { | ||
"description": "These errors are generated by dependencies that don't support localisation", | ||
"hash": "sha1-e6d0dab3fa4d2b429a4a5c7d2bb282bfe5401cbe", | ||
"other": "third party error: '{{.Error}}'" | ||
}, | ||
"unknown-marshal-format.config.extendio.nav": { | ||
"description": "Unknown marshal format specified", | ||
"hash": "sha1-4d269888af5da71a116e2856ae22020a2300b40b", | ||
"other": "unknown marshal format {{.Format}} specified at {{.At}}" | ||
} | ||
} |
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
Oops, something went wrong.