generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from RibesAlexandre/main
[ADD] Translations
- Loading branch information
Showing
4 changed files
with
48 additions
and
15 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Redirect SEO": "Redirect SEO", | ||
"SEO": "SEO", | ||
"Enabled": "Enabled", | ||
"From URL": "From URL", | ||
"The URL you want to redirect from.": "The URL you want to redirect from.", | ||
"The URL you want to redirect to.": "The URL you want to redirect to.", | ||
"Status Code": "Status Code", | ||
"301 (Permanent)": "301 (Permanent)", | ||
"302 (Temporary)": "302 (Temporary)", | ||
"Is Regex": "Is Regex", | ||
"If you want to use regex for the from_url, check this box.": "If you want to use regex for the from_url, check this box.", | ||
"posts/old-post or /posts\\/(.*)": "posts/old-post or /posts\\/(.*)", | ||
"/posts/old-post or https://www.example.com/posts/old-post or /posts/$1": "/posts/old-post or https://www.example.com/posts/old-post or /posts/$1" | ||
} |
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,15 @@ | ||
{ | ||
"Redirect SEO": "Redirection SEO", | ||
"SEO": "Référencement", | ||
"Enabled": "Actif", | ||
"From URL": "Depuis l'URL", | ||
"The URL you want to redirect from.": "L'URL depuis laquelle vous souhaitez rediriger.", | ||
"The URL you want to redirect to.": "L'URL vers laquelle vous souhaitez rediriger.", | ||
"Status Code": "Code de statut", | ||
"301 (Permanent)": "301 (Permanent)", | ||
"302 (Temporary)": "302 (Temporaire)", | ||
"Is Regex": "Il s'agit d'une REGEX", | ||
"If you want to use regex for the from_url, check this box.": "Si vous souhaitez utiliser une REGEX pour le champ \"Depuis l'URL\" cochez cette case.", | ||
"posts/old-post or /posts\\/(.*)": "posts/old-post ou /posts\\/(.*)", | ||
"/posts/old-post or https://www.example.com/posts/old-post or /posts/$1": "/posts/old-post ou https://www.exemple.com/posts/old-post ou /posts/$1" | ||
} |
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