alter localisation
This commit is contained in:
parent
35dc8ee30a
commit
9da9425c9b
3 changed files with 9 additions and 2 deletions
|
@ -93,7 +93,7 @@
|
||||||
<FAIcon
|
<FAIcon
|
||||||
fixed-width
|
fixed-width
|
||||||
icon="history"
|
icon="history"
|
||||||
/><span>{{ $t("status.status_history") }}</span>
|
/><span>{{ $t("status.edit_history") }}</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-if="canDelete"
|
v-if="canDelete"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
>
|
>
|
||||||
<div class="status-history-modal-panel panel">
|
<div class="status-history-modal-panel panel">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
{{ $t('status.status_history') }} ({{ historyCount }})
|
{{ $tc('status.edit_history_modal_title', historyCount - 1, { historyCount: historyCount - 1 }) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -284,6 +284,9 @@
|
||||||
"direct_warning_to_all": "This post will be visible to all the mentioned users.",
|
"direct_warning_to_all": "This post will be visible to all the mentioned users.",
|
||||||
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
|
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
|
||||||
"empty_status_error": "Can't send a post with no content and no files",
|
"empty_status_error": "Can't send a post with no content and no files",
|
||||||
|
"edit_status": "Edit Status",
|
||||||
|
"edit_remote_warning": "Other instances may not support edits!",
|
||||||
|
"edit_unsupported_warning": "Polls and mentions will not be changed by editing.",
|
||||||
"media_description": "Media description",
|
"media_description": "Media description",
|
||||||
"media_description_error": "Failed to update media, try again",
|
"media_description_error": "Failed to update media, try again",
|
||||||
"media_not_sensitive_warning": "You have a Content Warning, but the attachments are not marked as sensitive!",
|
"media_not_sensitive_warning": "You have a Content Warning, but the attachments are not marked as sensitive!",
|
||||||
|
@ -833,6 +836,10 @@
|
||||||
"delete_confirm_accept_button": "Yes, delete it",
|
"delete_confirm_accept_button": "Yes, delete it",
|
||||||
"delete_confirm_cancel_button": "No, keep it",
|
"delete_confirm_cancel_button": "No, keep it",
|
||||||
"delete_confirm_title": "Confirm deletion",
|
"delete_confirm_title": "Confirm deletion",
|
||||||
|
"edit": "Edit",
|
||||||
|
"edited_at": "Edited {time}",
|
||||||
|
"edit_history": "Edit History",
|
||||||
|
"edit_history_modal_title": "Edited {historyCount} time | Edited {historyCount} times",
|
||||||
"expand": "Expand",
|
"expand": "Expand",
|
||||||
"external_source": "External source",
|
"external_source": "External source",
|
||||||
"favorites": "Favorites",
|
"favorites": "Favorites",
|
||||||
|
|
Loading…
Reference in a new issue