fix(i18n): Make interpolation parameters match up in the English and translated strings.
closes #1539
This commit is contained in:
@@ -1205,7 +1205,7 @@
|
||||
"{moderator} has deleted user {user}": "{moderator} удалил пользователя {user}",
|
||||
"{moderator} has done an unknown action": "{moderator} совершил неизвестное действие",
|
||||
"{moderator} has unsuspended group {profile}": "{moderator} разблокировал группу {profile}",
|
||||
"{moderator} has unsuspended profile {profile}": "{modeator} снял блокировку профиля {profile}",
|
||||
"{moderator} has unsuspended profile {profile}": "{moderator} снял блокировку профиля {profile}",
|
||||
"{moderator} marked {report} as resolved": "{moderator} пометил {report} как решённый",
|
||||
"{moderator} reopened {report}": "{moderator} повторно открыл {report}",
|
||||
"{moderator} suspended group {profile}": "{moderator} заблокировал группу {profile}",
|
||||
@@ -1247,7 +1247,7 @@
|
||||
"{profile} renamed the folder from {old_resource_title} to {resource}.": "{profile} переименовал папку с {old_resource_title} в {resource}.",
|
||||
"{profile} renamed the resource from {old_resource_title} to {resource}.": "{profile} переименовал ресурс с {old_resource_title} в {resource}.",
|
||||
"{profile} replied to a comment on the event {event}.": "{profile} ответил на комментарий к мероприятию {event}.",
|
||||
"{profile} replied to the discussion {discussion}.": "{profile} ответил на обсуждение {обсуждение}.",
|
||||
"{profile} replied to the discussion {discussion}.": "{profile} ответил на обсуждение {discussion}.",
|
||||
"{profile} updated the group {group}.": "{profile} обновил группу {group}.",
|
||||
"{profile} updated the member {member}.": "{profile} обновил участника {member}.",
|
||||
"{timezoneLongName} ({timezoneShortName})": "{timezoneLongName} ({timezoneShortName})",
|
||||
|
||||
Reference in New Issue
Block a user