|
295 | 295 | }, |
296 | 296 | "APIKeyForm": { |
297 | 297 | "ConfirmDelete": "本当に{{key_label}}を削除しますか?", |
298 | | - "Summary": "Personal Access Tokens act like your password to allow automated\n scripts to access the Editor API. Create a token for each script\n that needs access.", |
| 298 | + "Summary": "パーソナルアクセストークンは、自動スクリプトがエディタAPIにアクセスできるようにするための\n パスワードのような役割を果たします。\n アクセスを必要とするスクリプトごとにトークンを作成します。", |
299 | 299 | "CreateToken": "新しいトークンを作成", |
300 | 300 | "TokenLabel": "このトークンはなんのため?", |
301 | | - "TokenPlaceholder": "What is this token for? e.g. Example import script", |
| 301 | + "TokenPlaceholder": "このトークンはなんのため? 例:インポートスクリプト", |
302 | 302 | "CreateTokenSubmit": "作成", |
303 | 303 | "NoTokens": "既存のトークンはありません。", |
304 | 304 | "NewTokenTitle": "新しいアクセストークン", |
305 | | - "NewTokenInfo": "Make sure to copy your new personal access token now.\n You won’t be able to see it again!", |
306 | | - "ExistingTokensTitle": "Existing tokens" |
| 305 | + "NewTokenInfo": "新しいパーソナルアクセストークンをコピーしてください。\n トークンをもう1度と見ることはできません!", |
| 306 | + "ExistingTokensTitle": "既存のトークン" |
307 | 307 | }, |
308 | 308 | "APIKeyList": { |
309 | 309 | "Name": "名前", |
|
329 | 329 | "PasswordARIA": "パスワード", |
330 | 330 | "ConfirmPassword": "確認用パスワード", |
331 | 331 | "ConfirmPasswordARIA": "確認用パスワード", |
332 | | - "SubmitSignup": "Sign Up" |
| 332 | + "SubmitSignup": "サインアップ" |
333 | 333 | }, |
334 | 334 | "SignupView": { |
335 | 335 | "Title": "p5.js Web Editor | サインアップ", |
|
358 | 358 | }, |
359 | 359 | "Feedback": { |
360 | 360 | "Title": "p5.js Web Editor | フィードバック", |
361 | | - "ViaGithubHeader": "Via Github Issues", |
362 | | - "ViaGithubDescription": "If you're familiar with Github, this is our preferred method for receiving bug reports and feedback.", |
363 | | - "GoToGithub": "Go to Github", |
364 | | - "ViaGoogleHeader": "Via Google Form", |
365 | | - "ViaGoogleDescription": "You can also submit this quick form.", |
366 | | - "GoToForm": "Go to Form" |
| 361 | + "ViaGithubHeader": "Github Issuesを利用", |
| 362 | + "ViaGithubDescription": "Githubに詳しい方は、バグレポートやフィードバックのために、この方法の利用をお願いします。", |
| 363 | + "GoToGithub": "Githubへアクセスする", |
| 364 | + "ViaGoogleHeader": "Google Formを利用", |
| 365 | + "ViaGoogleDescription": "このクイックフォームを提出することもできます。", |
| 366 | + "GoToForm": "フォームへアクセスする" |
367 | 367 | }, |
368 | 368 | "Searchbar": { |
369 | | - "SearchSketch": "Search sketches...", |
370 | | - "SearchCollection": "Search collections...", |
| 369 | + "SearchSketch": "スケッチを検索...", |
| 370 | + "SearchCollection": "コレクションを検索...", |
371 | 371 | "ClearTerm": "clear" |
372 | 372 | }, |
373 | 373 | "UploadFileModal": { |
|
382 | 382 | "MessageLogin": "In order to save sketches, you must be logged in. Please ", |
383 | 383 | "Login": "Login", |
384 | 384 | "LoginOr": " or ", |
385 | | - "SignUp": "Sign Up", |
| 385 | + "SignUp": "サインアップ", |
386 | 386 | "MessageLoggedOut": "It looks like you've been logged out. Please ", |
387 | | - "LogIn": "log in", |
| 387 | + "LogIn": "ログイン", |
388 | 388 | "SavedDifferentWindow": "The project you have attempted to save has been saved from another window.\n Please refresh the page to see the latest version.", |
389 | 389 | "LinkTitle": "Error Linking Account", |
390 | 390 | "LinkMessage": "There was a problem linking your {{serviceauth}} account to your p5.js Web Editor account. Your {{serviceauth}} account has already been linked to another p5.js Web Editor account." |
391 | 391 | }, |
392 | 392 | "ShareModal": { |
393 | | - "Embed": "Embed", |
| 393 | + "Embed": "埋め込み", |
394 | 394 | "Present": "Present", |
395 | | - "Fullscreen": "Fullscreen", |
396 | | - "Edit": "Edit" |
| 395 | + "Fullscreen": "フルスクリーン", |
| 396 | + "Edit": "編集" |
397 | 397 | }, |
398 | 398 | "CollectionView": { |
399 | 399 | "TitleCreate": "コレクション作成", |
400 | 400 | "TitleDefault": "コレクション" |
401 | 401 | }, |
402 | 402 | "Collection": { |
403 | 403 | "Title": "p5.js Web Editor | マイコレクション", |
404 | | - "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", |
405 | | - "Share": "Share", |
406 | | - "URLLink": "Link to Collection", |
407 | | - "AddSketch": "Add Sketch", |
| 404 | + "AnothersTitle": "p5.js Web Editor | {{anotheruser}}のコレクション", |
| 405 | + "Share": "共有", |
| 406 | + "URLLink": "コレクションにリンクさせる", |
| 407 | + "AddSketch": "スケッチを追加する", |
408 | 408 | "DeleteFromCollection": "Are you sure you want to remove {{name_sketch}} from this collection?", |
409 | | - "SketchDeleted": "Sketch deleted", |
| 409 | + "SketchDeleted": "スケッチが削除されました", |
410 | 410 | "SketchRemoveARIA": "Remove sketch from collection", |
411 | 411 | "DescriptionPlaceholder": "Add description", |
412 | 412 | "Description": "description", |
|
425 | 425 | }, |
426 | 426 | "AddToCollectionList": { |
427 | 427 | "Title": "p5.js Web Editor | マイコレクション", |
428 | | - "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", |
| 428 | + "AnothersTitle": "p5.js Web Editor | {{anotheruser}}のコレクション", |
429 | 429 | "Empty": "コレクション無し" |
430 | 430 | }, |
431 | 431 | "CollectionCreate": { |
432 | 432 | "Title": "p5.js Web Editor | コレクション作成", |
433 | | - "FormError": "Couldn't create collection", |
| 433 | + "FormError": "コレクションを作成することが出来ませんでした", |
434 | 434 | "FormLabel": "Collection name", |
435 | 435 | "FormLabelARIA": "name", |
436 | 436 | "NameRequired": "Collection name is required", |
|
0 commit comments