-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update locales to include french #1094
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
89 changes: 89 additions & 0 deletions
89
packages/gatsby-theme-newrelic/src/i18n/translations/fr.json
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,89 @@ | ||
{ | ||
"404": { | ||
"headingText": "Hmm... We can't find this", | ||
"searchInputLabel": "Try refining your search.", | ||
"searchResultMessage": "Were you looking for any of these?", | ||
"docsHomeMessage": "Go back to <1>{{nrSubDomain}} home</1>.", | ||
"fileIssueMessage": "Still can't find what you're looking for?" | ||
}, | ||
"button": { | ||
"close": "Close", | ||
"copied": "Copied", | ||
"copy": "Copy", | ||
"login": "Log in", | ||
"startNow": "Start now" | ||
}, | ||
"callout": { | ||
"tip": "Tip", | ||
"caution": "Caution", | ||
"important": "Important", | ||
"course": "Course" | ||
}, | ||
"github": { | ||
"createIssue": "Create issue", | ||
"editPage": "Edit this doc" | ||
}, | ||
"contributing": { | ||
"guide": "Suggest a change and learn how to <1>contribute</1>" | ||
}, | ||
"cookieConsent": { | ||
"title": "This site uses cookies", | ||
"statement": "We use cookies and other similar technologies (\"Cookies\") on our websites and services to enhance your experience and to provide you with relevant content. By using our websites and services you are agreeing to the use of cookies. You can read more <2>here</2>. If you consent to our cookies, please click <4>Yes</4>.", | ||
"agree": "Yes", | ||
"disagree": "No" | ||
}, | ||
"feedback": { | ||
"question": "Was this doc helpful?", | ||
"yes": "Yes", | ||
"no": "No", | ||
"comments": "Tell us more (optional)", | ||
"email": "Your email (optional)", | ||
"emailDisclaimer": "We'll only use this email for follow-up questions about your feedback.", | ||
"validEmail": "Please provide a valid email", | ||
"submitButton": "Submit feedback", | ||
"submitMessage": "Thanks for your detailed feedback", | ||
"reset": "Reset" | ||
}, | ||
"footer": { | ||
"copyright": "Copyright {{copyrightSymbol}} {{year}} New Relic Inc.", | ||
"careers": "Careers", | ||
"terms": "Terms of Service", | ||
"dmcaPolicy": "DMCA Policy", | ||
"privacyNotice": "Privacy Notice", | ||
"privacyChoices": "Your Privacy Choices", | ||
"cookiePolicy": "Cookie Policy", | ||
"ukSlaveryAct": "UK Slavery Act" | ||
}, | ||
"inlineSignup": { | ||
"ctaButton": "Start now", | ||
"ctaText": "Sign up and install", | ||
"emailLabel": "Company Email", | ||
"emailValidationHint": "Please format your email like \"[email protected]\"", | ||
"nameLabel": "Name", | ||
"nameValidationHint": "Please enter your name", | ||
"submitError": "An error occurred trying to create your account. Please try again later.", | ||
"terms": "100 GB + 1 user free. Forever. No credit card required.<1 />By signing up you're agreeing to <4>Terms of Service</4> and <8>Services Privacy Notice.</8>" | ||
}, | ||
"licenseKey": { | ||
"buttonText": "license key", | ||
"popover": { | ||
"header": "License key", | ||
"explainer": "Your license key is used to associate your incoming data with your account.", | ||
"learnMore": "Learn more", | ||
"getYourKey": "Get your key", | ||
"createAccount": "Create account" | ||
} | ||
}, | ||
"mobileNav": { | ||
"header": "Pages" | ||
}, | ||
"relatedResources": { | ||
"title": "Related resources" | ||
}, | ||
"searchInput": { | ||
"placeholder": "Search docs" | ||
}, | ||
"tableOfContents": { | ||
"title": "On this page" | ||
} | ||
} |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add 'fr' here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💀 yep definitely. without it it won't pick up the french json we use for a lot of our components but i didn't test that because we don't have any json in french yet, whoops