refs #515 [fix] Add necessary translation for preferences
This commit is contained in:
parent
3281d97ddd
commit
f96cc4d581
@ -27,5 +27,16 @@
|
|||||||
"l": "Switch the focus to right column",
|
"l": "Switch the focus to right column",
|
||||||
"?": "Show this help"
|
"?": "Show this help"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"general": {
|
||||||
|
"timeline": {
|
||||||
|
"title": "Timeline",
|
||||||
|
"description": "Customize view in your timelines.",
|
||||||
|
"cw": "Always ignore contents warnings",
|
||||||
|
"nfsw": "Always ignore NFSW of medias",
|
||||||
|
"hideAllAttachments": "Hide all medias"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,5 +27,16 @@
|
|||||||
"l": "Switch the focus to right column",
|
"l": "Switch the focus to right column",
|
||||||
"?": "Show this help"
|
"?": "Show this help"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"general": {
|
||||||
|
"timeline": {
|
||||||
|
"title": "Timeline",
|
||||||
|
"description": "Customize view in your timelines.",
|
||||||
|
"cw": "Always ignore contents warnings",
|
||||||
|
"nfsw": "Always ignore NFSW of medias",
|
||||||
|
"hideAllAttachments": "Hide all medias"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -115,6 +115,13 @@
|
|||||||
"description": "操作時の効果音を設定",
|
"description": "操作時の効果音を設定",
|
||||||
"fav_rb": "お気に入り,ブースト時",
|
"fav_rb": "お気に入り,ブースト時",
|
||||||
"toot": "トゥート時"
|
"toot": "トゥート時"
|
||||||
|
},
|
||||||
|
"timeline": {
|
||||||
|
"title": "タイムライン",
|
||||||
|
"description": "タイムラインをカスタマイズ",
|
||||||
|
"cw": "常にCWを表示する",
|
||||||
|
"nfsw": "常にNFSWを表示する",
|
||||||
|
"hideAllAttachments": "すべてのメディアを非表示にする"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appearance": {
|
"appearance": {
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"preferences": {
|
||||||
|
"general": {
|
||||||
|
"timeline": {
|
||||||
|
"title": "Timeline",
|
||||||
|
"description": "Customize view in your timelines.",
|
||||||
|
"cw": "Always ignore contents warnings",
|
||||||
|
"nfsw": "Always ignore NFSW of medias",
|
||||||
|
"hideAllAttachments": "Hide all medias"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -27,5 +27,16 @@
|
|||||||
"l": "Switch the focus to right column",
|
"l": "Switch the focus to right column",
|
||||||
"?": "Show this help"
|
"?": "Show this help"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"preferences": {
|
||||||
|
"general": {
|
||||||
|
"timeline": {
|
||||||
|
"title": "Timeline",
|
||||||
|
"description": "Customize view in your timelines.",
|
||||||
|
"cw": "Always ignore contents warnings",
|
||||||
|
"nfsw": "Always ignore NFSW of medias",
|
||||||
|
"hideAllAttachments": "Hide all medias"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user