generated from graasp/graasp-repo
-
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.
* feat: add translations for refactor * build: upgrade dependencies
- Loading branch information
Showing
15 changed files
with
2,138 additions
and
2,132 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@graasp/translations", | ||
"version": "1.12.0", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
|
@@ -37,24 +37,24 @@ | |
"build": "tsc" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "16.2.1", | ||
"@commitlint/config-conventional": "16.2.1", | ||
"@types/jest": "27.4.1", | ||
"@types/node": "17.0.20", | ||
"@typescript-eslint/eslint-plugin": "5.12.1", | ||
"@typescript-eslint/parser": "5.12.1", | ||
"eslint": "8.9.0", | ||
"eslint-config-prettier": "8.4.0", | ||
"eslint-plugin-import": "2.25.4", | ||
"husky": "7.0.4", | ||
"jest": "27.5.1", | ||
"prettier": "2.5.1", | ||
"ts-jest": "27.1.3", | ||
"ts-node": "10.5.0", | ||
"typescript": "4.1.3" | ||
"@commitlint/cli": "17.6.1", | ||
"@commitlint/config-conventional": "17.6.1", | ||
"@types/jest": "29.5.1", | ||
"@types/node": "18.16.3", | ||
"@typescript-eslint/eslint-plugin": "5.59.2", | ||
"@typescript-eslint/parser": "5.59.2", | ||
"eslint": "8.39.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"husky": "8.0.3", | ||
"jest": "29.5.0", | ||
"prettier": "2.8.8", | ||
"ts-jest": "29.1.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.0.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"i18next": "21.8.1" | ||
"i18next": "22.4.15" | ||
} | ||
} |
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,26 @@ | ||
export const MAIL = { | ||
GREETINGS: 'GREETINGS', | ||
SIGN_UP_VERIFY_EMAIL: 'SIGN_UP_VERIFY_EMAIL', | ||
SIGN_UP_TEXT: 'SIGN_UP_TEXT', | ||
SIGN_UP_BUTTON_TEXT: 'SIGN_UP_BUTTON_TEXT', | ||
SIGN_UP_NOT_REQUESTED: 'SIGN_UP_NOT_REQUESTED', | ||
SIGN_IN_NOT_REQUESTED: 'SIGN_IN_NOT_REQUESTED', | ||
SIGN_IN_BUTTON_TEXT: 'SIGN_IN_BUTTON_TEXT', | ||
SIGN_IN_TEXT: 'SIGN_IN_TEXT', | ||
EXPORT_ACTIONS_TEXT: 'EXPORT_ACTIONS_TEXT', | ||
EXPORT_ACTIONS_BUTTON_TEXT: 'EXPORT_ACTIONS_BUTTON_TEXT', | ||
EXPORT_ACTIONS_TITLE: 'EXPORT_ACTIONS_TITLE', | ||
SIGN_IN_TITLE: 'SIGN_IN_TITLE', | ||
SIGN_UP_TITLE: 'SIGN_UP_TITLE', | ||
INVITATION_TEXT: 'INVITATION_TEXT', | ||
INVITATION_TITLE: 'INVITATION_TITLE', | ||
PUBLISH_ITEM_TEXT: 'PUBLISH_ITEM_TEXT', | ||
PUBLISH_ITEM_BUTTON_TEXT: 'PUBLISH_ITEM_BUTTON_TEXT', | ||
PUBLISH_ITEM_TITLE: 'PUBLISH_ITEM_TITLE', | ||
CHAT_MENTION_TEXT: 'CHAT_MENTION_TEXT', | ||
CHAT_MENTION_TITLE: 'CHAT_MENTION_TITLE', | ||
CHAT_MENTION_BUTTON_TEXT: 'CHAT_MENTION_BUTTON_TEXT', | ||
SHARE_ITEM_TEXT: 'SHARE_ITEM_TEXT', | ||
SHARE_ITEM_BUTTON: 'SHARE_ITEM_BUTTON', | ||
SHARE_ITEM_TITLE: 'SHARE_ITEM_TITLE', | ||
}; |
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 @@ | ||
{} |
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 @@ | ||
{} |
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,26 @@ | ||
{ | ||
"GREETINGS": "Thank you for signing up to our platform.", | ||
"SIGN_UP_VERIFY_EMAIL": "Please verify your email by clicking on the following button.", | ||
"SIGN_UP_TEXT": "Complete registration and sign in", | ||
"SIGN_UP_NOT_REQUESTED": "If you don't remember signing up to Graasp, you can just ignore this email.", | ||
"SIGN_IN_BUTTON_TEXT": "Sign In", | ||
"SIGN_UP_BUTTON_TEXT": "Register", | ||
"SIGN_IN_TEXT": "You asked us to send you a magic link for quickly signing in to your account. Here your go:", | ||
"SIGN_IN_NOT_REQUESTED": "If you haven't requested the link, no further action is required. It will expire soon, don't worry your account and data are safe.", | ||
"EXPORT_ACTIONS_TEXT": "You requested to download actions from item {{itemName}}, here is the link to download the files. It will be available for {{days}} days", | ||
"EXPORT_ACTIONS_BUTTON_TEXT": "Download", | ||
"SIGN_IN_TITLE": "Sign In Link", | ||
"SIGN_UP_TITLE": "Register", | ||
"EXPORT_ACTIONS_TITLE": "Analytic Traces Download Link for {{itemName}}", | ||
"INVITATION_TEXT": "{{creatorName}} shared {{itemName}} with you on the Graasp platform. Click on the following button to complete your registration.", | ||
"INVITATION_TITLE": "The item {{itemName}} was shared with you on Graasp", | ||
"PUBLISH_ITEM_TEXT": "Your item {{itemName}} has been published to Graasp Library. Click on the following link to view it.", | ||
"PUBLISH_ITEM_BUTTON_TEXT": "View Item", | ||
"PUBLISH_ITEM_TITLE": "{{itemName}} has been published", | ||
"CHAT_MENTION_TEXT": "You have been mentioned in a message by {{creatorName}} in {{itemName}}. Click on the following link to view the conversation.", | ||
"CHAT_MENTION_TITLE": "{{creatorName}} mentioned you in {{itemName}}", | ||
"CHAT_MENTION_BUTTON_TEXT": "View Conversation", | ||
"SHARE_ITEM_TEXT": "The item {{itemName}} has been shared with you on Graasp. Click on the following link to view the item in Graasp Builder.", | ||
"SHARE_ITEM_BUTTON": "View Item", | ||
"SHARE_ITEM_TITLE": "{{creatorName}} has shared {{itemName}} with you on Graasp" | ||
} |
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.