diff options
Diffstat (limited to 'locales/en-US.yml')
| -rw-r--r-- | locales/en-US.yml | 35 |
1 files changed, 9 insertions, 26 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 2b11de112c..85bc713999 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -69,6 +69,11 @@ common: following: "Following" followers: "Followers" favorites: "Favorites" + permissions: + 'read:account': "View account information" + 'write:account': "Update your account information" + 'read:drive': "Browse the Drive" + 'write:drive': "Work with the Drive" empty-timeline-info: follow-users-to-make-your-timeline: "Following users will show their posts in your timeline." explore: "Find users" @@ -282,15 +287,6 @@ common: auth/views/form.vue: share-access: "Would you allow <i>{name}</i> to access your account?" permission-ask: "This application requires the following permissions:" - account-read: "View account information." - account-write: "Modify account information." - note-write: "Post." - like-write: "Express yourself about this post." - following-write: "Follow and unfollow." - drive-read: "Read your drive." - drive-write: "Upload/delete files in your drive." - notification-read: "Read your notifications." - notification-write: "Manage your notifications." cancel: "Cancel" accept: "Allow access." auth/views/index.vue: @@ -877,7 +873,6 @@ desktop/views/components/post-form.vue: posting: "Posting" attach-media-from-local: "Attach media from your device" attach-media-from-drive: "Attach media from your Drive" - attach-cancel: "Cancel attachment" insert-a-kao: "v('ω')v" create-poll: "Create a poll" text-remain: "{} characters remaining" @@ -970,6 +965,10 @@ common/views/components/password-settings.vue: not-match: "The new passwords do not match" changed: "Password changed" failed: "Failed to change password" +common/views/components/post-form-attaches.vue: + attach-cancel: "Remove Attachment" + mark-as-sensitive: "Mark as 'sensitive'" + unmark-as-sensitive: "Unmark as 'sensitive'" desktop/views/components/sub-note-content.vue: private: "This post is private" deleted: "This post has been deleted" @@ -980,8 +979,6 @@ desktop/views/components/settings.tags.vue: query: "Query (optional)" add: "Add" save: "Save" -desktop/views/components/taskmanager.vue: - title: "Task Manager" desktop/views/components/timeline.vue: home: "Home" local: "Local" @@ -1115,11 +1112,6 @@ admin/views/instance.vue: save: "Save" saved: "Saved" user-recommendation-config: "Recommended users" - enable-external-user-recommendation: "Enable external user recommendations" - external-user-recommendation-engine: "Engine" - external-user-recommendation-engine-desc: "Example : https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-misskey-api.cgi?{{host}}+{{user}}+{{limit}}+{{offset}}" - external-user-recommendation-timeout: "Timeout" - external-user-recommendation-timeout-desc: "Number of milliseconds (ex. 300,000)" email-config: "Email server settings" email-config-info: "Used to confirm email and password reset etc." enable-email: "Enable email delivery" @@ -1632,12 +1624,3 @@ dev/views/new-app.vue: authority: "Permissions" authority-desc: "Only the functions requested here can be accessed via the API." authority-warning: "You can change it even after creating the application, but if you give different permissions, all user keys associated at that time will be invalidated." - account-read: "View account information." - account-write: "Modify account information." - note-write: "Post." - reaction-write: "Add or remove reactions." - following-write: "Follow and unfollow." - drive-read: "Read the drive." - drive-write: "Upload/delete files in the drive." - notification-read: "Read your notifications." - notification-write: "Manage your notifications." |