You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/lang/bg/admin/locations/message.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
'does_not_exist' => 'Местоположението не съществува.',
6
6
'assoc_users' => 'Местоположението е свързано с поне един потребител и не може да бъде изтрито. Моля, актуализирайте потребителите, така че да не са свързани с това местоположение и опитайте отново. ',
7
7
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
8
-
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
8
+
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
Copy file name to clipboardExpand all lines: app/lang/bg/admin/models/message.php
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,29 +3,29 @@
3
3
returnarray(
4
4
5
5
'does_not_exist' => 'Моделът не съществува.',
6
-
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
6
+
'assoc_users' => 'Този модел е асоцииран с един или повече активи и не може да бъде изтрит. Моля изтрийте активите и опитайте отново.',
7
7
8
8
9
9
'create' => array(
10
-
'error' => 'Model was not created, please try again.',
11
-
'success' => 'Model created successfully.',
12
-
'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.',
10
+
'error' => 'Моделът не беше създаден. Моля опитайте отново.',
11
+
'success' => 'Моделът създаден успешно.',
12
+
'duplicate_set' => 'Актив с това име, производител и номер на модел вече е въведен.',
13
13
),
14
14
15
15
'update' => array(
16
-
'error' => 'Model was not updated, please try again',
17
-
'success' => 'Model updated successfully.'
16
+
'error' => 'Моделът не беше обновен. Моля опитайте отново.',
17
+
'success' => 'Моделът обновен успешно.'
18
18
),
19
19
20
20
'delete' => array(
21
-
'confirm' => 'Are you sure you wish to delete this asset model?',
22
-
'error' => 'There was an issue deleting the model. Please try again.',
23
-
'success' => 'The model was deleted successfully.'
21
+
'confirm' => 'Желаете ли изтриване на модела?',
22
+
'error' => 'Проблем при изтриване на модела. Моля опитайте отново.',
23
+
'success' => 'Моделът изтрит успешно.'
24
24
),
25
25
26
26
'restore' => array(
27
-
'error' => 'Model was not restored, please try again',
28
-
'success' => 'Model restored successfully.'
27
+
'error' => 'Моделът не беше възстановен. Моля опитайте отново.',
Copy file name to clipboardExpand all lines: app/lang/bg/admin/users/general.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
'filetype_info' => 'Позволените типове файлове са png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, и rar.',
11
11
'history_user' => 'История за :name',
12
12
'last_login' => 'Последен достъп до системата',
13
-
'ldap_config_text' => 'LDAP configuration settings can be found in the app/config folder in a file called ldap.php. The selected location will be set for all imported users. You will need to have at least one location set to use this feature.',
13
+
'ldap_config_text' => 'Конфигурационните настройки за LDAP са в директорията app/config във файла ldap.php. Избраното местоположение ще бъде асоциирано с всички заредени от LDAP потребители. Необходимо е да имате създадено поне едно местоположение, за да използвате тази функционалност.',
14
14
'ldap_text' => 'Връзка с LDAP и създаване на потребители. Паролите ще бъдат генерирани автоматично.',
15
15
'software_user' => 'Софтуерни продукти, изписани на :name',
0 commit comments