@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/japanese.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) =>
|
@@ -137,8 +63,13 @@ export const text: text = {
|
|
137
63
|
awaitingSeller: `出品者待ち`,
|
138
64
|
back: `戻る`,
|
139
65
|
basePrice: `基本価格`,
|
66
|
+
bigAppreciationToTheSellerForTheHardWork: `出品者の努力に大きな感謝`,
|
140
67
|
block: `ブロック`,
|
68
|
+
buyerReviewedTheOrder: `購入者が注文をレビューしました`,
|
69
|
+
buyerHasNotLeftAReviewYet: `購入者はまだレビューを残していません`,
|
70
|
+
feedbackReceived: `フィードバックを受け取りました!`,
|
141
71
|
blockUser: (...v) => `@${v[0]}をブロック`,
|
72
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `承諾する前に購入者のリクエストをよくご確認ください`,
|
142
73
|
blog: `ブログ`,
|
143
74
|
bookmarks: `ブックマーク`,
|
144
75
|
browseArt: `アートを閲覧する`,
|
@@ -149,6 +80,7 @@ export const text: text = {
|
|
149
80
|
cancelOrder: `注文をキャンセル`,
|
150
81
|
cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"から始めることはできません`,
|
151
82
|
change: `変更`,
|
83
|
+
checkOutMyShop: `私のショップをチェック`,
|
152
84
|
checkOrderStatus: `注文状況を確認する`,
|
153
85
|
changeArt: `アートを変更する`,
|
154
86
|
changeAvatar: `アバターを変更する`,
|
@@ -161,6 +93,8 @@ export const text: text = {
|
|
161
93
|
close: `閉じる`,
|
162
94
|
colorTheme: `カラーテーマ`,
|
163
95
|
comingSoon: `近日公開...`,
|
96
|
+
commercialUseAllowed: `商用利用可`,
|
97
|
+
commercialUseAllowsBuyersToUseYourProduct: `商用利用により、購入者はあなたの商品を販売やサービスの宣伝などのビジネス目的で利用できます`,
|
164
98
|
community: `コミュニティ`,
|
165
99
|
completed: `完了`,
|
166
100
|
confirmAccount: `アカウントを確認する`,
|
@@ -175,6 +109,7 @@ export const text: text = {
|
|
175
109
|
contractTitle: `契約タイトル`,
|
176
110
|
copyLink: `リンクをコピーする`,
|
177
111
|
congratulations: `おめでとうございます!`,
|
112
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `ご注文の完了おめでとうございます!`,
|
178
113
|
copyrightViolation: `著作権侵害`,
|
179
114
|
couldNotCreateANewRecord: `新しい登録を作成できませんでした`,
|
180
115
|
country: `国`,
|
@@ -182,6 +117,8 @@ export const text: text = {
|
|
182
117
|
createANewAccountFailed: `新しいアカウントを作成できませんでした`,
|
183
118
|
createExtrasForYourProduct: `製品のエクストラを作成する`,
|
184
119
|
createNewAccount: `新しいアカウントを作成する`,
|
120
|
+
createAShopWithStripe: `Stripeでショップを作成`,
|
121
|
+
createdBy: `作成者`,
|
185
122
|
currentPassword: `現在のパスワード`,
|
186
123
|
daily: `毎日`,
|
187
124
|
darkDefault: `ダークデフォルト`,
|
@@ -194,7 +131,10 @@ export const text: text = {
|
|
194
131
|
decline: `拒否`,
|
195
132
|
deletePost: `投稿を削除する`,
|
196
133
|
deleteProduct: `製品を削除する`,
|
134
|
+
download: `ダウンロード`,
|
135
|
+
downloadThemBelow: `下記からダウンロード`,
|
197
136
|
deliveryTime: `配達時間`,
|
137
|
+
describeTheDetailsOfYourExtra: `エクストラの詳細を記載してください`,
|
198
138
|
description: `内容`,
|
199
139
|
details: `詳細`,
|
200
140
|
didntReceiveEmail: `メールが届きませんでしたか?`,
|
@@ -215,6 +155,7 @@ export const text: text = {
|
|
215
155
|
emailAlreadyUsedByAnotherAccount: `このメールアドレスは、別のアカウントがすでに使用しています`,
|
216
156
|
emailNotifications: `メール通知`,
|
217
157
|
enterOrPasteALink: `入力するか、リンクを貼り付けます`,
|
158
|
+
enjoyYourPurchase: `ご購入ありがとうございます!😊`,
|
218
159
|
enterTheAddressAssociatedWithYourAccount: `アカウントに関連付けられたアドレスを入力して、パスワードをリセットするためのリンクをメールで送信します`,
|
219
160
|
enterYourPassword: `パスワードを入力してください`,
|
220
161
|
error: `エラー`,
|
@@ -222,6 +163,7 @@ export const text: text = {
|
|
222
163
|
exitWithoutSaving: `保存せずに終了`,
|
223
164
|
extensions: `拡張機能`,
|
224
165
|
extras: `エクストラ`,
|
166
|
+
extrasAreOptionalAddOnsToEnhanceYourProduct: `エクストラは商品を強化するためのオプション追加機能です`,
|
225
167
|
fileSizeIsTooBig: `ファイルのサイズが大きすぎます`,
|
226
168
|
fileSizeIsTooSmall: `ファイルサイズが小さすぎます`,
|
227
169
|
filter: `絞り込む`,
|
@@ -244,11 +186,14 @@ export const text: text = {
|
|
244
186
|
haveAnyQuestions: `質問がありますか?`,
|
245
187
|
usernameHasCanceledTheOrder: (...v) =>
|
246
188
|
`<b>${v[0]}</b> が注文をキャンセルしました`,
|
189
|
+
usernameHasSubmittedTheWork: (...v) =>
|
190
|
+
`<b>${v[0]}</b> さんが作品を提出しました`,
|
247
191
|
hasNotAddedADescriptionFor: (...v) =>
|
248
192
|
`@${v[0]}は"${v[1]}"の説明を追加していません`,
|
249
193
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
250
194
|
`@${v[0]}はまだ公開情報を共有していません`,
|
251
195
|
hate: `憎しみ`,
|
196
|
+
hereAreAFewWaysToGetThingsRolling: `始めるためのいくつかの方法はこちら`,
|
252
197
|
hire: `雇う`,
|
253
198
|
homepage: `ホームページ`,
|
254
199
|
howToContactYou: `あなたに連絡する方法`,
|
@@ -263,6 +208,7 @@ export const text: text = {
|
|
263
208
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `バイヤーがあなたの製品を検索するために使用する可能性のあるキーワードを含める`,
|
264
209
|
inProgress: `進行中`,
|
265
210
|
introduction: `導入`,
|
211
|
+
includes: `含む`,
|
266
212
|
invalidCode: `コードが無効です`,
|
267
213
|
invalidCurrentPassword: `現在のパスワードが無効です`,
|
268
214
|
invalidDate: `日付が無効です`,
|
@@ -299,6 +245,9 @@ export const text: text = {
|
|
299
245
|
minHeight: `最小長さ`,
|
300
246
|
minimumNChars: (...v) => `最小${v[0]}文字`,
|
301
247
|
minorAbuseOrSexualization: `軽微な虐待または性的描写`,
|
248
|
+
makeSureToIncludeClearInstructions: `各リファレンスの使い方について明確な指示を必ず含めてください`,
|
249
|
+
makeSureYouFullyUnderstandTheRequirements: `要件を十分に理解し、期限までに注文を完了できることを確認してください`,
|
250
|
+
makeSureYourProductsArePricedCompetitively: `商品が競争力のある価格であることを確認してください`,
|
302
251
|
minWidth: `最小幅`,
|
303
252
|
monthly: `毎月`,
|
304
253
|
moreFrom: (...v) => `さらに${v[0]}`,
|
@@ -318,6 +267,7 @@ export const text: text = {
|
|
318
267
|
newOrder: `新しい注文`,
|
319
268
|
newPassword: `新しいパスワード`,
|
320
269
|
newProduct: `新しい製品`,
|
270
|
+
newProducts: `新商品`,
|
321
271
|
newsFeed: `ニュースフィード`,
|
322
272
|
next: `次へ`,
|
323
273
|
nextTimeYouAuthenticateYouCouldUseThe: `次回認証する際は、ログインとパスワードの代わりに接続されたアカウントを使用できます`,
|
@@ -328,20 +278,25 @@ export const text: text = {
|
|
328
278
|
none: `なし`,
|
329
279
|
noNotifications: `通知なし`,
|
330
280
|
noResults: `結果なし`,
|
281
|
+
noReviewsJustYet: `まだレビューはありません`,
|
331
282
|
notifications: `通知`,
|
332
283
|
noActiveOrdersToShow: `表示するアクティブな注文はありません`,
|
333
284
|
notAcceptingOrders: `注文を受け付けていません`,
|
285
|
+
noSalesYetNoWorries: `まだ販売がありませんか?ご心配なく、始まったばかりです`,
|
334
286
|
nsfwContent18Plus: `18歳以上向けのコンテンツ`,
|
287
|
+
NSFWIndicatesAdultContent: `18+ NSFWは成人向けコンテンツを示します。商品が大人向けの場合のみチェックしてください`,
|
335
288
|
numberOfAdjustmentsAClientCouldRequest: `クライアントがリクエストできる調整の数`,
|
336
289
|
online: `オンライン`,
|
337
290
|
onlyLatinLettersNumbersHyphen: `ラテン文字、数字、ハイフン、アンダースコア、ドット文字のみ`,
|
338
291
|
onlyNumbers: `数字のみ`,
|
292
|
+
onlyYouCanSeeWhatYouveSaved: `保存した内容はあなただけが見ることができます`,
|
339
293
|
open: `開く`,
|
340
294
|
openDispute: `紛争を開く`,
|
341
295
|
openGuestView: `ゲスト視聴を開く`,
|
342
296
|
openingSoon: `近日公開!`,
|
343
297
|
openToWork: `仕事に開かれています`,
|
344
298
|
optional: `オプション`,
|
299
|
+
requestDetails: `リクエスト詳細`,
|
345
300
|
or: `または`,
|
346
301
|
order: `注文`,
|
347
302
|
outOfStock: `在庫切れ`,
|
@@ -349,6 +304,7 @@ export const text: text = {
|
|
349
304
|
orderAgain: `再注文する`,
|
350
305
|
orderDetails: `注文の詳細`,
|
351
306
|
orderConfirmed: `注文が確認されました`,
|
307
|
+
orderCompleted: `注文完了 🎉`,
|
352
308
|
orderStatus: `注文ステータス`,
|
353
309
|
orderOptions: `注文オプション`,
|
354
310
|
otherReason: `その他の理由`,
|
@@ -358,23 +314,33 @@ export const text: text = {
|
|
358
314
|
personal: `個人的な`,
|
359
315
|
personalCircumstances: `個人的な事情`,
|
360
316
|
pleaseCheckYour: (...v) => `${v[0]}を確認してください`,
|
317
|
+
pleaseRateYourOrder: `ご注文の評価をお願いします`,
|
318
|
+
feelFreeToShareReferenceImagesAndMaterials: `アーティストが作品を作るのに役立つ参考画像や資料を自由に共有してください`,
|
361
319
|
pleaseDoNotShareYourPrivateInformationToOthers: `他の人とあなたの個人情報を共有しないでください`,
|
362
320
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
363
321
|
`${v[0]}と${v[1]}の間の数字を入力してください`,
|
364
322
|
pleaseEnterAtLeastNChars: (...v) => `${v[0]}文字以上入力してください`,
|
365
323
|
pleaseFillOutYourDetails: `詳細情報を入力してください`,
|
324
|
+
pleaseFixTheErrorsBeforeSubmitting: `送信前にエラーを修正してください`,
|
366
325
|
pleaseSignInToYourAccount: `アカウントにサインインしてください`,
|
367
326
|
platform: `プラットフォーム`,
|
368
327
|
pleaseStartTyping: `入力を開始してください`,
|
328
|
+
pleaseTakeAMomentToReviewTheOrder: `ご注文内容を今一度ご確認ください`,
|
329
|
+
pleaseReviewTheBuyersReferenceFiles: `購入者の参考ファイルを確認し、注文説明に従ってください`,
|
330
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `続行する前に詳細をよくご確認ください`,
|
331
|
+
pleaseRespondToTheOrderBy: (...v) => `${v[0]}までにご注文にご対応ください`,
|
369
332
|
pleaseTryAgainOrClick: (...v) =>
|
370
333
|
`もう一度試すか、${v[0]}をクリックしてください`,
|
371
334
|
pleaseVerifyYourAccount: `アカウントを確認してください`,
|
372
335
|
pressHereTo: `以下のためにはここを押します`,
|
373
336
|
price: `価格`,
|
337
|
+
payouts: `支払い`,
|
374
338
|
privacyPolicy: `プライバシーポリシー`,
|
375
339
|
privateInformation: `個人情報`,
|
376
340
|
proceedToCheckout: `チェックアウトに進む`,
|
377
341
|
product: `製品`,
|
342
|
+
itemReviews: `商品レビュー`,
|
343
|
+
portfolio: `ポートフォリオ`,
|
378
344
|
profile: `プロフィール`,
|
379
345
|
prohibitedTransaction: `禁止された取引`,
|
380
346
|
promotions: `プロモーション`,
|
@@ -384,7 +350,15 @@ export const text: text = {
|
|
384
350
|
rankings: `ランキング`,
|
385
351
|
reorderFiles: `ファイルを並び替える`,
|
386
352
|
report: `報告する`,
|
353
|
+
review: `レビュー`,
|
354
|
+
rules: `ルール`,
|
355
|
+
reviews: `レビュー`,
|
356
|
+
numOfReviews: (...v) => `レビュー: ${v[0]} `,
|
357
|
+
reviewed: `レビュー済み`,
|
358
|
+
reviewTitle: `レビュータイトル`,
|
359
|
+
reason: `理由`,
|
387
360
|
revisions: `改訂`,
|
361
|
+
includesXRevisionS: (...v) => `${v[0]}回の修正を含む`,
|
388
362
|
sales: `販売`,
|
389
363
|
save: `保存する`,
|
390
364
|
saveAvatar: `アバターを保存する`,
|
@@ -402,10 +376,14 @@ export const text: text = {
|
|
402
376
|
settings: `設定`,
|
403
377
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `ショップの設定は無料で、数分で完了します`,
|
404
378
|
share: `共有する`,
|
379
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `受け付けないリクエストやルールを共有してください`,
|
380
|
+
shareYourShopOnSocialMedia: `ショップをSNSでシェア`,
|
381
|
+
shareYourFavoritePiecesOn: (...v) => `${v[0]}でお気に入り作品をシェア`,
|
405
382
|
shareYourArtWithTheWorld: `あなたのアートを世界と共有する`,
|
406
383
|
shareYourStory: `物語を共有してください!`,
|
407
384
|
sharingPersonalInformation: `個人情報の共有`,
|
408
385
|
shop: `ショップ`,
|
386
|
+
shopReviews: `ショップレビュー`,
|
409
387
|
shopOrders: `ショップの注文`,
|
410
388
|
showLess: `表示を減らす`,
|
411
389
|
showMore: `表示を増やす`,
|
@@ -416,21 +394,30 @@ export const text: text = {
|
|
416
394
|
socialMedia: `ソーシャルメディア`,
|
417
395
|
spaceCharacterIsNotAllowed: `スペースは使用できません`,
|
418
396
|
spam: `スパム`,
|
397
|
+
yourFavoritesWillShowUpHereAddSome: `お気に入りはここに表示されます。追加してください!`,
|
419
398
|
submitAReport: `報告を送信する`,
|
420
399
|
submitWork: `作品を提出する`,
|
421
400
|
subscribeToTalentsToKeepUpWithTheirProgress: `作者にサブスクして進歩を追跡しましょう`,
|
422
401
|
successChangedPasswordPleaseSignIn: `成功!パスワードが変更されました。ログインしてください。`,
|
423
402
|
successCreatedRecord: `成功!登録が作成されました!`,
|
424
403
|
successUpdatedRecord: `成功!登録が更新されました!`,
|
404
|
+
successfullyDownloaded: `ダウンロードに成功しました!`,
|
405
|
+
successfullyUploaded: `アップロードに成功しました!`,
|
425
406
|
supportMeOn: `以下で応援してください`,
|
426
407
|
syncWithSystem: `システムと同期する`,
|
427
408
|
tellUsAboutYourself: `ご自分について語ってください`,
|
428
409
|
termsAndConditions: `諸条件`,
|
429
410
|
termsOfUse: `ご利用規約`,
|
411
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `この商品で購入者が得られる内容を伝えてください`,
|
430
412
|
thankYouForReport: `安全で敬意を持ったオンラインコミュニティを維持するのに役立っていただきありがとうございます`,
|
413
|
+
thankYouForYourReview: `レビューありがとうございます!`,
|
414
|
+
thankForYourSupport: `ご支援ありがとうございます!`,
|
431
415
|
theLinkIsBrokenOrPageHasBeenRemoved: `リンクが切れているか、ページが削除されました`,
|
432
416
|
themeMode: `テーマモード`,
|
433
417
|
thisIsThePriceYouPropose: `これがあなたが提案する価格です`,
|
418
|
+
thisFieldIsOptional: `この項目は任意です`,
|
419
|
+
thisCannotBeUndone: `この操作は元に戻せません`,
|
420
|
+
ensureYouveUploadedTheFinalVersion: `最終版をアップロードしてから送信してください`,
|
434
421
|
threateningViolence: `暴力を脅す`,
|
435
422
|
title: `件名`,
|
436
423
|
timeConstraints: `時間の制約`,
|
@@ -446,6 +433,7 @@ export const text: text = {
|
|
446
433
|
`このデータを表示するには、@${v[0]} のブロックを解除する必要があります`,
|
447
434
|
trademarkViolation: `商標侵害`,
|
448
435
|
typeYourTextHere: `内容をここに入力してください...`,
|
436
|
+
theSellerHasUploadedTheseFilesForYou: `出品者がこれらのファイルをアップロードしました`,
|
449
437
|
unblock: `ブロック解除`,
|
450
438
|
unblockUser: (...v) => `@${v[0]} のブロック解除`,
|
451
439
|
unfollow: `フォロー解除`,
|
@@ -455,12 +443,19 @@ export const text: text = {
|
|
455
443
|
uploadNewPost: `新しい投稿をアップロードする`,
|
456
444
|
uploadNewProduct: `新しい製品をアップロードする`,
|
457
445
|
username: `ユーザー名`,
|
446
|
+
pleaseUploadOnlyFinishedWorkHere: `ここには完成した作品のみアップロードしてください`,
|
447
|
+
allWIPRelatedFilesShouldBeUploadedInMessages: `進行中のファイルはメッセージでアップロードしてください`,
|
458
448
|
usernameAlreadyExists: `このユーザー名はすでに存在しています`,
|
459
449
|
usernameAndXMoreFollowYou: (...v) =>
|
460
450
|
`<b>${v[0]}</b>さんと他${v[1]}人があなたをフォローしています`,
|
451
|
+
usernameAndXMoreReacted: (...v) =>
|
452
|
+
`<b>${v[0]}</b>さんと他${v[1]}人がリアクションしました`,
|
461
453
|
usernameFollowsYou: (...v) =>
|
462
454
|
`<b>${v[0]}</b>さんがあなたをフォローしています`,
|
455
|
+
usernameReacted: (...v) => `<b>${v[0]}</b>さんがリアクションしました`,
|
463
456
|
useThisEmailTo: `このメールアドレスを使用して認証し、通知を受け取る`,
|
457
|
+
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
458
|
+
`残念ながら${v[0]}がこの注文をキャンセルしました`,
|
464
459
|
valueIsNotTheSame: `値が同じではありません`,
|
465
460
|
verificationCode: `検証コード`,
|
466
461
|
verifyCode: `コードを確認する`,
|
@@ -470,6 +465,7 @@ export const text: text = {
|
|
470
465
|
visitOurDiscordChannelToGetMoreDetails: `Discordの当チャンネルで詳細をご覧ください`,
|
471
466
|
weAreOnInstagram: `当社のInstagram`,
|
472
467
|
weAreWorkingOnIt: `取り組んでおります`,
|
468
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `お疲れ様です!作品が無事に完了しました`,
|
473
469
|
weDoNotDisplayNSFWContentYet: `18歳以上向けのコンテンツはまだ扱っておりません`,
|
474
470
|
weekly: `週次`,
|
475
471
|
whenYouPurchaseSomethingItWillAppearHere: `何かを購入すると、ここに表示されます`,
|
@@ -488,13 +484,16 @@ export const text: text = {
|
|
488
484
|
yesterday: `昨日`,
|
489
485
|
youReceivedANewOrderFrom: (...v) =>
|
490
486
|
`<b>${v[0]}</b> から新しい注文を受け取りました`,
|
487
|
+
youReceivedAReview: `レビューを受け取りました`,
|
491
488
|
youHaveSuccessfullyCreatedYourShop: `ショップを正常に作成しました`,
|
492
489
|
youAreAlreadyAuthenticated: `すでに認証されています`,
|
493
490
|
youCanAutoPublishToYourSocialMediaAccount: `ソーシャルメディアアカウントに自動投稿できます`,
|
494
491
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `メールで受け取る通知の種類を変更できます`,
|
495
492
|
youCanRequestRemovalOfYourAccount: `アカウントの削除とすべてのデータの削除をリクエストできます`,
|
493
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `あなたのフィードバックは購入者の参考になり、出品者がより良い商品を提供する助けになります`,
|
496
494
|
youCanStillNavigateToThePreviouslyOpenedPages: `前に開いたページには移動できます`,
|
497
495
|
youDidNotSelectAnyChats: `チャットを選択していません`,
|
496
|
+
youllSeeReviewsHereOnceBuyersShareTheirExperience: `購入者が体験を共有するとここにレビューが表示されます`,
|
498
497
|
youDidNotUpdateAnyValues: `いかなる値も更新していません`,
|
499
498
|
youDoNotHaveAnyChats: `チャットはありません`,
|
500
499
|
youHaveNotSetAPassword: `パスワードが設定されていません`,
|
@@ -505,8 +504,8 @@ export const text: text = {
|
|
505
504
|
yourAccountWillBeRemoved: (...v) => `アカウントは${v[0]}に削除されます`,
|
506
505
|
youHaveNoPurchases: `購入履歴がありません`,
|
507
506
|
couldYouPleaseProvideTheReasonForTheCancellation: `キャンセルの理由を教えてください`,
|
508
|
-
yourFeedbackWouldBeGreatlyAppreciated: `あなたのフィードバックは大変ありがたいです`,
|
509
507
|
yourArts: `自分のアート`,
|
508
|
+
youCanceledTheOrder: `注文をキャンセルしました`,
|
510
509
|
yourAvatar: `自分のアバター`,
|
511
510
|
yourBlog: `自分のブログ`,
|
512
511
|
yourFansAreWaiting: `ファンが待っています`,
|