@anime.club/translations 1.1.150 → 1.1.151

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.150",
7
+ "version": "1.1.151",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `، `,
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `:`,
84
86
  _comma: `、`,
package/src/english.ts CHANGED
@@ -563,6 +563,8 @@ export const text = {
563
563
  `You received a new order from <b>${username}</b>`,
564
564
  youReceivedAReview: `You received a review`,
565
565
  youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
566
+ replyToUsername: (username: string) => `Reply to ${username}`,
567
+ numOfReplies: (count: number) => `${count} replies`,
566
568
  youAreAlreadyAuthenticated: `You are already authenticated`,
567
569
  youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
568
570
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `You can modify the types of notifications you receive via email`,
package/src/french.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: ` : `,
84
86
  _comma: `, `,
package/src/german.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,
package/src/hindi.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,
package/src/indonesian.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,
package/src/japanese.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `:`,
84
86
  _comma: `、`,
package/src/korean.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,
package/src/portuguese.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,
package/src/russian.ts CHANGED
@@ -76,6 +76,8 @@ export const text: text = {
76
76
  `(en) <b>${v[0]}</b> started following you`,
77
77
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
78
78
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
79
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
80
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
79
81
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
80
82
  _colon: `: `,
81
83
  _comma: `, `,
package/src/spanish.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,
package/src/thai.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,
package/src/vietnamese.ts CHANGED
@@ -79,6 +79,8 @@ export const text: text = {
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
81
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
82
+ replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
+ numOfReplies: (...v) => `(en) ${v[0]} replies`,
82
84
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
83
85
  _colon: `: `,
84
86
  _comma: `, `,