peertube-plugin-livechat/languages/ja.json
John Livingston 9d18e401a7
Implements #153: Settings translations (#155)
Implementing a new translating system, so we can more easily translate
settings strings. Indeed, these strings are difficult to embed in
JSON format.

We still use JSON files for standard strings, but in addition we have
dedicated YAML files to translate settings strings.

There is a new build-languages.js script that merge all translations in JSON files.

Other modifications:
* Eslint: ignoring documentation and build scripts.
* french settings translations.
2023-02-15 11:54:48 +01:00

26 lines
1.4 KiB
JSON

{
"Open chat": "チャットを開く",
"Open chat in a new window": "新規ウィンドウでチャットを開く",
"Close chat": "チャットを閉じる",
"Use chat": "チャットを使用する",
"If enabled, there will be a chat next to the video.": "有効にしている場合、動画の横にチャットを表示します。",
"Share chat link": "チャットリンクを共有",
"Read-only": "読み取り専用にする",
"Show the scrollbar": "スクロールバーを表示する",
"Transparent background (for stream integration, with OBS for example)": "透過型背景にする (OBSなどを使用したストリーミング連携に最適)",
"Tips for streamers: To add the chat to your OBS, generate a read-only link and use it as a browser source.": "ストリーマーの方へ: OBSにチャットを追加する場合は、読み取り専用のチャットリンクを生成し、ブラウザソースで読み込んでください。",
"Copy": "コピー",
"Link copied": "リンクをコピーしました",
"Error": "エラー",
"Open": "開く",
"Use current theme colors": "現在のテーマカラーを使用する",
"Generate an iframe to embed the chat in a website": false,
"Chat for live stream": false,
"Room name": false,
"Room description": false,
"Not found": false,
"Video": false,
"Channel": false,
"Last activity": false
}