@anime.club/translations 1.1.81 → 1.1.83
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 +46 -44
- package/src/chinese-simplified.ts +44 -44
- package/src/english.ts +4 -1
- package/src/french.ts +46 -44
- package/src/german.ts +47 -44
- package/src/hindi.ts +47 -44
- package/src/indonesian.ts +47 -44
- package/src/japanese.ts +47 -44
- package/src/korean.ts +47 -44
- package/src/portuguese.ts +46 -44
- package/src/russian.ts +15 -12
- package/src/spanish.ts +47 -44
- package/src/thai.ts +46 -44
- package/src/vietnamese.ts +46 -44
package/src/french.ts
CHANGED
@@ -1,47 +1,4 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
accountDeleted: `(en) Account deleted`,
|
3
|
-
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
4
|
-
buyer: `(en) Buyer`,
|
5
|
-
cancellationReason: `(en) Cancellation reason`,
|
6
|
-
cancellationInitiator: `(en) Cancellation initiator`,
|
7
|
-
checkOrderStatus: `(en) Check order status`,
|
8
|
-
contactUs: `(en) Contact us`,
|
9
|
-
congratulations: `(en) Congratulations!`,
|
10
|
-
deleteShop: `(en) Delete shop`,
|
11
|
-
decline: `(en) Decline`,
|
12
|
-
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
13
|
-
haveAnyQuestions: `(en) Have any questions?`,
|
14
|
-
usernameHasCanceledTheOrder: (...v) =>
|
15
|
-
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
-
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
-
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
18
|
-
lackOfInformation: `(en) Lack of information`,
|
19
|
-
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
20
|
-
notAcceptingOrders: `(en) Not accepting orders`,
|
21
|
-
openDispute: `(en) Open dispute`,
|
22
|
-
order: `(en) Order`,
|
23
|
-
outOfStock: `(en) Out of stock`,
|
24
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
25
|
-
otherReason: `(en) Other reason`,
|
26
|
-
personalCircumstances: `(en) Personal circumstances`,
|
27
|
-
platform: `(en) Platform`,
|
28
|
-
pleaseStartTyping: `(en) Please start typing`,
|
29
|
-
seller: `(en) Seller`,
|
30
|
-
timeConstraints: `(en) Time constraints`,
|
31
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
-
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
-
`(en) The review period is limited to ${v[0]} days`,
|
34
|
-
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
35
|
-
viewReview: `(en) View review`,
|
36
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
37
|
-
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
38
|
-
leaveAReview: `(en) Leave a review`,
|
39
|
-
youReceivedANewOrderFrom: (...v) =>
|
40
|
-
`(en) You received a new order from <b>${v[0]}</b>`,
|
41
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
-
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
43
|
-
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
44
|
-
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
45
2
|
_colon: ` : `,
|
46
3
|
_comma: `, `,
|
47
4
|
_dot: `. `,
|
@@ -52,6 +9,7 @@ export const text: text = {
|
|
52
9
|
accept: `Accepter`,
|
53
10
|
acceptOrder: `Accepter la commande`,
|
54
11
|
account: `Compte`,
|
12
|
+
accountDeleted: `Compte supprimé`,
|
55
13
|
accountActivation: `Activation de compte`,
|
56
14
|
accountAlreadyExists: `Compte existe déjà`,
|
57
15
|
accountDoesNotExist: `Compte n'existe pas`,
|
@@ -92,6 +50,7 @@ export const text: text = {
|
|
92
50
|
`${v[0]} œuvres d'art disponibles à la visualisation`,
|
93
51
|
authenticationFailed: `Authentification échouée`,
|
94
52
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `La publication automatique sur Instagram n'est disponible que pour les comptes professionnels Instagram`,
|
53
|
+
attentionYourOrderHasBeenDisputed: `Attention ! Votre commande a été contestée. Veuillez vérifier les détails`,
|
95
54
|
awaitingReview: `En attente de révision`,
|
96
55
|
awaitingSeller: `En attente du vendeur`,
|
97
56
|
back: `Arrière`,
|
@@ -102,11 +61,15 @@ export const text: text = {
|
|
102
61
|
bookmarks: `Signets`,
|
103
62
|
browseArt: `Parcourir l'art`,
|
104
63
|
browseShop: `Parcourir la boutique`,
|
64
|
+
buyer: `Acheteur`,
|
105
65
|
cancel: `Annuler`,
|
106
66
|
canceled: `Annulé`,
|
107
67
|
cancelOrder: `Annuler la commande`,
|
68
|
+
cancellationReason: `Raison de l'annulation`,
|
69
|
+
cancellationInitiator: `Initiateur de l'annulation`,
|
108
70
|
cannotStartWithChars: `Impossible de démarrer avec s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
109
71
|
change: `Changer`,
|
72
|
+
checkOrderStatus: `Vérifier le statut de la commande`,
|
110
73
|
changeArt: `Changer d'art`,
|
111
74
|
changeAvatar: `Changer d'avatar`,
|
112
75
|
changeEmail: `Changer d'email`,
|
@@ -128,9 +91,11 @@ export const text: text = {
|
|
128
91
|
contactInformation: `Informations de contact`,
|
129
92
|
contactSeller: `Contacter le vendeur`,
|
130
93
|
contactSupport: `Contacter le support`,
|
94
|
+
contactUs: `Contactez-nous`,
|
131
95
|
continue: `Continuer`,
|
132
96
|
contractTitle: `Titre du contrat`,
|
133
97
|
copyLink: `Copier le lien`,
|
98
|
+
congratulations: `Félicitations !`,
|
134
99
|
copyrightViolation: `Violation de droits d'auteur`,
|
135
100
|
couldNotCreateANewRecord: `Impossible de créer un nouvel enregistrement`,
|
136
101
|
country: `Pays`,
|
@@ -145,8 +110,10 @@ export const text: text = {
|
|
145
110
|
darkHighContrast: `Thème sombre à fort contraste`,
|
146
111
|
dayTheme: `Thème de jour`,
|
147
112
|
delete: `Supprimer`,
|
113
|
+
deleteShop: `Supprimer la boutique`,
|
148
114
|
deleteAccount: `Supprimer le compte`,
|
149
115
|
deleteArt: `Supprimer l'art`,
|
116
|
+
decline: `Refuser`,
|
150
117
|
deletePost: `Supprimer le message`,
|
151
118
|
deleteProduct: `Supprimer le produit`,
|
152
119
|
deliveryTime: `Délai de livraison`,
|
@@ -179,6 +146,7 @@ export const text: text = {
|
|
179
146
|
extensions: `Extensions`,
|
180
147
|
extras: `Extras`,
|
181
148
|
fileSizeIsTooBig: `La taille du fichier est trop grande`,
|
149
|
+
fileSizeIsTooSmall: `La taille du fichier est trop petite`,
|
182
150
|
filter: `Filtre`,
|
183
151
|
filterBy: `Filter par`,
|
184
152
|
findUser: `Trouver utilisateur`,
|
@@ -194,7 +162,10 @@ export const text: text = {
|
|
194
162
|
getDetails: `Plus d'informations`,
|
195
163
|
getStarted: `Commencer`,
|
196
164
|
guestView: `Vue client`,
|
165
|
+
greatNewsYourOrderIsNowInProgress: `Bonne nouvelle ! Votre commande est en cours`,
|
197
166
|
harassment: `Harcèlement`,
|
167
|
+
haveAnyQuestions: `Avez-vous des questions ?`,
|
168
|
+
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> a annulé la commande`,
|
198
169
|
hasNotAddedADescriptionFor: (...v) =>
|
199
170
|
`@${v[0]} n'a pas ajouté de description pour "${v[1]}"`,
|
200
171
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
@@ -205,6 +176,8 @@ export const text: text = {
|
|
205
176
|
howToContactYou: `Comment vous contacter`,
|
206
177
|
howToFindYouOnOtherSocialNetworks: `Comment vous trouver sur d'autres réseaux sociaux`,
|
207
178
|
iAgreeWith: `Je suis d'accord avec`,
|
179
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
180
|
+
`Si aucune réponse n'est reçue d'ici ${v[0]}, la commande sera automatiquement marquée comme terminée`,
|
208
181
|
id: `ID`,
|
209
182
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `La hauteur de l'img doit être supérieure ou égale à`,
|
210
183
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `La largeur de l'img doit être supérieure ou égale à`,
|
@@ -222,14 +195,17 @@ export const text: text = {
|
|
222
195
|
joinChat: `Rejoindre le chat`,
|
223
196
|
joinUsOnFacebook: `Rejoignez nous sur Facebook`,
|
224
197
|
language: `Langue`,
|
198
|
+
lackOfInformation: `Manque d'informations`,
|
225
199
|
languages: `Langues`,
|
226
200
|
letEveryoneKnowHowToDonateToYou: `Faites savoir à tout le monde comment vous faire un don`,
|
227
201
|
letOthersKnowAboutYou: `Faites savoir aux autres qui vous êtes`,
|
202
|
+
letsUploadYourFirstProduct: `Téléchargeons votre premier produit`,
|
228
203
|
letUsKnowWhatsHappening: `Faites-nous savoir ce qui se passe et nous examinerons la situation`,
|
229
204
|
licenseForForProfitBusinessUse: `Licence pour utilisation commerciale à but lucratif`,
|
230
205
|
lightDefault: `Thème clair par défaut`,
|
231
206
|
lightHighContrast: `Thème clair à fort contraste`,
|
232
207
|
likes: `Likes`,
|
208
|
+
limit: `Limite`,
|
233
209
|
linkCopiedToClipboard: `Lien copié dans le presse-papiers`,
|
234
210
|
livesIn: `Vivre dans`,
|
235
211
|
loading: `Chargement`,
|
@@ -279,34 +255,43 @@ export const text: text = {
|
|
279
255
|
noResults: `Aucun résultat`,
|
280
256
|
notifications: `Notifications`,
|
281
257
|
noActiveOrdersToShow: `Aucune commande active à afficher`,
|
258
|
+
notAcceptingOrders: `N'accepte pas les commandes`,
|
282
259
|
nsfwContent18Plus: `Contenu NSFW (18+)`,
|
283
260
|
numberOfAdjustmentsAClientCouldRequest: `Nombre d'ajustements qu'un client pourrait demander`,
|
284
261
|
online: `En ligne`,
|
285
262
|
onlyLatinLettersNumbersHyphen: `Seulement des lettres latines, des chiffres, des tirets, des traits de soulignement et des points`,
|
286
263
|
onlyNumbers: `Seulement les chiffres`,
|
287
264
|
open: `Ouvrir`,
|
265
|
+
openDispute: `Ouvrir un litige`,
|
288
266
|
openGuestView: `Ouvrir la vue client`,
|
289
267
|
openingSoon: `Ouverture prochaine !`,
|
290
268
|
openToWork: `Ouvert au travail`,
|
291
269
|
optional: `Optionnel`,
|
292
270
|
or: `OU`,
|
271
|
+
order: `Commande`,
|
272
|
+
outOfStock: `En rupture de stock`,
|
273
|
+
ordered: (...v) => `Commandé ${v[0]}`,
|
293
274
|
orderAgain: `Commander à nouveau`,
|
294
275
|
orderDetails: `Détails de la commande`,
|
276
|
+
orderConfirmed: `Commande confirmée`,
|
295
277
|
orderStatus: `Statut de la commande`,
|
296
278
|
orderOptions: `Options de commande`,
|
279
|
+
otherReason: `Autre raison`,
|
297
280
|
pageNotFound: `Page non trouvée`,
|
298
281
|
password: `Mot de passe`,
|
299
282
|
payments: `Paiements`,
|
300
283
|
personal: `Personnel`,
|
284
|
+
personalCircumstances: `Circonstances personnelles`,
|
301
285
|
pleaseCheckYour: (...v) => `Veuillez vérifier votre ${v[0]}`,
|
302
286
|
pleaseDoNotShareYourPrivateInformationToOthers: `Veuillez ne pas partager vos informations privées avec d'autres personnes`,
|
303
|
-
pleaseDropOnlyOneImage: `Veuillez déposer une seule image`,
|
304
287
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
305
288
|
`Veuillez entrer un nombre entre ${v[0]} et ${v[1]}`,
|
306
289
|
pleaseEnterAtLeastNChars: (...v) =>
|
307
290
|
`Veuillez saisir au moins ${v[0]} caractères`,
|
308
291
|
pleaseFillOutYourDetails: `Veuillez remplir vos coordonnées`,
|
309
292
|
pleaseSignInToYourAccount: `Veuillez vous-connecter à votre compte`,
|
293
|
+
platform: `Plateforme`,
|
294
|
+
pleaseStartTyping: `Veuillez commencer à taper`,
|
310
295
|
pleaseTryAgainOrClick: (...v) => `Veuillez réesayer ou cliquer sur ${v[0]}`,
|
311
296
|
pleaseVerifyYourAccount: `Veuillez vérifier votre compte`,
|
312
297
|
pressHereTo: `Cliquez ici pour`,
|
@@ -333,6 +318,7 @@ export const text: text = {
|
|
333
318
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Sélectionnez un thème unique ou synchronisez avec votre système et passez automatiquement entre les thèmes jour et nuit`,
|
334
319
|
selectAvatar: `Sélectionner l'avatar`,
|
335
320
|
selectCharacters: `Sélectionner le (s) personnage (s)`,
|
321
|
+
seller: `Vendeur`,
|
336
322
|
selectFile: `Choisir le dossier`,
|
337
323
|
selectTheme: `Sélectionner un thème`,
|
338
324
|
selectThumbnail: `Sélectionner la vignette`,
|
@@ -372,7 +358,12 @@ export const text: text = {
|
|
372
358
|
thisIsThePriceYouPropose: `C'est le prix que vous proposez`,
|
373
359
|
threateningViolence: `Menace de violence`,
|
374
360
|
title: `Titre`,
|
361
|
+
timeConstraints: `Contraintes de temps`,
|
375
362
|
titleYourExtraService: `Nommez votre service supplémentaire`,
|
363
|
+
theMaximumQuantityThatACustomerCanAdd: `La quantité maximale qu'un client peut ajouter`,
|
364
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
365
|
+
`La période de révision est limitée à ${v[0]} jours`,
|
366
|
+
toHelpTheCreatorCompleteYourOrder: `Pour aider le créateur à compléter votre commande à votre satisfaction, veuillez fournir une description détaillée de ce que vous voulez. Incluez le thème souhaité, le style et les caractéristiques du personnage, ainsi que toute autre spécification importante`,
|
376
367
|
today: `Aujourd'hui`,
|
377
368
|
toGetWorkRelatedNotifications: `Pour recevoir des notifications liées au travail`,
|
378
369
|
total: `Total`,
|
@@ -401,10 +392,12 @@ export const text: text = {
|
|
401
392
|
verificationCode: `Code de vérification`,
|
402
393
|
verifyCode: `Vérifier le code`,
|
403
394
|
viewDetails: `Voir les détails`,
|
395
|
+
viewReview: `Voir l'avis`,
|
404
396
|
viewEveryNotificationOfAGroupSeparately: `Voir chaque notification d'un groupe séparément`,
|
405
397
|
visitOurDiscordChannelToGetMoreDetails: `Pour plus d'informations, visitez notre chaîne Discord`,
|
406
398
|
weAreOnInstagram: `Nous sommes sur Instagram`,
|
407
399
|
weAreWorkingOnIt: `Nous y travaillons`,
|
400
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Bien joué ! Votre travail a été complété avec succès`,
|
408
401
|
weDoNotDisplayNSFWContentYet: `Nous n'affichons pas encore de contenu NSFW`,
|
409
402
|
weekly: `Hebdomadaire`,
|
410
403
|
whenYouPurchaseSomethingItWillAppearHere: `Lorsque vous achetez quelque chose, cela apparaîtra ici`,
|
@@ -412,12 +405,18 @@ export const text: text = {
|
|
412
405
|
welcomeToAnimeClub: `Bienvenue sur Anime.club !`,
|
413
406
|
weSentAnEmailTo: `Nous avons envoyé un courriel à :`,
|
414
407
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `Nous vous avons envoyé un nouvel courriel de vérification. Veuillez saisir le code`,
|
408
|
+
weAreExcitedToSeeYourProgressKeepItUp: `Nous sommes impatients de voir vos progrès. Continuez comme ça !`,
|
415
409
|
weSupportOnlyTheFollowingFileExtensions: `Nous ne prenons en charge que les extensions de fichiers suivantes :`,
|
416
410
|
work: `Travail`,
|
411
|
+
weWouldLoveToHearFromYou: `Nous aimerions avoir de vos nouvelles`,
|
417
412
|
workDescription: `Description du travail`,
|
413
|
+
leaveAReview: `Laisser un avis`,
|
418
414
|
wrongEmailOrPassword: `E-mail ou mot de passe erroné`,
|
419
415
|
yes: `oui`,
|
420
416
|
yesterday: `Hier`,
|
417
|
+
youReceivedANewOrderFrom: (...v) =>
|
418
|
+
`Vous avez reçu une nouvelle commande de <b>${v[0]}</b>`,
|
419
|
+
youHaveSuccessfullyCreatedYourShop: `Vous avez créé votre boutique avec succès`,
|
421
420
|
youAreAlreadyAuthenticated: `Vous êtes déjà authentifié`,
|
422
421
|
youCanAutoPublishToYourSocialMediaAccount: `Vous pouvez publier automatiquement sur votre compte de médias sociaux`,
|
423
422
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Vous pouvez modifier les types de notifications que vous recevez par e-mail`,
|
@@ -429,9 +428,12 @@ export const text: text = {
|
|
429
428
|
youHaveNotSetAPassword: `Vous n'avez pas défini de mot de passe`,
|
430
429
|
youHaveNotSharedAnythingYet: `Vous n'avez encore rien partagé`,
|
431
430
|
youHaveReachedTheMaximumNumberOfFiles: `Vous avez atteint le nombre maximum de fichiers`,
|
431
|
+
kindlyHoldOnForTheBuyersReview: `Veuillez patienter pour l'avis de l'acheteur sur la commande.`,
|
432
432
|
yourAccountIsVerifiedPleaseSignIn: `Votre compte est vérifié. Veuillez vous connecter`,
|
433
433
|
yourAccountWillBeRemoved: (...v) => `Votre compte sera supprimé ${v[0]}`,
|
434
434
|
youHaveNoPurchases: `Vous n'avez aucun achat`,
|
435
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `Pourriez-vous fournir la raison de l'annulation`,
|
436
|
+
yourFeedbackWouldBeGreatlyAppreciated: `Vos commentaires seraient grandement appréciés`,
|
435
437
|
yourArts: `Vos arts`,
|
436
438
|
yourAvatar: `Votre avatar`,
|
437
439
|
yourBlog: `Votre blog`,
|
package/src/german.ts
CHANGED
@@ -1,47 +1,4 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
accountDeleted: `(en) Account deleted`,
|
3
|
-
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
4
|
-
buyer: `(en) Buyer`,
|
5
|
-
cancellationReason: `(en) Cancellation reason`,
|
6
|
-
cancellationInitiator: `(en) Cancellation initiator`,
|
7
|
-
checkOrderStatus: `(en) Check order status`,
|
8
|
-
contactUs: `(en) Contact us`,
|
9
|
-
congratulations: `(en) Congratulations!`,
|
10
|
-
deleteShop: `(en) Delete shop`,
|
11
|
-
decline: `(en) Decline`,
|
12
|
-
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
13
|
-
haveAnyQuestions: `(en) Have any questions?`,
|
14
|
-
usernameHasCanceledTheOrder: (...v) =>
|
15
|
-
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
-
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
-
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
18
|
-
lackOfInformation: `(en) Lack of information`,
|
19
|
-
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
20
|
-
notAcceptingOrders: `(en) Not accepting orders`,
|
21
|
-
openDispute: `(en) Open dispute`,
|
22
|
-
order: `(en) Order`,
|
23
|
-
outOfStock: `(en) Out of stock`,
|
24
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
25
|
-
otherReason: `(en) Other reason`,
|
26
|
-
personalCircumstances: `(en) Personal circumstances`,
|
27
|
-
platform: `(en) Platform`,
|
28
|
-
pleaseStartTyping: `(en) Please start typing`,
|
29
|
-
seller: `(en) Seller`,
|
30
|
-
timeConstraints: `(en) Time constraints`,
|
31
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
-
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
-
`(en) The review period is limited to ${v[0]} days`,
|
34
|
-
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
35
|
-
viewReview: `(en) View review`,
|
36
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
37
|
-
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
38
|
-
leaveAReview: `(en) Leave a review`,
|
39
|
-
youReceivedANewOrderFrom: (...v) =>
|
40
|
-
`(en) You received a new order from <b>${v[0]}</b>`,
|
41
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
-
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
43
|
-
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
44
|
-
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
45
2
|
_colon: `: `,
|
46
3
|
_comma: `, `,
|
47
4
|
_dot: `. `,
|
@@ -52,6 +9,7 @@ export const text: text = {
|
|
52
9
|
accept: `Akzeptieren`,
|
53
10
|
acceptOrder: `Bestellung annehmen`,
|
54
11
|
account: `Konto`,
|
12
|
+
accountDeleted: `Konto gelöscht`,
|
55
13
|
accountActivation: `Kontoaktivierung`,
|
56
14
|
accountAlreadyExists: `Konto existiert bereits`,
|
57
15
|
accountDoesNotExist: `Konto existiert nicht`,
|
@@ -91,6 +49,7 @@ export const text: text = {
|
|
91
49
|
artworksAvailableToView: (...v) => `${v[0]} Kunstwerke verfügbar zum Ansehen`,
|
92
50
|
authenticationFailed: `Authentifizierung fehlgeschlagen`,
|
93
51
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Automatisches Veröffentlichen auf Instagram ist nur für Instagram Geschäftskonten verfügbar`,
|
52
|
+
attentionYourOrderHasBeenDisputed: `Achtung! Ihre Bestellung wurde angefochten. Bitte überprüfen Sie die Details`,
|
94
53
|
awaitingReview: `Warten auf Überprüfung`,
|
95
54
|
awaitingSeller: `Warten auf Verkäufer`,
|
96
55
|
back: `Zurück`,
|
@@ -101,11 +60,15 @@ export const text: text = {
|
|
101
60
|
bookmarks: `Lesezeichen`,
|
102
61
|
browseArt: `Kunst durchsuchen`,
|
103
62
|
browseShop: `Shop durchsuchen`,
|
63
|
+
buyer: `Käufer`,
|
104
64
|
cancel: `stornieren`,
|
105
65
|
canceled: `Abgebrochen`,
|
106
66
|
cancelOrder: `Bestellung stornieren`,
|
67
|
+
cancellationReason: `Stornierungsgrund`,
|
68
|
+
cancellationInitiator: `Stornierungsinitiator`,
|
107
69
|
cannotStartWithChars: `Kann nicht mit s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
108
70
|
change: `Ändern`,
|
71
|
+
checkOrderStatus: `Bestellstatus überprüfen`,
|
109
72
|
changeArt: `Kunst ändern`,
|
110
73
|
changeAvatar: `Avatar ändern`,
|
111
74
|
changeEmail: `E-Mail ändern`,
|
@@ -127,9 +90,11 @@ export const text: text = {
|
|
127
90
|
contactInformation: `Kontaktinformationen`,
|
128
91
|
contactSeller: `Verkäufer kontaktieren`,
|
129
92
|
contactSupport: `Support kontaktieren`,
|
93
|
+
contactUs: `Kontaktieren Sie uns`,
|
130
94
|
continue: `Weiter`,
|
131
95
|
contractTitle: `Vertragstitel`,
|
132
96
|
copyLink: `Link kopieren`,
|
97
|
+
congratulations: `Herzlichen Glückwunsch!`,
|
133
98
|
copyrightViolation: `Urheberrechtsverletzung`,
|
134
99
|
couldNotCreateANewRecord: `Es konnte kein neuer Datensatz erstellt werden`,
|
135
100
|
country: `Land`,
|
@@ -144,8 +109,10 @@ export const text: text = {
|
|
144
109
|
darkHighContrast: `Dunkel hoher Kontrast`,
|
145
110
|
dayTheme: `Tages-Thema`,
|
146
111
|
delete: `Löschen`,
|
112
|
+
deleteShop: `Shop löschen`,
|
147
113
|
deleteAccount: `Konto löschen`,
|
148
114
|
deleteArt: `Art löschen`,
|
115
|
+
decline: `Ablehnen`,
|
149
116
|
deletePost: `Beitrag löschen`,
|
150
117
|
deleteProduct: `Produkt löschen`,
|
151
118
|
deliveryTime: `Lieferzeit`,
|
@@ -178,6 +145,7 @@ export const text: text = {
|
|
178
145
|
extensions: `Erweiterungen`,
|
179
146
|
extras: `Extras`,
|
180
147
|
fileSizeIsTooBig: `Die Dateigröße ist zu groß`,
|
148
|
+
fileSizeIsTooSmall: `Dateigröße ist zu klein`,
|
181
149
|
filter: `Filter`,
|
182
150
|
filterBy: `Filter nach`,
|
183
151
|
findUser: `Nutzer finden`,
|
@@ -193,7 +161,11 @@ export const text: text = {
|
|
193
161
|
getDetails: `Weitere Einzelheiten`,
|
194
162
|
getStarted: `Loslegen`,
|
195
163
|
guestView: `Gastansicht`,
|
164
|
+
greatNewsYourOrderIsNowInProgress: `Gute Nachrichten! Ihre Bestellung wird jetzt bearbeitet`,
|
196
165
|
harassment: `Belästigung`,
|
166
|
+
haveAnyQuestions: `Haben Sie Fragen?`,
|
167
|
+
usernameHasCanceledTheOrder: (...v) =>
|
168
|
+
`<b>${v[0]}</b> hat die Bestellung storniert`,
|
197
169
|
hasNotAddedADescriptionFor: (...v) =>
|
198
170
|
`@${v[0]} hat keine Beschreibung für "${v[1]}" hinzugefügt`,
|
199
171
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
@@ -204,6 +176,8 @@ export const text: text = {
|
|
204
176
|
howToContactYou: `Wie man dich kontaktieren kann`,
|
205
177
|
howToFindYouOnOtherSocialNetworks: `Wie man dich auf anderen sozialen Netzwerken finden kann`,
|
206
178
|
iAgreeWith: `Ich bin einverstanden mit`,
|
179
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
180
|
+
`Wenn bis ${v[0]} keine Antwort erfolgt, wird die Bestellung automatisch als abgeschlossen markiert`,
|
207
181
|
id: `ID`,
|
208
182
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `Die Höhe von Img muss größer oder gleich sein`,
|
209
183
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Die Breite von Img muss größer oder gleich sein`,
|
@@ -221,14 +195,17 @@ export const text: text = {
|
|
221
195
|
joinChat: `Chat beitreten`,
|
222
196
|
joinUsOnFacebook: `Folge uns auf Facebook`,
|
223
197
|
language: `Sprache`,
|
198
|
+
lackOfInformation: `Mangel an Informationen`,
|
224
199
|
languages: `Sprachen`,
|
225
200
|
letEveryoneKnowHowToDonateToYou: `Lass alle wissen, wie sie dir spenden können`,
|
226
201
|
letOthersKnowAboutYou: `Lass andere über dich wissen`,
|
202
|
+
letsUploadYourFirstProduct: `Lassen Sie uns Ihr erstes Produkt hochladen`,
|
227
203
|
letUsKnowWhatsHappening: `Lass uns wissen, was passiert, und wir werden uns darum kümmern`,
|
228
204
|
licenseForForProfitBusinessUse: `Lizenz für gewerbliche Nutzung`,
|
229
205
|
lightDefault: `Hell Standard`,
|
230
206
|
lightHighContrast: `Hell hoher Kontrast`,
|
231
207
|
likes: `Likes`,
|
208
|
+
limit: `Limit`,
|
232
209
|
linkCopiedToClipboard: `Link in Zwischenablage kopiert`,
|
233
210
|
livesIn: `Leben in`,
|
234
211
|
loading: `Laden`,
|
@@ -278,34 +255,43 @@ export const text: text = {
|
|
278
255
|
noResults: `Keine Ergebnisse`,
|
279
256
|
notifications: `Benachrichtigungen`,
|
280
257
|
noActiveOrdersToShow: `Keine aktiven Bestellungen zum Anzeigen`,
|
258
|
+
notAcceptingOrders: `Nimmt keine Bestellungen an`,
|
281
259
|
nsfwContent18Plus: `NSFW-Inhalt (18+)`,
|
282
260
|
numberOfAdjustmentsAClientCouldRequest: `Anzahl der Anpassungen, die ein Kunde anfordern könnte`,
|
283
261
|
online: `Online`,
|
284
262
|
onlyLatinLettersNumbersHyphen: `Nur lateinische Buchstaben, Zahlen, Bindestrich, Unterstrich und Punktzeichen`,
|
285
263
|
onlyNumbers: `Nur Zahlen`,
|
286
264
|
open: `Öffnen`,
|
265
|
+
openDispute: `Streitfall eröffnen`,
|
287
266
|
openGuestView: `Gastansicht öffnen`,
|
288
267
|
openingSoon: `Öffnet bald!`,
|
289
268
|
openToWork: `Offen für Arbeit`,
|
290
269
|
optional: `Optional`,
|
291
270
|
or: `ODER`,
|
271
|
+
order: `Bestellung`,
|
272
|
+
outOfStock: `Nicht vorrätig`,
|
273
|
+
ordered: (...v) => `Bestellt ${v[0]}`,
|
292
274
|
orderAgain: `Erneut bestellen`,
|
293
275
|
orderDetails: `Bestelldetails`,
|
276
|
+
orderConfirmed: `Bestellung bestätigt`,
|
294
277
|
orderStatus: `Bestellstatus`,
|
295
278
|
orderOptions: `Bestelloptionen`,
|
279
|
+
otherReason: `Anderer Grund`,
|
296
280
|
pageNotFound: `Seite nicht gefunden`,
|
297
281
|
password: `Passwort`,
|
298
282
|
payments: `Zahlungen`,
|
299
283
|
personal: `Persönlich`,
|
284
|
+
personalCircumstances: `Persönliche Umstände`,
|
300
285
|
pleaseCheckYour: (...v) => `Bitte überprüfen Sie Ihre ${v[0]}`,
|
301
286
|
pleaseDoNotShareYourPrivateInformationToOthers: `Bitte teilen Sie Ihre privaten Informationen nicht mit anderen`,
|
302
|
-
pleaseDropOnlyOneImage: `Bitte lassen Sie nur ein Bild fallen`,
|
303
287
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
304
288
|
`Bitte geben Sie eine Zahl zwischen ${v[0]} und ${v[1]} ein`,
|
305
289
|
pleaseEnterAtLeastNChars: (...v) =>
|
306
290
|
`Bitte geben Sie mindestens ${v[0]} Zeichen ein`,
|
307
291
|
pleaseFillOutYourDetails: `Bitte füllen Sie Ihre Daten`,
|
308
292
|
pleaseSignInToYourAccount: `Bitte melden Sie sich an Ihrem Konto`,
|
293
|
+
platform: `Plattform`,
|
294
|
+
pleaseStartTyping: `Bitte beginnen Sie zu tippen`,
|
309
295
|
pleaseTryAgainOrClick: (...v) =>
|
310
296
|
`Bitte versuche es später noch einmal oder klicke auf ${v[0]}`,
|
311
297
|
pleaseVerifyYourAccount: `Bitte verifizieren sie ihr Konto`,
|
@@ -333,6 +319,7 @@ export const text: text = {
|
|
333
319
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Wählen Sie ein einzelnes Thema oder synchronisieren Sie es mit Ihrem System und wechseln Sie automatisch zwischen Tag- und Nacht-Themes`,
|
334
320
|
selectAvatar: `Avatar auswählen`,
|
335
321
|
selectCharacters: `Charakter(e) auswählen`,
|
322
|
+
seller: `Verkäufer`,
|
336
323
|
selectFile: `Wählen Sie Datei`,
|
337
324
|
selectTheme: `Thema auswählen`,
|
338
325
|
selectThumbnail: `Wählen Sie eine Miniaturansicht`,
|
@@ -372,7 +359,12 @@ export const text: text = {
|
|
372
359
|
thisIsThePriceYouPropose: `Dies ist der von Ihnen vorgeschlagene Preis`,
|
373
360
|
threateningViolence: `Gewaltandrohung`,
|
374
361
|
title: `Titel`,
|
362
|
+
timeConstraints: `Zeitbeschränkungen`,
|
375
363
|
titleYourExtraService: `Benennen Sie Ihren zusätzlichen Service`,
|
364
|
+
theMaximumQuantityThatACustomerCanAdd: `Die maximale Menge, die ein Kunde hinzufügen kann`,
|
365
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
366
|
+
`Die Überprüfungsfrist ist auf ${v[0]} Tage begrenzt`,
|
367
|
+
toHelpTheCreatorCompleteYourOrder: `Um dem Ersteller zu helfen, Ihre Bestellung zu Ihrer Zufriedenheit abzuschließen, geben Sie bitte eine detaillierte Beschreibung dessen, was Sie möchten. Geben Sie das gewünschte Thema, den Stil und die Charaktereigenschaften sowie alle anderen wichtigen Spezifikationen an`,
|
376
368
|
today: `Heute`,
|
377
369
|
toGetWorkRelatedNotifications: `Um arbeitsbezogene Benachrichtigungen zu erhalten`,
|
378
370
|
total: `Gesamt`,
|
@@ -401,10 +393,12 @@ export const text: text = {
|
|
401
393
|
verificationCode: `Bestätigungscode`,
|
402
394
|
verifyCode: `Code überprüfen`,
|
403
395
|
viewDetails: `Details anzeigen`,
|
396
|
+
viewReview: `Bewertung anzeigen`,
|
404
397
|
viewEveryNotificationOfAGroupSeparately: `Jede Benachrichtigung einer Gruppe separat anzeigen`,
|
405
398
|
visitOurDiscordChannelToGetMoreDetails: `Für weitere Einzelheiten besuchen Sie unseren Discord-Kanal`,
|
406
399
|
weAreOnInstagram: `Wir sind auf Instagram`,
|
407
400
|
weAreWorkingOnIt: `Wir arbeiten daran`,
|
401
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Gut gemacht! Ihre Arbeit wurde erfolgreich abgeschlossen`,
|
408
402
|
weDoNotDisplayNSFWContentYet: `Wir zeigen noch keine NSFW-Inhalte an`,
|
409
403
|
weekly: `Wöchentlich`,
|
410
404
|
whenYouPurchaseSomethingItWillAppearHere: `Wenn Sie etwas kaufen, wird es hier angezeigt`,
|
@@ -412,12 +406,18 @@ export const text: text = {
|
|
412
406
|
welcomeToAnimeClub: `Willkommen bei Anime.club!`,
|
413
407
|
weSentAnEmailTo: `Wir haben eine E-Mail gesendet an:`,
|
414
408
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `Wir haben Ihnen eine neue Bestätigungs-E-Mail gesendet. Bitte geben Sie den Code ein`,
|
409
|
+
weAreExcitedToSeeYourProgressKeepItUp: `Wir sind gespannt auf Ihre Fortschritte. Machen Sie weiter so!`,
|
415
410
|
weSupportOnlyTheFollowingFileExtensions: `Wir unterstützen nur die folgenden Dateierweiterungen:`,
|
416
411
|
work: `Arbeit`,
|
412
|
+
weWouldLoveToHearFromYou: `Wir würden gerne von Ihnen hören`,
|
417
413
|
workDescription: `Beschreibung der Arbeit`,
|
414
|
+
leaveAReview: `Eine Bewertung hinterlassen`,
|
418
415
|
wrongEmailOrPassword: `Falsche E-Mail oder falsches Passwort`,
|
419
416
|
yes: `Ja`,
|
420
417
|
yesterday: `Gestern`,
|
418
|
+
youReceivedANewOrderFrom: (...v) =>
|
419
|
+
`Sie haben eine neue Bestellung von <b>${v[0]}</b> erhalten`,
|
420
|
+
youHaveSuccessfullyCreatedYourShop: `Sie haben Ihren Shop erfolgreich erstellt`,
|
421
421
|
youAreAlreadyAuthenticated: `Sie sind bereits authentifiziert`,
|
422
422
|
youCanAutoPublishToYourSocialMediaAccount: `Sie können automatisch auf Ihr Social-Media-Konto veröffentlichen`,
|
423
423
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Sie können die Arten von Benachrichtigungen ändern, die Sie per E-Mail erhalten`,
|
@@ -429,9 +429,12 @@ export const text: text = {
|
|
429
429
|
youHaveNotSetAPassword: `Sie haben kein Passwort festgelegt`,
|
430
430
|
youHaveNotSharedAnythingYet: `Sie haben noch nichts geteilt`,
|
431
431
|
youHaveReachedTheMaximumNumberOfFiles: `Sie haben die maximale Anzahl von Dateien erreicht`,
|
432
|
+
kindlyHoldOnForTheBuyersReview: `Bitte warten Sie auf die Bewertung des Käufers zur Bestellung.`,
|
432
433
|
yourAccountIsVerifiedPleaseSignIn: `Ihr Konto wird überprüft. Bitte einloggen`,
|
433
434
|
yourAccountWillBeRemoved: (...v) => `Ihr Konto wird ${v[0]} entfernt`,
|
434
435
|
youHaveNoPurchases: `Sie haben keine Käufe`,
|
436
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `Könnten Sie bitte den Grund für die Stornierung angeben`,
|
437
|
+
yourFeedbackWouldBeGreatlyAppreciated: `Ihr Feedback wäre sehr willkommen`,
|
435
438
|
yourArts: `Ihre Kunst`,
|
436
439
|
yourAvatar: `Ihr avatar`,
|
437
440
|
yourBlog: `Ihr Blog`,
|