Automated dictionaries synchronization with english reference

This commit is contained in:
Timothee
2024-06-11 17:43:44 +02:00
parent 09a5d7a35f
commit d4b41d892c
158 changed files with 7594 additions and 9938 deletions

View File

@@ -242,9 +242,12 @@ Domain usually correspond to who is responsible for checking and fixing errors~~
'Class:User/Error:LoginMustBeUnique' => 'Логин должен быть уникальным - "%1s" уже используется.',
'Class:User/Error:OrganizationNotAllowed' => 'Организация не разрешена.',
'Class:User/Error:PersonIsMandatory' => 'Необходимо выбрать персону.',
'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'The Portal power user profile does not give sufficient access rights (another profile must be added)~~',
'Class:User/Error:ProfileNotAllowed' => 'Profile "%1$s" cannot be added it will deny the access to backoffice~~',
'Class:User/Error:StatusChangeIsNotAllowed' => 'Changing status is not allowed for your own User~~',
'Class:User/Error:UserOrganizationNotAllowed' => 'Учетная запись пользователя не принадлежит вашим разрешенным организациям.',
'Class:User/Warning:NoContactHasImpact' => 'Cautious: there is no Person defined on this User, this prevents access to portals, news notifications and other side effects in back-office~~',
'Class:User/Warning:NoOrganizationMeansFullAccess' => 'No "Allowed Organizations" defined for this user, this means they have access to all organizations~~',
'Class:UserDashboard' => 'Дашборд пользователя',
'Class:UserDashboard+' => '~~',
'Class:UserDashboard/Attribute:contents' => 'Содержимое',
@@ -580,6 +583,7 @@ Domain usually correspond to who is responsible for checking and fixing errors~~
'UI:CSVImport:AlertNoSearchCriteria' => 'Пожалуйста, выберите хотя бы один критерий поиска.',
'UI:CSVImport:CSVDataPreview' => 'Предпросмотр данных CSV',
'UI:CSVImport:ClassesSelectOne' => '-- выберите значение --',
'UI:CSVImport:Column' => 'Column %1$s~~',
'UI:CSVImport:CommentsAndHeader' => 'Комментарии и заголовок',
'UI:CSVImport:CustomDateTimeFormat' => 'Пользовательский формат: %1$s',
'UI:CSVImport:CustomDateTimeFormatTooltip' => 'Available placeholders:<table>
@@ -642,6 +646,8 @@ Domain usually correspond to who is responsible for checking and fixing errors~~
'UI:CSVImport:Tab:Templates' => 'Шаблоны',
'UI:CSVImport:TextQualifierCharacter' => 'Символ экранирования текста',
'UI:CSVImport:TreatFirstLineAsHeader' => 'Использовать первую строку как заголовок (названия столбцов)',
'UI:CSVImport:ViewAllAmbiguousValues' => 'View all ambiguous values~~',
'UI:CSVImport:ViewAllPossibleValues' => 'View all possible values~~',
'UI:CSVImport:idField' => 'id (Первичный ключ)',
'UI:CSVImportConfirmMessage' => 'Are you sure you want to do this?',
'UI:CSVImportConfirmTitle' => 'Please confirm the operation',
@@ -1096,6 +1102,7 @@ Domain usually correspond to who is responsible for checking and fixing errors~~
'UI:ObjectArchived' => 'Этот объект заархивирован. Включите режим просмотра архива или обратитесь к администратору.',
'UI:ObjectCouldNotBeWritten' => 'Объект не может быть записан: %1$s',
'UI:ObjectDoesNotExist' => 'Извините, этот объект не существует (или вы не можете его видеть).',
'UI:ObjectShortcutInsert' => 'Insert Object Shortcut~~',
'UI:OnlyForThisList' => 'Только для текущего списка',
'UI:OpenDocumentInNewWindow_' => 'Открыть',
'UI:OperationCancelled' => 'Операция отменена',
@@ -1459,11 +1466,4 @@ Domain usually correspond to who is responsible for checking and fixing errors~~
'UI_CountOfObjectsShort' => '%1$d объектов.',
'portal:backoffice' => ITOP_APPLICATION_SHORT.' Back-Office интерфейс',
'portal:legacy_portal' => 'Пользовательский портал',
'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'The Portal power user profile does not give sufficient access rights (another profile must be added)~~',
'Class:User/Warning:NoOrganizationMeansFullAccess' => 'No "Allowed Organizations" defined for this user, this means they have access to all organizations~~',
'Class:User/Warning:NoContactHasImpact' => 'Cautious: there is no Person defined on this User, this prevents access to portals, news notifications and other side effects in back-office~~',
'UI:CSVImport:Column' => 'Column %1$s~~',
'UI:CSVImport:ViewAllPossibleValues' => 'View all possible values~~',
'UI:CSVImport:ViewAllAmbiguousValues' => 'View all ambiguous values~~',
'UI:ObjectShortcutInsert' => 'Insert Object Shortcut~~',
]);