mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
Message box has been translated
This commit is contained in:
parent
fe72b98c1c
commit
1b82077f59
3 changed files with 4 additions and 2 deletions
|
@ -131,11 +131,11 @@
|
||||||
tr("group_changeowner_modal_text", {$user->getFullName()})
|
tr("group_changeowner_modal_text", {$user->getFullName()})
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<form id="transfer-owner-permissions-form" method="post">
|
<form id="transfer-owner-permissions-form" method="post">
|
||||||
<label for="password">Пароль</label>
|
<label for="password">tr("password")</label>
|
||||||
<input type="password" id="password" name="password" required />
|
<input type="password" id="password" name="password" required />
|
||||||
<input type="hidden" name="hash" value={$csrfToken} />
|
<input type="hidden" name="hash" value={$csrfToken} />
|
||||||
</form>
|
</form>
|
||||||
`, ["Передать", "Отмена"], [
|
`, [tr("transfer"), tr("cancel")], [
|
||||||
() => {
|
() => {
|
||||||
$('#transfer-owner-permissions-form').attr('action', action);
|
$('#transfer-owner-permissions-form').attr('action', action);
|
||||||
document.querySelector("#transfer-owner-permissions-form").submit();
|
document.querySelector("#transfer-owner-permissions-form").submit();
|
||||||
|
|
|
@ -656,6 +656,7 @@
|
||||||
"no" = "No";
|
"no" = "No";
|
||||||
"cancel" = "Cancel";
|
"cancel" = "Cancel";
|
||||||
"edit_action" = "Change";
|
"edit_action" = "Change";
|
||||||
|
"transfer" = "Transfer";
|
||||||
|
|
||||||
"warning" = "Warning";
|
"warning" = "Warning";
|
||||||
"question_confirm" = "This action can't be undone. Do you really wanna do it?";
|
"question_confirm" = "This action can't be undone. Do you really wanna do it?";
|
||||||
|
|
|
@ -681,6 +681,7 @@
|
||||||
"no" = "Нет";
|
"no" = "Нет";
|
||||||
"cancel" = "Отмена";
|
"cancel" = "Отмена";
|
||||||
"edit_action" = "Изменить";
|
"edit_action" = "Изменить";
|
||||||
|
"transfer" = "Передать";
|
||||||
|
|
||||||
"warning" = "Внимание";
|
"warning" = "Внимание";
|
||||||
"question_confirm" = "Это действие нельзя отменить. Вы действительно уверены в том что хотите сделать?";
|
"question_confirm" = "Это действие нельзя отменить. Вы действительно уверены в том что хотите сделать?";
|
||||||
|
|
Loading…
Reference in a new issue