@anime.club/translations 1.1.20 → 1.1.22

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.22",
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
@@ -109,6 +109,7 @@ export const text = {
109
109
  errorPleaseContactCustomerSupport: `Error! Please contact customer support...`,
110
110
  exitEditor: `Exit editor`,
111
111
  extensions: `Extensions`,
112
+ extras: `Extras`,
112
113
  fileSizeIsTooBig: `File size is too big`,
113
114
  filter: `Filter`,
114
115
  filterBy: `Filter by`,
@@ -123,7 +124,10 @@ export const text = {
123
124
  fromAnimeDotClub: `From anime.club`,
124
125
  getDetails: `Get details`,
125
126
  guestView: `Guest view`,
126
- hasNotSharedAnyPublicDetailsYet: (username: string) => `@${username} has not shared any public details yet`,
127
+ hasNotAddedADescriptionFor: (username: string, title: string) =>
128
+ `@${username} has not added a description for "${title}"`,
129
+ hasNotSharedAnyPublicDetailsYet: (username: string) =>
130
+ `@${username} has not shared any public details yet`,
127
131
  hire: `Hire`,
128
132
  homepage: `Homepage`,
129
133
  howToContactYou: `How to contact you`,
@@ -270,6 +274,7 @@ export const text = {
270
274
  themeMode: `Theme mode`,
271
275
  thisIsThePriceYouPropose: `This is the price you propose`,
272
276
  title: `Title`,
277
+ titleYourExtraService: `Title your extra service`,
273
278
  today: `Today`,
274
279
  toGetWorkRelatedNotifications: `To get work-related notifications`,
275
280
  typeYourTextHere: `Type your text here...`,
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`,