Skip to content

Commit 5890b1e

Browse files
Lokalise: updates
1 parent ef9a433 commit 5890b1e

File tree

4 files changed

+134
-63
lines changed

4 files changed

+134
-63
lines changed

translations/ui-remote-storage/ar.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
"returning-workflow.error.undefined": "يجب تحديد تفضيل سير عمل الإعادة لحفظ التهيئة",
4040
"returning-workflow.option.folio": "تم مسح المواد المستلمة في المخزون البعيد ضوئيًا إلى فوليو",
4141
"returning-workflow.option.ciasoft": "تم مسح المواد المستلمة في المخزون البعيد ضوئيًا إلى CaiaSoft",
42-
"accession-workflow.title": "تفضيل سير عمل مقتنيات الانضمام",
42+
"accession-workflow.title": "تفضيل سير عمل مقتنيات القيد",
4343
"accession-workflow.tooltip": "اختر سير عمل الانضمام المناسب للمقتنيات",
44-
"accession-workflow.error.undefined": "يجب تحديد تفضيلات سير عمل مقتنيات الانضمام لحفظ التهيئة",
44+
"accession-workflow.error.undefined": "يجب تحديد تفضيلات سير عمل مقتنيات القيد لحفظ التهيئة",
4545
"accession-workflow.option.change": "تغيير الموقع الدائم",
4646
"accession-workflow.option.duplicate": "تكرار المقتنيات",
4747
"error": "لقد حدث خطأ ما",
4848
"configurations.title": "التهيئات",
4949
"permission.settings.remote-storages.view": "الإعدادات (التخزين البعيد): إمكانية عرض إعدادات التخزين البعيد",
5050
"permission.settings.remote-storages.edit": "الإعدادات (التخزين البعيد): إمكانية إنشاء، تحرير، وحذف إعدادات التخزين البعيد",
51-
"accession-tables.title": "جداول الانضمام",
52-
"accession-tables.empty": "تصبح جداول انضمام CaiaSoft متاحة بعد تهيئة المخزون البعيد.",
53-
"accession-tables.open": "فتح جدول الانضمام",
51+
"accession-tables.title": "جداول القيد",
52+
"accession-tables.empty": "تصبح جداول قيد CaiaSoft متاحة بعد تهيئة المخزون البعيد.",
53+
"accession-tables.open": "فتح جدول القيد",
5454
"location.original": "الموقع الأصلي",
5555
"location.final": "الموقع النهائي (بعيد)",
5656
"minutes": "دقيقة",

translations/ui-remote-storage/pt_BR.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"returning-workflow.option.folio": "Itens recebidos em armazenamento remoto digitalizados no FOLIO",
4141
"returning-workflow.option.ciasoft": "Itens recebidos em armazenamento remoto digitalizados no CaiaSoft",
4242
"accession-workflow.title": "Preferência de fluxo de trabalho de adesão",
43-
"accession-workflow.tooltip": "Escolha o fluxo de trabalho de adesão adequado para a coleção",
44-
"accession-workflow.error.undefined": "A preferência de fluxo de trabalho de coleção de adesão deve ser selecionada para salvar a configuração",
43+
"accession-workflow.tooltip": "Escolha o fluxo de trabalho de adesão adequado para o acervo",
44+
"accession-workflow.error.undefined": "A preferência de fluxo de trabalho de acervo de adesão deve ser selecionada para salvar a configuração",
4545
"accession-workflow.option.change": "Mudar localização permanente",
46-
"accession-workflow.option.duplicate": "Duplicar coleção",
46+
"accession-workflow.option.duplicate": "Duplicar acervo",
4747
"error": "Algo deu errado.",
4848
"configurations.title": "Configurações",
4949
"permission.settings.remote-storages.view": "Configurações (armazenamento remoto): Pode visualizar as configurações de armazenamento remoto",
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"meta.title": "Remote storage",
3+
"list.name": "Name",
4+
"list.providerName": "Provider",
5+
"list.lastUpdate": "Last Update",
6+
"details.title": "General information",
7+
"details.providerName": "Provider name",
8+
"details.url": "URL (domain)",
9+
"edit": "Edit",
10+
"delete": "Delete",
11+
"details.statusUrl": "Status URL",
12+
"editForm.title": "Edit {name}",
13+
"createForm.title": "Create configuration",
14+
"confirmationModal.edit.message": "Are you sure you want to create this remote storage configuration?",
15+
"confirmationModal.create.message": "Are you sure you want to save the remote storage configuration?",
16+
"confirmationModal.save": "Save",
17+
"cannotDeleteModal.header": "Cannot delete Remote Storage location",
18+
"cannotDeleteModal.message": "One or more locations are associated with this configuration. The configuration cannot be deleted.",
19+
"removingModal.title": "Remove {name}",
20+
"removingModal.message": "Are you sure you want to delete the remote storage configuration?",
21+
"remove.success": "Remote storage configuration was successfully deleted.",
22+
"remove.error": "Remote storage configuration was not deleted.",
23+
"create.success": "Remote storage configuration was successfully created.",
24+
"create.error": "Error occurred while saving Remote storage configuration.",
25+
"synchronization.title": "Data synchronization settings",
26+
"synchronization.schedule.title": "Data synchronization schedule",
27+
"synchronization.schedule.info": "Runs every",
28+
"details.credProperties": "Credential properties",
29+
"edit.success.created": "Remote storage configuration was successfully created.",
30+
"edit.success.changed": "Remote storage configuration was successfully changed.",
31+
"edit.error": "Error occurred while saving Remote storage configuration.",
32+
"select": "Select",
33+
"loading": "Loading...",
34+
"details.name": "Remote storage name",
35+
"details.name.error": "Name is required",
36+
"details.providerName.error": "Provider is required",
37+
"returning-workflow.title": "Returning workflow preference",
38+
"returning-workflow.tooltip": "Select the System items are scanned into upon receipt at remote storage",
39+
"returning-workflow.error.undefined": "Returning workflow preference must be selected to save configuration",
40+
"returning-workflow.option.folio": "Items received at remote storage scanned into FOLIO",
41+
"returning-workflow.option.ciasoft": "Items received at remote storage scanned into CaiaSoft",
42+
"accession-workflow.title": "Accession holding workflow preference",
43+
"accession-workflow.tooltip": "Choose the appropriate accession workflow for holdings",
44+
"accession-workflow.error.undefined": "Accession holdings workflow preference must be selected to save configuration",
45+
"accession-workflow.option.change": "Change permanent location",
46+
"accession-workflow.option.duplicate": "Duplicate holdings",
47+
"error": "Something went wrong",
48+
"configurations.title": "Configurations",
49+
"permission.settings.remote-storages.view": "Settings (Remote storage): Can view remote storage settings",
50+
"permission.settings.remote-storages.edit": "Settings (Remote storage): Can create, edit, delete remote storage settings",
51+
"accession-tables.title": "Accession tables",
52+
"accession-tables.empty": "CaiaSoft Accession tables are available after remote storage has been configured.",
53+
"accession-tables.open": "Open Accession table",
54+
"location.original": "Original location",
55+
"location.final": "Final location (Remote)",
56+
"minutes": "minute(s)",
57+
"hours": "hour(s)",
58+
"days": "day(s)",
59+
"weeks": "week(s)",
60+
"months": "month(s)",
61+
"synchronization.schedule.info.notSet": "Not set",
62+
"synchronization.schedule.info.notValid": "Value must be positive integer",
63+
"synchronization.schedule.info.minutes": "Runs every {delay} {delay, plural, one {minute} other {minutes}}",
64+
"synchronization.schedule.info.hours": "Runs every {delay} {delay, plural, one {hour} other {hours}}",
65+
"synchronization.schedule.info.days": "Runs every {delay} {delay, plural, one {day} other {days}}",
66+
"synchronization.schedule.info.weeks": "Runs every {delay} {delay, plural, one {week} other {weeks}}",
67+
"synchronization.schedule.info.months": "Runs every {delay} {delay, plural, one {month} other {months}}",
68+
"confirmationModal.configuration.edit.message": "Are you sure you want to change the remote storage configuration?",
69+
"confirmationModal.configuration.create.message": "Are you sure you want to create the remote storage configuration?",
70+
"settings.title": "Remote storage settings"
71+
}
Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
{
22
"meta.title": "Віддалене сховище",
3-
"list.name": "Name",
4-
"list.providerName": "Provider",
5-
"list.lastUpdate": "Last Update",
6-
"details.title": "General information",
7-
"details.providerName": "Provider name",
8-
"details.url": "URL (domain)",
9-
"edit": "Edit",
10-
"delete": "Delete",
11-
"details.statusUrl": "Status URL",
12-
"editForm.title": "Edit {name}",
3+
"list.name": "Ім'я/Назва",
4+
"list.providerName": "Провайдер",
5+
"list.lastUpdate": "Останнє оновлення",
6+
"details.title": "Загальна інформація",
7+
"details.providerName": "Назва постачальника",
8+
"details.url": "URL-адреса (домен)",
9+
"edit": "Редагувати",
10+
"delete": "Видалити",
11+
"details.statusUrl": "URL-адреса статусу",
12+
"editForm.title": "Редагувати {name}",
1313
"createForm.title": "Створити конфігурацію",
14-
"confirmationModal.edit.message": "Are you sure you want to create this remote storage configuration?",
15-
"confirmationModal.create.message": "Are you sure you want to save the remote storage configuration?",
16-
"confirmationModal.save": "Save",
17-
"cannotDeleteModal.header": "Cannot delete Remote Storage location",
18-
"cannotDeleteModal.message": "One or more locations are associated with this configuration. The configuration cannot be deleted.",
19-
"removingModal.title": "Видалити {name}",
14+
"confirmationModal.edit.message": "Ви впевнені, що хочете створити цю конфігурацію віддаленого сховища?",
15+
"confirmationModal.create.message": "Ви впевнені, що хочете зберегти конфігурацію віддаленого сховища?",
16+
"confirmationModal.save": "Зберегти",
17+
"cannotDeleteModal.header": "Не вдається видалити місце розміщення віддаленого сховища",
18+
"cannotDeleteModal.message": "З цією конфігурацією пов'язані одне або кілька місць розміщення. Конфігурацію неможливо видалити.",
19+
"removingModal.title": "Вилучити {name}",
2020
"removingModal.message": "Ви впевнені, що хочете видалити конфігурацію віддаленого сховища?",
2121
"remove.success": "Конфігурація віддаленого сховища успішно видалена.",
2222
"remove.error": "Конфігурація віддаленого сховища не видалена.",
2323
"create.success": "Конфігурацію Віддаленого сховища успішно створено.",
2424
"create.error": "Під час збереження конфігурації Віддаленого сховища сталася помилка.",
25-
"synchronization.title": "Data synchronization settings",
26-
"synchronization.schedule.title": "Data synchronization schedule",
27-
"synchronization.schedule.info": "Runs every",
28-
"details.credProperties": "Credential properties",
29-
"edit.success.created": "Remote storage configuration was successfully created.",
30-
"edit.success.changed": "Remote storage configuration was successfully changed.",
31-
"edit.error": "Error occurred while saving Remote storage configuration.",
32-
"select": "Select",
33-
"loading": "Loading...",
34-
"details.name": "Remote storage name",
35-
"details.name.error": "Name is required",
36-
"details.providerName.error": "Provider is required",
37-
"returning-workflow.title": "Returning workflow preference",
38-
"returning-workflow.tooltip": "Select the System items are scanned into upon receipt at remote storage",
39-
"returning-workflow.error.undefined": "Returning workflow preference must be selected to save configuration",
25+
"synchronization.title": "Налаштування синхронізації даних",
26+
"synchronization.schedule.title": "Розклад синхронізації даних",
27+
"synchronization.schedule.info": "Запускати кожен",
28+
"details.credProperties": "Властивості облікових даних",
29+
"edit.success.created": "Конфігурацію Віддаленого сховища успішно створено.",
30+
"edit.success.changed": "Конфігурацію Віддаленого сховища успішно змінено.",
31+
"edit.error": "Під час збереження конфігурації Віддаленого сховища сталася помилка.",
32+
"select": "Вибрати",
33+
"loading": "Завантаження...",
34+
"details.name": "Назва віддаленого сховища",
35+
"details.name.error": "Ім'я/назва обов'язкове",
36+
"details.providerName.error": "Постачальник обов'язковий",
37+
"returning-workflow.title": "Налаштування робочого процесу повернення",
38+
"returning-workflow.tooltip": "Виберіть Системні примірники відскановані під час отримання у віддаленому сховищі",
39+
"returning-workflow.error.undefined": "Для збереження конфігурації необхідно вибрати налаштування робочого процесу повернення",
4040
"returning-workflow.option.folio": "Примірники, отримані у віддаленому сховищі, відскановані у FOLIO",
41-
"returning-workflow.option.ciasoft": "Items received at remote storage scanned into CaiaSoft",
42-
"accession-workflow.title": "Accession holding workflow preference",
43-
"accession-workflow.tooltip": "Choose the appropriate accession workflow for holdings",
44-
"accession-workflow.error.undefined": "Accession holdings workflow preference must be selected to save configuration",
41+
"returning-workflow.option.ciasoft": "Примірники, отримані у віддаленому сховищі, відскановані в CaiaSoft",
42+
"accession-workflow.title": "Налаштування доступу до робочого процесу для даних про фонди (холдінгси)",
43+
"accession-workflow.tooltip": "Виберіть відповідний доступ до робочого процесу для даних про фонди (холдінгси)",
44+
"accession-workflow.error.undefined": "Для збереження конфігурації необхідно вибрати налаштування доступу до робочого процесу для даних про фонди (холдінгси)",
4545
"accession-workflow.option.change": "Змінити постійне місце розміщення",
4646
"accession-workflow.option.duplicate": "Дублювати дані про фонди (холдінгси)",
47-
"error": "Something went wrong",
48-
"configurations.title": "Configurations",
47+
"error": "Щось пішло не так",
48+
"configurations.title": "Конфігурації",
4949
"permission.settings.remote-storages.view": "Налаштування (Віддалене сховище): Перегляд налаштувань віддаленого сховища",
5050
"permission.settings.remote-storages.edit": "Налаштування (Віддалене сховище): Створення, редагування та видалення налаштувань віддаленого сховища",
51-
"accession-tables.title": "Accession tables",
52-
"accession-tables.empty": "CaiaSoft Accession tables are available after remote storage has been configured.",
53-
"accession-tables.open": "Open Accession table",
54-
"location.original": "Original location",
55-
"location.final": "Final location (Remote)",
56-
"minutes": "minute(s)",
57-
"hours": "hour(s)",
58-
"days": "day(s)",
51+
"accession-tables.title": "Таблиці для доступу",
52+
"accession-tables.empty": "Таблиці для доступу CaiaSoft доступні після налаштування віддаленого сховища.",
53+
"accession-tables.open": "Відкрити таблицю для доступу",
54+
"location.original": "Початкове місце розміщення",
55+
"location.final": "Остаточне місце розміщення (віддалене)",
56+
"minutes": "хвилина(ин)",
57+
"hours": "година/години",
58+
"days": "день/дні",
5959
"weeks": "тиждень/тижні",
60-
"months": "month(s)",
61-
"synchronization.schedule.info.notSet": "Not set",
62-
"synchronization.schedule.info.notValid": "Value must be positive integer",
63-
"synchronization.schedule.info.minutes": "Runs every {delay} {delay, plural, one {minute} other {minutes}}",
64-
"synchronization.schedule.info.hours": "Runs every {delay} {delay, plural, one {hour} other {hours}}",
65-
"synchronization.schedule.info.days": "Runs every {delay} {delay, plural, one {day} other {days}}",
66-
"synchronization.schedule.info.weeks": "Runs every {delay} {delay, plural, one {week} other {weeks}}",
67-
"synchronization.schedule.info.months": "Runs every {delay} {delay, plural, one {month} other {months}}",
68-
"confirmationModal.configuration.edit.message": "Are you sure you want to change the remote storage configuration?",
69-
"confirmationModal.configuration.create.message": "Are you sure you want to create the remote storage configuration?",
60+
"months": "місяць(ів)",
61+
"synchronization.schedule.info.notSet": "Не встановлено",
62+
"synchronization.schedule.info.notValid": "Значення повинне бути додатним цілим числом",
63+
"synchronization.schedule.info.minutes": "Запускати кожні {delay} {delay, plural, one {хвилину} other {хвилини}}",
64+
"synchronization.schedule.info.hours": "Запускати кожні {delay} {delay, plural, one {годину} other {годин}}",
65+
"synchronization.schedule.info.days": "Запускати кожні {delay} {delay, plural, one {день} other {дні}}",
66+
"synchronization.schedule.info.weeks": "Запускати кожні {delay} {delay, plural, one {тиждень} other {тижні}}",
67+
"synchronization.schedule.info.months": "Запускати кожні {delay} {delay, plural, one {місяць} other {місяці}}",
68+
"confirmationModal.configuration.edit.message": "Ви впевнені, що хочете змінити конфігурацію віддаленого сховища?",
69+
"confirmationModal.configuration.create.message": "Ви впевнені, що хочете створити конфігурацію віддаленого сховища?",
7070
"settings.title": "Налаштування віддаленого сховища"
7171
}

0 commit comments

Comments
 (0)