@anime.club/translations 1.1.20 → 1.1.21

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.20",
7
+ "version": "1.1.21",
8
8
  "type": "module",
9
9
  "files": [
10
10
  "src",
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `الحصول على تفاصيل`,
126
126
  guestView: `وضع الضيف`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `获得详细信息`,
126
126
  guestView: `来宾视图`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/english.ts CHANGED
@@ -123,7 +123,10 @@ export const text = {
123
123
  fromAnimeDotClub: `From anime.club`,
124
124
  getDetails: `Get details`,
125
125
  guestView: `Guest view`,
126
- hasNotSharedAnyPublicDetailsYet: (username: string) => `@${username} has not shared any public details yet`,
126
+ hasNotAddedADescriptionFor: (username: string, title: string) =>
127
+ `@${username} has not added a description for "${title}"`,
128
+ hasNotSharedAnyPublicDetailsYet: (username: string) =>
129
+ `@${username} has not shared any public details yet`,
127
130
  hire: `Hire`,
128
131
  homepage: `Homepage`,
129
132
  howToContactYou: `How to contact you`,
package/src/french.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `Plus d'informations`,
126
126
  guestView: `Vue client`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/german.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `Weitere Einzelheiten`,
126
126
  guestView: `Gastansicht`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/hindi.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `विवरण प्राप्त करें`,
126
126
  guestView: `अतिथि दृश्य`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/indonesian.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `Dapatkan detail`,
126
126
  guestView: `Tampilan Pengunjung`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/japanese.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `詳しく見る`,
126
126
  guestView: `ゲスト視聴`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/korean.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `세부 정보 보기`,
126
126
  guestView: `게스트보기`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/portuguese.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `Obter detalhes`,
126
126
  guestView: `Vista de convidado`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/russian.ts CHANGED
@@ -123,6 +123,8 @@ Social Network`,
123
123
  fromAnimeDotClub: `(en) From anime.club`,
124
124
  getDetails: `Подробнее`,
125
125
  guestView: `Гостевой просмотр`,
126
+ hasNotAddedADescriptionFor: (...v) =>
127
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
126
128
  hasNotSharedAnyPublicDetailsYet: (...v) =>
127
129
  `(en) @${v[0]} has not shared any public details yet`,
128
130
  hire: `Нанять`,
package/src/spanish.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `Obtener detalles`,
126
126
  guestView: `Vista de invitado`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/thai.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `ดูรายละเอียด`,
126
126
  guestView: `ผู้เยี่ยมชมชั่วคราว`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,
package/src/vietnamese.ts CHANGED
@@ -124,6 +124,8 @@ Social Network`,
124
124
  fromAnimeDotClub: `(en) From anime.club`,
125
125
  getDetails: `Nhận chi tiết`,
126
126
  guestView: `Dạng xem cho khách`,
127
+ hasNotAddedADescriptionFor: (...v) =>
128
+ `(en) @${v[0]} has not added a description for "${v[1]}"`,
127
129
  hasNotSharedAnyPublicDetailsYet: (...v) =>
128
130
  `(en) @${v[0]} has not shared any public details yet`,
129
131
  hire: `(en) Hire`,