@anime.club/translations 1.1.46 → 1.1.47
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 +1 -1
- package/src/arabic-standard.ts +2 -0
- package/src/chinese-simplified.ts +2 -0
- package/src/english.ts +2 -0
- package/src/french.ts +2 -0
- package/src/german.ts +2 -0
- package/src/hindi.ts +2 -0
- package/src/indonesian.ts +2 -0
- package/src/japanese.ts +2 -0
- package/src/korean.ts +2 -0
- package/src/portuguese.ts +2 -0
- package/src/russian.ts +2 -0
- package/src/spanish.ts +2 -0
- package/src/thai.ts +2 -0
- package/src/vietnamese.ts +2 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -312,6 +312,8 @@ Social Network`,
|
|
312
312
|
today: `(en) Today`,
|
313
313
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
314
314
|
total: `(en) Total`,
|
315
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
316
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
315
317
|
typeYourTextHere: `ادخل النص هنا...`,
|
316
318
|
unblock: `(en) Unblock`,
|
317
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
@@ -310,6 +310,8 @@ Social Network`,
|
|
310
310
|
today: `(en) Today`,
|
311
311
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
312
312
|
total: `(en) Total`,
|
313
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
314
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
313
315
|
typeYourTextHere: `在此输入文字...`,
|
314
316
|
unblock: `(en) Unblock`,
|
315
317
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/english.ts
CHANGED
@@ -312,6 +312,8 @@ export const text = {
|
|
312
312
|
today: `Today`,
|
313
313
|
toGetWorkRelatedNotifications: `To get work-related notifications`,
|
314
314
|
total: `Total`,
|
315
|
+
toViewThisDataYouNeedToUnblock: (username: string) =>
|
316
|
+
`To view this data, you need to unblock @${username}`,
|
315
317
|
typeYourTextHere: `Type your text here...`,
|
316
318
|
unblock: `Unblock`,
|
317
319
|
unblockUser: (username: string) => `Unblock @${username}`,
|
package/src/french.ts
CHANGED
@@ -312,6 +312,8 @@ Social Network`,
|
|
312
312
|
today: `(en) Today`,
|
313
313
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
314
314
|
total: `(en) Total`,
|
315
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
316
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
315
317
|
typeYourTextHere: `Écrivez votre texte ici ...`,
|
316
318
|
unblock: `(en) Unblock`,
|
317
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/german.ts
CHANGED
@@ -313,6 +313,8 @@ Social Network`,
|
|
313
313
|
today: `(en) Today`,
|
314
314
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
315
315
|
total: `(en) Total`,
|
316
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
317
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
316
318
|
typeYourTextHere: `Bitte hier ihren Text eingeben...`,
|
317
319
|
unblock: `(en) Unblock`,
|
318
320
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/hindi.ts
CHANGED
@@ -312,6 +312,8 @@ Social Network`,
|
|
312
312
|
today: `(en) Today`,
|
313
313
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
314
314
|
total: `(en) Total`,
|
315
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
316
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
315
317
|
typeYourTextHere: `अपना अक्षर यहां दर्ज करें...`,
|
316
318
|
unblock: `(en) Unblock`,
|
317
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/indonesian.ts
CHANGED
@@ -313,6 +313,8 @@ Social Network`,
|
|
313
313
|
today: `(en) Today`,
|
314
314
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
315
315
|
total: `(en) Total`,
|
316
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
317
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
316
318
|
typeYourTextHere: `Ketikkan teks Anda di sini...`,
|
317
319
|
unblock: `(en) Unblock`,
|
318
320
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/japanese.ts
CHANGED
@@ -311,6 +311,8 @@ Social Network`,
|
|
311
311
|
today: `(en) Today`,
|
312
312
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
313
313
|
total: `(en) Total`,
|
314
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
315
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
314
316
|
typeYourTextHere: `内容をここに入力してください...`,
|
315
317
|
unblock: `(en) Unblock`,
|
316
318
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/korean.ts
CHANGED
@@ -310,6 +310,8 @@ Social Network`,
|
|
310
310
|
today: `(en) Today`,
|
311
311
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
312
312
|
total: `(en) Total`,
|
313
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
314
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
313
315
|
typeYourTextHere: `여기에 텍스트를 입력하세요 ...`,
|
314
316
|
unblock: `(en) Unblock`,
|
315
317
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/portuguese.ts
CHANGED
@@ -313,6 +313,8 @@ Social Network`,
|
|
313
313
|
today: `(en) Today`,
|
314
314
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
315
315
|
total: `(en) Total`,
|
316
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
317
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
316
318
|
typeYourTextHere: `Digite seu texto aqui...`,
|
317
319
|
unblock: `(en) Unblock`,
|
318
320
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/russian.ts
CHANGED
@@ -310,6 +310,8 @@ Social Network`,
|
|
310
310
|
today: `Сегодня`,
|
311
311
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
312
312
|
total: `(en) Total`,
|
313
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
314
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
313
315
|
typeYourTextHere: `Напечатайте здесь свой текст...`,
|
314
316
|
unblock: `(en) Unblock`,
|
315
317
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/spanish.ts
CHANGED
@@ -312,6 +312,8 @@ Social Network`,
|
|
312
312
|
today: `(en) Today`,
|
313
313
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
314
314
|
total: `(en) Total`,
|
315
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
316
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
315
317
|
typeYourTextHere: `Escribe tu texto aquí...`,
|
316
318
|
unblock: `(en) Unblock`,
|
317
319
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/thai.ts
CHANGED
@@ -311,6 +311,8 @@ Social Network`,
|
|
311
311
|
today: `(en) Today`,
|
312
312
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
313
313
|
total: `(en) Total`,
|
314
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
315
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
314
316
|
typeYourTextHere: `พิมพ์ข้อความที่นี่...`,
|
315
317
|
unblock: `(en) Unblock`,
|
316
318
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/vietnamese.ts
CHANGED
@@ -310,6 +310,8 @@ Social Network`,
|
|
310
310
|
today: `(en) Today`,
|
311
311
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
312
312
|
total: `(en) Total`,
|
313
|
+
toViewThisDataYouNeedToUnblock: (...v) =>
|
314
|
+
`(en) To view this data, you need to unblock @${v[0]}`,
|
313
315
|
typeYourTextHere: `Nhập văn bản của bạn vào đây...`,
|
314
316
|
unblock: `(en) Unblock`,
|
315
317
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|