@anime.club/translations 1.1.151 → 1.1.153

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.151",
7
+ "version": "1.1.153",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -13,6 +13,6 @@
13
13
  "config": "tsx node_modules/.bin/config"
14
14
  },
15
15
  "devDependencies": {
16
- "@10stars/config": "^13.0.6"
16
+ "@10stars/config": "^13.5.5"
17
17
  }
18
18
  }
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/english.ts CHANGED
@@ -562,6 +562,7 @@ export const text = {
562
562
  youReceivedANewOrderFrom: (username: string) =>
563
563
  `You received a new order from <b>${username}</b>`,
564
564
  youReceivedAReview: `You received a review`,
565
+ reply: `Reply`,
565
566
  youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
566
567
  replyToUsername: (username: string) => `Reply to ${username}`,
567
568
  numOfReplies: (count: number) => `${count} replies`,
package/src/french.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/german.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/hindi.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/indonesian.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/japanese.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/korean.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/portuguese.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/russian.ts CHANGED
@@ -76,6 +76,7 @@ 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
+ reply: `(en) Reply`,
79
80
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
80
81
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
81
82
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/spanish.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/thai.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/vietnamese.ts CHANGED
@@ -79,6 +79,7 @@ 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
+ reply: `(en) Reply`,
82
83
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
84
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
85
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,