@anime.club/translations 1.1.119 → 1.1.121
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 +81 -84
- package/src/chinese-simplified.ts +81 -84
- package/src/english.ts +5 -4
- package/src/french.ts +84 -84
- package/src/german.ts +85 -84
- package/src/hindi.ts +84 -84
- package/src/indonesian.ts +83 -84
- package/src/japanese.ts +83 -84
- package/src/korean.ts +83 -84
- package/src/portuguese.ts +82 -84
- package/src/russian.ts +81 -81
- package/src/spanish.ts +84 -84
- package/src/thai.ts +82 -84
- package/src/vietnamese.ts +84 -84
package/src/spanish.ts
CHANGED
@@ -1,98 +1,22 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
3
|
-
|
4
|
-
accountManagment: `(en) Account management`,
|
5
|
-
animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
|
6
|
-
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
7
|
-
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
8
|
-
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
9
|
-
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
10
|
-
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
11
|
-
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
12
|
-
feedbackReceived: `(en) Feedback received!`,
|
13
|
-
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
14
|
-
checkOutMyShop: `(en) Check out my shop`,
|
15
|
-
commercialUseAllowed: `(en) Commercial use allowed`,
|
16
|
-
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
17
|
-
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
18
|
-
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
19
|
-
createdBy: `(en) Created by`,
|
20
|
-
download: `(en) Dowload`,
|
21
|
-
downloadThemBelow: `(en) Download them below`,
|
22
|
-
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
23
|
-
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
24
|
-
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
25
|
-
usernameHasSubmittedTheWork: (...v) =>
|
26
|
-
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
|
-
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
-
includes: `(en) Includes`,
|
29
|
-
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
30
|
-
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
31
|
-
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
32
|
-
newProducts: `(en) New products`,
|
33
|
-
noReviewsJustYet: `(en) No reviews just yet`,
|
34
|
-
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
35
|
-
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
36
|
-
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
37
|
-
requestDetails: `(en) Request details`,
|
38
|
-
orderCompleted: `(en) Order Completed 🎉`,
|
39
|
-
pleaseRateYourOrder: `(en) Please rate your order`,
|
40
|
-
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
41
|
-
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
42
|
-
pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
|
43
|
-
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
44
|
-
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
45
|
-
pleaseRespondToTheOrderBy: (...v) =>
|
46
|
-
`(en) Please respond to the order by ${v[0]}`,
|
47
|
-
payouts: `(en) Payouts`,
|
48
|
-
itemReviews: `(en) Item reviews`,
|
49
|
-
portfolio: `(en) Portfolio`,
|
50
|
-
review: `(en) Review`,
|
51
|
-
rules: `(en) Rules`,
|
52
|
-
reviews: `(en) Reviews`,
|
53
|
-
numOfReviews: (...v) => `(en) Reviews: ${v[0]} `,
|
54
|
-
reviewed: `(en) Reviewed`,
|
55
|
-
reviewTitle: `(en) Review title`,
|
56
|
-
reason: `(en) Reason`,
|
57
|
-
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
|
-
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
|
-
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
|
-
shareYourFavoritePiecesOn: (...v) =>
|
61
|
-
`(en) Share your favorite pieces on ${v[0]}`,
|
62
|
-
shopReviews: `(en) Shop reviews`,
|
63
|
-
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
|
-
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
|
-
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
|
-
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
67
|
-
thankYouForYourReview: `(en) Thank you for your review!`,
|
68
|
-
thankForYourSupport: `(en) Thank you for your support!`,
|
69
|
-
thisFieldIsOptional: `(en) This field is optional`,
|
70
|
-
thisCannotBeUndone: `(en) This cannot be undone`,
|
71
|
-
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
72
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
73
|
-
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
74
|
-
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
75
|
-
usernameAndXMoreReacted: (...v) =>
|
76
|
-
`(en) <b>${v[0]}</b> and ${v[1]} more reacted`,
|
77
|
-
usernameReacted: (...v) => `(en) <b>${v[0]}</b> reacted`,
|
78
|
-
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
79
|
-
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
80
|
-
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
81
|
-
youReceivedAReview: `(en) You received a review`,
|
82
|
-
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
83
|
-
youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
|
84
|
-
youCanceledTheOrder: `(en) You canceled the order`,
|
2
|
+
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
3
|
+
youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
|
85
4
|
_colon: `: `,
|
86
5
|
_comma: `, `,
|
87
6
|
_dot: `. `,
|
88
7
|
_exclamation: `! `,
|
89
8
|
_question: `? `,
|
90
9
|
_space: ` `,
|
10
|
+
_hyphen: `- `,
|
91
11
|
about: `Sobre`,
|
92
12
|
accept: `Aceptar`,
|
93
13
|
acceptOrder: `Aceptar orden`,
|
14
|
+
acceptTheOrder: `Aceptar el pedido`,
|
15
|
+
accountManagment: `Gestión de cuenta`,
|
94
16
|
account: `Cuenta`,
|
95
17
|
accountDeleted: `Cuenta eliminada`,
|
18
|
+
animeShopBuyAndSellProducts: `Tienda de anime - compra y venta de productos`,
|
19
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `Las imágenes generadas por IA y los filtros de redes neuronales están prohibidos`,
|
96
20
|
accountActivation: `Activación de cuenta`,
|
97
21
|
accountAlreadyExists: `La cuenta ya existe`,
|
98
22
|
accountDoesNotExist: `La cuenta no existe`,
|
@@ -102,6 +26,7 @@ export const text: text = {
|
|
102
26
|
addBlog: `Agregar blog`,
|
103
27
|
addFile: `Agregar archivo`,
|
104
28
|
additionalResources: `Recursos adicionales`,
|
29
|
+
addMoreProductsToYourShop: `Agrega más productos a tu tienda`,
|
105
30
|
addMore: `Agregar más`,
|
106
31
|
addNewArt: `Agregar arte nuevo`,
|
107
32
|
addPreview: `Agregar vista previa`,
|
@@ -109,6 +34,7 @@ export const text: text = {
|
|
109
34
|
addToCart: `Agregar al carrito`,
|
110
35
|
advancedOptions: `Opciones avanzadas`,
|
111
36
|
all: `Todo`,
|
37
|
+
allFilesYouUploadHereWillBeAvailableToTheBuyer: `Todos los archivos que subas aquí estarán disponibles para el comprador`,
|
112
38
|
alreadySignedIn: `Sesión iniciada`,
|
113
39
|
amount: `Cantidad`,
|
114
40
|
amountShouldNotBeLessThan: (...v) =>
|
@@ -138,8 +64,13 @@ export const text: text = {
|
|
138
64
|
awaitingSeller: `Esperando vendedor`,
|
139
65
|
back: `Volver`,
|
140
66
|
basePrice: `Precio base`,
|
67
|
+
bigAppreciationToTheSellerForTheHardWork: `Gran agradecimiento al vendedor por el arduo trabajo`,
|
141
68
|
block: `Bloquear`,
|
69
|
+
buyerReviewedTheOrder: `El comprador revisó el pedido`,
|
70
|
+
buyerHasNotLeftAReviewYet: `El comprador aún no ha dejado una reseña`,
|
71
|
+
feedbackReceived: `¡Reseña recibida!`,
|
142
72
|
blockUser: (...v) => `Bloquear a @${v[0]}`,
|
73
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `Antes de aceptar, revisa cuidadosamente la solicitud del comprador`,
|
143
74
|
blog: `Blog`,
|
144
75
|
bookmarks: `Guardados`,
|
145
76
|
browseArt: `Examinar arte`,
|
@@ -150,6 +81,7 @@ export const text: text = {
|
|
150
81
|
cancelOrder: `Cancelar pedido`,
|
151
82
|
cannotStartWithChars: `No puedo empezar con s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
152
83
|
change: `Cambiar`,
|
84
|
+
checkOutMyShop: `Visita mi tienda`,
|
153
85
|
checkOrderStatus: `Verificar estado del pedido`,
|
154
86
|
changeArt: `Cambiar arte`,
|
155
87
|
changeAvatar: `Cambiar avatar`,
|
@@ -162,6 +94,8 @@ export const text: text = {
|
|
162
94
|
close: `Cerrar`,
|
163
95
|
colorTheme: `Tema de color`,
|
164
96
|
comingSoon: `Próximamente...`,
|
97
|
+
commercialUseAllowed: `Uso comercial permitido`,
|
98
|
+
commercialUseAllowsBuyersToUseYourProduct: `El uso comercial permite a los compradores usar tu producto para fines comerciales, como vender o promocionar sus servicios`,
|
165
99
|
community: `Comunidad`,
|
166
100
|
completed: `Completado`,
|
167
101
|
confirmAccount: `Confirmar cuenta`,
|
@@ -176,6 +110,7 @@ export const text: text = {
|
|
176
110
|
contractTitle: `Título del contrato`,
|
177
111
|
copyLink: `Copiar link`,
|
178
112
|
congratulations: `¡Felicidades!`,
|
113
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `¡Felicidades por completar tu pedido exitosamente!`,
|
179
114
|
copyrightViolation: `Violación de derechos de autor`,
|
180
115
|
couldNotCreateANewRecord: `No se pudo crear un nuevo registro`,
|
181
116
|
country: `País`,
|
@@ -183,6 +118,8 @@ export const text: text = {
|
|
183
118
|
createANewAccountFailed: `Fallo al crear una nueva cuenta`,
|
184
119
|
createExtrasForYourProduct: `Crear extras para tu producto`,
|
185
120
|
createNewAccount: `Crear una nueva cuenta`,
|
121
|
+
createAShopWithStripe: `Crea una tienda con Stripe`,
|
122
|
+
createdBy: `Creado por`,
|
186
123
|
currentPassword: `Contraseña actual`,
|
187
124
|
daily: `Diario`,
|
188
125
|
darkDefault: `Oscuro predeterminado`,
|
@@ -195,7 +132,10 @@ export const text: text = {
|
|
195
132
|
decline: `Rechazar`,
|
196
133
|
deletePost: `Eliminar publicación`,
|
197
134
|
deleteProduct: `Eliminar producto`,
|
135
|
+
download: `Descargar`,
|
136
|
+
downloadThemBelow: `Descárgalos abajo`,
|
198
137
|
deliveryTime: `Tiempo de entrega`,
|
138
|
+
describeTheDetailsOfYourExtra: `Describe los detalles de tu extra`,
|
199
139
|
description: `Descripción`,
|
200
140
|
details: `Detalles`,
|
201
141
|
didntReceiveEmail: `¿No recibió un correo electrónico?`,
|
@@ -216,6 +156,7 @@ export const text: text = {
|
|
216
156
|
emailAlreadyUsedByAnotherAccount: `El correo electrónico ya es usado por otra cuenta`,
|
217
157
|
emailNotifications: `Notificaciones por correo electrónico`,
|
218
158
|
enterOrPasteALink: `Introduzca o pegue un enlace`,
|
159
|
+
enjoyYourPurchase: `¡Disfruta tu compra! 😊`,
|
219
160
|
enterTheAddressAssociatedWithYourAccount: `Ingresa la dirección asociada con tu cuenta y te enviaremos un enlace para restablecer tu contraseña`,
|
220
161
|
enterYourPassword: `Ingresa tu contraseña`,
|
221
162
|
error: `Error`,
|
@@ -223,6 +164,7 @@ export const text: text = {
|
|
223
164
|
exitWithoutSaving: `Salir sin guardar`,
|
224
165
|
extensions: `Extensiones`,
|
225
166
|
extras: `Extras`,
|
167
|
+
extrasAreOptionalAddOnsToEnhanceYourProduct: `Los extras son complementos opcionales para mejorar tu producto`,
|
226
168
|
fileSizeIsTooBig: `El tamaño del archivo es demasiado grande`,
|
227
169
|
fileSizeIsTooSmall: `El tamaño del archivo es demasiado pequeño`,
|
228
170
|
filter: `Filtrar`,
|
@@ -245,11 +187,14 @@ export const text: text = {
|
|
245
187
|
haveAnyQuestions: `¿Tiene alguna pregunta?`,
|
246
188
|
usernameHasCanceledTheOrder: (...v) =>
|
247
189
|
`<b>${v[0]}</b> ha cancelado el pedido`,
|
190
|
+
usernameHasSubmittedTheWork: (...v) =>
|
191
|
+
`<b>${v[0]}</b> ha entregado el trabajo`,
|
248
192
|
hasNotAddedADescriptionFor: (...v) =>
|
249
193
|
`@${v[0]} no ha agregado una descripción para "${v[1]}"`,
|
250
194
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
251
195
|
`@${v[0]} aún no ha compartido detalles públicos`,
|
252
196
|
hate: `Odio`,
|
197
|
+
hereAreAFewWaysToGetThingsRolling: `Aquí tienes algunas formas de empezar`,
|
253
198
|
hire: `Contratar`,
|
254
199
|
homepage: `Página de inicio`,
|
255
200
|
howToContactYou: `Cómo contactarte`,
|
@@ -264,6 +209,7 @@ export const text: text = {
|
|
264
209
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `Incluye palabras clave que los compradores probablemente usarían para buscar un producto como el tuyo`,
|
265
210
|
inProgress: `En progreso`,
|
266
211
|
introduction: `Introducción`,
|
212
|
+
includes: `Incluye`,
|
267
213
|
invalidCode: `Código inválido`,
|
268
214
|
invalidCurrentPassword: `Contraseña actual inválida`,
|
269
215
|
invalidDate: `Fecha inválida`,
|
@@ -300,6 +246,9 @@ export const text: text = {
|
|
300
246
|
minHeight: `Altura mínima`,
|
301
247
|
minimumNChars: (...v) => `Mínimo ${v[0]} caracteres`,
|
302
248
|
minorAbuseOrSexualization: `Abuso o sexualización de menores`,
|
249
|
+
makeSureToIncludeClearInstructions: `Asegúrate de incluir instrucciones claras sobre cómo debe usarse cada referencia`,
|
250
|
+
makeSureYouFullyUnderstandTheRequirements: `Asegúrate de entender completamente los requisitos y de poder completar el pedido antes de la fecha límite`,
|
251
|
+
makeSureYourProductsArePricedCompetitively: `Asegúrate de que tus productos tengan precios competitivos`,
|
303
252
|
minWidth: `Ancho mínimo`,
|
304
253
|
monthly: `Mensual`,
|
305
254
|
moreFrom: (...v) => `Más de ${v[0]}`,
|
@@ -320,6 +269,7 @@ export const text: text = {
|
|
320
269
|
newOrder: `Nuevo pedido`,
|
321
270
|
newPassword: `Nueva contraseña`,
|
322
271
|
newProduct: `Nuevo producto`,
|
272
|
+
newProducts: `Nuevos productos`,
|
323
273
|
newsFeed: `Noticias`,
|
324
274
|
next: `Siguiente`,
|
325
275
|
nextTimeYouAuthenticateYouCouldUseThe: `La próxima vez que te autentiques, podrías usar la cuenta conectada en lugar del inicio de sesión y la contraseña`,
|
@@ -330,20 +280,25 @@ export const text: text = {
|
|
330
280
|
none: `Ninguno`,
|
331
281
|
noNotifications: `Sin notificaciones`,
|
332
282
|
noResults: `Sin resultados`,
|
283
|
+
noReviewsJustYet: `Aún no hay reseñas`,
|
333
284
|
notifications: `Notificaciones`,
|
334
285
|
noActiveOrdersToShow: `No hay pedidos activos para mostrar`,
|
335
286
|
notAcceptingOrders: `No aceptando pedidos`,
|
287
|
+
noSalesYetNoWorries: `¿Aún no tienes ventas? No te preocupes, acabas de empezar`,
|
336
288
|
nsfwContent18Plus: `Contenido NSFW (18+)`,
|
289
|
+
NSFWIndicatesAdultContent: `18+ NSFW indica contenido para adultos. Marca este campo solo si tu producto es para adultos`,
|
337
290
|
numberOfAdjustmentsAClientCouldRequest: `Número de ajustes que un cliente podría solicitar`,
|
338
291
|
online: `En línea`,
|
339
292
|
onlyLatinLettersNumbersHyphen: `Sólo letras latinas, números, guiones, guiones bajos y puntos`,
|
340
293
|
onlyNumbers: `Sólo números`,
|
294
|
+
onlyYouCanSeeWhatYouveSaved: `Solo tú puedes ver lo que has guardado`,
|
341
295
|
open: `Abierto`,
|
342
296
|
openDispute: `Abrir disputa`,
|
343
297
|
openGuestView: `Abrir vista de invitados`,
|
344
298
|
openingSoon: `¡Próxima apertura!`,
|
345
299
|
openToWork: `Abierto a trabajar`,
|
346
300
|
optional: `Opcional`,
|
301
|
+
requestDetails: `Detalles de la solicitud`,
|
347
302
|
or: `O`,
|
348
303
|
order: `Pedido`,
|
349
304
|
outOfStock: `Agotado`,
|
@@ -351,6 +306,7 @@ export const text: text = {
|
|
351
306
|
orderAgain: `Volver a ordenar`,
|
352
307
|
orderDetails: `Detalles del pedido`,
|
353
308
|
orderConfirmed: `Pedido confirmado`,
|
309
|
+
orderCompleted: `Pedido completado 🎉`,
|
354
310
|
orderStatus: `Estado del pedido`,
|
355
311
|
orderOptions: `Opciones de pedido`,
|
356
312
|
otherReason: `Otra razón`,
|
@@ -360,23 +316,33 @@ export const text: text = {
|
|
360
316
|
personal: `Personal`,
|
361
317
|
personalCircumstances: `Circunstancias personales`,
|
362
318
|
pleaseCheckYour: (...v) => `Por favor, revisa tu ${v[0]}`,
|
319
|
+
pleaseRateYourOrder: `Por favor, califica tu pedido`,
|
320
|
+
feelFreeToShareReferenceImagesAndMaterials: `Siéntete libre de compartir imágenes y materiales de referencia para ayudar al artista a crear tu pieza`,
|
363
321
|
pleaseDoNotShareYourPrivateInformationToOthers: `Por favor, no compartas tu información privada con otros`,
|
364
322
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
365
323
|
`Por favor, ingresa un número entre ${v[0]} y ${v[1]}`,
|
366
324
|
pleaseEnterAtLeastNChars: (...v) =>
|
367
325
|
`Por favor ingrese al menos ${v[0]} caracteres`,
|
368
326
|
pleaseFillOutYourDetails: `Por favor complete sus datos`,
|
327
|
+
pleaseFixTheErrorsBeforeSubmitting: `Por favor, corrige los errores antes de enviar`,
|
369
328
|
pleaseSignInToYourAccount: `Por favor ingrese a su cuenta`,
|
370
329
|
platform: `Plataforma`,
|
371
330
|
pleaseStartTyping: `Por favor, comience a escribir`,
|
331
|
+
pleaseTakeAMomentToReviewTheOrder: `Tómate un momento para revisar el pedido`,
|
332
|
+
pleaseReviewTheBuyersReferenceFiles: `Revisa los archivos de referencia del comprador y síguelos según lo especificado en la descripción del pedido`,
|
333
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `Revisa los detalles cuidadosamente antes de continuar`,
|
334
|
+
pleaseRespondToTheOrderBy: (...v) => `Responde al pedido antes del ${v[0]}`,
|
372
335
|
pleaseTryAgainOrClick: (...v) => `Por favor intente de nuevo o clic ${v[0]}`,
|
373
336
|
pleaseVerifyYourAccount: `Por favor verifique su cuenta`,
|
374
337
|
pressHereTo: `Presione aquí para`,
|
375
338
|
price: `Precio`,
|
339
|
+
payouts: `Pagos`,
|
376
340
|
privacyPolicy: `Política de Privacidad`,
|
377
341
|
privateInformation: `Información privada`,
|
378
342
|
proceedToCheckout: `Proceder al pago`,
|
379
343
|
product: `Producto`,
|
344
|
+
itemReviews: `Reseñas de artículos`,
|
345
|
+
portfolio: `Portafolio`,
|
380
346
|
profile: `Perfil`,
|
381
347
|
prohibitedTransaction: `Transacción prohibida`,
|
382
348
|
promotions: `Promociones`,
|
@@ -386,7 +352,15 @@ export const text: text = {
|
|
386
352
|
rankings: `Clasificaciones`,
|
387
353
|
reorderFiles: `Reordenar archivos`,
|
388
354
|
report: `Reportar`,
|
355
|
+
review: `Reseña`,
|
356
|
+
rules: `Reglas`,
|
357
|
+
reviews: `Reseñas`,
|
358
|
+
numOfReviews: (...v) => `Reseñas: ${v[0]} `,
|
359
|
+
reviewed: `Reseñado`,
|
360
|
+
reviewTitle: `Título de la reseña`,
|
361
|
+
reason: `Razón`,
|
389
362
|
revisions: `Revisiones`,
|
363
|
+
includesXRevisionS: (...v) => `Incluye ${v[0]} revisión(es)`,
|
390
364
|
sales: `Ventas`,
|
391
365
|
save: `Guardar`,
|
392
366
|
saveAvatar: `Guardar avatar`,
|
@@ -404,10 +378,15 @@ export const text: text = {
|
|
404
378
|
settings: `Configuraciones`,
|
405
379
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Configurar una tienda es gratis y solo lleva unos minutos`,
|
406
380
|
share: `Compartir`,
|
381
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `Comparte tus reglas y los tipos de solicitudes que no aceptas`,
|
382
|
+
shareYourShopOnSocialMedia: `Comparte tu tienda en redes sociales`,
|
383
|
+
shareYourFavoritePiecesOn: (...v) =>
|
384
|
+
`Comparte tus piezas favoritas en ${v[0]}`,
|
407
385
|
shareYourArtWithTheWorld: `Comparte tu arte con el mundo`,
|
408
386
|
shareYourStory: `¡Comparte tu historia!`,
|
409
387
|
sharingPersonalInformation: `Compartir información personal`,
|
410
388
|
shop: `Tienda`,
|
389
|
+
shopReviews: `Reseñas de la tienda`,
|
411
390
|
shopOrders: `Pedidos de la tienda`,
|
412
391
|
showLess: `Mostrar menos`,
|
413
392
|
showMore: `Mostrar más`,
|
@@ -418,21 +397,30 @@ export const text: text = {
|
|
418
397
|
socialMedia: `Redes sociales`,
|
419
398
|
spaceCharacterIsNotAllowed: `El carácter de espacio no está permitido`,
|
420
399
|
spam: `Correo no deseado`,
|
400
|
+
yourFavoritesWillShowUpHereAddSome: `Tus favoritos aparecerán aquí. ¡Agrega algunos!`,
|
421
401
|
submitAReport: `Enviar un informe`,
|
422
402
|
submitWork: `Enviar trabajo`,
|
423
403
|
subscribeToTalentsToKeepUpWithTheirProgress: `Suscríbete a talentos para mantenerte al día con su progreso`,
|
424
404
|
successChangedPasswordPleaseSignIn: `Contraseña cambiada exitosamente. Por favor inicie sesión`,
|
425
405
|
successCreatedRecord: `Registro creado exitosamente`,
|
426
406
|
successUpdatedRecord: `Registro actualizado exitosamente`,
|
407
|
+
successfullyDownloaded: `¡Descargado exitosamente!`,
|
408
|
+
successfullyUploaded: `¡Subido exitosamente!`,
|
427
409
|
supportMeOn: `Apóyame en`,
|
428
410
|
syncWithSystem: `Sincronizar con el sistema`,
|
429
411
|
tellUsAboutYourself: `Cuéntanos acerca de tí`,
|
430
412
|
termsAndConditions: `Términos y condiciones`,
|
431
413
|
termsOfUse: `Condiciones de uso`,
|
414
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `Dile al comprador qué recibirá con este producto`,
|
432
415
|
thankYouForReport: `Gracias por ayudar a mantener una comunidad en línea segura y respetuosa`,
|
416
|
+
thankYouForYourReview: `¡Gracias por tu reseña!`,
|
417
|
+
thankForYourSupport: `¡Gracias por tu apoyo!`,
|
433
418
|
theLinkIsBrokenOrPageHasBeenRemoved: `El enlace está roto o la página ha sido eliminada`,
|
434
419
|
themeMode: `Modo de tema`,
|
435
420
|
thisIsThePriceYouPropose: `Este es el precio que propones`,
|
421
|
+
thisFieldIsOptional: `Este campo es opcional`,
|
422
|
+
thisCannotBeUndone: `Esto no se puede deshacer`,
|
423
|
+
ensureYouveUploadedTheFinalVersion: `Asegúrate de haber subido la versión final antes de enviar`,
|
436
424
|
threateningViolence: `Amenaza de violencia`,
|
437
425
|
title: `Título`,
|
438
426
|
timeConstraints: `Restricciones de tiempo`,
|
@@ -448,6 +436,7 @@ export const text: text = {
|
|
448
436
|
`Para ver estos datos, necesitas desbloquear a @${v[0]}`,
|
449
437
|
trademarkViolation: `Violación de marca registrada`,
|
450
438
|
typeYourTextHere: `Escribe tu texto aquí...`,
|
439
|
+
theSellerHasUploadedTheseFilesForYou: `El vendedor ha subido estos archivos para ti`,
|
451
440
|
unblock: `Desbloquear`,
|
452
441
|
unblockUser: (...v) => `Desbloquear a @${v[0]}`,
|
453
442
|
unfollow: `Dejar de seguir`,
|
@@ -457,10 +446,17 @@ export const text: text = {
|
|
457
446
|
uploadNewPost: `Subir nueva publicación`,
|
458
447
|
uploadNewProduct: `Subir nuevo producto`,
|
459
448
|
username: `Nombre de usuario`,
|
449
|
+
pleaseUploadOnlyFinishedWorkHere: `Por favor, sube solo trabajos terminados aquí`,
|
450
|
+
allWIPRelatedFilesShouldBeUploadedInMessages: `Todos los archivos relacionados con WIP deben subirse en mensajes`,
|
460
451
|
usernameAlreadyExists: `Nombre de usuario ya existe`,
|
461
452
|
usernameAndXMoreFollowYou: (...v) => `<b>${v[0]}</b> y ${v[1]} más te siguen`,
|
453
|
+
usernameAndXMoreReacted: (...v) =>
|
454
|
+
`<b>${v[0]}</b> y ${v[1]} más reaccionaron`,
|
462
455
|
usernameFollowsYou: (...v) => `<b>${v[0]}</b> te sigue`,
|
456
|
+
usernameReacted: (...v) => `<b>${v[0]}</b> reaccionó`,
|
463
457
|
useThisEmailTo: `Usa este correo electrónico para: autenticarte, recibir notificaciones`,
|
458
|
+
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
459
|
+
`Desafortunadamente, ${v[0]} tuvo que cancelar este pedido`,
|
464
460
|
valueIsNotTheSame: `Valor no es el mismo`,
|
465
461
|
verificationCode: `Código de verificación`,
|
466
462
|
verifyCode: `Verificar código`,
|
@@ -470,6 +466,7 @@ export const text: text = {
|
|
470
466
|
visitOurDiscordChannelToGetMoreDetails: `Visite nuestro canal de desacuerdos para obtener más detalles`,
|
471
467
|
weAreOnInstagram: `Estamos en Instagram`,
|
472
468
|
weAreWorkingOnIt: `Estamos trabajando en ello`,
|
469
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `¡Bien hecho! El trabajo se ha completado exitosamente`,
|
473
470
|
weDoNotDisplayNSFWContentYet: `Todavía no mostramos contenido NSFW`,
|
474
471
|
weekly: `Semanal`,
|
475
472
|
whenYouPurchaseSomethingItWillAppearHere: `Cuando compres algo, aparecerá aquí`,
|
@@ -488,13 +485,16 @@ export const text: text = {
|
|
488
485
|
yesterday: `Ayer`,
|
489
486
|
youReceivedANewOrderFrom: (...v) =>
|
490
487
|
`Ha recibido un nuevo pedido de <b>${v[0]}</b>`,
|
488
|
+
youReceivedAReview: `Has recibido una reseña`,
|
491
489
|
youHaveSuccessfullyCreatedYourShop: `Ha creado su tienda con éxito`,
|
492
490
|
youAreAlreadyAuthenticated: `Ya estas autenticado`,
|
493
491
|
youCanAutoPublishToYourSocialMediaAccount: `Puedes publicar automáticamente en tu cuenta de redes sociales`,
|
494
492
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Puedes modificar los tipos de notificaciones que recibes por correo electrónico`,
|
495
493
|
youCanRequestRemovalOfYourAccount: `Puedes solicitar la eliminación de tu cuenta con todos tus datos`,
|
494
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `Tu opinión guía a los compradores y ayuda a los vendedores a ofrecer mejores productos`,
|
496
495
|
youCanStillNavigateToThePreviouslyOpenedPages: `Todavía puede navegar a las páginas abiertas anteriormente`,
|
497
496
|
youDidNotSelectAnyChats: `No seleccionó ningún chat`,
|
497
|
+
youllSeeReviewsHereOnceBuyersShareTheirExperience: `Verás reseñas aquí una vez que los compradores compartan su experiencia`,
|
498
498
|
youDidNotUpdateAnyValues: `No actualizaste ningún valor`,
|
499
499
|
youDoNotHaveAnyChats: `No tiene ningún chat`,
|
500
500
|
youHaveNotSetAPassword: `No has establecido una contraseña`,
|
@@ -505,8 +505,8 @@ export const text: text = {
|
|
505
505
|
yourAccountWillBeRemoved: (...v) => `Tu cuenta será eliminada ${v[0]}`,
|
506
506
|
youHaveNoPurchases: `No tienes compras`,
|
507
507
|
couldYouPleaseProvideTheReasonForTheCancellation: `¿Podría proporcionar la razón de la cancelación?`,
|
508
|
-
yourFeedbackWouldBeGreatlyAppreciated: `Su opinión sería muy apreciada`,
|
509
508
|
yourArts: `Tu arte`,
|
509
|
+
youCanceledTheOrder: `Cancelaste el pedido`,
|
510
510
|
yourAvatar: `Tu avatar`,
|
511
511
|
yourBlog: `Tu blog`,
|
512
512
|
yourFansAreWaiting: `Tus fans están esperando`,
|