@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/korean.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: `์๊ฐ`,
|
92
12
|
accept: `์๋ฝ`,
|
93
13
|
acceptOrder: `์ฃผ๋ฌธ ์๋ฝ`,
|
14
|
+
acceptTheOrder: `์ฃผ๋ฌธ ์๋ฝ`,
|
15
|
+
accountManagment: `๊ณ์ ๊ด๋ฆฌ`,
|
94
16
|
account: `๊ณ์ `,
|
95
17
|
accountDeleted: `๊ณ์ ์ด ์ญ์ ๋์์ต๋๋ค`,
|
18
|
+
animeShopBuyAndSellProducts: `์ ๋๋ฉ์ด์
์์ - ์ํ ๊ตฌ๋งค ๋ฐ ํ๋งค`,
|
19
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `AI ์์ฑ ์ด๋ฏธ์ง ๋ฐ ์ ๊ฒฝ๋ง ํํฐ๋ ๊ธ์ง๋์ด ์์ต๋๋ค`,
|
96
20
|
accountActivation: `๊ณ์ ํ์ฑํ`,
|
97
21
|
accountAlreadyExists: `๊ณ์ ์ด ์ด๋ฏธ ์์ต๋๋ค.`,
|
98
22
|
accountDoesNotExist: `๊ณ์ ์ด ์์ต๋๋ค.`,
|
@@ -102,6 +26,7 @@ export const text: text = {
|
|
102
26
|
addBlog: `๋ธ๋ก๊ทธ ์ถ๊ฐ`,
|
103
27
|
addFile: `ํ์ผ ์ถ๊ฐ`,
|
104
28
|
additionalResources: `์ถ๊ฐ ์๋ฃ`,
|
29
|
+
addMoreProductsToYourShop: `์์ ์ ๋ ๋ง์ ์ํ์ ์ถ๊ฐํ์ธ์`,
|
105
30
|
addMore: `๋ ์ถ๊ฐ`,
|
106
31
|
addNewArt: `์๋ก์ด ์ํธ ์ถ๊ฐ`,
|
107
32
|
addPreview: `๋ฏธ๋ฆฌ๋ณด๊ธฐ ์ถ๊ฐ`,
|
@@ -109,6 +34,7 @@ export const text: text = {
|
|
109
34
|
addToCart: `์ฅ๋ฐ๊ตฌ๋์ ์ถ๊ฐ`,
|
110
35
|
advancedOptions: `๊ณ ๊ธ ์ต์
`,
|
111
36
|
all: `์ ์ฒด`,
|
37
|
+
allFilesYouUploadHereWillBeAvailableToTheBuyer: `์ฌ๊ธฐ์ ์
๋ก๋ํ ๋ชจ๋ ํ์ผ์ ๊ตฌ๋งค์๊ฐ ์ด์ฉํ ์ ์์ต๋๋ค`,
|
112
38
|
alreadySignedIn: `์ด๋ฏธ ๋ก๊ทธ์ธ๋์์ต๋๋ค`,
|
113
39
|
amount: `๊ธ์ก`,
|
114
40
|
amountShouldNotBeLessThan: (...v) => `๊ธ์ก์ ${v[0]}๋ณด๋ค ์ ์ ์ ์์ต๋๋ค.`,
|
@@ -136,8 +62,13 @@ export const text: text = {
|
|
136
62
|
awaitingSeller: `ํ๋งค์ ๋๊ธฐ ์ค`,
|
137
63
|
back: `๋ค๋ก`,
|
138
64
|
basePrice: `๊ธฐ๋ณธ ๊ฐ๊ฒฉ`,
|
65
|
+
bigAppreciationToTheSellerForTheHardWork: `ํ๋งค์์ ๋
ธ๊ณ ์ ํฐ ๊ฐ์ฌ๋ฅผ ๋๋ฆฝ๋๋ค`,
|
139
66
|
block: `์ฐจ๋จ`,
|
67
|
+
buyerReviewedTheOrder: `๊ตฌ๋งค์๊ฐ ์ฃผ๋ฌธ์ ํ๊ฐํ์ต๋๋ค`,
|
68
|
+
buyerHasNotLeftAReviewYet: `๊ตฌ๋งค์๊ฐ ์์ง ๋ฆฌ๋ทฐ๋ฅผ ๋จ๊ธฐ์ง ์์์ต๋๋ค`,
|
69
|
+
feedbackReceived: `ํผ๋๋ฐฑ์ด ์ ์๋์์ต๋๋ค!`,
|
140
70
|
blockUser: (...v) => `@${v[0]} ์ฐจ๋จ`,
|
71
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `์๋ฝํ๊ธฐ ์ ์ ๊ตฌ๋งค์์ ์์ฒญ์ ๊ผผ๊ผผํ ํ์ธํ์ธ์`,
|
141
72
|
blog: `๋ธ๋ก๊ทธ`,
|
142
73
|
bookmarks: `๋ถ๋งํฌ`,
|
143
74
|
browseArt: `์ํธ ๊ฒ์`,
|
@@ -148,6 +79,7 @@ export const text: text = {
|
|
148
79
|
cancelOrder: `์ฃผ๋ฌธ ์ทจ์`,
|
149
80
|
cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"๋ก ์์ํ ์ ์์ต๋๋ค.`,
|
150
81
|
change: `๋ณ๊ฒฝ`,
|
82
|
+
checkOutMyShop: `๋ด ์์ ์ ํ์ธํ์ธ์`,
|
151
83
|
checkOrderStatus: `์ฃผ๋ฌธ ์ํ ํ์ธ`,
|
152
84
|
changeArt: `์ํธ ๋ณ๊ฒฝ`,
|
153
85
|
changeAvatar: `์๋ฐํ ๋ณ๊ฒฝ`,
|
@@ -160,6 +92,8 @@ export const text: text = {
|
|
160
92
|
close: `๋ซ๊ธฐ`,
|
161
93
|
colorTheme: `์์ ํ
๋ง`,
|
162
94
|
comingSoon: `๊ณง ์ถ์๋ฉ๋๋คโฆ`,
|
95
|
+
commercialUseAllowed: `์์
์ ์ฌ์ฉ ํ์ฉ`,
|
96
|
+
commercialUseAllowsBuyersToUseYourProduct: `์์
์ ์ฌ์ฉ์ ํ์ฉํ๋ฉด ๊ตฌ๋งค์๊ฐ ๊ทํ์ ์ํ์ ํ๋งค ๋๋ ์๋น์ค ํ๋ณด ๋ฑ ๋น์ฆ๋์ค ๋ชฉ์ ์ผ๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค`,
|
163
97
|
community: `์ปค๋ฎค๋ํฐ`,
|
164
98
|
completed: `์๋ฃ๋จ`,
|
165
99
|
confirmAccount: `๊ณ์ ํ์ธ`,
|
@@ -174,6 +108,7 @@ export const text: text = {
|
|
174
108
|
contractTitle: `๊ณ์ฝ ์ ๋ชฉ`,
|
175
109
|
copyLink: `๋งํฌ ๋ณต์ฌ`,
|
176
110
|
congratulations: `์ถํํฉ๋๋ค!`,
|
111
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `์ฃผ๋ฌธ์ ์ฑ๊ณต์ ์ผ๋ก ์๋ฃํ์ ๊ฒ์ ์ถํํฉ๋๋ค!`,
|
177
112
|
copyrightViolation: `์ ์๊ถ ์นจํด`,
|
178
113
|
couldNotCreateANewRecord: `์ ๋ ์ฝ๋๋ฅผ ๋ง๋ค ์ ์์ต๋๋ค.`,
|
179
114
|
country: `๊ตญ๊ฐ`,
|
@@ -181,6 +116,8 @@ export const text: text = {
|
|
181
116
|
createANewAccountFailed: `์ ๊ณ์ ์ ๋ง๋ค์ง ๋ชปํ์ต๋๋ค.`,
|
182
117
|
createExtrasForYourProduct: `์ ํ์ ๋ํ ์ถ๊ฐ ๊ธฐ๋ฅ ๋ง๋ค๊ธฐ`,
|
183
118
|
createNewAccount: `์ ๊ณ์ ๋ง๋ค๊ธฐ`,
|
119
|
+
createAShopWithStripe: `Stripe๋ก ์์ ๋ง๋ค๊ธฐ`,
|
120
|
+
createdBy: `์ ์์`,
|
184
121
|
currentPassword: `ํ์ฌ ๋น๋ฐ๋ฒํธ`,
|
185
122
|
daily: `๋งค์ผ`,
|
186
123
|
darkDefault: `์ด๋์ด ๊ธฐ๋ณธ`,
|
@@ -193,7 +130,10 @@ export const text: text = {
|
|
193
130
|
decline: `๊ฑฐ์ `,
|
194
131
|
deletePost: `ํฌ์คํธ ์ญ์ `,
|
195
132
|
deleteProduct: `์ ํ ์ญ์ `,
|
133
|
+
download: `๋ค์ด๋ก๋`,
|
134
|
+
downloadThemBelow: `์๋์์ ๋ค์ด๋ก๋ํ์ธ์`,
|
196
135
|
deliveryTime: `๋ฐฐ์ก ์๊ฐ`,
|
136
|
+
describeTheDetailsOfYourExtra: `์ถ๊ฐ ์๋น์ค์ ์ธ๋ถ ์ ๋ณด๋ฅผ ์ค๋ช
ํ์ธ์`,
|
197
137
|
description: `์์ `,
|
198
138
|
details: `์ธ๋ถ ์ฌํญ`,
|
199
139
|
didntReceiveEmail: `์ด๋ฉ์ผ์ ๋ฐ์ง ๋ชปํ์
จ์ต๋๊น?`,
|
@@ -214,6 +154,7 @@ export const text: text = {
|
|
214
154
|
emailAlreadyUsedByAnotherAccount: `๋ค๋ฅธ ๊ณ์ ์์ ์ด๋ฏธ ์ด์ฉ ์ค์ธ ์ด๋ฉ์ผ`,
|
215
155
|
emailNotifications: `์ด๋ฉ์ผ ์๋ฆผ`,
|
216
156
|
enterOrPasteALink: `๋งํฌ ์
๋ ฅ ๋๋ ๋ถ์ฌ๋ฃ๊ธฐ`,
|
157
|
+
enjoyYourPurchase: `๊ตฌ๋งค๋ฅผ ์ฆ๊ธฐ์ธ์! ๐`,
|
217
158
|
enterTheAddressAssociatedWithYourAccount: `๊ณ์ ๊ณผ ์ฐ๊ฒฐ๋ ์ด๋ฉ์ผ ์ฃผ์๋ฅผ ์
๋ ฅํ๋ฉด ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ๋งํฌ๋ฅผ ์ด๋ฉ์ผ๋ก ๋ณด๋ด๋๋ฆฝ๋๋ค.`,
|
218
159
|
enterYourPassword: `๋น๋ฐ๋ฒํธ ์
๋ ฅ`,
|
219
160
|
error: `์ค๋ฅ`,
|
@@ -221,6 +162,7 @@ export const text: text = {
|
|
221
162
|
exitWithoutSaving: `์ ์ฅํ์ง ์๊ณ ์ข
๋ฃ`,
|
222
163
|
extensions: `ํ์ฅ`,
|
223
164
|
extras: `์ถ๊ฐ ๊ธฐ๋ฅ`,
|
165
|
+
extrasAreOptionalAddOnsToEnhanceYourProduct: `์ถ๊ฐ ๊ธฐ๋ฅ์ ์ํ์ ํฅ์์ํค๋ ์ ํ์ ๋ถ๊ฐ ์์์
๋๋ค`,
|
224
166
|
fileSizeIsTooBig: `ํ์ผ ํฌ๊ธฐ๊ฐ ๋๋ฌด ํฝ๋๋ค`,
|
225
167
|
fileSizeIsTooSmall: `ํ์ผ ํฌ๊ธฐ๊ฐ ๋๋ฌด ์์ต๋๋ค`,
|
226
168
|
filter: `ํํฐ`,
|
@@ -243,11 +185,14 @@ export const text: text = {
|
|
243
185
|
haveAnyQuestions: `์ง๋ฌธ์ด ์์ต๋๊น?`,
|
244
186
|
usernameHasCanceledTheOrder: (...v) =>
|
245
187
|
`<b>${v[0]}</b>๋์ด ์ฃผ๋ฌธ์ ์ทจ์ํ์ต๋๋ค`,
|
188
|
+
usernameHasSubmittedTheWork: (...v) =>
|
189
|
+
`<b>${v[0]}</b>๋์ด ์์
์ ์ ์ถํ์ต๋๋ค`,
|
246
190
|
hasNotAddedADescriptionFor: (...v) =>
|
247
191
|
`@${v[0]}๋์ด "${v[1]}"์ ๋ํ ์ค๋ช
์ ์ถ๊ฐํ์ง ์์์ต๋๋ค.`,
|
248
192
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
249
193
|
`@${v[0]}๋์ด ์์ง ๊ณต๊ฐ ์ ๋ณด๋ฅผ ๊ณต์ ํ์ง ์์์ต๋๋ค.`,
|
250
194
|
hate: `์ฆ์ค`,
|
195
|
+
hereAreAFewWaysToGetThingsRolling: `์์ํ๋ ๋ช ๊ฐ์ง ๋ฐฉ๋ฒ์ด ์์ต๋๋ค`,
|
251
196
|
hire: `๊ณ ์ฉ`,
|
252
197
|
homepage: `ํํ์ด์ง`,
|
253
198
|
howToContactYou: `์ฐ๋ฝ ๋ฐฉ๋ฒ`,
|
@@ -262,6 +207,7 @@ export const text: text = {
|
|
262
207
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `์ ํ์ ๊ฒ์ํ ๋ ๊ตฌ๋งค์๊ฐ ์ฌ์ฉํ ๊ฒ ๊ฐ์ ํค์๋ ํฌํจ`,
|
263
208
|
inProgress: `์งํ ์ค`,
|
264
209
|
introduction: `์๊ฐ`,
|
210
|
+
includes: `ํฌํจ`,
|
265
211
|
invalidCode: `์ ํจํ์ง ์์ ์ฝ๋`,
|
266
212
|
invalidCurrentPassword: `ํ์ฌ ๋น๋ฐ๋ฒํธ๊ฐ ์ ํจํ์ง ์์ต๋๋ค.`,
|
267
213
|
invalidDate: `์ ํจํ์ง ์์ ๋ ์ง`,
|
@@ -298,6 +244,9 @@ export const text: text = {
|
|
298
244
|
minHeight: `์ต์ ๋์ด`,
|
299
245
|
minimumNChars: (...v) => `์ต์ ${v[0]}๊ฐ ๋ฌธ์`,
|
300
246
|
minorAbuseOrSexualization: `๋ฏธ์ฑ๋
์ ํ๋ ๋๋ ์ฑ์ ์์น์ฌ`,
|
247
|
+
makeSureToIncludeClearInstructions: `๊ฐ ์ฐธ์กฐ ์๋ฃ์ ์ฌ์ฉ๋ฒ์ ๋ํ ๋ช
ํํ ์ง์นจ์ ๋ฐ๋์ ํฌํจํ์ธ์`,
|
248
|
+
makeSureYouFullyUnderstandTheRequirements: `์๊ตฌ ์ฌํญ์ ์์ ํ ์ดํดํ๊ณ ๋ง๊ฐ์ผ๊น์ง ์ฃผ๋ฌธ์ ์๋ฃํ ์ ์๋์ง ํ์ธํ์ธ์`,
|
249
|
+
makeSureYourProductsArePricedCompetitively: `์ํ ๊ฐ๊ฒฉ์ด ๊ฒฝ์๋ ฅ ์๊ฒ ์ฑ
์ ๋์ด ์๋์ง ํ์ธํ์ธ์`,
|
301
250
|
minWidth: `์ต์ ๋๋น`,
|
302
251
|
monthly: `์๊ฐ`,
|
303
252
|
moreFrom: (...v) => `${v[0]}์์ ๋ ๋ณด๊ธฐ`,
|
@@ -317,6 +266,7 @@ export const text: text = {
|
|
317
266
|
newOrder: `์๋ก์ด ์ฃผ๋ฌธ`,
|
318
267
|
newPassword: `์ ๋น๋ฐ๋ฒํธ`,
|
319
268
|
newProduct: `์๋ก์ด ์ ํ`,
|
269
|
+
newProducts: `์ ์ํ`,
|
320
270
|
newsFeed: `๋ด์ค ํผ๋`,
|
321
271
|
next: `๋ค์`,
|
322
272
|
nextTimeYouAuthenticateYouCouldUseThe: `๋ค์ ์ธ์ฆ ์ ์ฐ๊ฒฐ๋ ๊ณ์ ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ก๊ทธ์ธ ๋ฐ ๋น๋ฐ๋ฒํธ ๋์ `,
|
@@ -327,20 +277,25 @@ export const text: text = {
|
|
327
277
|
none: `์์`,
|
328
278
|
noNotifications: `์๋ฆผ ์์`,
|
329
279
|
noResults: `๊ฒฐ๊ณผ ์์`,
|
280
|
+
noReviewsJustYet: `์์ง ๋ฆฌ๋ทฐ๊ฐ ์์ต๋๋ค`,
|
330
281
|
notifications: `์๋ฆผ`,
|
331
282
|
noActiveOrdersToShow: `ํ์ํ ํ์ฑ ์ฃผ๋ฌธ์ด ์์ต๋๋ค.`,
|
332
283
|
notAcceptingOrders: `์ฃผ๋ฌธ์ ๋ฐ์ง ์์ต๋๋ค`,
|
284
|
+
noSalesYetNoWorries: `์์ง ํ๋งค๊ฐ ์์ผ์ ๊ฐ์? ๊ฑฑ์ ํ์ง ๋ง์ธ์, ์ด์ ์์์
๋๋ค`,
|
333
285
|
nsfwContent18Plus: `NSFW ์ฝํ
์ธ (18 ์ธ ์ด์)`,
|
286
|
+
NSFWIndicatesAdultContent: `18+ NSFW๋ ์ฑ์ธ์ฉ ์ฝํ
์ธ ๋ฅผ ์๋ฏธํฉ๋๋ค. ์ํ์ด ์ฑ์ธ ๋์์ผ ๋๋ง ์ ํํ์ธ์`,
|
334
287
|
numberOfAdjustmentsAClientCouldRequest: `ํด๋ผ์ด์ธํธ๊ฐ ์์ฒญํ ์ ์๋ ์กฐ์ ํ์`,
|
335
288
|
online: `์จ๋ผ์ธ`,
|
336
289
|
onlyLatinLettersNumbersHyphen: `๋ผํด ๋ฌธ์, ์ซ์, ํ์ดํ, ๋ฐ์ค ๋ฐ ๋ง์นจํ ๋ฌธ์๋ง ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค.`,
|
337
290
|
onlyNumbers: `์ซ์ ๋ง`,
|
291
|
+
onlyYouCanSeeWhatYouveSaved: `์ ์ฅํ ๋ด์ฉ์ ๋ณธ์ธ๋ง ๋ณผ ์ ์์ต๋๋ค`,
|
338
292
|
open: `์ด๊ธฐ`,
|
339
293
|
openDispute: `๋ถ์ ์ด๊ธฐ`,
|
340
294
|
openGuestView: `๊ฒ์คํธ๋ณด๊ธฐ ์ด๊ธฐ`,
|
341
295
|
openingSoon: `๊ณง ์คํํฉ๋๋ค!`,
|
342
296
|
openToWork: `์ผํ ์ค๋น๊ฐ ๋์ด ์์`,
|
343
297
|
optional: `์ ํ ์ฌํญ`,
|
298
|
+
requestDetails: `์์ฒญ ์ธ๋ถ ์ ๋ณด`,
|
344
299
|
or: `๋๋`,
|
345
300
|
order: `์ฃผ๋ฌธ`,
|
346
301
|
outOfStock: `์ฌ๊ณ ์์`,
|
@@ -348,6 +303,7 @@ export const text: text = {
|
|
348
303
|
orderAgain: `๋ค์ ์ฃผ๋ฌธํ๊ธฐ`,
|
349
304
|
orderDetails: `์ฃผ๋ฌธ ์ธ๋ถ ์ ๋ณด`,
|
350
305
|
orderConfirmed: `์ฃผ๋ฌธ ํ์ธ๋จ`,
|
306
|
+
orderCompleted: `์ฃผ๋ฌธ ์๋ฃ ๐`,
|
351
307
|
orderStatus: `์ฃผ๋ฌธ ์ํ`,
|
352
308
|
orderOptions: `์ฃผ๋ฌธ ์ต์
`,
|
353
309
|
otherReason: `๋ค๋ฅธ ์ด์ `,
|
@@ -357,22 +313,32 @@ export const text: text = {
|
|
357
313
|
personal: `๊ฐ์ธ ์ ๋ณด`,
|
358
314
|
personalCircumstances: `๊ฐ์ธ ์ฌ์ `,
|
359
315
|
pleaseCheckYour: (...v) => `${v[0]}์(๋ฅผ) ํ์ธํด์ฃผ์ธ์.`,
|
316
|
+
pleaseRateYourOrder: `์ฃผ๋ฌธ์ ํ๊ฐํด ์ฃผ์ธ์`,
|
317
|
+
feelFreeToShareReferenceImagesAndMaterials: `์ํฐ์คํธ๊ฐ ์ํ์ ๋ง๋ค ์ ์๋๋ก ์ฐธ๊ณ ์ด๋ฏธ์ง์ ์๋ฃ๋ฅผ ์์ ๋กญ๊ฒ ๊ณต์ ํ์ธ์`,
|
360
318
|
pleaseDoNotShareYourPrivateInformationToOthers: `ํ์ธ์๊ฒ ๊ฐ์ธ ์ ๋ณด๋ฅผ ๊ณต์ ํ์ง ๋ง์ธ์.`,
|
361
319
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
362
320
|
`${v[0]}์(๊ณผ) ${v[1]} ์ฌ์ด์ ์ซ์๋ฅผ ์
๋ ฅํด์ฃผ์ธ์.`,
|
363
321
|
pleaseEnterAtLeastNChars: (...v) => `${v[0]}์ ์ด์ ์
๋ ฅํ์ธ์.`,
|
364
322
|
pleaseFillOutYourDetails: `์ธ๋ถ ์ ๋ณด๋ฅผ ์
๋ ฅํ์ญ์์ค`,
|
323
|
+
pleaseFixTheErrorsBeforeSubmitting: `์ ์ถ ์ ์ ์ค๋ฅ๋ฅผ ์์ ํด ์ฃผ์ธ์`,
|
365
324
|
pleaseSignInToYourAccount: `๊ทํ์ ๊ณ์ ์ ๋ก๊ทธ์ธํ์ญ์์ค`,
|
366
325
|
platform: `ํ๋ซํผ`,
|
367
326
|
pleaseStartTyping: `์
๋ ฅ์ ์์ํ์ญ์์ค`,
|
327
|
+
pleaseTakeAMomentToReviewTheOrder: `์ฃผ๋ฌธ์ ์ ์ ๊ฒํ ํด ์ฃผ์ธ์`,
|
328
|
+
pleaseReviewTheBuyersReferenceFiles: `๊ตฌ๋งค์์ ์ฐธ์กฐ ํ์ผ์ ๊ฒํ ํ๊ณ ์ฃผ๋ฌธ ์ค๋ช
์ ๋ฐ๋ผ ์งํํ์ธ์`,
|
329
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `์งํํ๊ธฐ ์ ์ ์ธ๋ถ ์ ๋ณด๋ฅผ ๊ผผ๊ผผํ ํ์ธํ์ธ์`,
|
330
|
+
pleaseRespondToTheOrderBy: (...v) => `${v[0]}๊น์ง ์ฃผ๋ฌธ์ ์๋ตํด ์ฃผ์ธ์`,
|
368
331
|
pleaseTryAgainOrClick: (...v) => `๋ค์ ์๋ํ๊ฑฐ๋ ${v[0]}์ ํด๋ฆญํ์ธ์`,
|
369
332
|
pleaseVerifyYourAccount: `๊ณ์ ์ ํ์ธํ์ญ์์ค`,
|
370
333
|
pressHereTo: `์ฌ๊ธฐ๋ฅผ ๋๋ฌ์ฃผ์ธ์`,
|
371
334
|
price: `๊ฐ๊ฒฉ`,
|
335
|
+
payouts: `์ ์ฐ`,
|
372
336
|
privacyPolicy: `ํธ์ํฐ ๊ฐ์ธ์ ๋ณด ์ฒ๋ฆฌ๋ฐฉ์นจ`,
|
373
337
|
privateInformation: `๊ฐ์ธ ์ ๋ณด`,
|
374
338
|
proceedToCheckout: `๊ฒฐ์ ์งํํ๊ธฐ`,
|
375
339
|
product: `์ ํ`,
|
340
|
+
itemReviews: `์ํ ๋ฆฌ๋ทฐ`,
|
341
|
+
portfolio: `ํฌํธํด๋ฆฌ์ค`,
|
376
342
|
profile: `ํ๋กํ`,
|
377
343
|
prohibitedTransaction: `๊ธ์ง๋ ๊ฑฐ๋`,
|
378
344
|
promotions: `ํ๋ก๋ชจ์
`,
|
@@ -382,7 +348,15 @@ export const text: text = {
|
|
382
348
|
rankings: `์์`,
|
383
349
|
reorderFiles: `ํ์ผ ์ฌ์ ๋ ฌ`,
|
384
350
|
report: `์ ๊ณ `,
|
351
|
+
review: `๋ฆฌ๋ทฐ`,
|
352
|
+
rules: `๊ท์น`,
|
353
|
+
reviews: `๋ฆฌ๋ทฐ`,
|
354
|
+
numOfReviews: (...v) => `๋ฆฌ๋ทฐ: ${v[0]} `,
|
355
|
+
reviewed: `๋ฆฌ๋ทฐ๋จ`,
|
356
|
+
reviewTitle: `๋ฆฌ๋ทฐ ์ ๋ชฉ`,
|
357
|
+
reason: `์ด์ `,
|
385
358
|
revisions: `๊ฐ์ `,
|
359
|
+
includesXRevisionS: (...v) => `${v[0]}ํ ์์ ํฌํจ`,
|
386
360
|
sales: `ํ๋งค`,
|
387
361
|
save: `์ ์ฅ`,
|
388
362
|
saveAvatar: `์๋ฐํ ์ ์ฅ`,
|
@@ -400,10 +374,14 @@ export const text: text = {
|
|
400
374
|
settings: `์ค์ `,
|
401
375
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `์์ ์ค์ ์ ๋ฌด๋ฃ์ด๋ฉฐ ๋ช ๋ถ๋ง์ ์๋ฃ๋ฉ๋๋ค.`,
|
402
376
|
share: `๊ณต์ `,
|
377
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `์๋ฝํ์ง ์๋ ์์ฒญ ์ ํ๊ณผ ๊ท์น์ ๊ณต์ ํ์ธ์`,
|
378
|
+
shareYourShopOnSocialMedia: `์์ ์ ์์
๋ฏธ๋์ด์ ๊ณต์ ํ์ธ์`,
|
379
|
+
shareYourFavoritePiecesOn: (...v) => `${v[0]}์ ์ข์ํ๋ ์ํ์ ๊ณต์ ํ์ธ์`,
|
403
380
|
shareYourArtWithTheWorld: `๋น์ ์ ์์ ์ ์ธ์๊ณผ ๊ณต์ ํ์ธ์.`,
|
404
381
|
shareYourStory: `๋น์ ์ ์ด์ผ๊ธฐ๋ฅผ ๊ณต์ ํ์ธ์!`,
|
405
382
|
sharingPersonalInformation: `๊ฐ์ธ ์ ๋ณด ๊ณต์ `,
|
406
383
|
shop: `์์ `,
|
384
|
+
shopReviews: `์์ ๋ฆฌ๋ทฐ`,
|
407
385
|
shopOrders: `์์ ์ฃผ๋ฌธ`,
|
408
386
|
showLess: `๊ฐ๋ตํ ๋ณด๊ธฐ`,
|
409
387
|
showMore: `๋ ๋ณด๊ธฐ`,
|
@@ -414,21 +392,30 @@ export const text: text = {
|
|
414
392
|
socialMedia: `์์
๋ฏธ๋์ด`,
|
415
393
|
spaceCharacterIsNotAllowed: `๊ณต๋ฐฑ ๋ฌธ์๋ ํ์ฉ๋์ง ์์ต๋๋ค.`,
|
416
394
|
spam: `์คํธ`,
|
395
|
+
yourFavoritesWillShowUpHereAddSome: `์ฆ๊ฒจ์ฐพ๊ธฐ๋ ์ฌ๊ธฐ์ ํ์๋ฉ๋๋ค. ์ถ๊ฐํด ๋ณด์ธ์!`,
|
417
396
|
submitAReport: `์ ๊ณ ์ ์ถ`,
|
418
397
|
submitWork: `์ํ ์ ์ถ`,
|
419
398
|
subscribeToTalentsToKeepUpWithTheirProgress: `์งํ ์ํฉ์ ํ์ธํ๋ ค๋ฉด ํฌ๋ฆฌ์์ดํฐ๋ฅผ ๊ตฌ๋
ํ์ธ์`,
|
420
399
|
successChangedPasswordPleaseSignIn: `์ฑ๊ณต! ๋น๋ฐ๋ฒํธ๋ฅผ ๋ณ๊ฒฝํ์ต๋๋ค. ๋ก๊ทธ์ธ ํด์ฃผ์ธ์`,
|
421
400
|
successCreatedRecord: `์ฑ๊ณต! ๊ธฐ๋ก์ ๋ง๋ค์์ต๋๋ค!`,
|
422
401
|
successUpdatedRecord: `์ฑ๊ณต!๊ธฐ๋ก์ด ์
๋ฐ์ดํธ ๋์์ต๋๋ค!`,
|
402
|
+
successfullyDownloaded: `์ฑ๊ณต์ ์ผ๋ก ๋ค์ด๋ก๋๋์์ต๋๋ค!`,
|
403
|
+
successfullyUploaded: `์ฑ๊ณต์ ์ผ๋ก ์
๋ก๋๋์์ต๋๋ค!`,
|
423
404
|
supportMeOn: `N์์ ์ ๋ฅผ ์ง์ํด์ฃผ์ธ์`,
|
424
405
|
syncWithSystem: `์์คํ
๊ณผ ๋๊ธฐํ`,
|
425
406
|
tellUsAboutYourself: `์์ ์ ๋ํ ์ ๋ณด๋ฅผ ์๋ ค์ฃผ์ญ์์ค`,
|
426
407
|
termsAndConditions: `๊ณ์ฝ ์กฐ๊ฑด`,
|
427
408
|
termsOfUse: `์ด์ฉ ์ฝ๊ด`,
|
409
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `์ด ์ํ์ผ๋ก ๊ตฌ๋งค์๊ฐ ๋ฌด์์ ์ป๊ฒ ๋๋์ง ์๋ ค์ฃผ์ธ์`,
|
428
410
|
thankYouForReport: `์์ ํ๊ณ ์กด์ค๋ฐ๋ ์จ๋ผ์ธ ์ปค๋ฎค๋ํฐ๋ฅผ ์ ์งํ๋ ๋ฐ ๋์์ ์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค.`,
|
411
|
+
thankYouForYourReview: `๋ฆฌ๋ทฐํด ์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค!`,
|
412
|
+
thankForYourSupport: `์์ํด ์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค!`,
|
429
413
|
theLinkIsBrokenOrPageHasBeenRemoved: `๋งํฌ๊ฐ ๊นจ์ก๊ฑฐ๋ ํ์ด์ง๊ฐ ์ญ์ ๋์์ต๋๋ค.`,
|
430
414
|
themeMode: `ํ
๋ง ๋ชจ๋`,
|
431
415
|
thisIsThePriceYouPropose: `์ ์ํ ๊ฐ๊ฒฉ์
๋๋ค`,
|
416
|
+
thisFieldIsOptional: `์ด ํญ๋ชฉ์ ์ ํ ์ฌํญ์
๋๋ค`,
|
417
|
+
thisCannotBeUndone: `์ด ์์
์ ๋๋๋ฆด ์ ์์ต๋๋ค`,
|
418
|
+
ensureYouveUploadedTheFinalVersion: `์ต์ข
๋ฒ์ ์ ์
๋ก๋ํ ํ ์ ์ถํด ์ฃผ์ธ์`,
|
432
419
|
threateningViolence: `ํญ๋ ฅ์ ์ํํ๋ ํ์`,
|
433
420
|
title: `ํ์ `,
|
434
421
|
timeConstraints: `์๊ฐ ์ ์ฝ`,
|
@@ -444,6 +431,7 @@ export const text: text = {
|
|
444
431
|
`์ด ๋ฐ์ดํฐ๋ฅผ ๋ณด๋ ค๋ฉด @${v[0]}์ ์ฐจ๋จ์ ํด์ ํด์ผ ํฉ๋๋ค.`,
|
445
432
|
trademarkViolation: `์ํ๊ถ ์นจํด`,
|
446
433
|
typeYourTextHere: `์ฌ๊ธฐ์ ํ
์คํธ๋ฅผ ์
๋ ฅํ์ธ์ ...`,
|
434
|
+
theSellerHasUploadedTheseFilesForYou: `ํ๋งค์๊ฐ ์ด ํ์ผ๋ค์ ์
๋ก๋ํ์ต๋๋ค`,
|
447
435
|
unblock: `์ฐจ๋จ ํด์ `,
|
448
436
|
unblockUser: (...v) => `@${v[0]} ์ฐจ๋จ ํด์ `,
|
449
437
|
unfollow: `์ธํ๋ก์ฐ`,
|
@@ -453,11 +441,18 @@ export const text: text = {
|
|
453
441
|
uploadNewPost: `์ ๊ฒ์๋ฌผ ์
๋ก๋`,
|
454
442
|
uploadNewProduct: `์ ์ ํ ์
๋ก๋`,
|
455
443
|
username: `์ฌ์ฉ์ ์ด๋ฆ`,
|
444
|
+
pleaseUploadOnlyFinishedWorkHere: `์ฌ๊ธฐ์๋ ์์ฑ๋ ์์
๋ง ์
๋ก๋ํด ์ฃผ์ธ์`,
|
445
|
+
allWIPRelatedFilesShouldBeUploadedInMessages: `์งํ ์ค์ธ ํ์ผ์ ๋ฉ์์ง๋ก ์
๋ก๋ํด ์ฃผ์ธ์`,
|
456
446
|
usernameAlreadyExists: `์ฌ์ฉ์ ์ด๋ฆ์ด ์ด๋ฏธ ์กด์ฌํฉ๋๋ค`,
|
457
447
|
usernameAndXMoreFollowYou: (...v) =>
|
458
448
|
`<b>${v[0]}</b>๋๊ณผ ${v[1]}๋ช
์ด ํ๋ก์ฐํฉ๋๋ค.`,
|
449
|
+
usernameAndXMoreReacted: (...v) =>
|
450
|
+
`<b>${v[0]}</b>๋๊ณผ ${v[1]}๋ช
์ด ๋ฐ์ํ์ต๋๋ค`,
|
459
451
|
usernameFollowsYou: (...v) => `<b>${v[0]}</b>๋์ด ํ๋ก์ฐํฉ๋๋ค.`,
|
452
|
+
usernameReacted: (...v) => `<b>${v[0]}</b>๋์ด ๋ฐ์ํ์ต๋๋ค`,
|
460
453
|
useThisEmailTo: `์ด ์ด๋ฉ์ผ์ ์ฌ์ฉํ์ฌ ์ธ์ฆํ๊ณ ์๋ฆผ์ ๋ฐ์ต๋๋ค.`,
|
454
|
+
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
455
|
+
`์ํ๊น๊ฒ๋ ${v[0]}๋์ด ์ด ์ฃผ๋ฌธ์ ์ทจ์ํด์ผ ํ์ต๋๋ค`,
|
461
456
|
valueIsNotTheSame: `๊ฐ์ด ๊ฐ์ง ์์ต๋๋ค`,
|
462
457
|
verificationCode: `ํ์ธ ์ฝ๋`,
|
463
458
|
verifyCode: `์ฝ๋ ํ์ธ`,
|
@@ -467,6 +462,7 @@ export const text: text = {
|
|
467
462
|
visitOurDiscordChannelToGetMoreDetails: `์ ํฌ์ ๋์ค์ฝ๋ ์ฑ๋์ ๋ฐฉ๋ฌธํ์๋ฉด ์์ธํ ๋ด์ฉ์ ๋ณด์ค ์ ์์ต๋๋ค`,
|
468
463
|
weAreOnInstagram: `์ฐ๋ฆฌ๋ ์ธ์คํ๊ทธ๋จ์ ์์ต๋๋ค`,
|
469
464
|
weAreWorkingOnIt: `์ด์ฌํ ์ค๋น๋ฅผ ํ๊ณ ์์ต๋๋ค.`,
|
465
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `์ํ์
จ์ต๋๋ค! ์์
์ด ์ฑ๊ณต์ ์ผ๋ก ์๋ฃ๋์์ต๋๋ค`,
|
470
466
|
weDoNotDisplayNSFWContentYet: `NSFW ์ฝํ
์ธ ๋ ์์ง ํ์ํ์ง ์์ต๋๋ค.`,
|
471
467
|
weekly: `์ฃผ๊ฐ`,
|
472
468
|
whenYouPurchaseSomethingItWillAppearHere: `๋ฌด์ธ๊ฐ๋ฅผ ๊ตฌ๋งคํ๋ฉด ์ฌ๊ธฐ์ ํ์๋ฉ๋๋ค.`,
|
@@ -485,13 +481,16 @@ export const text: text = {
|
|
485
481
|
yesterday: `์ด์ `,
|
486
482
|
youReceivedANewOrderFrom: (...v) =>
|
487
483
|
`<b>${v[0]}</b>๋์ผ๋ก๋ถํฐ ์ ์ฃผ๋ฌธ์ ๋ฐ์์ต๋๋ค`,
|
484
|
+
youReceivedAReview: `๋ฆฌ๋ทฐ๋ฅผ ๋ฐ์์ต๋๋ค`,
|
488
485
|
youHaveSuccessfullyCreatedYourShop: `์์ ์ ์ฑ๊ณต์ ์ผ๋ก ์์ฑํ์ต๋๋ค`,
|
489
486
|
youAreAlreadyAuthenticated: `์ด๋ฏธ ์ธ์ฆ๋์์ต๋๋ค`,
|
490
487
|
youCanAutoPublishToYourSocialMediaAccount: `์์
๋ฏธ๋์ด ๊ณ์ ์ ์๋์ผ๋ก ๊ฒ์ํ ์ ์์ต๋๋ค.`,
|
491
488
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `์ด๋ฉ์ผ๋ก ๋ฐ๋ ์๋ฆผ ์ ํ์ ์์ ํ ์ ์์ต๋๋ค.`,
|
492
489
|
youCanRequestRemovalOfYourAccount: `๊ณ์ ๋ฐ ๋ชจ๋ ๋ฐ์ดํฐ๋ฅผ ์ญ์ ์์ฒญํ ์ ์์ต๋๋ค.`,
|
490
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `๊ทํ์ ํผ๋๋ฐฑ์ ๊ตฌ๋งค์์๊ฒ ๋์์ด ๋๊ณ ํ๋งค์๊ฐ ๋ ๋์ ์ํ์ ์ ๊ณตํ๋ ๋ฐ ๋์์ด ๋ฉ๋๋ค`,
|
493
491
|
youCanStillNavigateToThePreviouslyOpenedPages: `์ด์ ์ ์ด์๋ ํ์ด์ง๋ก ์์ง์ ์ด๋ํ ์ ์์ต๋๋ค.`,
|
494
492
|
youDidNotSelectAnyChats: `์ฑํ
์ฐฝ์ ์ ํํ์ง ์์์ต๋๋ค`,
|
493
|
+
youllSeeReviewsHereOnceBuyersShareTheirExperience: `๊ตฌ๋งค์๊ฐ ๊ฒฝํ์ ๊ณต์ ํ๋ฉด ์ด๊ณณ์ ๋ฆฌ๋ทฐ๊ฐ ํ์๋ฉ๋๋ค`,
|
495
494
|
youDidNotUpdateAnyValues: `๊ฐ์ ์
๋ฐ์ดํธํ์ง ์์์ต๋๋ค.`,
|
496
495
|
youDoNotHaveAnyChats: `์ฑํ
์ฐฝ์ด ์กด์ฌํ์ง ์์ต๋๋ค`,
|
497
496
|
youHaveNotSetAPassword: `๋น๋ฐ๋ฒํธ๋ฅผ ์ค์ ํ์ง ์์์ต๋๋ค.`,
|
@@ -502,8 +501,8 @@ export const text: text = {
|
|
502
501
|
yourAccountWillBeRemoved: (...v) => `๊ณ์ ์ด ${v[0]}์ ์ญ์ ๋ฉ๋๋ค.`,
|
503
502
|
youHaveNoPurchases: `๊ตฌ๋งค ๋ด์ญ์ด ์์ต๋๋ค.`,
|
504
503
|
couldYouPleaseProvideTheReasonForTheCancellation: `์ทจ์ ์ด์ ๋ฅผ ์ ๊ณตํด ์ฃผ์๊ฒ ์ต๋๊น`,
|
505
|
-
yourFeedbackWouldBeGreatlyAppreciated: `๊ทํ์ ํผ๋๋ฐฑ์ ๋งค์ฐ ๊ฐ์ฌํ๊ฒ ์ต๋๋ค`,
|
506
504
|
yourArts: `๊ทํ์ ์ํธ`,
|
505
|
+
youCanceledTheOrder: `์ฃผ๋ฌธ์ ์ทจ์ํ์
จ์ต๋๋ค`,
|
507
506
|
yourAvatar: `๊ทํ์ ์๋ฐํ`,
|
508
507
|
yourBlog: `๊ทํ์๋ธ๋ก๊ทธ`,
|
509
508
|
yourFansAreWaiting: `ํฌ๋ค์ด ๊ธฐ๋ค๋ฆฌ๊ณ ์์ต๋๋ค`,
|