i18n: Add ja translations (#9261)
* Run yarn manage:translations * Add Japanese translations.
This commit is contained in:
parent
7f5a4be580
commit
208d278cbc
3 changed files with 66 additions and 8 deletions
|
@ -349,6 +349,10 @@
|
|||
{
|
||||
"defaultMessage": "{name} boosted",
|
||||
"id": "status.reblogged_by"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Show thread",
|
||||
"id": "status.show_thread"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/components/status.json"
|
||||
|
@ -471,6 +475,15 @@
|
|||
],
|
||||
"path": "app/javascript/mastodon/features/account_timeline/containers/header_container.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "No toots here!",
|
||||
"id": "empty_column.account_timeline"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/account_timeline/index.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
|
@ -578,6 +591,7 @@
|
|||
"id": "account.unendorse"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Add or Remove from lists",
|
||||
"id": "account.add_or_remove_from_list"
|
||||
},
|
||||
{
|
||||
|
@ -1277,6 +1291,39 @@
|
|||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Any of these",
|
||||
"id": "hashtag.column_settings.tag_mode.any"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "All of these",
|
||||
"id": "hashtag.column_settings.tag_mode.all"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "None of these",
|
||||
"id": "hashtag.column_settings.tag_mode.none"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Include additional tags in this column",
|
||||
"id": "hashtag.column_settings.tag_toggle"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/hashtag_timeline/components/column_settings.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "or {additional}",
|
||||
"id": "hashtag.column_header.tag_mode.any"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "and {additional}",
|
||||
"id": "hashtag.column_header.tag_mode.all"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "without {additional}",
|
||||
"id": "hashtag.column_header.tag_mode.none"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "There is nothing in this hashtag yet.",
|
||||
"id": "empty_column.hashtag"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue