Skip to content
Snippets Groups Projects
en.yml 27.5 KiB
Newer Older
syuilo's avatar
syuilo committed
meta:
  lang: "English"
  divider: ""
Aya Morisawa's avatar
Aya Morisawa committed
common:
Mirro's avatar
Mirro committed
  misskey: "Share everything with others using Misskey."
Aya Morisawa's avatar
Aya Morisawa committed
  time:
    unknown: "unknown"
    future: "future"
    just_now: "just now"
    seconds_ago: "{}s ago"
    minutes_ago: "{}m ago"
    hours_ago: "{}h ago"
    days_ago: "{}d ago"
    weeks_ago: "{}week(s) ago"
    months_ago: "{}month(s) ago"
    years_ago: "{}year(s) ago"
syuilo's avatar
syuilo committed
  weekday-short:
    sunday: "S"
    monday: "M"
    tuesday: "T"
    wednesday: "W"
    thursday: "T"
    friday: "F"
    saturday: "S"
Aya Morisawa's avatar
Aya Morisawa committed
  reactions:
    like: "Like"
    love: "Love"
    laugh: "Laugh"
    hmm: "Hmm...?"
    surprise: "Wow"
    congrats: "Congrats!"
syuilo's avatar
syuilo committed
    angry: "Angry"
    confused: "Confused"
    pudding: "Pudding"
Aya Morisawa's avatar
Aya Morisawa committed
  delete: "Delete"
  loading: "Loading"
  ok: "OK"
Mirro's avatar
Mirro committed
  update-available: "A new version of Misskey is now available({newer}, current is {current}). Reload the page to apply the update."
  my-token-regenerated: "Your token has been generated. You will now get logged out."
syuilo's avatar
syuilo committed
common/views/components/connect-failed.vue:
  title: "Unable to connect to the server"
Mirro's avatar
Mirro committed
  description: "There is a problem either with your internet connection, or the server may be down or under maintenance. Please {try again} later."
syuilo's avatar
syuilo committed
  thanks: "Thank you for using Misskey."
  troubleshoot: "Troubleshoot"
common/views/components/connect-failed.troubleshooter.vue:
Mirro's avatar
Mirro committed
  title: "Troubleshooting"
syuilo's avatar
syuilo committed
  network: "Network connection"
  checking-network: "Checking network connection"
  internet: "Internet connection"
  checking-internet: "Checking internet connection"
  server: "Server connection"
  checking-server: "Checking server connection"
  finding: "Finding a problem"
  no-network: "There is no Network connection"
  no-network-desc: "Please make sure you are connected to the Network."
  no-internet: "There is no Internet connection"
  no-internet-desc: "Please make sure you are connected to the Internet."
  no-server: "Unable to connect to the server"
Mirro's avatar
Mirro committed
  no-server-desc: "The network connection of your PC is normal, but you could not connect to Misskey's server. There is a possibility that the server is either down or under maintenance, please try again later."
  success: "Successfully connected to Misskey's server"
  success-desc: "It seems to be able to connect. Please reload the page."
syuilo's avatar
syuilo committed
  flush: "Clean cache"
  set-version: "Specify version"
syuilo's avatar
syuilo committed
common/views/components/messaging.vue:
Mirro's avatar
Mirro committed
  search-user: "Find an user"
syuilo's avatar
syuilo committed
  you: "You"
  no-history: "No history"
common/views/components/messaging-room.vue:
  empty: "No conversations"
  more: "More"
  no-history: "There is no more history"
  resize-form: "Drag to resize"
  new-message: "New message"
common/views/components/messaging-room.form.vue:
  input-message-here: "Enter message here"
  send: "Send"
Mirro's avatar
Mirro committed
  attach-from-local: "Attach files from your pc"
  attach-from-drive: "Attach files from your Drive"
syuilo's avatar
syuilo committed
common/views/components/messaging-room.message.vue:
  is-read: "Read"
  deleted: "This message has been deleted"
common/views/components/nav.vue:
  about: "About"
  stats: "Stats"
  status: "Status"
  wiki: "Wiki"
Mirro's avatar
Mirro committed
  donors: "Donators"
syuilo's avatar
syuilo committed
  repository: "Repository"
  develop: "Developers"
syuilo's avatar
syuilo committed
  feedback: "Feedback"
syuilo's avatar
syuilo committed
common/views/components/note-menu.vue:
syuilo's avatar
syuilo committed
  favorite: "Favorite this note"
syuilo's avatar
syuilo committed
  pin: "Pin to profile page"
syuilo's avatar
syuilo committed
  remote: "Show on origin"
syuilo's avatar
syuilo committed
common/views/components/poll.vue:
Mirro's avatar
Mirro committed
  vote-to: "Vote for '{}'"
syuilo's avatar
syuilo committed
  vote-count: "{} votes"
  total-users: "{} users voted"
  vote: "Vote"
Mirro's avatar
Mirro committed
  show-result: "Show results"
syuilo's avatar
syuilo committed
  voted: "Voted"
common/views/components/poll-editor.vue:
Mirro's avatar
Mirro committed
  no-only-one-choice: "You need to enter two or more choices."
syuilo's avatar
syuilo committed
  choice-n: "Choice {}"
  remove: "Remove this choice"
  add: "+ Add a choice"
  destroy: "Destroy this poll"
common/views/components/reaction-picker.vue:
Mirro's avatar
Mirro committed
  choose-reaction: "Choose a reaction"
syuilo's avatar
syuilo committed
common/views/components/signin.vue:
  username: "Username"
  password: "Password"
  token: "Token"
  signing-in: "Signing in..."
  signin: "Sign in"
common/views/components/signup.vue:
  username: "Username"
  checking: "Checking..."
  available: "Available"
  unavailable: "Unavailable"
  error: "Network error"
  invalid-format: "Only use letters, numbers and -."
Mirro's avatar
Mirro committed
  too-short: "Please enter at least 1 character!"
  too-long: "Please enter up to 20 characters."
syuilo's avatar
syuilo committed
  password: "Password"
Mirro's avatar
Mirro committed
  password-placeholder: "We recommend more than 8 characters."
syuilo's avatar
syuilo committed
  weak-password: "Weak"
  normal-password: "So so"
  strong-password: "Strong"
  retype: "Type again"
  retype-placeholder: "Confirm your password"
  password-matched: "OK"
Mirro's avatar
Mirro committed
  password-not-matched: "Doesn't match"
syuilo's avatar
syuilo committed
  recaptcha: "Verify"
  create: "Create an Account"
  some-error: "Account creation failed for some reason. Please try again."
common/views/components/special-message.vue:
  new-year: "Happy New Year!"
  christmas: "Merry Christmas!"
common/views/components/stream-indicator.vue:
  connecting: "Connecting"
  reconnecting: "Reconnecting"
  connected: "Connected"
common/views/components/twitter-setting.vue:
Mirro's avatar
Mirro committed
  description: "If you connect your Twitter account to your Misskey account, you will be able to see your Twitter account information on your profile and you can sign-in using Twitter."
  connected-to: "You are connected to this Twitter account"
syuilo's avatar
syuilo committed
  detail: "Detail..."
  reconnect: "Reconnect"
Mirro's avatar
Mirro committed
  connect: "Link your twitter account"
syuilo's avatar
syuilo committed
  disconnect: "Disconnect"
common/views/components/uploader.vue:
  waiting: "Waiting"
common/views/widgets/broadcast.vue:
  fetching: "Fetching"
  no-broadcasts: "No broadcasts"
  have-a-nice-day: "Have a nice day!"
  next: "Next"
common/views/widgets/donation.vue:
  title: "Donation"
Mirro's avatar
Mirro committed
  text: "To keep Misskey up and running we spend money for our domain name, servers and so on.. We don't get any money from it, and we would really appreciate it if you could donate. If you're interested contact {}. Thank you for your contribution!"
syuilo's avatar
syuilo committed
common/views/widgets/photo-stream.vue:
  title: "Photostream"
  no-photos: "No photos"
common/views/widgets/server.vue:
  title: "Server info"
  toggle: "Toggle views"
commons/views/widgets/visibility-chooser.vue:
  public: "Public"
  home: "Home"
  home-desc: "ホームタイムラインにのみ公開"
  followers: "Followers"
  followers-desc: "自分のフォロワーにのみ公開"
  specified: "Direct"
  specified-desc: "指定したユーザーにのみ公開"
  private: "Private"
desktop/views/components/activity.chart.vue:
  total: "Black ... Total"
  notes: "Blue ... Notes"
  replies: "Red ... Replies"
  renotes: "Green ... Renotes"
syuilo's avatar
syuilo committed
desktop/views/components/activity.vue:
  title: "Activity"
  toggle: "Toggle views"
desktop/views/components/calendar.vue:
  title: "{1} / {2}"
  prev: "Previous month"
  next: "Next month"
Mirro's avatar
Mirro committed
  go: "Click to naviguate"
desktop/views/components/choose-file-from-drive-window.vue:
  choose-file: "ファイル選択中"
  upload: "Upload files from your PC"
  cancel: "Cancel"
  ok: "OK"
  choose-prompt: "Choose a file"
desktop/views/components/choose-folder-from-drive-window.vue:
  cancel: "Cancel"
  ok: "OK"
  choose-prompt: "Choose a Folder"
desktop/views/components/crop-window.vue:
  skip: "Skip cropping"
  cancel: "Cancel"
  ok: "OK"
syuilo's avatar
syuilo committed
desktop/views/components/drive-window.vue:
  used: "used"
  drive: "Drive"
desktop/views/components/drive.file.vue:
  avatar: "Avatar"
  banner: "Banner"
  contextmenu:
    rename: "Rename"
    copy-url: "Copy URL"
    download: "Download"
Mirro's avatar
Mirro committed
    else-files: "Others"
syuilo's avatar
syuilo committed
    set-as-avatar: "Set as avatar"
    set-as-banner: "Set as banner"
    open-in-app: "Open in app"
    add-app: "Add app"
    rename-file: "Rename file"
    input-new-file-name: "Enter new name"
    copied: "Copied"
    copied-url-to-clipboard: "Copied URL to clipboard"
desktop/views/components/drive.folder.vue:
Mirro's avatar
Mirro committed
  unable-to-process: "The operation could not be completed."
  circular-reference-detected: "The destination folder is a subfolder of the folder you wish to move."
syuilo's avatar
syuilo committed
  unhandled-error: "Unknown error"
  contextmenu:
    move-to-this-folder: "Move to this folder"
    show-in-new-window: "Open in new window"
    rename: "Rename"
    rename-folder: "Rename folder"
    input-new-folder-name: "Enter new name"
desktop/views/components/drive.nav-folder.vue:
  drive: "Drive"
desktop/views/components/drive.vue:
  search: "Search"
  load-more: "Load more"
  empty-draghover: "Drop Welcome!"
  empty-drive: "Your drive is empty"
syuilo's avatar
syuilo committed
  empty-drive-description: "You can also upload by right clicking and selecting \"Upload file\" or you can drag and drop a file onto the window."
syuilo's avatar
syuilo committed
  empty-folder: "This folder is empty"
Mirro's avatar
Mirro committed
  unable-to-process: "The operation could not be completed."
  circular-reference-detected: "The destination folder is a subfolder of the folder you wish to move."
syuilo's avatar
syuilo committed
  unhandled-error: "Unknown error"
  url-upload: "Upload from a URL"
  url-of-file: "URL of file you want to upload"
  url-upload-requested: "Upload requested"
Mirro's avatar
Mirro committed
  may-take-time: "It may take some time for the upload to complete."
syuilo's avatar
syuilo committed
  create-folder: "Create a folder"
  folder-name: "Folder name"
  contextmenu:
    create-folder: "Create a folder"
    upload: "Upload a file"
    url-upload: "Upload from a URL"
desktop/views/components/follow-button.vue:
  unfollow: "Unfollow"
  follow: "Follow"
desktop/views/components/followers-window.vue:
  followers: "Followers of {}"
desktop/views/components/followers.vue:
  empty: "Seems that you don’t have any followers."
desktop/views/components/following-window.vue:
  following: "Following {}"
desktop/views/components/following.vue:
  empty: "You don’t follow anyone."
desktop/views/components/friends-maker.vue:
  title: "気になるユーザーをフォロー:"
  empty: "Similar users weren’t found."
  fetching: "Loading…"
  refresh: "More"
  close: "Close"
desktop/views/components/game-window.vue:
  game: "Othello"
desktop/views/components/home.vue:
  done: "Submit"
  add-widget: "Add widget:"
  profile: "Profile"
  calendar: "Calendar"
  timemachine: "Calendar (Time Machine)"
  activity: "Activity"
  rss: "RSS reader"
  trends: "Trends"
  photostream: "Photostream"
  slideshow: "Slideshow"
  version: "Version"
  broadcast: "Broadcast"
  notifications: "Notifications"
  users: "Recommended users"
  polls: "Polls"
  post-form: "投稿フォーム"
  messaging: "Messaging"
  server: "Server info"
  donation: "Donation"
  nav: "Navigation"
  tips: "Tips"
  add: "Add"
desktop/views/input-dialog.vue:
  cancel: "Cancel"
  ok: "OK"
desktop/views/components/messaging-room-window.vue:
  title: "Messages:"
syuilo's avatar
syuilo committed
desktop/views/components/messaging-window.vue:
  title: "Messaging"
desktop/views/components/note-detail.vue:
  more: "会話をもっと読み込む"
  private: "(この投稿は非公開です)"
  is-renote: "がRenote"
  location: "位置情報"
  renote: "Renote"
  add-reaction: "リアクション"
desktop/views/components/note-detail.sub.vue:
  private: "(this post is private)"
syuilo's avatar
syuilo committed
desktop/views/components/notes.note.vue:
  reposted-by: "Reposted by {}"
  reply: "Reply"
  renote: "Renote"
Mirro's avatar
Mirro committed
  add-reaction: "Add a reaction"
syuilo's avatar
syuilo committed
  detail: "Show detail"
desktop/views/components/notes.vue:
  error: "Loading failed."
  retry: "Retry"
syuilo's avatar
syuilo committed
desktop/views/components/notifications.vue:
  more: "More"
syuilo's avatar
syuilo committed
  empty: "No notifications"
syuilo's avatar
syuilo committed
desktop/views/components/post-form.vue:
  note-placeholder: "What's happening?"
  reply-placeholder: "Reply to this note..."
  quote-placeholder: "Quote this note..."
  note: "Post"
  reply: "Reply"
  renote: "Renote"
  posted: "Posted!"
  replied: "Replied!"
  reposted: "Reposted!"
  note-failed: "Failed to note"
  reply-failed: "Failed to reply"
  renote-failed: "Failed to renote"
  posting: "Posting"
  attach-media-from-local: "Attach media from your pc"
Mirro's avatar
Mirro committed
  attach-media-from-drive: "Attach media from your Drive"
syuilo's avatar
syuilo committed
  attach-cancel: "Cancel attachment"
  insert-a-kao: "v(‘ω’)v"
  create-poll: "Create a poll"
  text-remain: "{} chars remaining"
desktop/views/components/post-form-window.vue:
  note: "New note"
  reply: "Reply"
  attaches: "{} media attached"
  uploading-media: "Uploading {} media"
desktop/views/components/progress-dialog.vue:
  waiting: "Waiting"
syuilo's avatar
syuilo committed
desktop/views/components/renote-form.vue:
  quote: "Quote..."
  cancel: "Cancel"
  renote: "Renote"
  reposting: "Reposting..."
  success: "Reposted!"
  failure: "Failed to Renote"
desktop/views/components/renote-form-window.vue:
  title: "Are you sure you want to renote this note?"
desktop/views/components/settings.vue:
  profile: "Profile"
syuilo's avatar
syuilo committed
  notification: "Notification"
  apps: "Apps"
syuilo's avatar
syuilo committed
  mute: "Mute"
  drive: "Drive"
  security: "Security"
  signin: "Sign in history"
syuilo's avatar
syuilo committed
  password: "Password"
  2fa: "Two-factor authentication"
  other: "Other"
  license: "License"
  behaviour: "Behavior"
  fetch-on-scroll: "Fetch on scroll"
  fetch-on-scroll-desc: "When you scroll down the page automatically fetches additional content."
  auto-popout: "ウィンドウの自動ポップアウト"
  auto-popout-desc: "ウィンドウが開かれるとき、ポップアウト(ブラウザ外に切り離す)可能なら自動でポップアウトします。この設定はブラウザに記憶されます。"
  advanced: "Advanced settings"
  api-via-stream: "ストリームを経由したAPIリクエスト"
  api-via-stream-desc: "この設定をオンにすると、websocket接続を経由してAPIリクエストが行われます(パフォーマンス向上が期待できます)。オフにすると、ネイティブの fetch APIが利用されます。この設定はこのデバイスのみ有効です。"
  display: "Design and display"
  customize: "Customize Home"
  dark-mode: "Dark Mode"
  circle-icons: "Use circle icons"
  gradient-window-header: "Use gradients on window headers"
  post-form-on-timeline: "Display post form at the top of the timeline"
  show-reply-target: "Display reply target"
  show-my-renotes: "Show my renote in the timeline"
  show-renoted-my-notes: "Show renoted my post in the timeline"
  show-maps: "マップの自動展開"
  show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。"
  sound: "Sound"
  enable-sounds: "Enable sound"
  enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。"
  volume: "Volume"
  test: "Test"
  mobile: "Mobile"
  disable-via-mobile: "「モバイルからの投稿」フラグを付けない"
  language: "Language"
  pick-language: "Select a language"
  recommended: "Recommended"
  auto: "Auto"
  specify-language: "Specify the language"
  language-desc: "変更はページの再度読み込み後に反映されます。"
  cache: "Cache"
  clean-cache: "Cleanup"
  cache-warn: "クリーンアップを行うと、ブラウザに記憶されたアカウント情報のキャッシュ、書きかけの投稿・返信・メッセージ、およびその他のデータ(設定情報含む)が削除されます。クリーンアップを行った後はページを再度読み込みする必要があります。"
  cache-cleared: "キャッシュを削除しました"
  cache-cleared-desc: "Please reload the page."
  auto-watch: "Auto watch"
  auto-watch-desc: "リアクションしたり返信したりした投稿に関する通知を自動的に受け取るようにします。"
  about: "About Misskey"
  operator: "The admin of this instance"
  update: "Misskey Update"
  version: "Version:"
  latest-version: "Latest version:"
  update-checking: "Checking for updates"
  do-update: "Check for update"
  update-settings: "Advanced settings"
  prevent-update: "アップデートを延期する(非推奨)"
  prevent-update-desc: "この設定をオンにしてもアップデートが反映される場合があります。この設定はこのデバイスのみ有効です。"
  no-updates: "利用可能な更新はありません"
  no-updates-desc: "Your Misskey is up to date."
  update-available: "New version is available!"
  update-available-desc: "To reload the page and updates are applied."
  advanced-settings: "Advanced"
  debug-mode: "Enable the debug mode"
  debug-mode-desc: "This setting is stored in the browser."
  use-raw-script: "生のスクリプトを読み込む"
  use-raw-script-desc: "圧縮されていない「生の」スクリプトを使用します。サイズが大きいため、読み込みに時間がかかる場合があります。この設定はブラウザに記憶されます。"
  source-info: "Misskeyはソースマップも提供しています。"
  experimental: "Enable experimental features"
  experimental-desc: "実験的機能を有効にするとMisskeyの動作が不安定になる可能性があります。この設定はブラウザに記憶されます。"
  tools: "Tools"
  task-manager: "Task Manager"
  third-parties: "Third-party"
syuilo's avatar
syuilo committed
desktop/views/components/settings.2fa.vue:
  intro: "If you set up 2-step verification, you will need not only a password at sign-in but also a pre-registered physical device (such as your smartphone), which will improve security. "
  detail: "See details..."
  url: "https://www.google.com/landing/2step/"
Mirro's avatar
Mirro committed
  caution: "If you lose access to your device, you won't be able to connect to Misskey anymore!"
syuilo's avatar
syuilo committed
  register: "Register a device"
Mirro's avatar
Mirro committed
  already-registered: "A device is already registered"
syuilo's avatar
syuilo committed
  unregister: "Disable"
  unregistered: "Two-step authentication has been disabled."
  enter-password: "Enter the password"
Mirro's avatar
Mirro committed
  authenticator: "First, you need install Google Authenticator on your device:"
syuilo's avatar
syuilo committed
  howtoinstall: "How to install"
Mirro's avatar
Mirro committed
  scan: "And then, scan the QR code:"
  done: "Please enter the token displaying on your device:"
syuilo's avatar
syuilo committed
  submit: "Submit"
  success: "Setup completed successfully!"
  failed: "Failed to setup. please ensure that the token is correct."
Mirro's avatar
Mirro committed
  info: "From now on, enter the token that is displayed on your device in addition to your password when signing-in to Misskey."
syuilo's avatar
syuilo committed
desktop/views/components/settings.api.vue:
  intro: "APIを利用するには、上記のトークンを「i」というキーでパラメータに付加してリクエストします。"
Mirro's avatar
Mirro committed
  caution: "Please do not show this token to third parties (do not enter it somewhere else other than here) otherwise your account could get compromised."
  regeneration-of-token: "In the unlikely event that this token leaks out you can regenerate it."
syuilo's avatar
syuilo committed
  regenerate-token: "Regenerate the token"
  token: "Token:"
syuilo's avatar
syuilo committed
  enter-password: "Please enter the password"
desktop/views/components/settings.app.vue:
  no-apps: "No authorized apps"
desktop/views/components/settings.mute.vue:
  no-users: "No muted users"
desktop/views/components/settings.password.vue:
  reset: "Change your password"
  enter-current-password: "Enter the current password"
  enter-new-password: "Enter the new password"
  enter-new-password-again: "Enter the new password again"
Mirro's avatar
Mirro committed
  not-match: "New password doesn't match"
syuilo's avatar
syuilo committed
  changed: "Password updated successfully"
desktop/views/components/settings.profile.vue:
  avatar: "Avatar"
Mirro's avatar
Mirro committed
  choice-avatar: "Choose an image"
syuilo's avatar
syuilo committed
  name: "Name"
  location: "Location"
  description: "Description"
  birthday: "Birthday"
  save: "Update profile"
desktop/views/components/sub-note-content.vue:
  hidden: "(この投稿は非公開です)"
  media: "つのメディア"
  poll: "投票"
desktop/views/components/taskmanager.vue:
  title: "Task Manager"
desktop/views/components/timeline.vue:
  home: "Home"
  local: "Local"
  global: "Global"
  list: "Lists"
syuilo's avatar
syuilo committed
desktop/views/components/ui.header.account.vue:
  profile: "Your profile"
  drive: "Drive"
syuilo's avatar
syuilo committed
  favorites: "Favorites"
syuilo's avatar
syuilo committed
  lists: "Lists"
syuilo's avatar
syuilo committed
  customize: "Customize"
  settings: "Settings"
  signout: "Sign out"
syuilo's avatar
syuilo committed
  dark: "Fall in dark"
syuilo's avatar
syuilo committed
desktop/views/components/ui.header.nav.vue:
  home: "Home"
  messaging: "Messages"
  game: "Play Othello"
syuilo's avatar
syuilo committed
desktop/views/components/ui.header.notifications.vue:
  title: "Notifications"
desktop/views/components/ui.header.post.vue:
  post: "Compose new Post"
desktop/views/components/ui.header.search.vue:
  placeholder: "Search"
desktop/views/components/user-lists-window.vue:
  create-list: "Create list"
desktop/views/components/user-preview.vue:
  notes: "Posts"
  following: "Following"
  followers: "Followers"
desktop/views/components/users-list.vue:
  all: "All"
  iknow: "You know"
  load-more: "More"
  fetching: "Loading…"
desktop/views/components/users-list-item.vue:
  followed: "フォローされています"
desktop/views/components/window.vue:
  popout: "ポップアウト"
  close: "閉じる"
desktop/views/pages/drive.vue:
  title: "Misskey Drive"
desktop/views/pages/favorites.vue:
  more: "さらに読み込む"
desktop/views/pages/home-customize.vue:
  title: "Customize home"
syuilo's avatar
syuilo committed
desktop/views/pages/note.vue:
  prev: "Previous note"
  next: "Next note"
desktop/views/pages/selectdrive.vue:
Mirro's avatar
Mirro committed
  title: "Choose file(s)"
syuilo's avatar
syuilo committed
  ok: "OK"
  cancel: "Cancel"
Mirro's avatar
Mirro committed
  upload: "Upload files from you PC"
desktop/views/pages/user-list.users.vue:
  users: "User"
  add-user: "Add a user"
  username: "Username"
syuilo's avatar
syuilo committed
desktop/views/pages/user/user.followers-you-know.vue:
  title: "Followers you know"
  loading: "Loading"
  no-users: "No users"
desktop/views/pages/user/user.friends.vue:
  title: "Frequently replied"
  loading: "Loading"
  no-users: "No users"
syuilo's avatar
syuilo committed
desktop/views/pages/user/user.header.vue:
syuilo's avatar
syuilo committed
  is-suspended: "This account has been suspended."
syuilo's avatar
syuilo committed
  is-remote: "This user is a remote user, so the information is not accurate. "
syuilo's avatar
syuilo committed
  view-remote: "See accurate information"
syuilo's avatar
syuilo committed
desktop/views/pages/user/user.home.vue:
Mirro's avatar
Mirro committed
  last-used-at: "Last active: "
syuilo's avatar
syuilo committed
desktop/views/pages/user/user.photos.vue:
  title: "Photos"
  loading: "Loading"
  no-photos: "No photos"
desktop/views/pages/user/user.profile.vue:
  follows-you: "Follows you"
syuilo's avatar
syuilo committed
  stalk: "Stalk"
  stalking: "Stalking"
  unstalk: "Unstalk"
syuilo's avatar
syuilo committed
  mute: "Mute"
  muted: "Muting"
  unmute: "Unmute"
desktop/views/pages/user/user.timeline.vue:
  default: "Posts"
  with-replies: "投稿と返信"
  with-media: "メディア"
  empty: "このユーザーはまだ何も投稿していないようです。"
syuilo's avatar
syuilo committed
desktop/views/widgets/messaging.vue:
  title: "Messaging"
desktop/views/widgets/notifications.vue:
  title: "Notifications"
  settings: "Settings"
desktop/views/widgets/polls.vue:
  title: "Polls"
  refresh: "Show others"
  nothing: "Nothing"
desktop/views/widgets/post-form.vue:
  title: "Post"
  note: "Post"
  placeholder: "What's happening?"
desktop/views/widgets/profile.vue:
  update-banner: "クリックでバナー編集"
  update-avatar: "クリックでアバター編集"
syuilo's avatar
syuilo committed
desktop/views/widgets/trends.vue:
  title: "Trend"
  refresh: "Show others"
  nothing: "Nothing"
desktop/views/widgets/users.vue:
  title: "Recommended users"
  refresh: "Show others"
  no-one: "No one"
mobile/views/components/drive.vue:
  drive: "Drive"
  used: "used"
  folder-count: "Folder(s)"
  count-separator: ", "
  file-count: "File(s)"
  load-more: "Load more"
  nothing-in-drive: "Nothing"
  folder-is-empty: "This folder is empty"
mobile/views/components/drive-file-chooser.vue:
  select-file: "Choose a file"
mobile/views/components/drive-folder-chooser.vue:
  select-folder: "Choose a folder"
mobile/views/components/drive.file-detail.vue:
  download: "Download"
  rename: "Rename"
  move: "Move"
  hash: "Hash (md5)"
  exif: "EXIF"
mobile/views/components/follow-button.vue:
  follow: "Follow"
  unfollow: "Unfollow"
mobile/views/components/note.vue:
  reposted-by: "Renoted by {}"
mobile/views/components/note-detail.vue:
  reply: "Reply"
  reaction: "Reaction"
mobile/views/components/notifications.vue:
  more: "More"
  empty: "No notifications"
mobile/views/components/post-form.vue:
  submit: "Post"
  reply: "Reply"
  renote: "Renote"
  renote-placeholder: "Quote this post. (optional)"
syuilo's avatar
syuilo committed
  reply-placeholder: "Reply to this note..."
  note-placeholder: "What's happening?"
mobile/views/components/sub-note-content.vue:
  media-count: "{} media"
  poll: "Poll"
mobile/views/components/timeline.vue:
  empty: "No notes"
  load-more: "More"
mobile/views/components/ui.nav.vue:
  home: "Home"
  notifications: "Notifications"
  messaging: "Messages"
  search: "Search"
syuilo's avatar
syuilo committed
  drive: "Drive"
  settings: "Settings"
  about: "About Misskey"
mobile/views/components/user-timeline.vue:
Mirro's avatar
Mirro committed
  no-notes: "It seems this user hasn't posted yet"
  no-notes-with-media: "There is no notes with attached media"
syuilo's avatar
syuilo committed
  load-more: "More"
mobile/views/components/users-list.vue:
  all: "All"
  known: "You know"
  load-more: "More"
mobile/views/pages/drive.vue:
  drive: "Drive"
mobile/views/pages/followers.vue:
  followers-of: "Followers of {}"
mobile/views/pages/following.vue:
  following-of: "Following of {}"
syuilo's avatar
syuilo committed
mobile/views/pages/home.vue:
  timeline: "Timeline"
syuilo's avatar
syuilo committed
mobile/views/pages/messaging.vue:
  messaging: "Messaging"
mobile/views/pages/messaging-room.vue:
  messaging: "Messaging"
mobile/views/pages/note.vue:
  title: "Post"
  prev: "Previous note"
  next: "Next note"
mobile/views/pages/notifications.vue:
  notifications: "Notifications"
  read-all: "Are you sure you want to mark all unread notifications as read?"
syuilo's avatar
syuilo committed
mobile/views/pages/settings/settings.profile.vue:
  title: "プロフィール"
  will-be-published: "これらのプロフィールは公開されます。"
  name: "名前"
  location: "場所"
  description: "自己紹介"
  birthday: "Birthday"
  avatar: "Avatar"
  banner: "Banner"
  is-bot: "This account is a Bot"
  save: "Update profile"
  saved: "Profile updated successfully"
  uploading: "Uploading"
  upload-failed: "Upload failed"
syuilo's avatar
syuilo committed
mobile/views/pages/search.vue:
  search: "Search"
Mirro's avatar
Mirro committed
  empty: "No posts were found for '{}'"
syuilo's avatar
syuilo committed
mobile/views/pages/selectdrive.vue:
  select-file: "Choose a file"
mobile/views/pages/settings.vue:
  signed-in-as: "Signed in as {}"
  lang: "Language"
  lang-tip: "変更はページの再読み込み後に反映されます。"
  recommended: "Recommended"
  auto: "Auto"
  specify-language: "Specify the language"
  design: "Design and display"
  dark-mode: "Dark Mode"
  circle-icons: "Use circle icons"
  timeline: "Timeline"
  show-reply-target: "Show reply target"
  show-my-renotes: "Show my renotes"
  show-renoted-my-notes: "Show renoted my notes"
  behavior: "Behavior"
  fetch-on-scroll: "Fetch on scroll"
  disable-via-mobile: "Without the \"mobile posts\" flag"
  twitter: "Twitter integration"
  twitter-connect: "Connect to your Twitter account"
  twitter-reconnect: "Reconnect"
  twitter-disconnect: "Disconnect"
  update: "Misskey Update"
  version: "Current version:"
  latest-version: "Latest version:"
  update-checking: "Checking for updates"
  check-for-updates: "Check for update"
  no-updates: "No updates available"
  no-updates-desc: "Your Misskey is up to date."
  update-available: "New version is available!"
  update-available-desc: "To reload the page and updates are applied."
syuilo's avatar
syuilo committed
  settings: "Settings"
  signout: "Sign out"
mobile/views/pages/user.vue:
  follows-you: "Follows you"
  following: "Following"
  followers: "Followers"
  notes: "Posts"
  overview: "Overview"
  timeline: "Timeline"
  media: "Media"
syuilo's avatar
syuilo committed
  is-suspended: "This account has been suspended."
syuilo's avatar
syuilo committed
  is-remote: "This user is a remote user, so the information is not accurate. "
syuilo's avatar
syuilo committed
  view-remote: "See accurate information"
syuilo's avatar
syuilo committed
mobile/views/pages/user/home.vue:
  recent-notes: "Recent notes"
  images: "Images"
  activity: "Activity"
  keywords: "Keywords"
  domains: "Domains"
  frequently-replied-users: "Frequently talking users"
  followers-you-know: "Followers you know"
Mirro's avatar
Mirro committed
  last-used-at: "Last active:"
syuilo's avatar
syuilo committed
mobile/views/pages/user/home.followers-you-know.vue:
  loading: "Loading"
  no-users: "No users"
mobile/views/pages/user/home.friends.vue:
  loading: "Loading"
  no-users: "No users"
mobile/views/pages/user/home.notes.vue:
  loading: "Loading"
  no-notes: "No notes"
mobile/views/pages/user/home.photos.vue:
  loading: "Loading"
  no-photos: "No photos"
syuilo's avatar
syuilo committed
docs:
Mirro's avatar
Mirro committed
  edit-this-page-on-github: "Did you find an error or do you want to contribute to the documentation? "
syuilo's avatar
syuilo committed
  edit-this-page-on-github-link: "Edit this page on Github!"
  api:
    entities:
      properties: "Properties"
    endpoints:
      params: "Parameters"
      res: "Response"
    props:
      name: "Name"
      type: "Type"
      optional: "Optional"
      description: "Description"
      yes: "Yes"
      no: "No"