Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions en-US/dashboard/server_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"quiet_generation": "Enable quiet generation"
}
},
"custom_message": {
"title": "Custom message",
"description": "Set custom message for quotes generation, i.e. replacing 'Generating...'"
},
"auto_enable_custom_quote": {
"title": "Auto-enable Custom Quote (<{{limit}} members only)",
"description": "Normally Custom Quote is only available to individual members if they allow it, but if you have less than {{limit}} servers, you can enable this setting so that Custom Quote is available even if you have not explicitly enabled Custom Quote. Even with this setting enabled, members can still explicitly disallow Custom Quote. If a server has more than {{limit}} members, this setting will be ignored.",
Expand Down
7 changes: 7 additions & 0 deletions en-US/dashboard/user_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
"enable": "Enable compact mode"
}
},
"done": {
"title": "Done",
"description": "Add a “Done” button to Quote. Pressing this button will remove the button from that Quote, making it look like a compact mode. This has no effect when in compact mode.",
"options": {
"enable": "Enable Done button"
}
},
"save": {
"button": "Save",
"success": "Settings saved successfully"
Expand Down
4 changes: 4 additions & 0 deletions ja-JP/dashboard/server_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"quiet_generation": "生成時のメッセージを省略する"
}
},
"custom_message": {
"title": "Custom message",
"description": "Set custom message for quotes generation, i.e. replacing 'Generating...'"
},
"auto_enable_custom_quote": {
"title": "カスタム Quote を自動で有効化 ({{limit}}人未満のサーバーのみ)",
"description": "通常カスタム Quote はメンバー個人が許可しないと利用できませんが、サーバーが{{limit}}人未満である場合に限り、この設定を有効にしていると 明示的にカスタム Quote を有効にしていなくてもカスタム Quote を使用できるようになります。この設定が有効であっても、メンバーは、明示的にカスタム Quote を拒否することが出来ます。サーバーに{{limit}}人以上のメンバーがいる場合、この設定は無視されます。",
Expand Down
7 changes: 7 additions & 0 deletions ja-JP/dashboard/user_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
"enable": "コンパクトモードを有効化"
}
},
"done": {
"title": "Done",
"description": "Add a “Done” button to Quote. Pressing this button will remove the button from that Quote, making it look like a compact mode. This has no effect when in compact mode.",
"options": {
"enable": "Enable Done button"
}
},
"save": {
"button": "保存",
"success": "設定を保存しました"
Expand Down