@anime.club/translations 1.1.152 → 1.1.154

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.152",
7
+ "version": "1.1.154",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/english.ts CHANGED
@@ -533,6 +533,7 @@ export const text = {
533
533
  unfortunatelyTheSellerHadToCancelThisOrder: (user: unknown) =>
534
534
  `Unfortunately, ${user} had to cancel this order`,
535
535
  valueIsNotTheSame: `Value is not the same`,
536
+ vote: `Vote`,
536
537
  tapAddToCreateOne: `Tap “Add” to create one`,
537
538
  verificationCode: `Verification Code`,
538
539
  verifyCode: `Verify code`,
@@ -562,6 +563,7 @@ export const text = {
562
563
  youReceivedANewOrderFrom: (username: string) =>
563
564
  `You received a new order from <b>${username}</b>`,
564
565
  youReceivedAReview: `You received a review`,
566
+ reply: `Reply`,
565
567
  youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
566
568
  replyToUsername: (username: string) => `Reply to ${username}`,
567
569
  numOfReplies: (count: number) => `${count} replies`,
package/src/french.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/german.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/hindi.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/indonesian.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/japanese.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/korean.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/portuguese.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/russian.ts CHANGED
@@ -75,7 +75,9 @@ export const text: text = {
75
75
  usernameStartedFollowingYou: (...v) =>
76
76
  `(en) <b>${v[0]}</b> started following you`,
77
77
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
78
+ vote: `(en) Vote`,
78
79
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
80
+ reply: `(en) Reply`,
79
81
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
80
82
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
81
83
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/spanish.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/thai.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
package/src/vietnamese.ts CHANGED
@@ -78,7 +78,9 @@ export const text: text = {
78
78
  usernameStartedFollowingYou: (...v) =>
79
79
  `(en) <b>${v[0]}</b> started following you`,
80
80
  usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
81
+ vote: `(en) Vote`,
81
82
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
83
+ reply: `(en) Reply`,
82
84
  replyToUsername: (...v) => `(en) Reply to ${v[0]}`,
83
85
  numOfReplies: (...v) => `(en) ${v[0]} replies`,
84
86
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,