diff --git a/locales/ca.yml b/locales/ca.yml index 0622059e3..a467c4ba6 100644 --- a/locales/ca.yml +++ b/locales/ca.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "ユーザー名" checking: "確認しています..." available: "利用できます" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有" diff --git a/locales/de.yml b/locales/de.yml index ed1f5f907..3885dc416 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "Benutzername" checking: "Überprüfung..." available: "Verfügbar" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "Abbrechen" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有" diff --git a/locales/en.yml b/locales/en.yml index 5d4d5c2ce..aec076ff1 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Log in with Twitter" login-failed: "Log in failed. Make sure you have entered your correct username and password." common/views/components/signup.vue: + invitation-code: "Invitation code" + invitation-info: "If you do not have an invitation code, please contact an administrator." username: "Username" checking: "Confirming..." available: "Available" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "Users on this instance" all-notes: "All Posts" original-notes: "Posts on this instance" + invite: "Invite" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "Suspend a user" suspend: "Suspend" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "Unsuspend users" unsuspend: "Unsuspend" unsuspended: "The user has successfully unsuspended." +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "User account verification settings" + verify: "Verify account" + verified: "The account is now being verified" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "User account unverification settings" + unverify: "Unverify account" + unverified: "The account is now being unverified" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "Posts" + local: "Local" + remote: "Remote" +desktop/views/pages/admin/admin.users-chart.vue: + title: "Users" + local: "Local" + remote: "Remote" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "Only media posts" is-media-view: "Media view" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "Cancel" upload: "Upload files from your device" desktop/views/pages/search.vue: - not-available: "The search feature is not available for now." + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "No posts were found for '{}'" desktop/views/pages/share.vue: share-with: "Share with {}." diff --git a/locales/es.yml b/locales/es.yml index 1229b54f8..2c4e7c604 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Ingresar con Twitter" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "Usuario" checking: "Comprobando..." available: "Disponible" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有" diff --git a/locales/fr.yml b/locales/fr.yml index ceabfc495..a6d51c854 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -4,10 +4,10 @@ meta: divider: "" common: misskey: "Une ⭐ du fédiverse" - about-title: "Une ⭐ du fédiverse." - about: "Merci d'avoir découvert Misskey. Misskey est une plateforme de micro-blogging distribuée née sur Terre. Parce qu'il fait partie du Fédiverse (un univers composé de diverses plateformes de réseaux sociaux organisées), il est mutuellement connecté avec d'autres plateformes de réseaux sociaux. Désirez-vous prendre une pause, pendant un instant, loin de l'agitation de la ville et plonger dans un nouvel Internet ?" + about-title: "Une ⭐ du fédivers." + about: "Merci d'avoir découvert Misskey. Misskey est une plateforme de microblogage distribuée née sur Terre. Parce qu'il fait partie du Fédivers (un univers composé de diverses plateformes de réseaux sociaux organisées), il est mutuellement connecté avec d'autres plateformes de réseaux sociaux. Désirez-vous prendre une pause, pendant un instant, loin de l'agitation de la ville et plonger dans un nouvel Internet ?" adblock: - detected: "Veuillez désactiver le bloqueur de publicités" + detected: "Veuillez désactiver votre bloqueur de publicités" warning: "Misskey n'utilise pas de publicités, mais quelques options peuvent être non disponibles ou fonctionneraient mal si un bloqueur de publicités est activé." application-authorization: "Permissions de l'application" close: "Fermer" @@ -17,7 +17,7 @@ common: title: "Conseils de personnalisation" paragraph1: "La personnalisation à la maison vous permet d'ajouter / supprimer, glisser et déposer et réorganiser les widgets." paragraph2: "Vous pouvez changer l'affichage en cliquant droit sur certains widgets." - paragraph3: "Pour supprimer un widget, glissez et déposez le widget sur la zone étiquetée \"Corbeille\" dans l'en-tête." + paragraph3: "Pour supprimer un widget, glissez et déposez le widget sur la zone étiquetée « Corbeille » dans l'en-tête." paragraph4: "Pour terminer la personnalisation, cliquez sur \"Terminer\" dans le coin supérieur droit." gotit: "Compris!" notification: @@ -69,7 +69,7 @@ common: rip: "RIP" pudding: "Pudding" note-placeholders: - a: "Que faîtes vous maintenant ?" + a: "Que faites vous maintenant ?" b: "Quoi de neuf ?" c: "Qu'avez-vous en tête ?" d: "Voulez-vous exprimer quelque chose ?" @@ -82,9 +82,9 @@ common: update-available-title: "Mise à jour disponible" update-available: "Une nouvelle version de Misskey est disponible ({newer}, version actuelle: {current}). Veuillez recharger la page pour appliquer la mise à jour." my-token-regenerated: "Votre token vient d'être généré, vous allez maintenant être déconnecté." - i-like-sushi: "Je préfère les sushis (au pudding)" + i-like-sushi: "Je préfère les sushis plutôt que le pudding" show-reversi-board-labels: "Afficher les étiquettes des lignes et colonnes dans Reversi" - verified-user: "公式アカウント" + verified-user: "Compte vérifié" disable-animated-mfm: "Désactiver les textes animés dans les publications" reversi: drawn: "Partie nulle" @@ -101,18 +101,18 @@ common: analog-clock: "Horloge analogique" profile: "Profil" calendar: "Calendrier" - timemachine: "Calendrier (Machine de temps)" + timemachine: "Calendrier (Machine temporelle)" activity: "Activité" rss: "Lecteur de flux RSS" memo: "Pense-bête" trends: "Tendances" photo-stream: "Flux de photos" - posts-monitor: "Graph des publications" + posts-monitor: "Graphe des publications" slideshow: "Diaporama" version: "Version" broadcast: "Diffusion" notifications: "Notifications" - users: "Utilisateurs" + users: "Utilisateur·rice·s" polls: "Sondages" post-form: "Formulaire de publication" messaging: "Messagerie" @@ -174,16 +174,16 @@ common/views/components/games/reversi/reversi.game.vue: can-put-everywhere: "どこでも置けるモード" common/views/components/games/reversi/reversi.index.vue: title: "Misskey Reversi" - sub-title: "Jouer à Reversi avec vos amis·es !" + sub-title: "Jouer à Reversi avec vos ami·e·s !" invite: "Inviter" - rule: "Comment Jouer ?" + rule: "Comment jouer ?" rule-desc: "リバーシは、相手と交互に石をボードに置いて、相手の石を挟んで自分の色に変えてゆき、最終的に残った石が多い方が勝ちというボードゲームです。" mode-invite: "Inviter" - mode-invite-desc: "Inviter un joueur." + mode-invite-desc: "Inviter un·e joueur·se." invitations: "Vous avez reçu une invitation !" my-games: "Mes jeux" all-games: "Tous les jeux" - enter-username: "Saisir un nom d'utilisateur" + enter-username: "Saisir un nom d'utilisateur·rice" game-state: ended: "Terminée" playing: "En cours" @@ -204,7 +204,7 @@ common/views/components/games/reversi/reversi.room.vue: waiting-for-both: "En attente que vous soyez prêt" cancel: "Annuler" ready: "Prêt" - cancel-ready: "Annuler \"Je suis prêt\"" + cancel-ready: "Annuler « Prêt »" common/views/components/connect-failed.vue: title: "Échec de connexion au serveur" description: "Il y a soit un problème avec votre connexion internet, soit le serveur est hors-ligne ou en maintenance. Veuillez {ressayer} plus tard." @@ -230,20 +230,20 @@ common/views/components/connect-failed.troubleshooter.vue: flush: "Vider le cache" set-version: "Choisissez une version" common/views/components/messaging.vue: - search-user: "Trouver un utilisateur" + search-user: "Trouver un·e utilisateur·rice" you: "Vous" no-history: "Pas d'historique" common/views/components/messaging-room.vue: empty: "Pas de conversations" - more: "Voir Plus" + more: "Voir plus" no-history: "Il n'y a pas plus d'historique" resize-form: "Faites glisser pour redimensionner" new-message: "Nouveau message" - only-one-file-attached: "Un seul fichier uniquement peut être joint au message" + only-one-file-attached: "Un seul fichier peut être joint au message" common/views/components/messaging-room.form.vue: input-message-here: "Tapez ici votre message" send: "Envoyer" - attach-from-local: "Joindre un fichier depuis votre PC" + attach-from-local: "Joindre un fichier depuis votre ordinateur" attach-from-drive: "Joindre un fichier depuis votre Drive" only-one-file-attached: "Un seul fichier uniquement peut être joint au message" common/views/components/messaging-room.message.vue: @@ -251,23 +251,23 @@ common/views/components/messaging-room.message.vue: deleted: "Ce message a été supprimé" common/views/components/nav.vue: about: "À propos" - stats: "Stats" - status: "Status" + stats: "Statistiques" + status: "Statut" wiki: "Wiki" - donors: "Donateurs" - repository: "Repo" - develop: "Développeurs" + donors: "Donateur·rice·s" + repository: "Dépôt" + develop: "Développeur·se·s" feedback: "Remarques" common/views/components/note-menu.vue: - favorite: "Favorite this note" - pin: "Épingler sur votre profile" + favorite: "Mettre cette note en favoris" + pin: "Épingler sur votre profil" delete: "Supprimer" delete-confirm: "Supprimer cette publication ?" - remote: "Afficher les note originale" + remote: "Afficher la note originale" common/views/components/poll.vue: vote-to: "Voter pour '{}'" vote-count: "{} votes" - total-users: "{} utilisateurs ont voté" + total-users: "{} utilisateur·rice·s ont voté·e·s" vote: "Vote" show-result: "Montrer les résultats" voted: "Voté" @@ -280,32 +280,34 @@ common/views/components/poll-editor.vue: common/views/components/reaction-picker.vue: choose-reaction: "Choisissez votre réaction" common/views/components/signin.vue: - username: "Nom d'utilisateur" + username: "Nom d'utilisateur·rice" password: "Mot de passe" token: "Token" - signing-in: "Connexion...." + signing-in: "Connexion…" signin: "Se connecter" or: "Ou" signin-with-twitter: "Se connecter via Twitter" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: - username: "Nom d'utilisateur" - checking: "Vérification" + invitation-code: "Code d’invitation" + invitation-info: "Si vous n’avez pas de code d’invitation, contactez un·e administrateur·rice." + username: "Nom d'utilisateur·rice" + checking: "Vérification…" available: "Disponible" unavailable: "Non disponible" - error: "Erreur de réseau" - invalid-format: "Utilisez seulement des lettres, nombres et/ou -." + error: "Erreur du réseau" + invalid-format: "Vous pouvez utiliser des lettres, des nombres et _." too-short: "Veuillez saisir au moins un caractère !" too-long: "Veuillez entrer au maximum 20 caractères." - password: "Mot de Passe" - password-placeholder: "Nous recommendons au moins 8 caractères." + password: "Mot de passe" + password-placeholder: "Nous recommandons au moins 8 caractères." weak-password: "Faible" normal-password: "Moyen" strong-password: "Fort" retype: "Retapez" retype-placeholder: "Confirmez votre mot de passe" password-matched: "OK" - password-not-matched: "Les mots de passes ne correspondent pas." + password-not-matched: "Les mots de passe ne correspondent pas." recaptcha: "Vérifier" create: "Créer un compte" some-error: "La création du compte a échoué. Veuillez réessayer." @@ -317,14 +319,14 @@ common/views/components/stream-indicator.vue: reconnecting: "Reconnexion en cours" connected: "Connecté" common/views/components/twitter-setting.vue: - description: "Si vous liez votre compte Twitter à votre compte Misskey, vous verrez ensuite votre compte Twitter s'afficher sur votre profile, vous aurez aussi la possibilité de vous connecter à Misskey en utilisant votre compte Twitter." + description: "Si vous liez votre compte Twitter à votre compte Misskey, vous verrez ensuite votre compte Twitter s'afficher sur votre profil, vous aurez aussi la possibilité de vous connecter à Misskey en utilisant votre compte Twitter." connected-to: "Vous êtes connecté à ce compte Twitter" - detail: "Détails …" - reconnect: "Reconnecter" + detail: "Détails…" + reconnect: "Reconnexion" connect: "Lier votre compte Twitter" - disconnect: "Déconnecter" + disconnect: "Déconnexion" common/views/components/uploader.vue: - waiting: "En attente" + waiting: "Veuillez patienter" common/views/components/visibility-chooser.vue: public: "Public" home: "Accueil" @@ -332,42 +334,42 @@ common/views/components/visibility-chooser.vue: followers: "Abonné·e·s" followers-desc: "Publier à vos abonné·e·s uniquement" specified: "Direct" - specified-desc: "Publier aux utilisateurs·trices mentionné·es" + specified-desc: "Publier aux utilisateur·rice·s mentionné·e·s" private: "Privé" common/views/widgets/broadcast.vue: - fetching: "Récuperation" + fetching: "Récupération" no-broadcasts: "Aucune annonce" have-a-nice-day: "Passez une bonne journée !" next: "Suivant" common/views/widgets/calendar.vue: - year: "{} année" - month: "{} mois" - day: "{} jour" + year: "Année {}" + month: "Mois {}" + day: "Jour {}" today: "Aujourd'hui :" this-month: "Ce mois-ci :" this-year: "Cette année :" common/views/widgets/donation.vue: - title: "Dons" + title: "Faire un don" text: "Les frais pour faire fonctionner Misskey sortent directement de notre poche. Nous ne recevons pas d'argent issu de la publicité, si vous pouvez nous faire des dons, on vous serait éternellement reconnaissants. Si vous êtes intéressé·es veuillez contacter {}. Merci pour votre contribution !" common/views/widgets/photo-stream.vue: - title: "Flux de photo" - no-photos: "Pas de photos" + title: "Flux de photos" + no-photos: "Pas de photo" common/views/widgets/posts-monitor.vue: - title: "Graph des publications" + title: "Graphe des publications" toggle: "Basculer entre les vues" common/views/widgets/hashtags.vue: title: "Étiquettes" - count: "{} utilisateurs mentionnés" + count: "{} utilisateur·rice·s mentionné·e·s" empty: "Aucune tendance" common/views/widgets/server.vue: - title: "Info sur le serveur" + title: "Informations sur le serveur" toggle: "Afficher les vues" common/views/widgets/memo.vue: title: "Pense-bête" memo: "Écrivez ici !" save: "Enregistrer" common/views/widgets/slideshow.vue: - folder-customize-mode: "Veuillez quitter le mode personnalisé pour pouvour spécifier un dossier" + folder-customize-mode: "Pour pouvoir spécifier un dossier, veuillez quitter le mode de personnalisation" folder: "Veuillez cliquer pour spécifier le dossier" no-image: "Il n'y a aucune image dans ce dossier" common/views/widgets/tips.vue: @@ -375,13 +377,13 @@ common/views/widgets/tips.vue: tips-line2: "pまたはnで投稿フォームを開きます" tips-line3: "Vous pouvez glisser et déposer des fichiers sur la fenêtre de la note" tips-line4: "Vous pouvez coller des images à partir du presse-papier sur la fenêtre de la note" - tips-line5: "Vous pouvez téléverser des fichiers sur le Drive en faisant un glisser/déplacer" + tips-line5: "Vous pouvez téléverser des fichiers sur le Drive en faisant un glisser-déposer" tips-line6: "ドライブでファイルをドラッグしてフォルダ移動できます" tips-line7: "ドライブでフォルダをドラッグしてフォルダ移動できます" tips-line8: "Vous pouvez personnaliser l'Accueil via les paramètres" tips-line9: "Misskey est sous licence AGPLv3" tips-line10: "タイムマシンウィジェットを利用すると、簡単に過去のタイムラインに遡れます" - tips-line11: "Vous pouvez épingler des notes sur votre page en appuyant sur \"…\"" + tips-line11: "Vous pouvez épingler des notes sur votre page en cliquant sur « … »" tips-line13: "Tous les fichiers attachés à cette publication sont sauvegardés dans le Drive" tips-line14: "ホームのカスタマイズ中、ウィジェットを右クリックしてデザインを変更できます" tips-line17: "Vous pouvez mettre un texte en surbrillance en le mettant entre ** **" @@ -392,18 +394,18 @@ common/views/widgets/tips.vue: tips-line24: "Misskey a vu le jour en 2014" tips-line25: "対応ブラウザではMisskeyを開いていなくても通知を受け取れます" common/views/pages/follow.vue: - signed-in-as: "Connecté·é en tant que {}" + signed-in-as: "Connecté·e en tant que {}" following: "Suit" follow: "Suivre" request-pending: "Demande d'abonnement en attente" follow-request: "Demande d'abonnement" desktop: - banner-crop-title: "Découpez la partie qui apparaîtra comme une bannière" + banner-crop-title: "Découpez la partie qui apparaitra comme bannière" banner: "Bannière" uploading-banner: "Téléversement d'une nouvelle bannière" banner-updated: "La bannière est mise à jour" choose-banner: "Choisir une bannière" - avatar-crop-title: "Découpez la partie qui apparaîtra dans l'avatar" + avatar-crop-title: "Découpez la partie qui apparaitra comme avatar" avatar: "Avatar" uploading-avatar: "Téléversement du nouvel avatar" avatar-updated: "L'avatar est mis à jour" @@ -414,16 +416,16 @@ desktop/views/components/activity.chart.vue: replies: "Rouge ... Réponses" renotes: "Vert ... Partages" desktop/views/components/activity.vue: - title: "Activitié" + title: "Activité" toggle: "Afficher les vues" desktop/views/components/calendar.vue: title: "{1} / {2}" prev: "Mois dernier" next: "Mois prochain" - go: "Cliquer pour naviguer" + go: "Cliquez pour naviguer" desktop/views/components/choose-file-from-drive-window.vue: choose-file: "Sélection de fichiers" - upload: "Téléverser des fichiers à partir de votre PC" + upload: "Téléverser des fichiers à partir de votre ordinateur" cancel: "Annuler" ok: "OK" choose-prompt: "Choisir un fichier" @@ -454,14 +456,14 @@ desktop/views/components/drive.file.vue: add-app: "Ajouter une application" rename-file: "Renommer le ficher" input-new-file-name: "Entrer un nouveau nom" - copied: "Copied" - copied-url-to-clipboard: "L'URL a été copié dans le presse-papier" + copied: "Copié" + copied-url-to-clipboard: "L'URL a été copiée dans le presse-papier" desktop/views/components/drive.folder.vue: unable-to-process: "L'opération n'a pas pu être complétée" circular-reference-detected: "Le dossier de destination est un sous-dossier du dossier que vous souhaitez déplacer." unhandled-error: "Erreur inconnue" contextmenu: - move-to-this-folder: "Bouger dans ce dossier" + move-to-this-folder: "Déplacer dans ce dossier" show-in-new-window: "Ouvrir dans une nouvelle fenêtre" rename: "Renommer" rename-folder: "Renommer le dossier" @@ -789,23 +791,44 @@ desktop/views/components/window.vue: close: "Fermer" desktop/views/pages/admin/admin.vue: dashboard: "ダッシュボード" - drive: "ドライブ" - users: "ユーザー" - update: "更新" + drive: "Drive" + users: "Utilisateur·rice·s" + update: "Mises à jour" desktop/views/pages/admin/admin.dashboard.vue: dashboard: "ダッシュボード" - all-users: "全てのユーザー" - original-users: "このインスタンスのユーザー" - all-notes: "全てのノート" - original-notes: "このインスタンスのノート" + all-users: "Tou·te·s les utilisateur·rice·s" + original-users: "Utilisateur·rice·s sur cette instance" + all-notes: "Toutes les publications" + original-notes: "Publication sur cette instance" + invite: "Invitation" desktop/views/pages/admin/admin.suspend-user.vue: - suspend-user: "ユーザーの凍結" - suspend: "凍結" - suspended: "凍結しました" + suspend-user: "Suspendre un·e utilisateur·rice" + suspend: "Suspendre" + suspended: "Suspendu avec succès" desktop/views/pages/admin/admin.unsuspend-user.vue: - unsuspend-user: "ユーザーの凍結の解除" - unsuspend: "凍結の解除" - unsuspended: "凍結を解除しました" + unsuspend-user: "Lever la suspension d’utilisateur·rice·s" + unsuspend: "Suspension levée" + unsuspended: "La suspension de l’utilisateur·rice a été levée avec succès" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "Vérification du compte" + verified: "Le compte a été vérifié" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "Les publications médias uniquement" is-media-view: "Vue média" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "Annuler" upload: "Uploader un ou plusieurs fichier(s) depuis votre PC" desktop/views/pages/search.vue: - not-available: "Vous ne pouvez pas utiliser la fonctionnalité de recherche." + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "Aucun message trouvé pour '{}'" desktop/views/pages/share.vue: share-with: "Partager avec {}" @@ -1176,14 +1199,14 @@ docs: params: "Paramètres" no-params: "Aucun paramètre" res: "Réponse" - require-credential: "このエンドポイントは認証情報が必須です。" - require-permission: "このエンドポイントは{permission}の権限を必要とします。" + require-credential: "Ce point de communication nécessite une authentification." + require-permission: "Ce point de communication nécessite la permission {permission}." has-limit: "レートリミットがあります。" duration-limit: "直近{duration}ミリ秒の間のこのエンドポイントへのリクエスト数の合計が{max}を超える場合はリクエストできません。" min-interval-limit: "前回のリクエストから{interval}ミリ秒経っていない場合はリクエストできません。" - show-src: "このエンドポイントのソースコードも閲覧できます。" + show-src: "Vous pouvez voir le code source ce point de communication." show-src-link: "Consulter le code sur GitHub" - generated: "このドキュメントはAPI定義に基づき自動生成されています。" + generated: "Ce document est généré à partir de la définition de l’API." props: name: "Nom" type: "Type" diff --git a/locales/it.yml b/locales/it.yml index 0622059e3..a467c4ba6 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "ユーザー名" checking: "確認しています..." available: "利用できます" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有" diff --git a/locales/ja.yml b/locales/ja.yml index 6d1049177..a467c4ba6 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -1,7 +1,7 @@ +--- meta: lang: "日本語" divider: "" - common: misskey: "A ⭐ of fediverse" about-title: "A ⭐ of fediverse." @@ -40,9 +40,7 @@ common: months_ago: "{}ヶ月前" years_ago: "{}年前" month-and-day: "{month}月 {day}日" - trash: "ゴミ箱" - weekday-short: sunday: "日" monday: "月" @@ -51,7 +49,6 @@ common: thursday: "木" friday: "金" saturday: "土" - weekday: sunday: "日曜日" monday: "月曜日" @@ -60,7 +57,6 @@ common: thursday: "木曜日" friday: "金曜日" saturday: "土曜日" - reactions: like: "いいね" love: "しゅき" @@ -72,7 +68,6 @@ common: confused: "こまこまのこまり" rip: "RIP" pudding: "Pudding" - note-placeholders: a: "今どうしてる?" b: "何かありましたか?" @@ -80,7 +75,6 @@ common: d: "言いたいことは?" e: "ここに書いてください" f: "あなたが書くのを待っています..." - search: "検索" delete: "削除" loading: "読み込み中" @@ -92,7 +86,6 @@ common: show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示" verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" - reversi: drawn: "引き分け" my-turn: "あなたのターンです" @@ -104,7 +97,6 @@ common: white: "白" total: "合計" this-turn: "{}ターン目" - widgets: analog-clock: "アナログ時計" profile: "プロフィール" @@ -129,7 +121,6 @@ common: nav: "ナビゲーション" tips: "ヒント" hashtags: "ハッシュタグ" - deck: widgets: "ウィジェット" home: "ホーム" @@ -147,7 +138,6 @@ common: rename: "名前を変更" stack-left: "左に重ねる" pop-right: "右に出す" - auth/views/form.vue: share-access: "{{ app.name }}があなたのアカウントにアクセスすることを許可しますか?" permission-ask: "このアプリは次の権限を要求しています:" @@ -162,7 +152,6 @@ auth/views/form.vue: notification-write: "通知を操作する。" cancel: "キャンセル" accept: "アクセスを許可" - auth/views/index.vue: loading: "読み込み中" denied: "アプリケーションの連携をキャンセルしました。" @@ -173,19 +162,16 @@ auth/views/index.vue: please-go-back: "アプリケーションに戻って、やっていってください。" error: "セッションが存在しません。" sign-in: "サインインしてください" - common/views/components/games/reversi/reversi.vue: matching: waiting-for: "{}を待っています" cancel: "キャンセル" - common/views/components/games/reversi/reversi.game.vue: surrender: "投了" surrendered: "投了により" is-llotheo: "石の少ない方が勝ち(ロセオ)" looped-map: "ループマップ" can-put-everywhere: "どこでも置けるモード" - common/views/components/games/reversi/reversi.index.vue: title: "Misskey Reversi" sub-title: "他のMisskeyユーザーとリバーシで対戦しよう" @@ -201,7 +187,6 @@ common/views/components/games/reversi/reversi.index.vue: game-state: ended: "終了" playing: "進行中" - common/views/components/games/reversi/reversi.room.vue: settings-of-the-game: "ゲームの設定" choose-map: "マップを選択" @@ -220,13 +205,11 @@ common/views/components/games/reversi/reversi.room.vue: cancel: "キャンセル" ready: "準備完了" cancel-ready: "準備続行" - common/views/components/connect-failed.vue: title: "サーバーに接続できません" description: "インターネット回線に問題があるか、サーバーがダウンまたはメンテナンスしている可能性があります。しばらくしてから{再度お試し}ください。" thanks: "いつもMisskeyをご利用いただきありがとうございます。" troubleshoot: "トラブルシュート" - common/views/components/connect-failed.troubleshooter.vue: title: "トラブルシューティング" network: "ネットワーク接続" @@ -246,12 +229,10 @@ common/views/components/connect-failed.troubleshooter.vue: success-desc: "正常に接続できるようです。ページを再度読み込みしてください。" flush: "キャッシュの削除" set-version: "バージョン指定" - common/views/components/messaging.vue: search-user: "ユーザーを探す" you: "あなた" no-history: "履歴はありません" - common/views/components/messaging-room.vue: empty: "このユーザーと話したことはありません" more: "もっと読む" @@ -259,18 +240,15 @@ common/views/components/messaging-room.vue: resize-form: "ドラッグしてフォームの広さを調整" new-message: "新しいメッセージがあります" only-one-file-attached: "メッセージに添付できるのはひとつのファイルのみです" - common/views/components/messaging-room.form.vue: input-message-here: "ここにメッセージを入力" send: "送信" attach-from-local: "PCからファイルを添付する" attach-from-drive: "ドライブからファイルを添付する" only-one-file-attached: "メッセージに添付できるのはひとつのファイルのみです" - common/views/components/messaging-room.message.vue: is-read: "既読" deleted: "このメッセージは削除されました" - common/views/components/nav.vue: about: "Misskeyについて" stats: "統計" @@ -280,14 +258,12 @@ common/views/components/nav.vue: repository: "リポジトリ" develop: "開発者" feedback: "フィードバック" - common/views/components/note-menu.vue: favorite: "お気に入り" pin: "ピン留め" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" - common/views/components/poll.vue: vote-to: "「{}」に投票する" vote-count: "{}票" @@ -295,17 +271,14 @@ common/views/components/poll.vue: vote: "投票する" show-result: "結果を見る" voted: "投票済み" - common/views/components/poll-editor.vue: no-only-one-choice: "アンケートには、選択肢が最低2つ必要です" choice-n: "選択肢{}" remove: "この選択肢を削除" add: "+選択肢を追加" destroy: "アンケートを破棄" - common/views/components/reaction-picker.vue: choose-reaction: "リアクションを選択" - common/views/components/signin.vue: username: "ユーザー名" password: "パスワード" @@ -315,7 +288,6 @@ common/views/components/signin.vue: or: "または" signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" - common/views/components/signup.vue: invitation-code: "招待コード" invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" @@ -339,16 +311,13 @@ common/views/components/signup.vue: recaptcha: "認証" create: "アカウント作成" some-error: "何らかの原因によりアカウントの作成に失敗しました。再度お試しください。" - common/views/components/special-message.vue: new-year: "Happy New Year!" christmas: "Merry Christmas!" - common/views/components/stream-indicator.vue: connecting: "接続中" reconnecting: "再接続中" connected: "接続完了" - common/views/components/twitter-setting.vue: description: "お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。" connected-to: "次のTwitterアカウントに接続されています" @@ -356,10 +325,8 @@ common/views/components/twitter-setting.vue: reconnect: "再接続する" connect: "Twitterと接続する" disconnect: "切断する" - common/views/components/uploader.vue: waiting: "待機中" - common/views/components/visibility-chooser.vue: public: "公開" home: "ホーム" @@ -369,13 +336,11 @@ common/views/components/visibility-chooser.vue: specified: "ダイレクト" specified-desc: "指定したユーザーにのみ公開" private: "非公開" - common/views/widgets/broadcast.vue: fetching: "確認中" no-broadcasts: "お知らせはありません" have-a-nice-day: "良い一日を!" next: "次" - common/views/widgets/calendar.vue: year: "{}年" month: "{}月" @@ -383,38 +348,30 @@ common/views/widgets/calendar.vue: today: "今日:" this-month: "今月:" this-year: "今年:" - common/views/widgets/donation.vue: title: "寄付のお願い" text: "Misskeyの運営にはドメイン、サーバー等のコストが掛かります。Misskeyは広告を掲載したりしないため、収入を皆様からの寄付に頼っています。もしご興味があれば、{}までご連絡ください。ご協力ありがとうございます。" - common/views/widgets/photo-stream.vue: title: "フォトストリーム" no-photos: "写真はありません" - common/views/widgets/posts-monitor.vue: title: "投稿チャート" toggle: "表示を切り替え" - common/views/widgets/hashtags.vue: title: "ハッシュタグ" count: "{}人が投稿" empty: "トレンドなし" - common/views/widgets/server.vue: title: "サーバー情報" toggle: "表示を切り替え" - common/views/widgets/memo.vue: title: "付箋" memo: "ここに書いて!" save: "保存" - common/views/widgets/slideshow.vue: folder-customize-mode: "フォルダを指定するには、カスタマイズモードを終了してください" folder: "クリックしてフォルダを指定してください" no-image: "このフォルダには画像がありません" - common/views/widgets/tips.vue: tips-line1: "tでタイムラインにフォーカスできます" tips-line2: "pまたはnで投稿フォームを開きます" @@ -436,14 +393,12 @@ common/views/widgets/tips.vue: tips-line23: "まゆかわいいよまゆ" tips-line24: "Misskeyは2014年にサービスを開始しました" tips-line25: "対応ブラウザではMisskeyを開いていなくても通知を受け取れます" - common/views/pages/follow.vue: signed-in-as: "{}としてサインイン中" following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" follow-request: "フォロー申請" - desktop: banner-crop-title: "バナーとして表示する部分を選択" banner: "バナー" @@ -455,44 +410,36 @@ desktop: uploading-avatar: "新しいアバターをアップロードしています" avatar-updated: "アバターを更新しました" choose-avatar: "アバターにする画像を選択" - desktop/views/components/activity.chart.vue: total: "Black ... Total" notes: "Blue ... Notes" replies: "Red ... Replies" renotes: "Green ... Renotes" - desktop/views/components/activity.vue: title: "アクティビティ" toggle: "表示を切り替え" - desktop/views/components/calendar.vue: title: "{1}年 {2}月" prev: "前の月" next: "次の月" go: "クリックして時間遡行" - desktop/views/components/choose-file-from-drive-window.vue: choose-file: "ファイル選択中" upload: "PCからドライブにファイルをアップロード" cancel: "キャンセル" ok: "決定" choose-prompt: "ファイルを選択" - desktop/views/components/choose-folder-from-drive-window.vue: cancel: "キャンセル" ok: "決定" choose-prompt: "フォルダを選択" - desktop/views/components/crop-window.vue: skip: "クロップをスキップ" cancel: "キャンセル" ok: "決定" - desktop/views/components/drive-window.vue: used: "使用中" drive: "ドライブ" - desktop/views/components/drive.file.vue: avatar: "アイコン" banner: "バナー" @@ -511,7 +458,6 @@ desktop/views/components/drive.file.vue: input-new-file-name: "新しいファイル名を入力してください" copied: "コピー完了" copied-url-to-clipboard: "URLをクリップボードにコピーしました" - desktop/views/components/drive.folder.vue: unable-to-process: "操作を完了できません" circular-reference-detected: "移動先のフォルダーは、移動するフォルダーのサブフォルダーです。" @@ -522,10 +468,8 @@ desktop/views/components/drive.folder.vue: rename: "名前を変更" rename-folder: "フォルダ名の変更" input-new-folder-name: "新しいフォルダ名を入力してください" - desktop/views/components/drive.nav-folder.vue: drive: "ドライブ" - desktop/views/components/drive.vue: search: "検索" load-more: "もっと読み込む" @@ -546,58 +490,44 @@ desktop/views/components/drive.vue: create-folder: "フォルダーを作成" upload: "ファイルをアップロード" url-upload: "URLからアップロード" - desktop/views/components/media-image.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" - desktop/views/components/media-video.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" - desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" follow-request: "フォロー申請" - desktop/views/components/followers-window.vue: followers: "{} のフォロワー" - desktop/views/components/followers.vue: empty: "フォロワーはいないようです。" - desktop/views/components/following-window.vue: following: "{} のフォロー" - desktop/views/components/following.vue: empty: "フォロー中のユーザーはいないようです。" - desktop/views/components/friends-maker.vue: title: "気になるユーザーをフォロー:" empty: "おすすめのユーザーは見つかりませんでした。" fetching: "読み込んでいます" refresh: "もっと見る" close: "閉じる" - desktop/views/components/game-window.vue: game: "リバーシ" - desktop/views/components/home.vue: done: "完了" add-widget: "ウィジェットを追加:" add: "追加" - desktop/views/input-dialog.vue: cancel: "キャンセル" ok: "決定" - desktop/views/components/messaging-room-window.vue: title: "メッセージ:" - desktop/views/components/messaging-window.vue: title: "メッセージ" - desktop/views/components/note-detail.vue: more: "会話をもっと読み込む" private: "この投稿は非公開です" @@ -606,7 +536,6 @@ desktop/views/components/note-detail.vue: location: "位置情報" renote: "Renote" add-reaction: "リアクション" - desktop/views/components/notes.note.vue: reposted-by: "{}がRenote" reply: "返信" @@ -617,16 +546,13 @@ desktop/views/components/notes.note.vue: deleted: "この投稿は削除されました" hide: "隠す" see-more: "もっと見る" - desktop/views/components/notes.vue: error: "読み込みに失敗しました。" retry: "リトライ" load-more: "もっと読み込む" - desktop/views/components/notifications.vue: more: "もっと見る" empty: "ありません!" - desktop/views/components/post-form.vue: add-visible-user: "+ユーザーを追加" attach-location-information: "位置情報を添付する" @@ -656,16 +582,13 @@ desktop/views/components/post-form.vue: error: "エラー" enter-username: "ユーザー名を入力してください" annotations: "内容への注釈 (オプション)" - desktop/views/components/post-form-window.vue: note: "新規投稿" reply: "返信" attaches: "添付: {}メディア" uploading-media: "{}個のメディアをアップロード中" - desktop/views/components/progress-dialog.vue: waiting: "待機中" - desktop/views/components/renote-form.vue: quote: "引用する..." cancel: "キャンセル" @@ -673,13 +596,10 @@ desktop/views/components/renote-form.vue: reposting: "しています..." success: "Renoteしました!" failure: "Renoteに失敗しました" - desktop/views/components/renote-form-window.vue: title: "この投稿をRenoteしますか?" - desktop/views/components/settings-window.vue: settings: "設定" - desktop/views/components/settings.vue: profile: "プロフィール" notification: "通知" @@ -692,7 +612,6 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" - behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -701,7 +620,6 @@ desktop/views/components/settings.vue: advanced: "詳細設定" api-via-stream: "ストリームを経由したAPIリクエスト" api-via-stream-desc: "この設定をオンにすると、websocket接続を経由してAPIリクエストが行われます(パフォーマンス向上が期待できます)。オフにすると、ネイティブの fetch APIが利用されます。この設定はこのデバイスのみ有効です。" - display: "デザインと表示" customize: "ホームをカスタマイズ" choose-wallpaper: "壁紙を選択" @@ -717,35 +635,28 @@ desktop/views/components/settings.vue: show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" - sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" volume: "ボリューム" test: "テスト" - mobile: "モバイル" disable-via-mobile: "「モバイルからの投稿」フラグを付けない" - language: "言語" pick-language: "言語を選択" recommended: "推奨" auto: "自動" specify-language: "言語を指定" language-desc: "変更はページの再度読み込み後に反映されます。" - cache: "キャッシュ" clean-cache: "クリーンアップ" cache-warn: "クリーンアップを行うと、ブラウザに記憶されたアカウント情報のキャッシュ、書きかけの投稿・返信・メッセージ、およびその他のデータ(設定情報含む)が削除されます。クリーンアップを行った後はページを再度読み込みする必要があります。" cache-cleared: "キャッシュを削除しました" cache-cleared-desc: "ページを再度読み込みしてください。" - auto-watch: "投稿の自動ウォッチ" auto-watch-desc: "リアクションしたり返信したりした投稿に関する通知を自動的に受け取るようにします。" - about: "Misskeyについて" operator: "このサーバーの運営者" - update: "Misskey Update" version: "バージョン:" latest-version: "最新のバージョン:" @@ -758,7 +669,6 @@ desktop/views/components/settings.vue: no-updates-desc: "お使いのMisskeyは最新です。" update-available: "新しいバージョンが利用可能です" update-available-desc: "ページを再度読み込みすると更新が適用されます。" - advanced-settings: "高度な設定" debug-mode: "デバッグモードを有効にする" debug-mode-desc: "この設定はブラウザに記憶されます。" @@ -767,7 +677,6 @@ desktop/views/components/settings.vue: tools: "ツール" task-manager: "タスクマネージャ" third-parties: "サードパーティ" - desktop/views/components/settings.2fa.vue: intro: "二段階認証を設定すると、サインイン時にパスワードだけでなく、予め登録しておいた物理的なデバイス(例えばあなたのスマートフォンなど)も必要になり、よりセキュリティが向上します。" detail: "詳細..." @@ -786,7 +695,6 @@ desktop/views/components/settings.2fa.vue: success: "設定が完了しました!" failed: "設定に失敗しました。トークンに誤りがないかご確認ください。" info: "次回サインインからは、同様にパスワードに加えてデバイスに表示されているトークンを入力します。" - desktop/views/components/settings.api.vue: intro: "APIを利用するには、上記のトークンを「i」というキーでパラメータに付加してリクエストします。" caution: "アカウントを不正利用される可能性があるため、このトークンは第三者に教えないでください(アプリなどにも入力しないでください)。" @@ -794,17 +702,13 @@ desktop/views/components/settings.api.vue: regenerate-token: "トークンを再生成" token: "Token:" enter-password: "パスワードを入力してください" - desktop/views/components/settings.apps.vue: no-apps: "連携しているアプリケーションはありません" - desktop/views/components/settings.drive.vue: max: "中" in-use: "使用中" - desktop/views/components/settings.mute.vue: no-users: "ミュートしているユーザーはいません" - desktop/views/components/settings.password.vue: reset: "パスワードを変更する" enter-current-password: "現在のパスワードを入力してください" @@ -812,7 +716,6 @@ desktop/views/components/settings.password.vue: enter-new-password-again: "もう一度新しいパスワードを入力してください" not-match: "新しいパスワードが一致しません" changed: "パスワードを変更しました" - desktop/views/components/settings.profile.vue: avatar: "アイコン" choice-avatar: "画像を選択" @@ -827,27 +730,22 @@ desktop/views/components/settings.profile.vue: is-bot: "このアカウントはBotです" is-cat: "このアカウントはCatです" profile-updated: "プロフィールを更新しました" - desktop/views/components/sub-note-content.vue: private: "この投稿は非公開です" deleted: "この投稿は削除されました" media-count: "{}つのメディア" poll: "アンケート" - desktop/views/components/taskmanager.vue: title: "タスクマネージャ" - desktop/views/components/timeline.vue: home: "ホーム" local: "ローカル" hybrid: "ソーシャル" global: "グローバル" list: "リスト" - desktop/views/components/ui.header.vue: welcome-back: "おかえりなさい、" adjective: "さん" - desktop/views/components/ui.header.account.vue: profile: "プロフィール" drive: "ドライブ" @@ -858,56 +756,44 @@ desktop/views/components/ui.header.account.vue: settings: "設定" signout: "サインアウト" dark: "闇に飲まれる" - desktop/views/components/ui.header.nav.vue: home: "ホーム" deck: "デッキ" messaging: "メッセージ" game: "ゲーム" - desktop/views/components/ui.header.notifications.vue: title: "通知" - desktop/views/components/ui.header.post.vue: post: "新規投稿" - desktop/views/components/ui.header.search.vue: placeholder: "検索" - desktop/views/components/received-follow-requests-window.vue: title: "フォロー申請" accept: "承認" reject: "拒否" - desktop/views/components/user-lists-window.vue: title: "リスト" create-list: "リストを作成" list-name: "リスト名" - desktop/views/components/user-preview.vue: notes: "投稿" following: "フォロー" followers: "フォロワー" - desktop/views/components/users-list.vue: all: "すべて" iknow: "知り合い" load-more: "もっと" fetching: "読み込んでいます" - desktop/views/components/users-list-item.vue: followed: "フォローされています" - desktop/views/components/window.vue: popout: "ポップアウト" close: "閉じる" - desktop/views/pages/admin/admin.vue: dashboard: "ダッシュボード" drive: "ドライブ" users: "ユーザー" update: "更新" - desktop/views/pages/admin/admin.dashboard.vue: dashboard: "ダッシュボード" all-users: "全てのユーザー" @@ -915,52 +801,42 @@ desktop/views/pages/admin/admin.dashboard.vue: all-notes: "全てのノート" original-notes: "このインスタンスのノート" invite: "招待" - desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" suspended: "凍結しました" - desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" - desktop/views/pages/admin/admin.verify-user.vue: verify-user: "ユーザーの公式アカウント設定" verify: "公式アカウントにする" verified: "公式アカウントにしました" - desktop/views/pages/admin/admin.unverify-user.vue: unverify-user: "ユーザーの公式アカウント解除" unverify: "公式アカウントを解除する" unverified: "公式アカウントを解除しました" - desktop/views/pages/admin/admin.notes-chart.vue: title: "投稿" local: "ローカル" remote: "リモート" - desktop/views/pages/admin/admin.users-chart.vue: title: "ユーザー" local: "ローカル" remote: "リモート" - desktop/views/pages/admin/admin.drive-chart.vue: title: "ドライブ" local: "ローカル" remote: "リモート" - desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" edit: "オプション" - desktop/views/pages/deck/deck.note.vue: reposted-by: "{}がRenote" private: "この投稿は非公開です" deleted: "この投稿は削除されました" - desktop/views/pages/welcome.vue: about: "詳しく..." gotit: "わかった" @@ -970,64 +846,49 @@ desktop/views/pages/welcome.vue: signup-button: "やる" timeline: "タイムライン" powered-by-misskey: "Powered by Misskey." - desktop/views/pages/drive.vue: title: "Misskey Drive" - desktop/views/pages/favorites.vue: more: "さらに読み込む" - desktop/views/pages/home-customize.vue: title: "ホームのカスタマイズ" - desktop/views/pages/note.vue: prev: "前の投稿" next: "次の投稿" - desktop/views/pages/selectdrive.vue: title: "ファイルを選択してください" ok: "決定" cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" - desktop/views/pages/search.vue: not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" - desktop/views/pages/share.vue: share-with: "{}で共有" - desktop/views/pages/tag.vue: no-posts-found: "ハッシュタグ「{}」が付けられた投稿は見つかりませんでした。" - desktop/views/pages/user-list.users.vue: users: "ユーザー" add-user: "ユーザーを追加" username: "ユーザー名" - desktop/views/pages/user/user.followers-you-know.vue: title: "知り合いのフォロワー" loading: "読み込み中" no-users: "知り合いのフォロワーはいません" - desktop/views/pages/user/user.friends.vue: title: "よく話すユーザー" loading: "読み込み中" no-users: "よく話すユーザーはいません" - desktop/views/pages/user/user.vue: is-suspended: "このユーザーは凍結されています。" is-remote: "このユーザーはリモートユーザーです。" view-remote: "正確な情報を見る" - desktop/views/pages/user/user.home.vue: last-used-at: "最終アクセス" - desktop/views/pages/user/user.photos.vue: title: "フォト" loading: "読み込み中" no-photos: "写真はありません" - desktop/views/pages/user/user.profile.vue: follows-you: "フォローされています" stalk: "ストークする" @@ -1038,49 +899,39 @@ desktop/views/pages/user/user.profile.vue: unmute: "ミュート解除" push-to-a-list: "リストに追加" list-pushed: "{user}を{list}に追加しました。" - desktop/views/pages/user/user.header.vue: posts: "投稿" following: "フォロー" followers: "フォロワー" is-bot: "このアカウントはBotです" - desktop/views/pages/user/user.timeline.vue: default: "投稿" with-replies: "投稿と返信" with-media: "メディア" empty: "このユーザーはまだ何も投稿していないようです。" - desktop/views/widgets/messaging.vue: title: "メッセージ" - desktop/views/widgets/notifications.vue: title: "通知" settings: "通知の設定" - desktop/views/widgets/polls.vue: title: "アンケート" refresh: "他を見る" nothing: "ありません!" - desktop/views/widgets/post-form.vue: title: "投稿" note: "投稿" - desktop/views/widgets/profile.vue: update-banner: "クリックでバナー編集" update-avatar: "クリックでアバター編集" - desktop/views/widgets/trends.vue: title: "トレンド" refresh: "他を見る" nothing: "ありません!" - desktop/views/widgets/users.vue: title: "おすすめユーザー" refresh: "他を見る" no-one: "いません!" - mobile/views/components/drive.vue: drive: "ドライブ" used: "使用中" @@ -1097,44 +948,35 @@ mobile/views/components/drive.vue: root-move-alert: "現在いる場所はルートで、フォルダではないため移動はできません。移動したいフォルダに移動してからやってください。" url-prompt: "アップロードしたいファイルのURL" uploading: "アップロードをリクエストしました。アップロードが完了するまで時間がかかる場合があります。" - mobile/views/components/drive-file-detail.vue: rename: "名前を変更" - mobile/views/components/drive-file-chooser.vue: select-file: "ファイルを選択" - mobile/views/components/drive-folder-chooser.vue: select-folder: "フォルダーを選択" - mobile/views/components/drive.file-detail.vue: download: "ダウンロード" rename: "名前を変更" move: "移動" hash: "ハッシュ (md5)" exif: "EXIF" - mobile/views/components/media-image.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" - mobile/views/components/media-video.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" - mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" follow-request: "フォロー申請" - mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" empty: "おすすめのユーザーは見つかりませんでした。" fetching: "読み込んでいます" refresh: "もっと見る" close: "閉じる" - mobile/views/components/note.vue: reposted-by: "{}がRenote" more: "もっと見る" @@ -1142,7 +984,6 @@ mobile/views/components/note.vue: private: "この投稿は非公開です" deleted: "この投稿は削除されました" location: "位置情報" - mobile/views/components/note-detail.vue: reply: "返信" reaction: "リアクション" @@ -1150,25 +991,20 @@ mobile/views/components/note-detail.vue: private: "この投稿は非公開です" deleted: "この投稿は削除されました" location: "位置情報" - mobile/views/components/note-preview.vue: admin: "admin" bot: "bot" cat: "cat" - mobile/views/components/note-sub.vue: admin: "admin" bot: "bot" cat: "cat" - mobile/views/components/notes.vue: failed: "読み込みに失敗しました。" retry: "リトライ" - mobile/views/components/notifications.vue: more: "もっと見る" empty: "ありません!" - mobile/views/components/post-form.vue: add-visible-user: "ユーザーを追加" submit: "投稿" @@ -1180,21 +1016,17 @@ mobile/views/components/post-form.vue: location-alert: "お使いの端末は位置情報に対応していません" error: "エラー" username-prompt: "ユーザー名を入力してください" - mobile/views/components/sub-note-content.vue: private: "この投稿は非公開です" deleted: "この投稿は削除されました" media-count: "{}つのメディア" poll: "アンケート" - mobile/views/components/timeline.vue: empty: "投稿がありません" load-more: "もっと" - mobile/views/components/ui.header.vue: welcome-back: "おかえりなさい、" adjective: "さん" - mobile/views/components/ui.nav.vue: timeline: "タイムライン" notifications: "通知" @@ -1209,84 +1041,63 @@ mobile/views/components/ui.nav.vue: darkmode: "ダークモード" settings: "設定" about: "Misskeyについて" - mobile/views/components/user-timeline.vue: no-notes: "このユーザーは投稿していないようです。" no-notes-with-media: "メディア付き投稿はありません。" load-more: "もっと" - mobile/views/components/users-list.vue: all: "すべて" known: "知り合い" load-more: "もっと" - mobile/views/pages/favorites.vue: title: "お気に入り" - mobile/views/pages/user-lists.vue: title: "リスト" enter-list-name: "リスト名を入力してください" - mobile/views/pages/drive.vue: drive: "ドライブ" more: "もっと見る" - mobile/views/pages/signup.vue: lets-start: "📦 始めましょう" - mobile/views/pages/followers.vue: followers-of: "{}のフォロワー" - mobile/views/pages/following.vue: following-of: "{}のフォロー" - mobile/views/pages/home.vue: home: "ホーム" local: "ローカル" hybrid: "ソーシャル" global: "グローバル" - mobile/views/pages/tag.vue: no-posts-found: "ハッシュタグ「{}」が付けられた投稿は見つかりませんでした。" - mobile/views/pages/welcome.vue: signup: "新規登録" - mobile/views/pages/widgets.vue: dashboard: "ダッシュボード" widgets-hints: "ウィジェットを追加/削除したり並べ替えたりできます。ウィジェットを移動するには「三」をドラッグします。ウィジェットを削除するには「x」をタップします。いくつかのウィジェットはタップすることで表示を変更できます。" add-widget: "追加" customization-tips: "カスタマイズのヒント" - mobile/views/pages/widgets/activity.vue: activity: "アクティビティ" - mobile/views/pages/share.vue: share-with: "{}で共有" - mobile/views/pages/messaging.vue: messaging: "メッセージ" - mobile/views/pages/messaging-room.vue: messaging: "メッセージ" - mobile/views/pages/received-follow-requests.vue: title: "フォロー申請" accept: "承認" reject: "拒否" - mobile/views/pages/note.vue: title: "投稿" prev: "前の投稿" next: "次の投稿" - mobile/views/pages/notifications.vue: notifications: "通知" read-all: "すべての通知を既読にしますか?" - mobile/views/pages/games/reversi.vue: reversi: "リバーシ" - mobile/views/pages/settings/settings.profile.vue: title: "プロフィール" name: "名前" @@ -1301,15 +1112,12 @@ mobile/views/pages/settings/settings.profile.vue: saved: "プロフィールを保存しました" uploading: "アップロード中" upload-failed: "アップロードに失敗しました" - mobile/views/pages/search.vue: search: "検索" empty: "「{}」に関する投稿は見つかりませんでした。" not-found: "「{}」に関する投稿は見つかりませんでした。" - mobile/views/pages/selectdrive.vue: select-file: "ファイルを選択" - mobile/views/pages/settings.vue: signed-in-as: "{}としてサインイン中" lang: "言語" @@ -1349,7 +1157,6 @@ mobile/views/pages/settings.vue: update-available-desc: "ページを再度読み込みすると更新が適用されます。" settings: "設定" signout: "サインアウト" - mobile/views/pages/user.vue: follows-you: "フォローされています" following: "フォロー" @@ -1361,7 +1168,6 @@ mobile/views/pages/user.vue: is-suspended: "このユーザーは凍結されています。" is-remote: "このユーザーはリモートユーザーです。" view-remote: "正確な情報を見る" - mobile/views/pages/user/home.vue: recent-notes: "最近の投稿" images: "画像" @@ -1371,27 +1177,21 @@ mobile/views/pages/user/home.vue: frequently-replied-users: "よく会話するユーザー" followers-you-know: "知り合いのフォロワー" last-used-at: "最終ログイン" - mobile/views/pages/user/home.followers-you-know.vue: loading: "読み込み中" no-users: "知り合いのユーザーはいません" - mobile/views/pages/user/home.friends.vue: loading: "読み込み中" no-users: "よく会話するユーザーはいません" - mobile/views/pages/user/home.notes.vue: loading: "読み込み中" no-notes: "投稿はありません" - mobile/views/pages/user/home.photos.vue: loading: "読み込み中" no-photos: "写真はありません" - docs: edit-this-page-on-github: "間違いや改善点を見つけましたか?" edit-this-page-on-github-link: "このページをGitHubで編集" - api: entities: properties: "プロパティ" @@ -1411,7 +1211,5 @@ docs: name: "名前" type: "型" description: "説明" - - dev/views/index.vue: manage-apps: "アプリの管理" diff --git a/locales/ko.yml b/locales/ko.yml index 7c8bb2510..dff438eb5 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "ユーザー名" checking: "確認しています..." available: "利用できます" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有" diff --git a/locales/pl.yml b/locales/pl.yml index 514b559b9..77a3ea09b 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Zaloguj się za pomocą Twittera" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "Nazwa użytkownika" checking: "Sprawdzanie…" available: "Dostępna" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "Tylko wpisy z zawartością multimedialną" is-media-view: "Widok multimediów" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "Anuluj" upload: "Wyślij pliki z Twojego komputera" desktop/views/pages/search.vue: - not-available: "Funkcja wyszukiwania nie może zostać wykorzystywana." + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "Nie znaleziono wpisów zawierających „{}”" desktop/views/pages/share.vue: share-with: "Udostępnij z {}." diff --git a/locales/pt.yml b/locales/pt.yml index 6dba620f0..313a0afa2 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "ユーザー名" checking: "確認しています..." available: "利用できます" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有" diff --git a/locales/ru.yml b/locales/ru.yml index 64378d17c..60a501f17 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "ユーザー名" checking: "確認しています..." available: "利用できます" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有" diff --git a/locales/zh.yml b/locales/zh.yml index 12b4453f4..881d908c0 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -289,6 +289,8 @@ common/views/components/signin.vue: signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: + invitation-code: "招待コード" + invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" username: "ユーザー名" checking: "確認しています..." available: "利用できます" @@ -798,6 +800,7 @@ desktop/views/pages/admin/admin.dashboard.vue: original-users: "このインスタンスのユーザー" all-notes: "全てのノート" original-notes: "このインスタンスのノート" + invite: "招待" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" suspend: "凍結" @@ -806,6 +809,26 @@ desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" unsuspend: "凍結の解除" unsuspended: "凍結を解除しました" +desktop/views/pages/admin/admin.verify-user.vue: + verify-user: "ユーザーの公式アカウント設定" + verify: "公式アカウントにする" + verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.unverify-user.vue: + unverify-user: "ユーザーの公式アカウント解除" + unverify: "公式アカウントを解除する" + unverified: "公式アカウントを解除しました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" +desktop/views/pages/admin/admin.drive-chart.vue: + title: "ドライブ" + local: "ローカル" + remote: "リモート" desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" @@ -838,7 +861,7 @@ desktop/views/pages/selectdrive.vue: cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: - not-available: "検索機能を利用することができません。" + not-available: "検索機能はインスタンスの設定で無効になっています。" not-found: "「{}」に関する投稿は見つかりませんでした。" desktop/views/pages/share.vue: share-with: "{}で共有"