@anime.club/translations 1.1.50 → 1.1.52
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 +16 -0
- package/src/chinese-simplified.ts +16 -0
- package/src/english.ts +16 -0
- package/src/french.ts +16 -0
- package/src/german.ts +16 -0
- package/src/hindi.ts +16 -0
- package/src/indonesian.ts +16 -0
- package/src/japanese.ts +16 -0
- package/src/korean.ts +16 -0
- package/src/portuguese.ts +16 -0
- package/src/russian.ts +16 -0
- package/src/spanish.ts +20 -4
- package/src/thai.ts +16 -0
- package/src/vietnamese.ts +16 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -87,6 +87,7 @@ Social Network`,
|
|
87
87
|
continue: `(en) Continue`,
|
88
88
|
contractTitle: `(en) Contract Title`,
|
89
89
|
copyLink: `نسخ الرابط`,
|
90
|
+
copyrightViolation: `(en) Copyright violation`,
|
90
91
|
couldNotCreateANewRecord: `تعذر إنشاء سجل جديد`,
|
91
92
|
country: `الدولة`,
|
92
93
|
cover: `(en) Cover`,
|
@@ -137,6 +138,7 @@ Social Network`,
|
|
137
138
|
filter: `تصفية`,
|
138
139
|
filterBy: `تصفية على حسب`,
|
139
140
|
findUser: `البحث عن مستخدم`,
|
141
|
+
finishSettingUpYourShop: `(en) Finish setting up your shop`,
|
140
142
|
follow: `متابعة`,
|
141
143
|
followers: `متابعون`,
|
142
144
|
following: `تُتابع`,
|
@@ -148,10 +150,12 @@ Social Network`,
|
|
148
150
|
getDetails: `الحصول على تفاصيل`,
|
149
151
|
getStarted: `(en) Get started`,
|
150
152
|
guestView: `وضع الضيف`,
|
153
|
+
harassment: `(en) Harassment`,
|
151
154
|
hasNotAddedADescriptionFor: (...v) =>
|
152
155
|
`(en) @${v[0]} has not added a description for "${v[1]}"`,
|
153
156
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
154
157
|
`(en) @${v[0]} has not shared any public details yet`,
|
158
|
+
hate: `(en) Hate`,
|
155
159
|
hire: `(en) Hire`,
|
156
160
|
homepage: `الصفحة الرئيسية`,
|
157
161
|
howToContactYou: `(en) How to contact you`,
|
@@ -160,6 +164,7 @@ Social Network`,
|
|
160
164
|
id: `المُعرف`,
|
161
165
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `ارتفاع الصورة يحتاج أن يكون أكبر من أو يساوي`,
|
162
166
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `عرض الصورة يحتاج أن يكون أكبر من أو يساوي`,
|
167
|
+
impersonation: `(en) Impersonation`,
|
163
168
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `(en) Include keywords that buyers would likely use to search for a product like yours`,
|
164
169
|
inProgress: `(en) In progress`,
|
165
170
|
introduction: `مقدمة`,
|
@@ -176,6 +181,7 @@ Social Network`,
|
|
176
181
|
languages: `اللغات`,
|
177
182
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
178
183
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
184
|
+
letUsKnowWhatsHappening: `(en) Let us know what's happening and we'll look into it`,
|
179
185
|
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
180
186
|
lightDefault: `(en) Light default`,
|
181
187
|
lightHighContrast: `(en) Light high contrast`,
|
@@ -195,6 +201,7 @@ Social Network`,
|
|
195
201
|
messages: `الرسائل`,
|
196
202
|
minHeight: `الارتفاع الأدنى`,
|
197
203
|
minimumNChars: (...v) => `الحد الأدنى ${v[0]} حرف`,
|
204
|
+
minorAbuseOrSexualization: `(en) Minor abuse or sexualization`,
|
198
205
|
minWidth: `العرض الأدنى`,
|
199
206
|
monthly: `(en) Monthly`,
|
200
207
|
moreFrom: (...v) => `المزيد من خلال ${v[0]}`,
|
@@ -222,6 +229,7 @@ Social Network`,
|
|
222
229
|
no: `لا`,
|
223
230
|
noAddedFavoriteArts: `لا توجد أي رسومات مُفضلة تمت إضافتها`,
|
224
231
|
noInternetConnection: `لا يوجد اتصال بالانترنت!`,
|
232
|
+
nonConsensualIntimateContent: `(en) Non-consensual intimate content`,
|
225
233
|
none: `(en) None`,
|
226
234
|
noNotifications: `(en) No notifications`,
|
227
235
|
noResults: `(en) No results`,
|
@@ -261,6 +269,7 @@ Social Network`,
|
|
261
269
|
proceedToCheckout: `(en) Proceed to Checkout`,
|
262
270
|
product: `(en) Product`,
|
263
271
|
profile: `ملف التعريف`,
|
272
|
+
prohibitedTransaction: `(en) Prohibited transaction`,
|
264
273
|
promotions: `(en) Promotions`,
|
265
274
|
publicInformation: `(en) Public information`,
|
266
275
|
publishOn: (...v) => `(en) Publish on ${v[0]}`,
|
@@ -278,12 +287,14 @@ Social Network`,
|
|
278
287
|
selectFile: `اختر ملف`,
|
279
288
|
selectTheme: `(en) Select theme`,
|
280
289
|
selectThumbnail: `اختر صورة مصغرة`,
|
290
|
+
selfHarmOrSuicide: `(en) Self-harm or suicide`,
|
281
291
|
sendEmail: `ارسل رسالة بريد`,
|
282
292
|
settings: `الإعدادات`,
|
283
293
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
|
284
294
|
share: `(en) Share`,
|
285
295
|
shareYourArtWithTheWorld: `(en) Share your art with the world`,
|
286
296
|
shareYourStory: `شارك قصتك!`,
|
297
|
+
sharingPersonalInformation: `(en) Sharing personal information`,
|
287
298
|
shop: `تسوق`,
|
288
299
|
shopOrders: `(en) Shop orders`,
|
289
300
|
showLess: `عرض أقل`,
|
@@ -294,6 +305,8 @@ Social Network`,
|
|
294
305
|
skip: `تخطى`,
|
295
306
|
socialMedia: `وسائل التواصل الاجتماعي`,
|
296
307
|
spaceCharacterIsNotAllowed: `غير مسموح بالمسافة`,
|
308
|
+
spam: `(en) Spam`,
|
309
|
+
submitAReport: `(en) Submit a report`,
|
297
310
|
submitWork: `(en) Submit work`,
|
298
311
|
subscribeToTalentsToKeepUpWithTheirProgress: `اشترك في صفحات المواهب لمتابعة إنجازاتهم`,
|
299
312
|
successChangedPasswordPleaseSignIn: `تم بنجاح تم تغيير كلمة السر. الرجاء تسجيل الدخول`,
|
@@ -304,9 +317,11 @@ Social Network`,
|
|
304
317
|
tellUsAboutYourself: `اخبرنا عن نفسك`,
|
305
318
|
termsAndConditions: `الأحكام والشروط`,
|
306
319
|
termsOfUse: `شروط الاستخدام`,
|
320
|
+
thankYouForReport: `(en) Thank you for helping to maintain a safe and respectful online community`,
|
307
321
|
theLinkIsBrokenOrPageHasBeenRemoved: `(en) The link is broken or page has been removed`,
|
308
322
|
themeMode: `(en) Theme mode`,
|
309
323
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
324
|
+
threateningViolence: `(en) Threatening violence`,
|
310
325
|
title: `العنوان`,
|
311
326
|
titleYourExtraService: `(en) Title your extra service`,
|
312
327
|
today: `(en) Today`,
|
@@ -314,6 +329,7 @@ Social Network`,
|
|
314
329
|
total: `(en) Total`,
|
315
330
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
316
331
|
`(en) To view this data, you need to unblock @${v[0]}`,
|
332
|
+
trademarkViolation: `(en) Trademark violation`,
|
317
333
|
typeYourTextHere: `ادخل النص هنا...`,
|
318
334
|
unblock: `(en) Unblock`,
|
319
335
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
@@ -87,6 +87,7 @@ Social Network`,
|
|
87
87
|
continue: `(en) Continue`,
|
88
88
|
contractTitle: `(en) Contract Title`,
|
89
89
|
copyLink: `复制链接`,
|
90
|
+
copyrightViolation: `(en) Copyright violation`,
|
90
91
|
couldNotCreateANewRecord: `无法创建新记录`,
|
91
92
|
country: `国家`,
|
92
93
|
cover: `(en) Cover`,
|
@@ -137,6 +138,7 @@ Social Network`,
|
|
137
138
|
filter: `过滤`,
|
138
139
|
filterBy: `过滤`,
|
139
140
|
findUser: `寻找使用者`,
|
141
|
+
finishSettingUpYourShop: `(en) Finish setting up your shop`,
|
140
142
|
follow: `跟随`,
|
141
143
|
followers: `追随者`,
|
142
144
|
following: `下列的`,
|
@@ -148,10 +150,12 @@ Social Network`,
|
|
148
150
|
getDetails: `获得详细信息`,
|
149
151
|
getStarted: `(en) Get started`,
|
150
152
|
guestView: `来宾视图`,
|
153
|
+
harassment: `(en) Harassment`,
|
151
154
|
hasNotAddedADescriptionFor: (...v) =>
|
152
155
|
`(en) @${v[0]} has not added a description for "${v[1]}"`,
|
153
156
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
154
157
|
`(en) @${v[0]} has not shared any public details yet`,
|
158
|
+
hate: `(en) Hate`,
|
155
159
|
hire: `(en) Hire`,
|
156
160
|
homepage: `主页`,
|
157
161
|
howToContactYou: `(en) How to contact you`,
|
@@ -160,6 +164,7 @@ Social Network`,
|
|
160
164
|
id: `账号`,
|
161
165
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `图片高度必须大于或等于`,
|
162
166
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `图片宽度必须大于或等于`,
|
167
|
+
impersonation: `(en) Impersonation`,
|
163
168
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `(en) Include keywords that buyers would likely use to search for a product like yours`,
|
164
169
|
inProgress: `(en) In progress`,
|
165
170
|
introduction: `介绍`,
|
@@ -176,6 +181,7 @@ Social Network`,
|
|
176
181
|
languages: `语言`,
|
177
182
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
178
183
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
184
|
+
letUsKnowWhatsHappening: `(en) Let us know what's happening and we'll look into it`,
|
179
185
|
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
180
186
|
lightDefault: `(en) Light default`,
|
181
187
|
lightHighContrast: `(en) Light high contrast`,
|
@@ -195,6 +201,7 @@ Social Network`,
|
|
195
201
|
messages: `私信`,
|
196
202
|
minHeight: `最小高度`,
|
197
203
|
minimumNChars: (...v) => `最少${v[0]}个字符`,
|
204
|
+
minorAbuseOrSexualization: `(en) Minor abuse or sexualization`,
|
198
205
|
minWidth: `最小宽度`,
|
199
206
|
monthly: `(en) Monthly`,
|
200
207
|
moreFrom: (...v) => `更多`,
|
@@ -221,6 +228,7 @@ Social Network`,
|
|
221
228
|
no: `没有`,
|
222
229
|
noAddedFavoriteArts: `无添加的精选作品`,
|
223
230
|
noInternetConnection: `没有网络连接!`,
|
231
|
+
nonConsensualIntimateContent: `(en) Non-consensual intimate content`,
|
224
232
|
none: `(en) None`,
|
225
233
|
noNotifications: `(en) No notifications`,
|
226
234
|
noResults: `(en) No results`,
|
@@ -259,6 +267,7 @@ Social Network`,
|
|
259
267
|
proceedToCheckout: `(en) Proceed to Checkout`,
|
260
268
|
product: `(en) Product`,
|
261
269
|
profile: `账户`,
|
270
|
+
prohibitedTransaction: `(en) Prohibited transaction`,
|
262
271
|
promotions: `(en) Promotions`,
|
263
272
|
publicInformation: `(en) Public information`,
|
264
273
|
publishOn: (...v) => `(en) Publish on ${v[0]}`,
|
@@ -276,12 +285,14 @@ Social Network`,
|
|
276
285
|
selectFile: `选择文件`,
|
277
286
|
selectTheme: `(en) Select theme`,
|
278
287
|
selectThumbnail: `选择缩略图`,
|
288
|
+
selfHarmOrSuicide: `(en) Self-harm or suicide`,
|
279
289
|
sendEmail: `发电子邮件`,
|
280
290
|
settings: `设定值`,
|
281
291
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
|
282
292
|
share: `(en) Share`,
|
283
293
|
shareYourArtWithTheWorld: `(en) Share your art with the world`,
|
284
294
|
shareYourStory: `分享你的故事!`,
|
295
|
+
sharingPersonalInformation: `(en) Sharing personal information`,
|
285
296
|
shop: `店`,
|
286
297
|
shopOrders: `(en) Shop orders`,
|
287
298
|
showLess: `显示较少`,
|
@@ -292,6 +303,8 @@ Social Network`,
|
|
292
303
|
skip: `跳跃`,
|
293
304
|
socialMedia: `社交媒体`,
|
294
305
|
spaceCharacterIsNotAllowed: `不允许使用空格字符`,
|
306
|
+
spam: `(en) Spam`,
|
307
|
+
submitAReport: `(en) Submit a report`,
|
295
308
|
submitWork: `(en) Submit work`,
|
296
309
|
subscribeToTalentsToKeepUpWithTheirProgress: `关注艺术家,追踪其动态`,
|
297
310
|
successChangedPasswordPleaseSignIn: `成功!修改密码。请登录`,
|
@@ -302,9 +315,11 @@ Social Network`,
|
|
302
315
|
tellUsAboutYourself: `向我们介绍你自己`,
|
303
316
|
termsAndConditions: `条款和条件`,
|
304
317
|
termsOfUse: `使用条款`,
|
318
|
+
thankYouForReport: `(en) Thank you for helping to maintain a safe and respectful online community`,
|
305
319
|
theLinkIsBrokenOrPageHasBeenRemoved: `(en) The link is broken or page has been removed`,
|
306
320
|
themeMode: `(en) Theme mode`,
|
307
321
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
322
|
+
threateningViolence: `(en) Threatening violence`,
|
308
323
|
title: `标题`,
|
309
324
|
titleYourExtraService: `(en) Title your extra service`,
|
310
325
|
today: `(en) Today`,
|
@@ -312,6 +327,7 @@ Social Network`,
|
|
312
327
|
total: `(en) Total`,
|
313
328
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
314
329
|
`(en) To view this data, you need to unblock @${v[0]}`,
|
330
|
+
trademarkViolation: `(en) Trademark violation`,
|
315
331
|
typeYourTextHere: `在此输入文字...`,
|
316
332
|
unblock: `(en) Unblock`,
|
317
333
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/english.ts
CHANGED
@@ -86,6 +86,7 @@ export const text = {
|
|
86
86
|
continue: `Continue`,
|
87
87
|
contractTitle: `Contract Title`,
|
88
88
|
copyLink: `Copy link`,
|
89
|
+
copyrightViolation: `Copyright violation`,
|
89
90
|
couldNotCreateANewRecord: `Could not create a new record`,
|
90
91
|
country: `Country`,
|
91
92
|
cover: `Cover`,
|
@@ -136,6 +137,7 @@ export const text = {
|
|
136
137
|
filter: `Filter`,
|
137
138
|
filterBy: `Filter by`,
|
138
139
|
findUser: `Find user`,
|
140
|
+
finishSettingUpYourShop: `Finish setting up your shop`,
|
139
141
|
follow: `Follow`,
|
140
142
|
followers: `Followers`,
|
141
143
|
following: `Following`,
|
@@ -147,10 +149,12 @@ export const text = {
|
|
147
149
|
getDetails: `Get details`,
|
148
150
|
getStarted: `Get started`,
|
149
151
|
guestView: `Guest view`,
|
152
|
+
harassment: `Harassment`,
|
150
153
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
151
154
|
`@${username} has not added a description for "${title}"`,
|
152
155
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
153
156
|
`@${username} has not shared any public details yet`,
|
157
|
+
hate: `Hate`,
|
154
158
|
hire: `Hire`,
|
155
159
|
homepage: `Homepage`,
|
156
160
|
howToContactYou: `How to contact you`,
|
@@ -159,6 +163,7 @@ export const text = {
|
|
159
163
|
id: `ID`,
|
160
164
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
|
161
165
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
|
166
|
+
impersonation: `Impersonation`,
|
162
167
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `Include keywords that buyers would likely use to search for a product like yours`,
|
163
168
|
inProgress: `In progress`,
|
164
169
|
introduction: `Introduction`,
|
@@ -175,6 +180,7 @@ export const text = {
|
|
175
180
|
languages: `Languages`,
|
176
181
|
letEveryoneKnowHowToDonateToYou: `Let everyone know how to donate to you`,
|
177
182
|
letOthersKnowAboutYou: `Let others know about you`,
|
183
|
+
letUsKnowWhatsHappening: `Let us know what's happening and we'll look into it`,
|
178
184
|
licenseForForProfitBusinessUse: `License for for-profit business use`,
|
179
185
|
lightDefault: `Light default`,
|
180
186
|
lightHighContrast: `Light high contrast`,
|
@@ -194,6 +200,7 @@ export const text = {
|
|
194
200
|
messages: `Messages`,
|
195
201
|
minHeight: `Min height`,
|
196
202
|
minimumNChars: (num: number) => `Minimum ${num} chars`,
|
203
|
+
minorAbuseOrSexualization: `Minor abuse or sexualization`,
|
197
204
|
minWidth: `Min width`,
|
198
205
|
monthly: `Monthly`,
|
199
206
|
moreFrom: (username: string) => `More from ${username}`,
|
@@ -221,6 +228,7 @@ export const text = {
|
|
221
228
|
no: `no`,
|
222
229
|
noAddedFavoriteArts: `no added favorite arts`,
|
223
230
|
noInternetConnection: `No Internet connection!`,
|
231
|
+
nonConsensualIntimateContent: `Non-consensual intimate content`,
|
224
232
|
none: `None`,
|
225
233
|
noNotifications: `No notifications`,
|
226
234
|
noResults: `No results`,
|
@@ -261,6 +269,7 @@ export const text = {
|
|
261
269
|
proceedToCheckout: `Proceed to Checkout`,
|
262
270
|
product: `Product`,
|
263
271
|
profile: `Profile`,
|
272
|
+
prohibitedTransaction: `Prohibited transaction`,
|
264
273
|
promotions: `Promotions`,
|
265
274
|
publicInformation: `Public information`,
|
266
275
|
publishOn: (socialMedia: string) => `Publish on ${socialMedia}`,
|
@@ -278,12 +287,14 @@ export const text = {
|
|
278
287
|
selectFile: `Select file`,
|
279
288
|
selectTheme: `Select theme`,
|
280
289
|
selectThumbnail: `Select thumbnail`,
|
290
|
+
selfHarmOrSuicide: `Self-harm or suicide`,
|
281
291
|
sendEmail: `Send email`,
|
282
292
|
settings: `Settings`,
|
283
293
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Setting up a shop is free and only takes a few minutes`,
|
284
294
|
share: `Share`,
|
285
295
|
shareYourArtWithTheWorld: `Share your art with the world`,
|
286
296
|
shareYourStory: `Share your story!`,
|
297
|
+
sharingPersonalInformation: `Sharing personal information`,
|
287
298
|
shop: `Shop`,
|
288
299
|
shopOrders: `Shop orders`,
|
289
300
|
showLess: `Show less`,
|
@@ -294,6 +305,8 @@ export const text = {
|
|
294
305
|
skip: `Skip`,
|
295
306
|
socialMedia: `Social media`,
|
296
307
|
spaceCharacterIsNotAllowed: `Space character is not allowed`,
|
308
|
+
spam: `Spam`,
|
309
|
+
submitAReport: `Submit a report`,
|
297
310
|
submitWork: `Submit work`,
|
298
311
|
subscribeToTalentsToKeepUpWithTheirProgress: `Subscribe to talents to keep up with their progress`,
|
299
312
|
successChangedPasswordPleaseSignIn: `Success! Changed password. Please sign in`,
|
@@ -304,9 +317,11 @@ export const text = {
|
|
304
317
|
tellUsAboutYourself: `Tell us about yourself`,
|
305
318
|
termsAndConditions: `Terms and Conditions`,
|
306
319
|
termsOfUse: `Terms of use`,
|
320
|
+
thankYouForReport: `Thank you for helping to maintain a safe and respectful online community`,
|
307
321
|
theLinkIsBrokenOrPageHasBeenRemoved: `The link is broken or page has been removed`,
|
308
322
|
themeMode: `Theme mode`,
|
309
323
|
thisIsThePriceYouPropose: `This is the price you propose`,
|
324
|
+
threateningViolence: `Threatening violence`,
|
310
325
|
title: `Title`,
|
311
326
|
titleYourExtraService: `Title your extra service`,
|
312
327
|
today: `Today`,
|
@@ -314,6 +329,7 @@ export const text = {
|
|
314
329
|
total: `Total`,
|
315
330
|
toViewThisDataYouNeedToUnblock: (username: string) =>
|
316
331
|
`To view this data, you need to unblock @${username}`,
|
332
|
+
trademarkViolation: `Trademark violation`,
|
317
333
|
typeYourTextHere: `Type your text here...`,
|
318
334
|
unblock: `Unblock`,
|
319
335
|
unblockUser: (username: string) => `Unblock @${username}`,
|
package/src/french.ts
CHANGED
@@ -87,6 +87,7 @@ Social Network`,
|
|
87
87
|
continue: `(en) Continue`,
|
88
88
|
contractTitle: `(en) Contract Title`,
|
89
89
|
copyLink: `Copier le lien`,
|
90
|
+
copyrightViolation: `(en) Copyright violation`,
|
90
91
|
couldNotCreateANewRecord: `Impossible de créer un nouvel enregistrement`,
|
91
92
|
country: `Pays`,
|
92
93
|
cover: `(en) Cover`,
|
@@ -137,6 +138,7 @@ Social Network`,
|
|
137
138
|
filter: `Filtre`,
|
138
139
|
filterBy: `Filter par`,
|
139
140
|
findUser: `Trouver utilisateur`,
|
141
|
+
finishSettingUpYourShop: `(en) Finish setting up your shop`,
|
140
142
|
follow: `Suivre`,
|
141
143
|
followers: `Abonnés`,
|
142
144
|
following: `Abonnement`,
|
@@ -148,10 +150,12 @@ Social Network`,
|
|
148
150
|
getDetails: `Plus d'informations`,
|
149
151
|
getStarted: `(en) Get started`,
|
150
152
|
guestView: `Vue client`,
|
153
|
+
harassment: `(en) Harassment`,
|
151
154
|
hasNotAddedADescriptionFor: (...v) =>
|
152
155
|
`(en) @${v[0]} has not added a description for "${v[1]}"`,
|
153
156
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
154
157
|
`(en) @${v[0]} has not shared any public details yet`,
|
158
|
+
hate: `(en) Hate`,
|
155
159
|
hire: `(en) Hire`,
|
156
160
|
homepage: `Page d'accueil`,
|
157
161
|
howToContactYou: `(en) How to contact you`,
|
@@ -160,6 +164,7 @@ Social Network`,
|
|
160
164
|
id: `ID`,
|
161
165
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `La hauteur de l'img doit être supérieure ou égale à`,
|
162
166
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `La largeur de l'img doit être supérieure ou égale à`,
|
167
|
+
impersonation: `(en) Impersonation`,
|
163
168
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `(en) Include keywords that buyers would likely use to search for a product like yours`,
|
164
169
|
inProgress: `(en) In progress`,
|
165
170
|
introduction: `Introduction `,
|
@@ -176,6 +181,7 @@ Social Network`,
|
|
176
181
|
languages: `Langues`,
|
177
182
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
178
183
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
184
|
+
letUsKnowWhatsHappening: `(en) Let us know what's happening and we'll look into it`,
|
179
185
|
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
180
186
|
lightDefault: `(en) Light default`,
|
181
187
|
lightHighContrast: `(en) Light high contrast`,
|
@@ -195,6 +201,7 @@ Social Network`,
|
|
195
201
|
messages: `Messages`,
|
196
202
|
minHeight: `Hauteur minimum`,
|
197
203
|
minimumNChars: (...v) => `${v[0]} caractères minimum`,
|
204
|
+
minorAbuseOrSexualization: `(en) Minor abuse or sexualization`,
|
198
205
|
minWidth: `Largeur minimum`,
|
199
206
|
monthly: `(en) Monthly`,
|
200
207
|
moreFrom: (...v) => `Du même ${v[0]}`,
|
@@ -222,6 +229,7 @@ Social Network`,
|
|
222
229
|
no: `non`,
|
223
230
|
noAddedFavoriteArts: `aucun art favoris ajouté`,
|
224
231
|
noInternetConnection: `Pas de connexion Internet !`,
|
232
|
+
nonConsensualIntimateContent: `(en) Non-consensual intimate content`,
|
225
233
|
none: `(en) None`,
|
226
234
|
noNotifications: `(en) No notifications`,
|
227
235
|
noResults: `(en) No results`,
|
@@ -261,6 +269,7 @@ Social Network`,
|
|
261
269
|
proceedToCheckout: `(en) Proceed to Checkout`,
|
262
270
|
product: `(en) Product`,
|
263
271
|
profile: `Profil`,
|
272
|
+
prohibitedTransaction: `(en) Prohibited transaction`,
|
264
273
|
promotions: `(en) Promotions`,
|
265
274
|
publicInformation: `(en) Public information`,
|
266
275
|
publishOn: (...v) => `(en) Publish on ${v[0]}`,
|
@@ -278,12 +287,14 @@ Social Network`,
|
|
278
287
|
selectFile: `Choisir le dossier`,
|
279
288
|
selectTheme: `(en) Select theme`,
|
280
289
|
selectThumbnail: `Sélectionner la vignette`,
|
290
|
+
selfHarmOrSuicide: `(en) Self-harm or suicide`,
|
281
291
|
sendEmail: `Envoyer un courriel`,
|
282
292
|
settings: `Paramètres`,
|
283
293
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
|
284
294
|
share: `(en) Share`,
|
285
295
|
shareYourArtWithTheWorld: `(en) Share your art with the world`,
|
286
296
|
shareYourStory: `Partagez votre histoire !`,
|
297
|
+
sharingPersonalInformation: `(en) Sharing personal information`,
|
287
298
|
shop: `Magasin`,
|
288
299
|
shopOrders: `(en) Shop orders`,
|
289
300
|
showLess: `Afficher moins`,
|
@@ -294,6 +305,8 @@ Social Network`,
|
|
294
305
|
skip: `Ignorer`,
|
295
306
|
socialMedia: `Médias sociaux`,
|
296
307
|
spaceCharacterIsNotAllowed: `Caractère espace n'est pas autorisé`,
|
308
|
+
spam: `(en) Spam`,
|
309
|
+
submitAReport: `(en) Submit a report`,
|
297
310
|
submitWork: `(en) Submit work`,
|
298
311
|
subscribeToTalentsToKeepUpWithTheirProgress: `Abonnez-vous aux auteurs pour suivre leur progression`,
|
299
312
|
successChangedPasswordPleaseSignIn: `Succès ! Mot de passe modifié. Veuillez vous connecter`,
|
@@ -304,9 +317,11 @@ Social Network`,
|
|
304
317
|
tellUsAboutYourself: `Parlez nous de vous`,
|
305
318
|
termsAndConditions: `Termes et conditions`,
|
306
319
|
termsOfUse: `Conditions d'utilisation`,
|
320
|
+
thankYouForReport: `(en) Thank you for helping to maintain a safe and respectful online community`,
|
307
321
|
theLinkIsBrokenOrPageHasBeenRemoved: `(en) The link is broken or page has been removed`,
|
308
322
|
themeMode: `(en) Theme mode`,
|
309
323
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
324
|
+
threateningViolence: `(en) Threatening violence`,
|
310
325
|
title: `Titre`,
|
311
326
|
titleYourExtraService: `(en) Title your extra service`,
|
312
327
|
today: `(en) Today`,
|
@@ -314,6 +329,7 @@ Social Network`,
|
|
314
329
|
total: `(en) Total`,
|
315
330
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
316
331
|
`(en) To view this data, you need to unblock @${v[0]}`,
|
332
|
+
trademarkViolation: `(en) Trademark violation`,
|
317
333
|
typeYourTextHere: `Écrivez votre texte ici ...`,
|
318
334
|
unblock: `(en) Unblock`,
|
319
335
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/german.ts
CHANGED
@@ -87,6 +87,7 @@ Social Network`,
|
|
87
87
|
continue: `(en) Continue`,
|
88
88
|
contractTitle: `(en) Contract Title`,
|
89
89
|
copyLink: `Link kopieren`,
|
90
|
+
copyrightViolation: `(en) Copyright violation`,
|
90
91
|
couldNotCreateANewRecord: `Es konnte kein neuer Datensatz erstellt werden`,
|
91
92
|
country: `Land`,
|
92
93
|
cover: `(en) Cover`,
|
@@ -137,6 +138,7 @@ Social Network`,
|
|
137
138
|
filter: `Filter`,
|
138
139
|
filterBy: `Filter nach`,
|
139
140
|
findUser: `Nutzer finden`,
|
141
|
+
finishSettingUpYourShop: `(en) Finish setting up your shop`,
|
140
142
|
follow: `Folgen`,
|
141
143
|
followers: `Followers`,
|
142
144
|
following: `Folgen`,
|
@@ -148,10 +150,12 @@ Social Network`,
|
|
148
150
|
getDetails: `Weitere Einzelheiten`,
|
149
151
|
getStarted: `(en) Get started`,
|
150
152
|
guestView: `Gastansicht`,
|
153
|
+
harassment: `(en) Harassment`,
|
151
154
|
hasNotAddedADescriptionFor: (...v) =>
|
152
155
|
`(en) @${v[0]} has not added a description for "${v[1]}"`,
|
153
156
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
154
157
|
`(en) @${v[0]} has not shared any public details yet`,
|
158
|
+
hate: `(en) Hate`,
|
155
159
|
hire: `(en) Hire`,
|
156
160
|
homepage: `Startseite`,
|
157
161
|
howToContactYou: `(en) How to contact you`,
|
@@ -160,6 +164,7 @@ Social Network`,
|
|
160
164
|
id: `ID`,
|
161
165
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `Die Höhe von Img muss größer oder gleich sein`,
|
162
166
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Die Breite von Img muss größer oder gleich sein`,
|
167
|
+
impersonation: `(en) Impersonation`,
|
163
168
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `(en) Include keywords that buyers would likely use to search for a product like yours`,
|
164
169
|
inProgress: `(en) In progress`,
|
165
170
|
introduction: `Einführung`,
|
@@ -176,6 +181,7 @@ Social Network`,
|
|
176
181
|
languages: `Sprachen`,
|
177
182
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
178
183
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
184
|
+
letUsKnowWhatsHappening: `(en) Let us know what's happening and we'll look into it`,
|
179
185
|
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
180
186
|
lightDefault: `(en) Light default`,
|
181
187
|
lightHighContrast: `(en) Light high contrast`,
|
@@ -195,6 +201,7 @@ Social Network`,
|
|
195
201
|
messages: `Nachrichten`,
|
196
202
|
minHeight: `Mindesthöhe`,
|
197
203
|
minimumNChars: (...v) => `Mindestens ${v[0]} Zeichen`,
|
204
|
+
minorAbuseOrSexualization: `(en) Minor abuse or sexualization`,
|
198
205
|
minWidth: `Mindestbreite`,
|
199
206
|
monthly: `(en) Monthly`,
|
200
207
|
moreFrom: (...v) => `Mehr von ${v[0]}`,
|
@@ -222,6 +229,7 @@ Social Network`,
|
|
222
229
|
no: `Nein`,
|
223
230
|
noAddedFavoriteArts: `keine hinzugefügten favorisierten Arts`,
|
224
231
|
noInternetConnection: `Keine Internetverbindung!`,
|
232
|
+
nonConsensualIntimateContent: `(en) Non-consensual intimate content`,
|
225
233
|
none: `(en) None`,
|
226
234
|
noNotifications: `(en) No notifications`,
|
227
235
|
noResults: `(en) No results`,
|
@@ -262,6 +270,7 @@ Social Network`,
|
|
262
270
|
proceedToCheckout: `(en) Proceed to Checkout`,
|
263
271
|
product: `(en) Product`,
|
264
272
|
profile: `Profil`,
|
273
|
+
prohibitedTransaction: `(en) Prohibited transaction`,
|
265
274
|
promotions: `(en) Promotions`,
|
266
275
|
publicInformation: `(en) Public information`,
|
267
276
|
publishOn: (...v) => `(en) Publish on ${v[0]}`,
|
@@ -279,12 +288,14 @@ Social Network`,
|
|
279
288
|
selectFile: `Wählen Sie Datei`,
|
280
289
|
selectTheme: `(en) Select theme`,
|
281
290
|
selectThumbnail: `Wählen Sie eine Miniaturansicht`,
|
291
|
+
selfHarmOrSuicide: `(en) Self-harm or suicide`,
|
282
292
|
sendEmail: `E-Mail senden`,
|
283
293
|
settings: `Einstellungen`,
|
284
294
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
|
285
295
|
share: `(en) Share`,
|
286
296
|
shareYourArtWithTheWorld: `(en) Share your art with the world`,
|
287
297
|
shareYourStory: `Teile deine Geschichte!`,
|
298
|
+
sharingPersonalInformation: `(en) Sharing personal information`,
|
288
299
|
shop: `Geschäft`,
|
289
300
|
shopOrders: `(en) Shop orders`,
|
290
301
|
showLess: `Weniger anzeigen`,
|
@@ -295,6 +306,8 @@ Social Network`,
|
|
295
306
|
skip: `Überspringen`,
|
296
307
|
socialMedia: `Sozialen Medien`,
|
297
308
|
spaceCharacterIsNotAllowed: `Leerzeichen sind nicht erlaubt`,
|
309
|
+
spam: `(en) Spam`,
|
310
|
+
submitAReport: `(en) Submit a report`,
|
298
311
|
submitWork: `(en) Submit work`,
|
299
312
|
subscribeToTalentsToKeepUpWithTheirProgress: `Abonniere Künstler und bleibe auf dem Laufenden `,
|
300
313
|
successChangedPasswordPleaseSignIn: `Erfolg! Passwort geändert. Bitte einloggen`,
|
@@ -305,9 +318,11 @@ Social Network`,
|
|
305
318
|
tellUsAboutYourself: `Erzähl uns von dir`,
|
306
319
|
termsAndConditions: `Allgemeine Geschäftsbedingungen`,
|
307
320
|
termsOfUse: `Nutzungsbedingungen`,
|
321
|
+
thankYouForReport: `(en) Thank you for helping to maintain a safe and respectful online community`,
|
308
322
|
theLinkIsBrokenOrPageHasBeenRemoved: `(en) The link is broken or page has been removed`,
|
309
323
|
themeMode: `(en) Theme mode`,
|
310
324
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
325
|
+
threateningViolence: `(en) Threatening violence`,
|
311
326
|
title: `Titel`,
|
312
327
|
titleYourExtraService: `(en) Title your extra service`,
|
313
328
|
today: `(en) Today`,
|
@@ -315,6 +330,7 @@ Social Network`,
|
|
315
330
|
total: `(en) Total`,
|
316
331
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
317
332
|
`(en) To view this data, you need to unblock @${v[0]}`,
|
333
|
+
trademarkViolation: `(en) Trademark violation`,
|
318
334
|
typeYourTextHere: `Bitte hier ihren Text eingeben...`,
|
319
335
|
unblock: `(en) Unblock`,
|
320
336
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|
package/src/hindi.ts
CHANGED
@@ -87,6 +87,7 @@ Social Network`,
|
|
87
87
|
continue: `(en) Continue`,
|
88
88
|
contractTitle: `(en) Contract Title`,
|
89
89
|
copyLink: `लिंक कॉपी करें`,
|
90
|
+
copyrightViolation: `(en) Copyright violation`,
|
90
91
|
couldNotCreateANewRecord: `नया रिकॉर्ड नहीं बना सकते`,
|
91
92
|
country: `देश`,
|
92
93
|
cover: `(en) Cover`,
|
@@ -137,6 +138,7 @@ Social Network`,
|
|
137
138
|
filter: `फ़िल्टर`,
|
138
139
|
filterBy: `द्वारा फ़िल्टर करें`,
|
139
140
|
findUser: `यूजर खोजें`,
|
141
|
+
finishSettingUpYourShop: `(en) Finish setting up your shop`,
|
140
142
|
follow: `फॉलो करें`,
|
141
143
|
followers: `फॉलोअर्स`,
|
142
144
|
following: `फॉलोइंग`,
|
@@ -148,10 +150,12 @@ Social Network`,
|
|
148
150
|
getDetails: `विवरण प्राप्त करें`,
|
149
151
|
getStarted: `(en) Get started`,
|
150
152
|
guestView: `अतिथि दृश्य`,
|
153
|
+
harassment: `(en) Harassment`,
|
151
154
|
hasNotAddedADescriptionFor: (...v) =>
|
152
155
|
`(en) @${v[0]} has not added a description for "${v[1]}"`,
|
153
156
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
154
157
|
`(en) @${v[0]} has not shared any public details yet`,
|
158
|
+
hate: `(en) Hate`,
|
155
159
|
hire: `(en) Hire`,
|
156
160
|
homepage: `मुखपृष्ठ`,
|
157
161
|
howToContactYou: `(en) How to contact you`,
|
@@ -160,6 +164,7 @@ Social Network`,
|
|
160
164
|
id: `आईडी`,
|
161
165
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `इमेज की ऊंचाई से बड़ा या बराबर होने की जरूरत है`,
|
162
166
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `इमेज की चौड़ाई से बड़ा या बराबर होने की जरूरत है`,
|
167
|
+
impersonation: `(en) Impersonation`,
|
163
168
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `(en) Include keywords that buyers would likely use to search for a product like yours`,
|
164
169
|
inProgress: `(en) In progress`,
|
165
170
|
introduction: `परिचय`,
|
@@ -176,6 +181,7 @@ Social Network`,
|
|
176
181
|
languages: `भाषाओं`,
|
177
182
|
letEveryoneKnowHowToDonateToYou: `(en) Let everyone know how to donate to you`,
|
178
183
|
letOthersKnowAboutYou: `(en) Let others know about you`,
|
184
|
+
letUsKnowWhatsHappening: `(en) Let us know what's happening and we'll look into it`,
|
179
185
|
licenseForForProfitBusinessUse: `(en) License for for-profit business use`,
|
180
186
|
lightDefault: `(en) Light default`,
|
181
187
|
lightHighContrast: `(en) Light high contrast`,
|
@@ -195,6 +201,7 @@ Social Network`,
|
|
195
201
|
messages: `संदेश`,
|
196
202
|
minHeight: `न्यूनतम ऊँचाई`,
|
197
203
|
minimumNChars: (...v) => `न्यूनतम ${v[0]} वर्ण`,
|
204
|
+
minorAbuseOrSexualization: `(en) Minor abuse or sexualization`,
|
198
205
|
minWidth: `न्यूनतम चौड़ाई`,
|
199
206
|
monthly: `(en) Monthly`,
|
200
207
|
moreFrom: (...v) => `एन से अधिक`,
|
@@ -222,6 +229,7 @@ Social Network`,
|
|
222
229
|
no: `नहीं।`,
|
223
230
|
noAddedFavoriteArts: `कोई पसंदीदा कला नहीं`,
|
224
231
|
noInternetConnection: `कोई इंटरनेट कनेक्शन नहीं!`,
|
232
|
+
nonConsensualIntimateContent: `(en) Non-consensual intimate content`,
|
225
233
|
none: `(en) None`,
|
226
234
|
noNotifications: `(en) No notifications`,
|
227
235
|
noResults: `(en) No results`,
|
@@ -261,6 +269,7 @@ Social Network`,
|
|
261
269
|
proceedToCheckout: `(en) Proceed to Checkout`,
|
262
270
|
product: `(en) Product`,
|
263
271
|
profile: `प्रोफ़ाइल`,
|
272
|
+
prohibitedTransaction: `(en) Prohibited transaction`,
|
264
273
|
promotions: `(en) Promotions`,
|
265
274
|
publicInformation: `(en) Public information`,
|
266
275
|
publishOn: (...v) => `(en) Publish on ${v[0]}`,
|
@@ -278,12 +287,14 @@ Social Network`,
|
|
278
287
|
selectFile: `फ़ाइल चुने`,
|
279
288
|
selectTheme: `(en) Select theme`,
|
280
289
|
selectThumbnail: `थंबनेल को चुने`,
|
290
|
+
selfHarmOrSuicide: `(en) Self-harm or suicide`,
|
281
291
|
sendEmail: `ईमेल भेजें`,
|
282
292
|
settings: `सेटिंग्स`,
|
283
293
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
|
284
294
|
share: `(en) Share`,
|
285
295
|
shareYourArtWithTheWorld: `(en) Share your art with the world`,
|
286
296
|
shareYourStory: `अपनी कहानी शेयर करें!`,
|
297
|
+
sharingPersonalInformation: `(en) Sharing personal information`,
|
287
298
|
shop: `दुकान`,
|
288
299
|
shopOrders: `(en) Shop orders`,
|
289
300
|
showLess: `कम दिखाएं`,
|
@@ -294,6 +305,8 @@ Social Network`,
|
|
294
305
|
skip: `आगे बड़ें`,
|
295
306
|
socialMedia: `सोशल मीडिया`,
|
296
307
|
spaceCharacterIsNotAllowed: `स्पेस करेक्टर की अनुमति नहीं है`,
|
308
|
+
spam: `(en) Spam`,
|
309
|
+
submitAReport: `(en) Submit a report`,
|
297
310
|
submitWork: `(en) Submit work`,
|
298
311
|
subscribeToTalentsToKeepUpWithTheirProgress: `उनकी प्रगति को बनाए रखने के लिए प्रतिभाओं की सदस्यता लें`,
|
299
312
|
successChangedPasswordPleaseSignIn: `सफलता! पासवर्ड बदल दिया है। कृपया साइन इन करें`,
|
@@ -304,9 +317,11 @@ Social Network`,
|
|
304
317
|
tellUsAboutYourself: `हमें अपने बारे में बताएं`,
|
305
318
|
termsAndConditions: `नियम और शर्तें`,
|
306
319
|
termsOfUse: `उपयोग की शर्तें`,
|
320
|
+
thankYouForReport: `(en) Thank you for helping to maintain a safe and respectful online community`,
|
307
321
|
theLinkIsBrokenOrPageHasBeenRemoved: `(en) The link is broken or page has been removed`,
|
308
322
|
themeMode: `(en) Theme mode`,
|
309
323
|
thisIsThePriceYouPropose: `(en) This is the price you propose`,
|
324
|
+
threateningViolence: `(en) Threatening violence`,
|
310
325
|
title: `शीर्षक`,
|
311
326
|
titleYourExtraService: `(en) Title your extra service`,
|
312
327
|
today: `(en) Today`,
|
@@ -314,6 +329,7 @@ Social Network`,
|
|
314
329
|
total: `(en) Total`,
|
315
330
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
316
331
|
`(en) To view this data, you need to unblock @${v[0]}`,
|
332
|
+
trademarkViolation: `(en) Trademark violation`,
|
317
333
|
typeYourTextHere: `अपना अक्षर यहां दर्ज करें...`,
|
318
334
|
unblock: `(en) Unblock`,
|
319
335
|
unblockUser: (...v) => `(en) Unblock @${v[0]}`,
|