-
Notifications
You must be signed in to change notification settings - Fork 29
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 #27 from JeffBeltran/add-localization
feat: add localization
- Loading branch information
Showing
7 changed files
with
91 additions
and
18 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"Abilities": "Abilities", | ||
"Are you sure you want to delete the :token token?": "Are you sure you want to delete the :token token?", | ||
"Cancel": "Cancel", | ||
"Comma separated list of abilities to apply to token.": "Comma separated list of abilities to apply to token.", | ||
"Confirm": "Confirm", | ||
"Copy": "Copy", | ||
"Create Personal Access Token": "Create Personal Access Token", | ||
"Create Token": "Create Token", | ||
"Delete Token": "Delete Token", | ||
"Last Used At": "Last Used At", | ||
"Make sure to copy your new personal access token now. You won't be able to see it again!": "Make sure to copy your new personal access token now. You won't be able to see it again!", | ||
"Name": "Name", | ||
"No Tokens For User.": "No Tokens For User.", | ||
"Personal Access Token": "Personal Access Token", | ||
"Personal Access Tokens": "Personal Access Tokens" | ||
} |
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