Skip to content
Snippets Groups Projects
en.yml 19 KiB
Newer Older
Aya Morisawa's avatar
Aya Morisawa committed
common:
  misskey: "Note everything and share it 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"
    satruday: "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

syuilo's avatar
syuilo committed
  post_categories:
    music: "Music"
    game: "Video Game"
    anime: "Anime"
    it: "IT"
    gadgets: "Gadgets"
    photography: "Photography"

Aya Morisawa's avatar
Aya Morisawa committed
  input-message-here: "Enter message here"
  send: "Send"
  delete: "Delete"
  loading: "Loading"
  ok: "OK"
syuilo's avatar
syuilo committed
  update-available: "New version of Misskey is now available({newer}, current is {current}). Reload page to apply update."
syuilo's avatar
syuilo committed
  my-token-regenerated: "Your token is just regenerated, so you will signout."
syuilo's avatar
syuilo committed

Aya Morisawa's avatar
Aya Morisawa committed
  tags:
syuilo's avatar
syuilo committed
    mk-nav-links:
      about: "About"
      stats: "Stats"
      status: "Status"
      wiki: "Wiki"
      donors: "Donors"
      repository: "Repository"
      develop: "Developers"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-messaging-form:
syuilo's avatar
syuilo committed
      attach-from-local: "Attach file from your pc"
      attach-from-drive: "Attach file from the drive"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-messaging:
syuilo's avatar
syuilo committed
      search-user: "Find a user"
      you: "You"
      no-history: "No history"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-messaging-message:
syuilo's avatar
syuilo committed
      is-read: "Read"
      deleted: "This message has been deleted"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-messaging-room:
ha-dai's avatar
ha-dai committed
      empty: "No conversations"
      more: "More"
      no-history: "There is no more history"
syuilo's avatar
syuilo committed
      resize-form: "Drag to resize"
      new-message: "New message"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-authorized-apps:
syuilo's avatar
syuilo committed
      no-apps: "No apps"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-error:
      title: "Unable to connect to the server"
syuilo's avatar
syuilo committed
      description: "There is a problem with Internet connection, or the server may be down or maintaining. Please {try again} later."
ha-dai's avatar
ha-dai committed
      thanks: "Thank you for using Misskey."
      troubleshoot: "Troubleshoot"

      troubleshooter:
        title: "TroubleShooting"
        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"
syuilo's avatar
syuilo committed
        no-network: "There is no Network connection"
        no-network-desc: "Please make sure you are connected to the Network."
syuilo's avatar
syuilo committed
        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"
        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 down or maintaining, please try to access it again after a while."
        success: "Successfully connect to the Misskey's server"
        success-desc: "It seems to be able to connect normally. Please reload the page."
Aya Morisawa's avatar
Aya Morisawa committed

    mk-forkit:
      open-github-link: "View source on Github"

    mk-poll-editor:
ha-dai's avatar
ha-dai committed
      no-only-one-choice: "You need to enter two or more choice."
syuilo's avatar
syuilo committed
      choice-n: "Choice {}"
      remove: "Remove this choice"
      add: "+ Add a choice"
      destroy: "Destroy this poll"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-poll:
syuilo's avatar
syuilo committed
      vote-to: "Vote to 「{}」"
      vote-count: "{} votes"
      total-users: "{} users voted"
      vote: "Vote"
      show-result: "Show result"
      voted: "Voted"
Aya Morisawa's avatar
Aya Morisawa committed

syuilo's avatar
syuilo committed
    mk-post-menu:
      pin: "Pin"
      pinned: "Pinned"
syuilo's avatar
syuilo committed
      select: "Select category"
      categorize: "Accept"
      categorized: "Category reported. Thank you!"
syuilo's avatar
syuilo committed

Aya Morisawa's avatar
Aya Morisawa committed
    mk-reaction-picker:
      choose-reaction: "Pick your reaction"

    mk-signin:
syuilo's avatar
syuilo committed
      username: "Username"
      password: "Password"
syuilo's avatar
syuilo committed
      token: "Token"
syuilo's avatar
syuilo committed
      signing-in: "Signing in..."
      signin: "Sign in"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-signup:
syuilo's avatar
syuilo committed
      username: "Username"
      checking: "Checking..."
      available: "Available"
      unavailable: "Unavailable"
      error: "Network error"
ha-dai's avatar
ha-dai committed
      invalid-format: "Only use letters, numbers and -."
      too-short: "Please enter at least 3 letters!"
      too-long: "Please enter within 20 letters."
syuilo's avatar
syuilo committed
      password: "Password"
ha-dai's avatar
ha-dai committed
      password-placeholder: "We recommend more than 8 letters."
      weak-password: "Weak"
      normal-password: "So so"
      strong-password: "Strong"
syuilo's avatar
syuilo committed
      retype: "Type again"
ha-dai's avatar
ha-dai committed
      retype-placeholder: "Confirm your password"
syuilo's avatar
syuilo committed
      password-matched: "OK"
      password-not-matched: "Not matched"
      recaptcha: "Verify"
      create: "Create an Account"
ha-dai's avatar
ha-dai committed
      some-error: "Account creation failed for some reason. Please try again."
Aya Morisawa's avatar
Aya Morisawa committed

    mk-special-message:
      new-year: "Happy New Year!"
      christmas: "Merry Christmas!"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-stream-indicator:
      connecting: "Connecting"
      reconnecting: "Reconnecting"
      connected: "Connected"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-twitter-setting:
      description: "お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。"
ha-dai's avatar
ha-dai committed
      connected-to: "You to connected this Twitter account"
syuilo's avatar
syuilo committed
      detail: "Detail..."
      reconnect: "Reconnect"
      connect: "Connect to Twitter"
      disconnect: "Disconnect"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-uploader:
syuilo's avatar
syuilo committed
      waiting: "Waiting"
Aya Morisawa's avatar
Aya Morisawa committed

syuilo's avatar
syuilo committed
ch:
  tags:
    mk-index:
      new: "Create new channel"
      channel-title: "Channel title"

syuilo's avatar
syuilo committed
    mk-channel-form:
      textarea: "Write here"
      upload: "Upload"
      drive: "Drive"
      post: "Do"
      posting: "Doing"

Aya Morisawa's avatar
Aya Morisawa committed
desktop:
  tags:
syuilo's avatar
syuilo committed
    mk-api-info:
syuilo's avatar
syuilo committed
      intro: "APIを利用するには、上記のトークンを「i」というキーでパラメータに付加してリクエストします。"
      caution: "アカウントを不正利用される可能性があるため、このトークンは第三者に教えないでください(アプリなどにも入力しないでください)。"
      regeneration-of-token: "万が一このトークンが漏れたりその可能性がある場合はトークンを再生成できます。"
      regenerate-token: "Regenerate the token"
      enter-password: "Please enter the password"
syuilo's avatar
syuilo committed

Aya Morisawa's avatar
Aya Morisawa committed
    mk-drive-browser-base-contextmenu:
syuilo⭐️'s avatar
syuilo⭐️ committed
      create-folder: "Create a folder"
      upload: "Upload a file"
      url-upload: "Upload from a URL"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-browser-window:
syuilo⭐️'s avatar
syuilo⭐️ committed
      used: "used"
      drive: "Drive"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-browser:
syuilo⭐️'s avatar
syuilo⭐️ committed
      search: "Search"
      load-more: "Load more"
      empty-draghover: "Drop Welcome!"
      empty-drive: "Your drive is empty"
Aya Morisawa's avatar
Aya Morisawa committed
      empty-drive-description: "右クリックして「ファイルをアップロード」を選んだり、ファイルをドラッグ&ドロップすることでもアップロードできます。"
syuilo⭐️'s avatar
syuilo⭐️ committed
      empty-folder: "This folder is empty"
Aya Morisawa's avatar
Aya Morisawa committed
      unable-to-process: "操作を完了できません"
      circular-reference-detected: "移動先のフォルダーは、移動するフォルダーのサブフォルダーです。"
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"
Aya Morisawa's avatar
Aya Morisawa committed
      may-take-time: "アップロードが完了するまで時間がかかる場合があります。"
syuilo⭐️'s avatar
syuilo⭐️ committed
      create-folder: "Create a folder"
      folder-name: "Folder name"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-browser-file-contextmenu:
syuilo⭐️'s avatar
syuilo⭐️ committed
      rename: "Rename"
      copy-url: "Copy URL"
      download: "Download"
Aya Morisawa's avatar
Aya Morisawa committed
      else-files: "その他..."
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"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-browser-file:
syuilo⭐️'s avatar
syuilo⭐️ committed
      avatar: "Avatar"
      banner: "Banner"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-browser-folder-contextmenu:
syuilo⭐️'s avatar
syuilo⭐️ committed
      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"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-browser-folder:
      unable-to-process: "操作を完了できません"
      circular-reference-detected: "移動先のフォルダーは、移動するフォルダーのサブフォルダーです。"
syuilo⭐️'s avatar
syuilo⭐️ committed
      unhandled-error: "Unknown error"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-browser-nav-folder:
syuilo⭐️'s avatar
syuilo⭐️ committed
      drive: "Drive"
Aya Morisawa's avatar
Aya Morisawa committed

syuilo's avatar
syuilo committed
    mk-selectdrive-page:
      title: "Choose a file(s)"
      ok: "OK"
      cancel: "Cancel"
      upload: "Upload a file(s) from you PC"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-ui-header-nav:
      home: "Home"
      messaging: "Messages"
syuilo's avatar
syuilo committed
      ch: "Channels"
Aya Morisawa's avatar
Aya Morisawa committed
      info: "News"

    mk-ui-header-search:
      placeholder: "Search"

    mk-ui-header-account:
      profile: "Your profile"
      drive: "Drive"
      mentions: "Mentions"
      settings: "Settings"
      signout: "Sign out"

syuilo's avatar
syuilo committed
    mk-ui-header-post-button:
      post: "Compose new Post"

    mk-ui-header-notifications:
      title: "Notifications"

syuilo's avatar
syuilo committed
    mk-profile-setting:
      avatar: "Avatar"
      choice-avatar: "Choice an image"
      name: "Name"
      location: "Location"
      description: "Description"
      birthday: "Birthday"
      save: "Update profile"

syuilo's avatar
syuilo committed
    mk-password-setting:
      reset: "Change your password"
      enter-current-password: "Enter the current password"
      enter-new-password: "Enter the new password"
syuilo's avatar
syuilo committed
      enter-new-password-again: "Enter the new password again"
      not-match: "New password not matched"
syuilo's avatar
syuilo committed
      changed: "Password updated successfully"

syuilo's avatar
syuilo committed
    mk-2fa-setting:
syuilo's avatar
syuilo committed
      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/"
syuilo's avatar
syuilo committed
      caution: "As a caveat, security improves, but you can not sign in to Misskey if you lose a registered device, etc."
syuilo's avatar
syuilo committed
      register: "Register a device"
syuilo's avatar
syuilo committed
      already-registered: "The setting has already been completed."
      unregister: "Disable"
      unregistered: "Two-step authentication has been disabled."
syuilo's avatar
syuilo committed
      enter-password: "Enter the password"
      authenticator: "First, you need install Google Authenticator to your device:"
      howtoinstall: "How to install"
      scan: "Next, please scan displayed QR code:"
      done: "Please enter the token displaying in your device:"
      submit: "Submit"
      success: "Setup completed successfully!"
      failed: "Failed to setup. please ensure that the token is correct."
syuilo's avatar
syuilo committed
      info: "From the next sign in, enter the token that is displayed on the device in addition to the password."
syuilo's avatar
syuilo committed

Aya Morisawa's avatar
Aya Morisawa committed
    mk-post-form:
      post-placeholder: "What's happening?"
      reply-placeholder: "Reply to this post..."
      quote-placeholder: "Quote this post..."
      post: "Post"
      reply: "Reply"
      repost: "Repost"
      posted: "Posted!"
      replied: "Replied!"
      reposted: "Reposted!"
      post-failed: "Failed to post"
      reply-failed: "Failed to reply"
      repost-failed: "Failed to repost"
      posting: "Posting"
      attach-media-from-local: "Attach media from your pc"
      attach-media-from-drive: "Attach media from the drive"
      attach-cancel: "Cancel attachment"
syuilo's avatar
syuilo committed
      insert-a-kao: "v(‘ω’)v"
Aya Morisawa's avatar
Aya Morisawa committed
      create-poll: "Create a poll"
      text-remain: "{} chars remaining"

    mk-post-form-window:
      post: "New post"
      reply: "Reply"
      attaches: "{} media attached"
      uploading-media: "Uploading {} media"

syuilo's avatar
syuilo committed
    mk-post-page:
      prev: "Previous post"
      next: "Next post"

syuilo's avatar
syuilo committed
    mk-settings:
syuilo's avatar
syuilo committed
      profile: "Profile"
syuilo's avatar
syuilo committed
      drive: "Drive"
syuilo's avatar
syuilo committed
      security: "Security"
syuilo's avatar
syuilo committed
      password: "Password"
syuilo's avatar
syuilo committed
      2fa: "Two-factor authentication"
syuilo's avatar
syuilo committed
      other: "Other"
      license: "License"
syuilo's avatar
syuilo committed

Aya Morisawa's avatar
Aya Morisawa committed
    mk-timeline-post:
      reposted-by: "Reposted by {}"
      reply: "Reply"
      repost: "Repost"
      add-reaction: "Add your reaction"
      detail: "Show detail"

syuilo's avatar
syuilo committed
    mk-notifications:
      more: "More"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-notifications-home-widget:
      title: "Notifications"
      settings: "Notification settings"

syuilo's avatar
syuilo committed
    mk-server-home-widget:
      title: "Server info"
      toggle: "Toggle views"

syuilo's avatar
syuilo committed
    mk-activity-widget:
      title: "Activity"
      toggle: "Toggle views"
Aya Morisawa's avatar
Aya Morisawa committed
    mk-user-recommendation-home-widget:
      title: "Recommended users"
      refresh: "Show others"
      no-one: "No one"

    mk-recommended-polls-home-widget:
      title: "Polls"
      refresh: "Show others"
      nothing: "Nothing"

    mk-trends-home-widget:
      title: "Trend"
      refresh: "Show others"
      nothing: "Nothing"

    mk-photo-stream-home-widget:
      title: "Photostream"
      no-photos: "No photos"

    mk-donation-home-widget:
      title: "Donation"
      text: "To manage Misskey we spend money for our domain server etc.. There's no incomes for us so we need your tip. If you're interested contact {}. Thank you for your contribution!"

syuilo's avatar
syuilo committed
    mk-channel-home-widget:
      title: "Channel"
      settings: "Widget settings"
syuilo's avatar
syuilo committed
      get-started: "Please click the cog in the upper right to specify the channel to receive"
syuilo's avatar
syuilo committed

syuilo's avatar
syuilo committed
    mk-calendar-widget:
syuilo's avatar
syuilo committed
      title: "{1} / {2}"
      prev: "Previous month"
      next: "Next month"
      go: "Click to travel"

syuilo's avatar
syuilo committed
    mk-post-form-home-widget:
      title: "Post"
      post: "Post"
      placeholder: "What's happening?"

syuilo's avatar
syuilo committed
    mk-access-log-home-widget:
      title: "Access log"

syuilo's avatar
syuilo committed
    mk-messaging-home-widget:
      title: "Messaging"

    mk-broadcast-home-widget:
      fetching: "Fetching"
      no-broadcasts: "No broadcasts"
      have-a-nice-day: "Have a nice day!"
      next: "Next"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-repost-form:
      quote: "Quote..."
      cancel: "Cancel"
      repost: "Repost"
      reposting: "Reposting..."
      success: "Reposted!"
      failure: "Failed to Repost"

    mk-repost-form-window:
      title: "Are you sure you want to repost this post?"
Aya Morisawa's avatar
Aya Morisawa committed

syuilo's avatar
syuilo committed
    mk-user:
syuilo's avatar
syuilo committed
      last-used-at: "Last used at"

syuilo's avatar
syuilo committed
      photos:
        title: "Photos"
        loading: "Loading"
        no-photos: "No photos"

      frequently-replied-users:
        title: "Frequently replied"
        loading: "Loading"
        no-users: "No users"

      followers-you-know:
        title: "Followers you know"
        loading: "Loading"
        no-users: "No users"

Aya Morisawa's avatar
Aya Morisawa committed
mobile:
  tags:
syuilo's avatar
syuilo committed
    mk-selectdrive-page:
      select-file: "Select file(s)"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-drive-file-viewer:
syuilo's avatar
syuilo committed
      download: "Download"
      rename: "Rename"
      move: "Move"
syuilo's avatar
syuilo committed
      hash: "Hash (md5)"
syuilo's avatar
syuilo committed
      exif: "EXIF"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-entrance-signin:
syuilo's avatar
syuilo committed
      signup: "Sign up"
      about: "About Misskey"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-entrance-signup:
syuilo's avatar
syuilo committed
      cancel: "Cancel"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-authorized-apps-page:
syuilo's avatar
syuilo committed
      application: "Applications"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-signin-history-page:
syuilo's avatar
syuilo committed
      signin-history: "Sign in history"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-twitter-setting-page:
syuilo's avatar
syuilo committed
      twitter-integration: "Twitter integration"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-page:
syuilo's avatar
syuilo committed
      drive: "Drive"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-home:
syuilo's avatar
syuilo committed
      home: "Home"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-messaging-room-page:
syuilo's avatar
syuilo committed
      message: "Messaging"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-messaging-page:
syuilo's avatar
syuilo committed
      message: "Messaging"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-notifications-page:
syuilo's avatar
syuilo committed
      notifications: "Notifications"
こぴなたみぽ's avatar
こぴなたみぽ committed
      read-all: "Are you sure you want to mark all unread notifications as read?"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-post-page:
syuilo's avatar
syuilo committed
      title: "Post"
      prev: "Previous post"
      next: "Next post"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-search-page:
syuilo's avatar
syuilo committed
      search: "Search"
Aya Morisawa's avatar
Aya Morisawa committed

syuilo's avatar
syuilo committed
    mk-settings:
      signed-in-as: "Signed in as {}"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-settings-page:
syuilo's avatar
syuilo committed
      profile: "Profile"
      applications: "Applications"
      twitter-integration: "Twitter integration"
      signin-history: "Sign in history"
syuilo's avatar
syuilo committed
      link: "MisskeyLink"
syuilo's avatar
syuilo committed
      settings: "Settings"
syuilo's avatar
syuilo committed
      signout: "Sign out"

    mk-profile-setting-page:
      title: "Profile Settings"

    mk-profile-setting:
syuilo's avatar
syuilo committed
      will-be-published: "These profiles will be published."
syuilo's avatar
syuilo committed
      name: "Name"
      location: "Location"
      description: "Description"
      birthday: "Birthday"
syuilo's avatar
syuilo committed
      avatar: "Avatar"
      banner: "Banner"
      avatar-saved: "Avatar updated successfully"
      banner-saved: "Banner updated successfully"
      set-avatar: "Choose an avatar"
      set-banner: "Choose a banner"
syuilo's avatar
syuilo committed
      save: "Save"
      saved: "Profile updated successfully"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-user-followers-page:
syuilo's avatar
syuilo committed
      followers-of: "Followers of {}"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-user-following-page:
syuilo's avatar
syuilo committed
      following-of: "Following of {}"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-folder-selector:
syuilo's avatar
syuilo committed
      select-folder: "Choose a folder"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive-selector:
syuilo's avatar
syuilo committed
      select-file: "Choose a file"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-drive:
syuilo's avatar
syuilo committed
      drive: "Drive"
Aya Morisawa's avatar
Aya Morisawa committed
      used: "used"
syuilo's avatar
syuilo committed
      folder-count: "Folder(s)"
Aya Morisawa's avatar
Aya Morisawa committed
      count-separator: ", "
syuilo's avatar
syuilo committed
      file-count: "File(s)"
      load-more: "Load more"
      nothing-in-drive: "Nothing"
      folder-is-empty: "This folder is empty"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-follow-button:
syuilo's avatar
syuilo committed
      follow: "Follow"
      unfollow: "Unfollow"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-home-timeline:
syuilo's avatar
syuilo committed
      empty-timeline: "There is no posts"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-notifications:
syuilo's avatar
syuilo committed
      more: "More"
syuilo's avatar
syuilo committed
      empty: "No notifications"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-post-detail:
syuilo's avatar
syuilo committed
      reply: "Reply"
      reaction: "Reaction"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-post-form:
syuilo's avatar
syuilo committed
      submit: "Post"
      reply-placeholder: "Reply to this post..."
      post-placeholder: "What's happening?"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-search-posts:
syuilo's avatar
syuilo committed
      empty: "There is no post related to the 「{}」"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-sub-post-content:
syuilo's avatar
syuilo committed
      media-count: "{} media"
      poll: "Poll"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-timeline-post:
syuilo's avatar
syuilo committed
      reposted-by: "Reposted by {}"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-timeline:
syuilo's avatar
syuilo committed
      empty: "No posts"
      load-more: "More"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-ui-nav:
syuilo's avatar
syuilo committed
      home: "Home"
      notifications: "Notifications"
      messaging: "Messages"
syuilo's avatar
syuilo committed
      ch: "Channels"
syuilo's avatar
syuilo committed
      drive: "Drive"
      settings: "Settings"
      about: "About Misskey"
      search: "Search"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-user-followers:
syuilo's avatar
syuilo committed
      no-users: "No followers."
Aya Morisawa's avatar
Aya Morisawa committed

    mk-user-following:
syuilo's avatar
syuilo committed
      no-users: "No following."
Aya Morisawa's avatar
Aya Morisawa committed

    mk-user-timeline:
syuilo's avatar
syuilo committed
      no-posts: "This user seems never post"
      no-posts-with-media: "There is no posts with media"
Aya Morisawa's avatar
Aya Morisawa committed

    mk-user:
syuilo's avatar
syuilo committed
      follows-you: "Follows you"
syuilo's avatar
syuilo committed
      following: "Following"
      followers: "Followers"
syuilo's avatar
syuilo committed
      posts: "Posts"
syuilo's avatar
syuilo committed
      overview: "Overview"
syuilo's avatar
syuilo committed
      timeline: "Timeline"
syuilo's avatar
syuilo committed
      media: "Media"
Aya Morisawa's avatar
Aya Morisawa committed

syuilo's avatar
syuilo committed
    mk-user-overview:
      recent-posts: "Recent posts"
      images: "Images"
      activity: "Activity"
syuilo's avatar
syuilo committed
      keywords: "Keywords"
syuilo's avatar
syuilo committed
      domains: "Domains"
syuilo's avatar
syuilo committed
      frequently-replied-users: "Frequently talking users"
syuilo's avatar
syuilo committed
      last-used-at: "Last used at"
syuilo's avatar
syuilo committed

    mk-user-overview-posts:
      loading: "Loading"
      no-posts: "No posts"

    mk-user-overview-photos:
      loading: "Loading"
      no-photos: "No photos"

syuilo's avatar
syuilo committed
    mk-user-overview-keywords:
      no-keywords: "No keywords"

syuilo's avatar
syuilo committed
    mk-user-overview-domains:
      no-domains: "No domains"

syuilo's avatar
syuilo committed
    mk-user-overview-frequently-replied-users:
      loading: "Loading"
      no-users: "No users"

    mk-user-overview-followers-you-know:
      loading: "Loading"
      no-users: "No users"

Aya Morisawa's avatar
Aya Morisawa committed
    mk-users-list:
syuilo's avatar
syuilo committed
      all: "All"
      known: "You know"
      load-more: "More"
syuilo's avatar
syuilo committed

syuilo's avatar
syuilo committed
stats:
  posts-count: "Number of all posts"
  users-count: "Number of all users"

syuilo's avatar
syuilo committed
status:
  all-systems-maybe-operational: "All systems maybe operational"
  what-is-this-site: ""